The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
1answer
38 views

Shortcut for toggling the space bar's function

I'm trying to make an AutoHotkey script for making Ctrl+Space toggle the space bar's function. The default function is space. When Ctrl+Space is pressed, the function changes to em space. Search em ...
-1
votes
0answers
11 views

Identify web pages with embedded video play from list [closed]

I have a list of thousands of web page URLs I would like to analyze to see when they contain a particular video. I need a tool which would download the source code from individual URLs listed in a csv ...
0
votes
1answer
10 views

How to use code repo so that same user from multiple PCs can access it in Netbeans IDE

I am planning to work on a software project using Netbeans-- now I want to work across multiple PCs - how can I set up Netbeans and the Git/Mercurial repo so that I can for eg-- make code changes in ...
0
votes
0answers
136 views

How do I recover a system lock pin code for Macbook Air?

I have a Macbbok Air that requires a system lock pin code. The problem is I haven't used it in months and I forgot everything to do with my mac, including my sign in id and system lock pin code. Is ...
0
votes
1answer
26 views

Eclipse source code folder changed

I'm using eclipse Helios with several projects on the same workspace. When the source code folder changes eclipse gives an error about "cannot find files" which is OK, but there is no option to tell ...
-1
votes
0answers
25 views

How to search for Metro-UI Windows 8 apps' repositories in “Google Code”/“Sourceforge”? [closed]

When I searched in GitHub/Bitbucket everything was ok because of repositories names (and probably because of different search engines), but here are just app's names and it gives tons of unneeded ...
1
vote
1answer
63 views

What scripting/programming languages are default on Mac OSX?

I was wondering what programming or scripting languages come pre-installed on OSX? Particularly programs that can be run from the command line. I'm planning on parsing some CSS, and outputting an ...
0
votes
0answers
32 views

Replicating Dreamweaver's code cleanup feature in other text editors

I have tried text editors like: Sublime Text2 TextMate Coda2 But none of them provide the simple feature of letting you clean up code formatting, like Dreamweaver does. How can I add that ...
1
vote
2answers
62 views

How to fix code examples in Python documentation?

I'm having a strange problem when trying to view the Python documentation. Basically, all code examples cut off the last line of text. The screenshot below illustrates what I mean. The text box isn't ...
1
vote
0answers
34 views

how to control appearance of code blocks?

I use Emacs org-mode and don't edit TeX directly. Is there a way for me to instruct xelatex on how to interpret my org-mode code blocks? I'd like all my code blocks to appear as block quotes, i.e. ...
1
vote
1answer
34 views

Need to input four numbers and output a formatted list

I've got a handwritten list of about 500 coordinates for sprites on a sprite map in the form X1 Y1 Width Height I need them outputted into a table with format {X1, Y1, X1+Width, Y1+Height} I would ...
0
votes
1answer
25 views

Concerning Licenses For Source Code [closed]

I'm looking for a license for my code that fits this description: Free For Non-Commercial Use Cost For Commercial Use Doesn't require you to credit me (optional) And also, how do you go about ...
1
vote
1answer
56 views

Horizontal scroll controls volume?

Does someone know how I can use autohotkey to replace the horizontal screen function of my gaming mouse with a volume up and down feature? Most people in these forums are trying to enable horizontal ...
0
votes
0answers
30 views

Automatic “reverse indent” in Dreamweaver CS4

Is there a way to set up automatic "reverse indenting" in Dreamweaver? I'd like to have html tags automatically reverse indented to line up with the matching tag. For example: <div> ...
0
votes
1answer
69 views

Visual Basic Console Application Copy Percentage? [closed]

I am making a Console Application that will copy larger files (up to 2 GB) (with My.Computer.FileSystem.CopyDirectory) and I would like make a percentage indicator. I just want it to show the current ...
2
votes
1answer
129 views

Download an entire sites jpegs with wget instead of just thumbnails

When I try to pull all the jpegs off of this website (http://www.zodiackillerfacts.com/gallery/) using wget: wget -A jpg,jpeg -r http://www.zodiackillerfacts.com/gallery/ it only downloads the ...
2
votes
1answer
96 views

Programming a little file to change between headset and monitor speakers?

I think there is a way to write a little file in Batch, I believe to change the default sound output system. What's the language that's written in and how can I write it (I am running Windows 7)? ...
0
votes
1answer
364 views

Setting Up “Reply To” button in Lotus Notes

This should be simple but I can't figure it out. I am building a template that a group of people will be sending out. Instead of a button that sends a "Mailto:" command I need one that will REPLY ...
2
votes
2answers
72 views

Using ack to search for regex in a specific file type

Wondering if there's a way to look for something like ack foo "*.scss"
1
vote
0answers
100 views

Geany - preserve folding and unfolding of text every time a document is opened

Whenever I open a file in the Geany IDE, I want the file's text to be folded in exactly the same way that the text was folded the last time I was editing it. Is it possible to configure Geany to keep ...
0
votes
0answers
57 views

Which are the most useful Netbeans Java code tamplates? [closed]

Netbeans offer a bunch of code templates for Java. Most of them are not always that useful for a basic user and finding them is quite tedious. Which ones are the most useful? Which ones do you use?
0
votes
1answer
333 views

Where can I find netbeans html code templates?

In Netbeans 7.1 there are no html code templates included on install. Where can I find some basic html templates to download?
1
vote
0answers
20 views

Add code snippets to Notepad++ context menu [duplicate]

Possible Duplicate: Remove/Delete current line in Notepad++ Possible? Basicly i want to add some of my most used commands by modifying shortcuts.xml and contextmenu.xml
4
votes
1answer
354 views

How do I remove a certain HTML code from a certain website?

There are some websites which refresh themselves in a very short period. I want to disable this behavior. The code that causes this problem is almost always following line: <meta ...
1
vote
0answers
387 views

Format code in Bluefish?

I asked a similar question on webmasters.stackexchange.com and was directed here. How do I format code in Bluefish HTML editor? There's auto-indenting, that's easy enough to find. Is there a button ...
0
votes
1answer
76 views

Cobertura Instrumentation

The steps that I followed to instrument the Cobertura instrumenting the sources with cobertura create war and deploy in tomcat started the tomcat Tomcat is showing errors : Mar 22, 2012 4:22:58 PM ...
7
votes
2answers
832 views

Why can't we understand the content of a binary file after compiled?

As far I know, every program consists of a pack of processor instructions with some specific data variables(float, int, char...) to work on the processor registers. So, the first thing that I ...
0
votes
1answer
141 views

Redundant CTRL-SPACE proposal in Eclipse

How to remove redundant CTRL-SPACE proposal in Eclipse? SWT JPA JAX-WS etc. Example: I just need Java standard first time click CTRL-SPACE proposal.
0
votes
1answer
98 views

How can I bind 7 to 8 inches of code printed on paper? [closed]

I currently have ~five inches of printed lines of code, printed on 8.5x11inch paper, three hold punched and stored together in a large five inch binder. However, I want to add some more pages, while, ...
0
votes
1answer
5k views

What does 4 beeps mean when you boot up your laptop?

My laptop is by dell. I looked up beep error code and found this page. It has 3 beep codes but my computer is making 4 beeps. So perhaps this means something else. What does 4 beeps mean when you ...
2
votes
1answer
409 views

(PAUSE) and (LOOP) code for “Terminal” needed

I'm trying to create an Automator app to include a workflow that will play a sound in a loop preceded by a 1 min pause. I want to do this without using elements from the "actions" library, but writing ...
0
votes
4answers
488 views

Does a compiled software contain binary 0 and 1?

I know that after compiling a software or application, its code is converted into the machine language. Does a compiled software contain a binary 0 and 1? What happens after compiling a software? Is ...
0
votes
1answer
340 views

Tabify / Beautify HTML in Texmate?

How can I "tabify" HTML in Textmate? I've tried selecting all, and then using Cmd+option+[ but it comes out a little weird... If it's not possible to do this in TextMate, if someone could help me ...
1
vote
1answer
129 views

Code Snippets storage [closed]

What is the best on-line or off-line storage for your Code Snippets? I am using Snipplr.
1
vote
2answers
127 views

Source code Formatter for Windows Live Writer

I have just downloaded the Windows Live Writer software for blogging purposes but it contains nothing for formatting source code. I have installed many plugins like code snippet, insert code etc. but ...
1
vote
1answer
289 views

Code formated with pre tag copy/paste problem

I have created a blog on Blogger and would like to display some short code snippets in my posts. I used pre tag with some simple formatting (no syntax highlighting). When displayed in browser code ...
4
votes
2answers
989 views

Go to definition of a C function in a different file in Notepad++

While editing a C project on Notepad++ 5.6.7 (Unicode) with the SourceCookifier plugin, I can press Ctrl+Shift+Enter to go to the definition of a function which the cursor is on, but only if it is in ...
1
vote
1answer
156 views

Maintaining format of computer code when posting

I'm trying to post some batch file script so that I can allow members to see the script I need help with. But, it seems when I do, the HTML application does not maintain the format of the script. It ...
-2
votes
1answer
2k views

If then statement using applescript in mac terminal?

What would be the code for: "If $foo is one, then $foo should now equal 18" ? Thanks
1
vote
1answer
280 views

DEC / ASCII codes for ALL mac keys

I have a few questions: 1: Which key codes are used in Terminal? DEC right? 2: How do I find the values of all my keys? Any program I have found to do it for you won't work on function keys which is ...
2
votes
1answer
668 views

I have a binary or hex file cached in firefox. How can I make it a working file?

I can't download the file anymore, but it's still sitting in my firefox cache. Using about:cache, I can see the file as an xhtml page showing the encoding, filetype, etc... and then three columns of ...
2
votes
1answer
85 views

Fancy 3D Code Renderer

I'm looking for an automated tool that takes a file or series of files and creates an image from small sections of the code. Does something like this exist?
1
vote
1answer
107 views

Whats the best online backup solution for backing up files? [closed]

I am looking for a file backup service with at least 10GB of storage and FTP access. It needs Windows support and fast transfer. I want it to be free.
0
votes
3answers
265 views

Auto find and replace app for Mac

So I am making a website, and I want to replace code amongst many files at the same time, rather than doing it individually which would take an extremely long time. I am currently using codas find and ...
0
votes
1answer
536 views

Windows Vista - Error Code '0x45d'

When I went to turn on my laptop today, I got the error code '0x45d'. What does this error code mean and how can I fix whatever the problem is?
5
votes
4answers
3k views

Adding programming code into LaTex / LyX

Maybe I'm just being thick, but I can't find any sensible way to simply paste in my (python) code into latex without losing all the indent information (kinda important for python). Anyone got any ...
1
vote
1answer
155 views

Can anybody say which plugins make this pic vim?

With descriptions and arguments for functions and variables. I need list of plugins which i need to isntall and my language is PHP.
0
votes
1answer
59 views

Formatting while statement (or for, …) with indent

Can GNU indent be made to format a while (or for, ...) statement to a single line? My indent (GNU indent 2.2.11) outputs this while (a == b) b++; I'd like it to output one single line instead. ...
0
votes
1answer
613 views

Word mergefield wildcard not correctly matching

Below is my mergefield code: { IF { MERGEFIELD Subs_State } = "GA" "blah blah" "{ IF { MERGEFIELD CEOrgStates } = "GA" "blah blah" ""} "} I'm pulling records from a MS Access db. My goal is to check ...
6
votes
1answer
298 views

Code signing issues

I have purchased a certificate from godaddy, which is now in .pfx format. I tried to convert it into .cer using Internet Explorer and Firefox. I tried to to sign midlet using converted .cer, but I get ...

1 2