New pages
From SnOwy - Ed's Wiki Notebook
- 00:12, 18 May 2012 Sidak Correction LaTeX (hist) [53 bytes] Edoules (Talk | contribs) (Created page with "<pre> \beta = 1 - (1 - \alpha) ^ {\frac{1}{n}} </pre>")
- 00:02, 18 May 2012 LaTeX MCC (hist) [209 bytes] Edoules (Talk | contribs) (Created page with "<pre> \text{MCC} = \frac{ \text{TP}\times\text{TN}- \text{FP}\times\text{FN} }{ \sqrt{ (\text{TP}+\text{FP}) (\text{TP}+\text{FN}) (\text{TN}+\text{FP}) (\t...")
- 00:43, 10 May 2012 Screen Sharing Quality Selection with Terminal (Mac OS X) (hist) [280 bytes] Edoules (Talk | contribs) (Created page with "'''defaults write com.apple.ScreenSharing controlObserveQuality 1''' the parameter at the end can be: * 2: greyscale * 3: 8-bit colour * 4: 16-bit colour * 5: 24-bit colour")
- 16:42, 22 April 2012 Plumbing 20120422 -- Bath tub cartridge replaced (hist) [959 bytes] Edoules (Talk | contribs) (Created page with "* today, Dad replaced the two cartridges connected to the faucet that pours into the bath tub * we've kept the old worn out parts * this was done because of constant dripping fro...")
- 17:19, 29 March 2012 Notes 20120329 Ontologies (hist) [2,770 bytes] Edoules (Talk | contribs) (Created page with "These notes were taken at the Ontology Day hosted by the School of Computer Science, University of Guelph. This is an introduction to ontologies. == introduction == * http://o...")
- 03:46, 9 February 2012 Building libsvm-3.11/python on Mac OS X 10.6 (hist) [1,846 bytes] Edoules (Talk | contribs) (Created page with "I wanted to build libsvm-3.11/python for use with pybrain. I did this ... <pre> Tin:ThePlace eddiema$ cd libsvm-3.11 Tin:libsvm-3.11 eddiema$ ls COPYRIGHT Makefile.win java sv...")
- 23:33, 6 February 2012 LaTeX Sketching Tools (hist) [206 bytes] Edoules (Talk | contribs) (Created page with "A list of LaTeX mouse-to-expression converters. * http://detexify.kirelabs.org/classify.html -- single symbol converter * http://webdemo.visionobjects.com/equation.html -- mathe...")
- 15:35, 4 February 2012 Reading List (hist) [173 bytes] Edoules (Talk | contribs) (Created page with "This is a list of topics I want to read more about. * Nelder-Mead Method (Amoeba Method, Downhill Simplex Method) ** http://en.wikipedia.org/wiki/Nelder%E2%80%93Mead_method")
- 23:13, 20 January 2012 Alterations to LG 2X Optimus Settings for GPS (hist) [1,916 bytes] Edoules (Talk | contribs) (Created page with "* From: http://android.modaco.com/topic/336534-solvedanyone-else-suffering-from-bad-gps-performance/ * Thanks: vanahaim * Hidden Menu → GPS Test → System Settings ... ...")
- 05:35, 11 January 2012 MySQL Hints (hist) [296 bytes] Edoules (Talk | contribs) (Created page with "Here's a list of commands I often have to look up. == List of Users == select User from mysql.user; == List of Databases == show databases; show schemas; == List of Table...")
- 07:27, 16 December 2011 Brass (VM) -- Getting Apache (with MySQL, PHP, PERL, Python, SVN) (hist) [21,653 bytes] Edoules (Talk | contribs) (Created page with "Issued:")
- 02:37, 16 December 2011 Setting up GoDaddy hosted webmail (but self-hosted site with DynDNS) (hist) [1,091 bytes] Edoules (Talk | contribs) (Created page with "This document is for you if you have this: * registered a domain with GoDaddy * using DynDNS for DNS resolution (IP address updating) And you want to: * set up GoDaddy webmail (...")
- 18:32, 29 November 2011 Gnuplot hints (hist) [294 bytes] Edoules (Talk | contribs) (Created page with "For Mac OS X Systems that report the following error message: Could not find/open font when opening font "arial", using internal non-scalable font Add this to ~/.bash_profile ...")
- 00:24, 16 November 2011 ImageJ ij3d package does not exist (hist) [971 bytes] Edoules (Talk | contribs) (Created page with "I discovered a weird quirk for ImageJ -- ij3d-bin.jar is installed in the plugins folder of ImageJ just like it's supposed to be, along with ima3d_.jar. In this scenario, the obj...")
- 16:13, 14 November 2011 House Wiring (hist) [417 bytes] Edoules (Talk | contribs) (Created page with "This house has all sorts of oddities in it. One such oddity is the outlet in the kitchen on the wall segment that separates the kitchen from the living room. This outlet is wire...")
- 15:06, 8 November 2011 Courses at U Guelph Wishlist & Taken (hist) [218 bytes] Edoules (Talk | contribs) (Created page with "'' These are neat, I think I want to try these ... '' * BIOP*6000 -- Biophysics * CIS*6030 -- Information Systems * CIS*6070 -- Discrete Optimization * BIOM*6570 -- Biochemical ...")
- 12:58, 23 October 2011 Ruby's Spaceship Operator and Switch Statement (Case) (hist) [186 bytes] Edoules (Talk | contribs) (Created page with "I still love Ruby's spaceship operator. <pre> case x <=> y when -1 :puts "x less than y" when 0 :puts "x equal to y" when 1 :puts "x greater than y" else :puts "x, y not comparab...")
- 19:27, 15 October 2011 Bulk Insert Equivalent in postgreSQL (hist) [58 bytes] Edoules (Talk | contribs) (Created page with "See http://wiki.postgresql.org/wiki/COPY -- Copy command.")
- 16:27, 13 October 2011 Compiling JNI Libraries on Mac (Java Boilerplate, C) (hist) [355 bytes] Edoules (Talk | contribs) (Created page with "<pre> gcc -m64 -c -I/System/Library/Frameworks/JavaVM.framework/Headers filters3d_.c gcc -m64 -dynamiclib -o libfilter3d64.jnilib filters3d_.o -framework JavaVM rm filters3d_.o ...")
- 14:09, 13 October 2011 Hourly Rate (hist) [737 bytes] Edoules (Talk | contribs) (Created page with "Considerations for an asking rate when approached by professors that want to hire a student (crowd sourcing). * $23.25 = $[18, 28.5] based on CS co-op undergrads -- Annie * $45....")
- 14:30, 7 September 2011 Sandbox 20110907 (hist) [28 bytes] Edoules (Talk | contribs) (Created page with "<math>\frac{a^{i}}{n}</math>")
- 12:31, 31 August 2011 PostgreSQL Example Queries (hist) [344 bytes] Edoules (Talk | contribs) (Created page with "* get the most recent insertion on a given table that has an autoincremented value <pre>SELECT processid FROM contig_human ORDER BY id DESC LIMIT 1;</pre>")
- 15:52, 10 August 2011 Incrementing by Phi (hist) [1,293 bytes] Edoules (Talk | contribs) (Created page with " == Reference == * π to a million digits ... http://www.cecm.sfu.ca/organics/papers/borwein/paper/html/local/bdigits.html * e to a million digits ... http://apod.nasa.gov/html...")