Skip to content

Instantly share code, notes, and snippets.

View abhisheksliam's full-sized avatar

Abhishek Kumar abhisheksliam

View GitHub Profile
@abhisheksliam
abhisheksliam / algorithms-data-structures-should-know
Last active May 29, 2017 06:01
algorithms-data-structures-should-know
Data Structures - http://www.geeksforgeeks.org/data-structures/
- Machine Data Representation
- Ones, Two's Complement, and Related Arithmetic
- Words, Pointers, Floating Point
- Bit Access, Shifting, and Manipulation
- Linked Lists
- Hash Tables (maps or dictionaries)
- Arrays
@abhisheksliam
abhisheksliam / ## javascript reading list
Created April 4, 2017 12:06
## javascript reading list
# javascript
## javascript reading list
> Basic 1:
https://gitbookio.gitbooks.io/javascript/content
http://bonsaiden.github.io/JavaScript-Garden/
> Medium 1:
http://dmitrysoshnikov.com/
@abhisheksliam
abhisheksliam / Cheat Sheet List
Created February 16, 2017 16:18
Web Cheat Sheet, CheatSheet, Revision List
<h2 id="css">CSS Cheatsheets</h2>
<table>
<tbody>
<tr>
<td><strong>CSS Vocabulary Cheatsheet</strong> <small><em>(apps.workflower.fi)</em></small></td>
<td><a target="_blank" href="http://apps.workflower.fi/vocabs/css/en">View Here &rarr;</a></td>
</tr>
<tr>
<td><strong>The Complete CSS Cheatsheet</strong> <small><em>(websitesetup.org)</em></small></td>
<td><a target="_blank" href="http://websitesetup.org/css3-cheat-sheet/">View Here &rarr;</a></td>
Install JDK
See this post: Install JDK 6 update 23 in Ubuntu 10.10
Installation
The first thing to do is download the package "apache-tomcat-7.0.6.tar.gz" from the NEXT link
http://tomcat.apache.org/download-70.cgi [tar.gz]
Now unpack it with the following command:
tar xvzf apache-tomcat-7.0.8.tar.gz
@abhisheksliam
abhisheksliam / Trending Reading
Last active January 6, 2017 07:48
Trending Reading
@abhisheksliam
abhisheksliam / frontendDevlopmentBookmarks.md
Created December 26, 2016 12:18 — forked from dypsilon/frontendDevlopmentBookmarks.md
A badass list of frontend development resources I collected over time.
@abhisheksliam
abhisheksliam / JS HTML API's
Last active November 25, 2016 13:13
JS HTML API's
The setTimeout and setInterval functions were first specified on the Window interface in HTML Standard.
XMLHttpRequest makes it possible to send asynchronous HTTP requests.
The CSS Object Model abstract CSS rules as objects.
WebWorkers allows parallel computation.
WebSockets allows low-level bidirectional communication.
Canvas 2D Context is a drawing API for <canvas>.
https://developer.mozilla.org/en-US/docs/Web/JavaScript/JavaScript_technologies_overview
Javascript Revisited:
@abhisheksliam
abhisheksliam / Javascript Prototypes
Last active November 25, 2016 07:15
Javascript Prototypes
Prototypes:
http://stackoverflow.com/questions/14545210/why-prototype-is-undefined
http://stackoverflow.com/questions/12661416/it-is-said-that-all-javascript-objects-have-a-prototype-property-but-i-only-see
http://stackoverflow.com/questions/10812254/why-functions-prototype-is-chained-repeatedly/10812392#10812392
https://mathieularose.com/javascript-prototype/
https://blog.pivotal.io/labs/labs/javascript-constructors-prototypes-and-the-new-keyword
http://stackoverflow.com/users/218196/felix-kling
@abhisheksliam
abhisheksliam / GIT
Created November 23, 2016 12:24
GIT
https://www.atlassian.com/git/tutorials/what-is-version-control