summaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeLines
* Create statcomppythone99n092015-03-08-0/+234
| | | This is a tutorial on how to use Python for the stuff people normally do in R, MATLAB, or Stata. It's designed for someone comfortable with programming, basically familiar with Python, and experienced with a statistical programming language. Scraping the web, reading CSV files, summarizing columns, basic charts and plotting options, plus an extended data cleaning and exploratory data analysis example using a table of Holy Roman Emperors.
* Merge pull request #988 from jasonqu/masterGeoff Liu2015-03-07-219/+301
|\ | | | | [javascript/zh] Translation tracking
| * Update javascript-cn.html.markdownGoddamned Qu2015-03-08-2/+2
| | | | | | add missing translation
| * [javascript/zh] Translation trackingjasonqu2015-03-06-218/+300
| |
* | Merge pull request #984 from TheDmitry/swift-updatingAndre Polykanine A.K.A. Menelion Elensúlë2015-03-05-0/+52
|\ \ | |/ |/| [swift/ru] Updating Swift guide
| * [swift/ru] TypoTheDmitry2015-03-05-3/+3
| |
| * [swift/ru] Added contributorTheDmitry2015-03-04-0/+1
| |
| * [swift/ru] Updating Swift guideTheDmitry2015-03-04-0/+51
| |
* | Merge pull request #987 from geoffliu/masterLevi Bostian2015-03-04-4/+13
|\ \ | | | | | | [Ruby/en] Add logical operators to Ruby tutorial
| * | Add logical operators to Ruby tutorialGeoff Liu2015-03-04-4/+13
| | |
* | | Merge pull request #986 from Jakehp/masterGeoff Liu2015-03-04-6/+6
|\ \ \ | |/ / |/| | Renamed Big-Oh to more prevalent name, Big-O.
| * | Renamed Big-Oh to more prevalent notation, Big-O.Jake Prather2015-03-04-6/+6
|/ /
* | Merge pull request #985 from awalGarg/patch-1Geoff Liu2015-03-04-0/+3
|\ \ | |/ |/| [git/en] Added the handy -a switch
| * Added the handy -a switchawalGarg2015-03-04-0/+3
|/
* Merge pull request #978 from kamidox/masterGeoff Liu2015-03-02-113/+529
|\ | | | | Add two swift feature and make a full translation for swift to zh-cn
| * correct typoJoey Huang2015-03-03-2/+2
| |
| * correct typoJoey Huang2015-03-03-1/+1
| |
| * correct more typoJoey Huang2015-03-02-22/+26
| |
| * correct typoJoey Huang2015-03-02-4/+5
| |
| * make full translation of swift languageJoey Huang2015-02-28-112/+471
| |
| * add optional init and enum with associated valuesJoey Huang2015-02-28-0/+52
| |
* | Merge pull request #982 from bwiklund/patch-1ven2015-03-02-1/+1
|\ \ | | | | | | Fixed spelling
| * | Update nim.html.markdownBen Wiklund2015-03-01-1/+1
| | |
* | | Merge pull request #980 from brxfork/patch-2ven2015-03-02-1/+1
|\ \ \ | | | | | | | | Perl6, minor change in comments
| * | | Perl6, minor change in comments Philippe Bricout2015-03-01-1/+1
| |/ / | | | | | | It seems "when" should be replace by "given" at the end of the comment.
* | | Merge pull request #981 from munrocape/patch-1Adam Bard2015-03-01-3/+3
|\ \ \ | |/ / |/| | Moved explanation of indexing into a list earlier
| * | Moved explanation of indexing into a list earlierZach Munro-Cape2015-03-01-3/+3
|/ / | | | | This way, it is clear what [1..] !! 999 means later on.
* | Merge pull request #979 from def-/masterven2015-03-01-2/+10
|\ \ | | | | | | Fix Nim a bit
| * | Fix Nim a bitdef2015-03-01-2/+10
|/ /
* | Merge pull request #977 from brxfork/patch-1Levi Bostian2015-02-28-1/+1
|\ \ | |/ |/| Update perl6.html.markdown
| * Update perl6.html.markdownPhilippe Bricout2015-02-27-1/+1
|/ | | typo, wrong sub name in comment : mod => x-store
* Merge pull request #973 from Commador/patch-1Levi Bostian2015-02-25-0/+2
|\ | | | | Update java.html.markdown
| * Update java.html.markdownTim Miller2015-02-23-0/+2
| | | | | | Added "Thinking In Java" by Bruce Eckel to the book list. It's the best Java book I've ever read.
* | Merge pull request #974 from qw3rtman/add-semicolonLevi Bostian2015-02-25-1/+1
|\ \ | | | | | | [Javascript/en] Add semicolon to maximine consistency.
| * | Add semicolon to maximine consistency.Nimit Kalra2015-02-25-1/+1
| |/ | | | | | | | | | | Added a semicolon to conform with statement at top of guide: // Because those cases can cause unexpected results, we'll keep on using // semicolons in this guide.
* | Merge pull request #975 from riqpe/masterGeoff Liu2015-02-25-2/+2
|\ \ | |/ |/| fixed some typos on C++
| * fixed some typosRiku-Pekka Silvola2015-02-25-2/+2
|/
* Merge pull request #972 from AaronJan/patch-1ven2015-02-21-2/+2
|\ | | | | fixed typo, little polishing
| * fixed typo, little polishingAaronJan2015-02-21-2/+2
|/
* Merge pull request #967 from stecman/hack-relative-url-fixLevi Bostian2015-02-18-3/+3
|\ | | | | [hack/en] Fix link to other learnxinyminutes article
| * [hack/en] Fix link to other learnxinyminutes articleStephen Holdaway2015-02-18-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I had assumed a relative link to another markdown file in this project would work, but it renders as: http://learnxinyminutes.com/docs/hack/php.html.markdown instead of the desired: http://learnxinyminutes.com/docs/php/ I've replaced this relative link with an absolute link to where the target page is located on the published site. This commit also fixes a typo in markdown syntax at the end of the document.
* | Merge pull request #966 from TheDmitry/patch-1Levi Bostian2015-02-18-1/+1
|\ \ | | | | | | [lua/ru] a probable solution #957
| * | #957TheDmitry2015-02-18-1/+1
| |/
* | Merge pull request #968 from awalGarg/patch-1Levi Bostian2015-02-18-3/+6
|\ \ | |/ |/| [css/en] corrected definition of ~ selector, added |
| * corrected definition of ~ selector, added |awalGarg2015-02-19-3/+6
|/ | | | | | | [attr~='foo'] will not select <el attr="foobar">, it will only select <el attr="bar foo baz"> Also added definition for [attr|='pre'] style selector Refs: https://developer.mozilla.org/en-US/docs/Web/CSS/Attribute_selectors, http://jsfiddle.net/awalGarg/72k3ptsk/
* Merge pull request #965 from stecman/add-hack-langLevi Bostian2015-02-17-0/+307
|\ | | | | [hack/en] Add english Hack language page
| * [hack/en] Add english Hack language pageStephen Holdaway2015-02-18-0/+307
|/
* Merge pull request #963 from mrmlnc/masterAndre Polykanine A.K.A. Menelion Elensúlë2015-02-16-5/+5
|\ | | | | [css/en] Fix typos
| * [css/en] Fix typosDenis Malinochkin2015-02-16-5/+5
|/
* Merge pull request #962 from TheDmitry/xml-ruAndre Polykanine A.K.A. Menelion Elensúlë2015-02-14-0/+130
|\ | | | | [xml/ru] Translating XML guide into Russian