Pinned Loading
-
Add or update query string parameter
Add or update query string parameter 1// Add / Update a key-value pair in the URL query parameters
2function updateUrlParameter(uri, key, value) {
3// remove the hash part before operating on the uri
4var i = uri.indexOf('#');
5var hash = i === -1 ? '' : uri.substr(i);
-
Collapsible-comments-for-Hacker-News
Collapsible-comments-for-Hacker-News PublicCollapsible comments for Hacker News
-
LessCSS.windows
LessCSS.windows PublicThis small js will compile your lesscss styles and send back the compiled version to the server. Helps if you don't have node.js lying around (windows) and want to serve compiled version of the code.
JavaScript 3
-
jsTreeAlgorithms
jsTreeAlgorithms PublicA simple javascript implementation of the tree datastructure and some algorithms + a neat visualization for the trees.
-
Project-Euler
Project-Euler PublicAnswers to problems from Project Euler in Python, Rust. Please feel free to fork and enhance the solutions for better performance / better code.
Python 2
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.