Sprezzatech: Expert UNIX/HPC consulting and custom development.
New pages
- 08:59, 7 May 2012 Fonts (hist) [387 bytes] Dank (Talk | contribs) (Created page with "Fonts can be installed by copying the appropriate .otf or .ttf file to ~/.fonts. Some fonts worth checking out: ==Inconsolata== * http://levien.com/type/myfonts/inconsolata.h...")
- 11:00, 4 May 2012 Solomonoff-Levin distribution (hist) [38 bytes] Dank (Talk | contribs) (Created page with "Category: Computer Science Eponyms")
- 10:31, 4 May 2012 Cranfield method (hist) [87 bytes] Dank (Talk | contribs) (Created page with "A methodology for minimizing Boolean functions. Category: Computer Science Eponyms")
- 10:25, 4 May 2012 Zobrist hashing (hist) [38 bytes] Dank (Talk | contribs) (Created page with "Category: Computer Science Eponyms")
- 06:55, 28 April 2012 ZFS (hist) [152 bytes] Dank (Talk | contribs) (Created page with "http://dank.qemfd.net/tabpower/d-i-zfs.png")
- 02:37, 16 April 2012 Growlight (hist) [889 bytes] Dank (Talk | contribs) (Created page with "http://www.sprezzatech.com/growlight.html ==Definite Goals== * Boot with a single image on UEFI/BIOS-based machines ** http://mjg59.dreamwidth.or...")
- 16:06, 15 April 2012 Debian installer (hist) [4,860 bytes] Dank (Talk | contribs) (Created page with "==Build environment== * debootstrap --variant buildd http://ftp.us.debian.org unstable * apt-get source debian-installer ==Custom kernel== * apt-get source linux-2.6 ** apt-g...")
- 05:06, 10 April 2012 PDF (hist) [307 bytes] Dank (Talk | contribs) (Created page with "Combining PDFs: <tt>gs -dNOPAUSE -sDEVICE=pdfwrite -sOUTPUTFILE=output.pdf -dBATCH files-to-combine</tt>")
- 03:33, 26 March 2012 Givens rotation (hist) [85 bytes] Dank (Talk | contribs) (Created page with "http://en.wikipedia.org/wiki/Givens_rotation CATEGORY: Computer Science Eponyms")
- 03:33, 26 March 2012 Gram–Schmidt process (hist) [97 bytes] Dank (Talk | contribs) (Created page with "http://en.wikipedia.org/wiki/Gram%E2%80%93Schmidt_process CATEGORY: Computer Science Eponyms")
- 03:32, 26 March 2012 Householder transformation (hist) [95 bytes] Dank (Talk | contribs) (Created page with "http://en.wikipedia.org/wiki/Householder_transformation CATEGORY: Computer Science Eponyms")
- 00:55, 26 March 2012 Wallace tree (hist) [368 bytes] Dank (Talk | contribs) (Created page with "A circuit which reduces the problem of summing n n-bit numbers to the problem of summing two O(n)-bit numbers, using floor(n/3) parallel carry-save adders. This reduces an n-w...")
- 00:49, 26 March 2012 Brent's Adder (hist) [196 bytes] Dank (Talk | contribs) (Created page with "An adder having logn + O(log<sup>1/2</sup>n) depth. Its size, however, is O(nlg n), which is improved upon by Krapchenko's Adder. CATEGORY: Computer Science Eponyms [...")
- 00:47, 26 March 2012 Krapchenko's Adder (hist) [238 bytes] Dank (Talk | contribs) (Created page with "An improvement over Brent's Adder, linear (3n + 6*2<sup>m</sup>, m=ceil(lg n)) in size and logn + O(log<sup>1/2</sup>n) depth (m + 7(2m)<sup>1/2</sup>+16, m = ceil(lg n))....")
- 04:52, 19 March 2012 UEFI (hist) [480 bytes] Dank (Talk | contribs) (Created page with "==Phases== *SEC -- Security phase. Initialize CPU and create a stack in cache. *PEI -- Pre-EFI-Initialization phase. Finish CPU initialization, initialize DRAM, determine boot...")
- 04:32, 3 March 2012 Berman–Hartmanis conjecture (hist) [38 bytes] Dank (Talk | contribs) (Created page with "CATEGORY: Computer Science Eponyms")
- 12:26, 28 February 2012 Programming quotes (hist) [19,155 bytes] Dank (Talk | contribs) (Created page with "* "Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the universe trying to build bigger and better idiots. ...")
- 08:37, 28 February 2012 Shell (hist) [310 bytes] Dank (Talk | contribs) (Created page with "==IFS== To set IFS to newline, use IFS=$'\n'. This allows <tt>find</tt> output containing horizontal whitespace to be picked up and used in e.g. <tt>for</tt> loop. * If you ca...")
- 17:55, 17 February 2012 GNU Autotools (hist) [363 bytes] Dank (Talk | contribs) (Created page with "Ick. ==Setting up autotools== <tt>[http://www.gnu.org/software/autoconf/manual/autoconf.html#autoreconf-Invocation autoreconf]</tt> can be used on initial setup, or after the...")