User contributions for Scott

A user with 1,862 edits. Account created on 28 January 2011.
Jump to navigation Jump to search
Search for contributionsExpandCollapse
⧼contribs-top⧽
⧼contribs-date⧽
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)

4 February 2011

2 February 2011

1 February 2011

  • 23:3123:31, 1 February 2011 diff hist +2,067 N R Statistics Created page with '==Basic stats== '''<code>mean, min, max, range = c(min, max)</code>''' <pre> mean(c(1,2,3,4,5,NA),na.rm=TRUE) # 3, ignore NA's mean(c(-1,0:100,2000),trim=0.1) # 50, ignore …' current
  • 23:2623:26, 1 February 2011 diff hist +400 N R Packages Created page with 'To use a package, it must first be installed on the system. Then you load it into your current session. To get the list of packages loaded by default: <pre> > getOption("defaul…'
  • 23:1623:16, 1 February 2011 diff hist +1,487 R Graphics No edit summary
  • 22:3522:35, 1 February 2011 diff hist +568 N Python Curses Created page with '== Reference == * Curses library references: http://docs.python.org/lib/module-curses.html * A curses tutorial: http://www.amk.ca/python/howto/curses/curses.html * Another good e…' current
  • 22:3022:30, 1 February 2011 diff hist +621 N Python System Calls Created page with '== Backquotes == <source lang="python"> output = `dmesg | grep hda` </source> == os.popen == <source lang="python"> import os cmd = "medcon -f %s" % fileName output = os.popen(c…'
  • 22:2822:28, 1 February 2011 diff hist +2,440 N Python Date and Time Created page with '<source lang="python"> # The "time" module is the most basic. # Date/time values are stored as seconds since 1970-01-01 or as 9-element tuples # Item Meaning Field name Ran…'
  • 22:2422:24, 1 February 2011 diff hist +1,170 N Python Regular Expressions Created page with '== Introduction == http://www.amk.ca/python/howto/regex/regex.html == Reg Exp Syntax == http://docs.python.org/lib/re-syntax.html * \d Matches any decimal digit; this is equival…'
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)