/* 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 …
Monthly Archives: January 2010
host
DNS lookup utility http://linux.die.net/man/1/host
label
Creates, changes, or deletes the volume label (that is, the name) of a disk http://en.wikipedia.org/wiki/Volume_(computing)#Volume_label
suggested reading for mathematical relations to coding.
suggested reading for mathematical relations to coding. http://steve-yegge.blogspot.in/2006/03/math-for-programmers.html
readings.1
suggested reading for mathematical relations to coding. http://stwww.weizmann.ac.il/g-cs/benari/books/ml2.html
part of the original file [ uname.c ]
/* uname — print system information Copyright (C) 1989, 1992, 1993, 1996, 1997, 1999-2005, 2007-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 …
gpic
pic – compile pictures for troff or TeX http://www.math.uiuc.edu/~west/gpic.html
color
Changes the Command Prompt window foreground and background colors for the current session http://en.wikipedia.org/wiki/Color Related Post GNU/Linux
rename.c
/* Work around the bug in some systems whereby rename fails when the source file has a trailing slash. The rename functions of SunOS 4.1.1_U1 and mips-dec-ultrix4.4 have this bug. Copyright (C) 2001, 2002, 2003, 2005 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms …
install.2 [ functions ]
install function = function to copy + function to set attributes. [latex] \ f \ \; \; = \; \; \ f \ _{1} \; + \; \ f \ _{2} [/latex] http://en.wikipedia.org/wiki/Function_(mathematics)