The source tag has no wiki summary.
0
votes
1answer
70 views
How to change the default program used by Outlook 2010 for displaying the source of an email?
I installed a demo version of a text editor recently (Ultraedit) and it appears to have set itself up as the default viewer for the html source of messages (via right-click -> View Source).
Now that ...
0
votes
3answers
35 views
Can I manually install a command line app (NEAT) on OS X? [closed]
Possible Duplicate:
Compiling/Using a Linux source on Mac OS X
I want to install NEAT C++ on my Mac, yet there is no distribution that supports OS X.
Can I manually install this?
The ...
0
votes
1answer
31 views
Looking for a tool that repairs corrupted video clips by automatically finding the (not corrupted) instance of the same clip in the source footage
Looking for a software tool that repairs corrupted video clips by automatically finding the (not corrupted) instance of the same clip in the source footage.
0
votes
0answers
123 views
How do I create a Powershell alias (or function) that runs in the same process as my shell? [closed]
In Unix, I create a lot of aliases/functions. Here is my workflow:
I have a file name 'aliases.txt' in my $HOME directory
I have a quick command to edit that file
I have an alias named 'sa' that ...
1
vote
1answer
111 views
Linker (ln) error: can't find certain files
I'm building something from source and I get the following output while running make:
...
CC libpromises_la-mod_outputs.lo
CC libpromises_la-unix.lo
CCLD libpromises.la
CC ...
2
votes
1answer
32 views
Linux - using packages and compiling from source
I'm running a Debian web server. Though the packages are up-to-date, current vulnerability detection software (for instance Nessus) found several potential security risks that exist in the software ...
1
vote
1answer
38 views
Installing programs from source won't work
Hey,
I've tried to install three things from source now, but after I close Terminal (Mac), they seem to 'disappear' and I can't use the commands that worked before.
The first was Node.js. I cloned ...
0
votes
1answer
94 views
How to setup internet television using Linux box with DNS name?
I've got:
Linux box with public DNS name
apache
web development skills
tons of video files to broadcast
I want to create simple web page, which contains some plugin that shows my files to whoever ...
3
votes
1answer
269 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
88 views
How do I save a forwarded message as a TXT file in Outlook 2010?
Okay, one of my colleagues forwarded a message to me. Outlook 2010 treats the forwarded message as an attachment. I want to save the forwarded message to a TXT file.
If I use File > Save As from ...
0
votes
2answers
76 views
Commenting in a wget list?
I need to download about 100 packages so I'm using wget-list to make it easier. My question however, is once I've made the list (I assume it's in a .txt format), is there a way I can insert comments ...
0
votes
1answer
110 views
Linux from Scratch [LFS] developing environment?
I've recently delved into the LFS pdf in hopes of building my own OS and learning in the process. However, in the beginning of the book, they continue to speak of a development environment and how ...
6
votes
1answer
609 views
How to build Firefox from 4.0 source and optimize it?
I have found tons of links, resources regarding this topic. However, most of them just compile it and that's it.
I want to disable debug, enable -O3 optimization (this one fails hard at the ...
1
vote
2answers
146 views
Modify multiple HTML files in multiple folders automatically
Is there some way to modify multiple HTML file in multiple folders?
I want to apply a new html design template over an old HTML website. The website it is quite big, and doing this manually will take ...
1
vote
1answer
272 views
~/.profile is not sourced on startup
I've recently installed virtualenv + virtualenvwrapper on Linux Mint 10 LXDE. For convenience I've added the standard WORKON_HOME settings to my ~/.profile
export WORKON_HOME=$HOME/Envs
source ...
0
votes
1answer
306 views
Vim Format Latex, issues with line breaks
I use vim's source code formatting features (the = key will format your selection and pressing gg=G will format the entire source code).
However, it seems to not format correctly when it encounters ...
2
votes
0answers
512 views
replace/remove background image on gimp 2.6.11
how do I remove these images by compiling gimp from source? I can't find any file containing these images.
0
votes
2answers
38 views
Re-Downloading Linux (Kernel) Source
yesterday i downloaded source of my virtual linux kernel and tried to compile it.
It compiled indeed but could not boot from the new kernel.
Then today i decided to re-downloading after removing ...
1
vote
3answers
955 views
gitweb alternative for simply hosting source code
I would like to simply publish a project's source code on a server.
Currently gitweb works well, except I don't need the extra revisions features, and there is some configuring needed such as setting ...
0
votes
0answers
249 views
How to fix Internet Explorer 8 source view when it doesn't work anymore? [closed]
Possible Duplicate:
How do you enable view source in ie8 when it gets magically diabled
Environment: Windows XP Pro, part of a Domain, restricted User accounts, all Windows Updates / ...
5
votes
2answers
584 views
Finding out if a FLAC or WAVPACK audio file is NOT originally encoded from a lossy source
Is there a way of checking that the so-called FLAC or WAVPACK audio file was originally encoded from a lossless source (WAV, CDA, APE, etc.) instead of a lossy source (MP3, AAC, ATRAC, etc.)?
Say I ...
1
vote
4answers
70 views
Backup Source (non source control)?
I back up my code with svn. I have project files in there however i ignore selected things. I also ignore jpg, ogg, etc.
Right now i would like to backup everything. However the zip result is >1gb (i ...
1
vote
3answers
110 views
What is a good program for storing “chunks” of commonly used source code [closed]
Possible Duplicate:
What is your notes taking tool ?
I've looked at CodeLocker (poorly styled and relatively unflexible, but free) and Source Code Library (Overzone software - very nicely ...
2
votes
2answers
566 views
Yggdrasil: Oldest Linux Distribution in CD!
I wanted to try out Yggdrasil, one of the the oldest Linux distributions. I could not find an ISO image, but I could find the source files, I do not know how to install an OS from source files, can ...
3
votes
1answer
3k views
Changing Word mail merge data source locations in bulk?
I've just moved a number of Word mail merge files, and a number of Excel spreadsheets that are the data sources for the mail merges, from a Windows XP computer to a Windows 7 computer, and now all the ...
1
vote
1answer
35 views
updating a source tree with another one
I have an existing source-tree, with a bunch of subdirectories and thousands of source files.
I have a new source-tree where some of the files have been updated and some new files/directories added.
...
2
votes
4answers
435 views
Is it possible to view HTML source auto-formatted in Firefox
I am writing a web site in php and the HTML it renders is not well formatted and hard to read in Firefox (most of it is on a single line)
I dont want to mess up my php code by adding loads of white ...
1
vote
3answers
1k views
How to view a page's source when a javascript modal popup loads first?
Scenario:
You go to a page. Before loading, a javascript modal popup loads. Firebug has yet to pick up on the source. However, this code is obviously living in your browser. How can you view the ...
0
votes
1answer
87 views
How can you source in a file of .markdown -format?
I have a file which needs many tables in html.
I have the tables in separate files.
I run in a file.markdown unsuccessfully
source ./table.html
How can you source in a file of .markdown -format?