Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/TaylorHuston/ProgrammingCliffnotes
Snippets of basic programming syntax for various languages
https://github.com/TaylorHuston/ProgrammingCliffnotes
Last synced: 3 months ago
JSON representation
Snippets of basic programming syntax for various languages
- Host: GitHub
- URL: https://github.com/TaylorHuston/ProgrammingCliffnotes
- Owner: TaylorHuston
- Created: 2015-01-21T05:35:58.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2024-06-13T00:25:51.000Z (5 months ago)
- Last Synced: 2024-06-13T09:24:55.689Z (5 months ago)
- Language: HTML
- Homepage:
- Size: 409 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Programming Cliffnotes
##Who is this for?
Programmers who already have a good handle on the basics. If you're like me you probably jump between a lot of different programming languages. Sometimes it can be hard to remember all of the little nuances and peculiarities of each language.So if you need a crash course on a new language, or a refresher on one you haven't used in a bit, hopefully you will find this useful.
##Who is this not for?
Someone who is completely new to programming. This is a syntax reference. It's not a concept reference. It's not going to explain to you how inheritance or polymorphism or anything like that works on a theoreticalevel. It's just a quick reminder on how to implement them.##Contributing
I am, by no stretch of the imagination, an expert in any of these languages. I am sure there are things that I missed. I am sure there are things I got wrong. If that's the case, don't hesitate to correct me.Also note this isn't intended to cover every method of every object of every language. Just the most commonly used or particularly helpful syntax.
Currently there are Java, JavaScript and Ruby notes. Any other languages are more than welcome though.
REFERENCES
>
JavaScript: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference
JavaScript: http://www.ecma-international.org/publications/files/ECMA-ST/Ecma-262.pdfJava: https://docs.oracle.com/javase/8/docs/api/
Ruby: http://ruby-doc.org/