flake – Alternative Free Lossless Audio Codec encoder. http://en.wikipedia.org/wiki/Free_Lossless_Audio_Codec http://flac.sourceforge.net/
Author Archives: jeffrin
WinDbg.1
Debugging a pidgin session using WinDbg. Register watch. The value of typical registers can be altered. http://en.wikipedia.org/wiki/Processor_register
fc
Compares two files and displays the differences between them. http://en.wikipedia.org/wiki/File_comparison
The fc command lists, edits, or re-executes commands previously entered to a shell
fc is used to list or edit and re-execute commands from the history list. FIRST and LAST can be numbers specifying the range, or FIRST can be a string, which means the most recent command beginning with that string. $fc -l 2048 git commit -am “work” 2049 git push -u origin master 2050 ls 2051 …
install.3 [ reading code ]
For no king has any different origin or birth, but one is the entry into life for all; and in one same way they leave it. Wisdom 7:5-6 #define PROGRAM_NAME “install” Proposition. the value of PROGRAM_NAME is install
chdir
Displays the name of the current directory or changes the current folder. http://filext.com/faq/directory_folder_definition.php
kill
kill – send a signal to a process http://www.linuxjournal.com/node/1332/print
readings.2
History of mathematical logic. http://www.math.uwaterloo.ca/~snburris/htdocs/history.html
part of original file [ stat.c ]
/* stat.c — display file or file system status Copyright (C) 2001-2009 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any …
host
DNS lookup utility http://linux.die.net/man/1/host