Skip to content

Commit

Permalink
Ian Hellström's Julia cheatsheet
Browse files Browse the repository at this point in the history
  • Loading branch information
svaksha committed Aug 17, 2015
1 parent bf75713 commit 7c59a2a
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions Resources.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,15 +53,16 @@ __Useful learning resources and all other random resources that does not have it
----

# CHEATSHEETS
+ Ian Hellström's Julia [cheatsheet](https://dl.dropboxusercontent.com/u/8252984/julia.html).
+ [Julia-cheatsheet.pdf](http:https://math.mit.edu/~stevenj/Julia-cheatsheet.pdf) :: StevenJ's Julia cheatsheet.
+ A [Julia Types](https://github.com/tanmaykm/julia_types) cheatsheet by Tanmay.
+ [Julia cheatsheet](http:https://bogumilkaminski.pl/files/julia_express.pdf) by Bogumil Kaminski.
+ [JuliaDocs](https://github.com/john9631/JuliaDocs) :: John Lynch's Julia and Gadfly Cheatsheets.
+ [Numeric (Julia) matrix manipulation](http:https://sebastianraschka.com/Articles/2014_matrix_cheatsheet.html#julia) :: The cheat sheet for MATLAB, Python NumPy, R, and Julia.
+ [Noteworthy Differences from other Languages](http:https://docs.julialang.org/en/release-0.3/manual/noteworthy-differences/)
+ John Myles White compares the [Julia and "R" language syntax](http:https://www.johnmyleswhite.com/notebook/2012/04/09/comparing-julia-and-rs-vocabularies/)
+ [Julia-cheatsheet.pdf](http:https://math.mit.edu/~stevenj/Julia-cheatsheet.pdf) :: StevenJ's Julia cheatsheet.
+ Cheatsheet for [Julia Types](https://github.com/tanmaykm/julia_types)
+ [Rosetta-Julia](https://github.com/quinnj/Rosetta-Julia) :: Rosetta Code task implementations for the Julia language.
+ [JuliaDocs](https://github.com/john9631/JuliaDocs) :: John Lynch's Julia and Gadfly Cheatsheets.
+ [Keyboard shortcuts for the REPL](http:https://docs.julialang.org/en/latest/manual/interacting-with-julia/#key-bindings).
+ [Julia cheatsheet](http:https://bogumilkaminski.pl/files/julia_express.pdf) by Bogumil Kaminski.
+ [Numeric (Julia) matrix manipulation](http:https://sebastianraschka.com/Articles/2014_matrix_cheatsheet.html#julia) :: The cheat sheet for MATLAB, Python NumPy, R, and Julia.
+ [Rationale behind @-sign for macro usage](https://stackoverflow.com/questions/29182447/why-do-julia-programmers-need-to-prefix-macros-with-the-at-sign)

----
Expand Down

0 comments on commit 7c59a2a

Please sign in to comment.