Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
2answers
113 views

Lightweight source code beautifier [closed]

I am looking for a lightweight PHP prettyprint (beautification) tool. In Netbeans, I can Right-click and select Format to format source code. Is there a text editor with the same capability?
6
votes
1answer
167 views

Is there free OCR software that works well for source code?

I am trying to convert the screenshot given in this Stack Overflow question to a textual representation. I already did it by hand, but I'd like not to have to do that sort of thing again in the ...
2
votes
1answer
47 views

can /usr/src be a sym link?

I want to store all source code of programs I have installed in /usr/src. However, due to size of the drive I made a sym link /usr/src that points to ~/src. That was nice. Unfortunately, that caused ...
1
vote
1answer
43 views

Where should I put the source files?

I am starting to develop a custom kernel modules, so I have the two related organizational questions: Where should I put all my source files? I keep the sources in home directory now ...
0
votes
1answer
87 views

detect if configure/make was executed in a source directory

I have a script that installs a software. The script have answers prepared in advance in order to feed checkinstall with them. checkinstall prompts differently when the source has already been ...
0
votes
0answers
65 views

Browsing through dynamic source in Chrome

I know Inspect element allows users to see dynamic html on the page, and at least in Chrome there is a field which allows text searching on that. But what I've experienced is that this search feature ...
0
votes
1answer
65 views

Mercurial for Source Control (and backup) instead of Subversion

Currently I'm using Subversion for keeping source changes centralized and also as a single point of backup. All users commit changes to the server and the server is backed up. I'm wondering how ...
1
vote
1answer
65 views

Local source code (plain-text files) indexer with query for Windows

I found a good Visual Studio extension, Entrian Source Search, but it only searches one solution at a time, and only the solution you have open. In other words, I need to open a solution in Visual ...
2
votes
1answer
352 views

Where can the Ubuntu source code be found?

I am trying to find where the source code for Ubuntu is located. I looked on google and found the answer. Apparently it is in the file /usr/src/linux. I have looked for this file but I cannot find it. ...
2
votes
2answers
101 views

Notepad++ sources

Is there a way to get Notepad++ source code?
0
votes
0answers
24 views

Is there a bundle in Textmate to suppress comments?

Is there a bundle in Textmate to suppress or filter out comments? I also mean filter out the entire line if there is only a comment on that line. Thanks I'm running Textmate Version 1.5.10 (1623) on ...
0
votes
1answer
127 views

Is Chromium source code really 940 megabytes?

I want to download the latest source of Chromium so I can modify it a bit and compile it. I went through all the instructions and was pointed to a tarball to download, but it's 940 megabytes. How ...
5
votes
3answers
647 views

Is there a way to have syntax highlighting or code blocks with Evernote?

This question applies to the Evernote application for either the Mac or PC. How do you take notes on code snippets and or command line sequences in Evernote? Is there a way to have code blocks like ...
3
votes
3answers
216 views

Download GIMP and view the source code on a Mac

I would like to download GIMP (the open source graphics application) onto my Mac. I don't want to run GIMP but rather view the source code. I have a vague understanding of tar balls (.tar.bz2) and ...
1
vote
3answers
268 views

Where do you find the Bash source files of programs in Linux/Mac OSX?

I am currently writing some convenience methods for my terminal in my bash_profile and am sure if what I am writing is "the best way". I figure a good way to verify whether what I'm doing is right or ...
3
votes
1answer
2k views

Notepad++ code outline as Eclipse's outline

Folding and unfolding blocks of code helps, but in bigger files I really want to have the outline overview of a class and its methods. So, is there a plugin or anything for Notepad++ that I can have ...
0
votes
1answer
334 views

Changing make install directory on Ubuntu when building from source

I'm building the source from a package called OIS. The package always installs in usr/local/include/OIS I tried using the ./configure --includedir=/usr/local/include flag but it seems that only ...
0
votes
0answers
555 views

Comparable program to Source Insight for Linux?

Is there software similar to Source Insight that works under a Linux system? I am really fed up with my vim editor. Using Source Insight, you can import all the files into one project, and after you ...
1
vote
1answer
291 views

Code Snippet Manager for Mac

What is the best code snippet manager for OS X? I don't mind paying so if there are really good ones that you have to pay for then I dont mind. I have heard of Snippet and Code Collector Pro. Are ...
0
votes
3answers
261 views

Mac OSX: opening .cc files with MacVim instead of Xcode by default

In Mac OSX 10.6.4, I'm trying to change the default application for opening .cc files from Xcode to MacVim, but Xcode or OSX won't abide. Here's a screenshot: Notice how the clicking "Change ...
2
votes
1answer
213 views

How to get Linux kernel vermagic from a source tree?

It is used when installing to /lib/modules It is printed after make modules_install Part of it is returned by scripts/setlocalversion. How to just get it without running make modules_install?
1
vote
1answer
410 views

How to collapse or expand source code in vim?

How to collapse or expand source code in vim on HTML, PHP, etc? EDIT: I know the basic folding command but what I need is something much more advance and intelligent such as in Visual Studio. I think ...
0
votes
1answer
228 views

How to remove a package I compiled and installed manually?

I recently compiled and installed Git on a new install of Mac OS 10.6 but it didn't install the documentation. I now realize I should've used the precompiled package offered here: ...
3
votes
2answers
69 views

What is a binfilter?

OpenOffice.org download options page lists a source archive file named "binfilter". What is a binfilter?
1
vote
1answer
175 views

Source-code formatting: statements on one line

Is there a way, or tool, or add-in, to automatically format code so that each statement is on a single line and not word-wrapped across multiple lines? For example: Before: // Store our custom ...
0
votes
4answers
167 views

Encrypt shared files on AD Domain

Can I encrypt shared files on windows server and allow only authenticated domain users have access to these files? The scenario as follows: I have a software development company, and I would like to ...
1
vote
6answers
106 views

Where can I collaborate with my friend on source code in real time?

I mean, other than a conference room :) Using google docs, I can upload any kind of file and view it with other people, watch them edit it in real time, with a live chat happening in the same window. ...
1
vote
2answers
418 views

Multiline code in Word 2007

I am using word 2007 and am inserting code into the document. I have a style with a fixed-width font and light grey background and all, and I use Notepad++ for syntax highlighting. My problem is with ...
0
votes
3answers
83 views

Is it OK to use images of GPL'd code in a CC 3.0 BY video? [closed]

I am making a video in which I would like to use pictures of some Linux Kernel code. I am looking to release the finished product under the CC 3.0 BY license, but the Kernel is released under the GPL, ...
15
votes
4answers
4k views

How do I add formatted code to a Microsoft Word document?

I need to write a document in MS-Word 2007 that contains a lot of examples of VB.NET and C# code. What is the best way of getting the code to look reasonable in the document? What styles etc do ...
2
votes
4answers
417 views

How to view the final computed CSS, including overrides such as high contrast settings?

Is there any such tool? For example, I want to see all styles applied for BODY tag. I know it does not make it readable. In my case, there are several options which can dynamically change CSS either ...
3
votes
4answers
2k views

How can I embed programming source code in Powerpoint slide and keep code highlighting?

Is it possible to embed programming source code to Powerpoint slide, and keep code highlighting/coloring?
0
votes
1answer
140 views

How to relocate our source code from Vista running VisualSVN Server to Windows 7 running VisualSVN Server?

I have been using VisualSVN Server without any problem on Vista. When it is time to change everything to Windows 7, I wonder what's the best way to do that? Is it best to "check in" all the code ...
2
votes
4answers
693 views

Where can I find the source code for the program called useradd?

I am running SLED 11, and I want to understand what the useradd command does and how it does what it does. I know that SLED 11 is built from OpenSuSE 11.1 and I would be more than satisfied with the ...
4
votes
4answers
294 views

Beautiful paper prints with Emacs

Is it possible to get beautiful prints in GNU Emacs? By default using M-x print-buffer the output looks ugly, with big fonts and no margin. For source code it would be nice to get a pretty font, ...
2
votes
1answer
138 views

How to prevent Live Writer from messing up <code>

I am trying out Windows Live Writer, and it seems to be pretty cool. But, how can I prevent it from encoding characters between <code> tags when switching between Edit and Source? Is there a ...
1
vote
1answer
1k views

Can't checkout source from Google Code

I'm trying to check out the project source for MoreLINQ Here's what it says on the site: Non-members may check out a read-only working copy anonymously over HTTP. svn checkout ...
11
votes
3answers
9k views

Are there any plugins for Microsoft Word to format source code samples inside a regular document?

I need to write a technical document in Microsoft Word, with source code samples sprinkled throughout the text. Is there any way, without leaving Microsoft Word (maybe a plugin?), to format the ...
8
votes
4answers
1k views

Is there a way for elegant source code listings in OpenOffice.org Writer?

I have tried to insert source code as listings in OpenOffice.org Writer, but it just doesn't work in an acceptable way. If space is not enough for an line, it breaks that line automatically into the ...