Skip to content

Instantly share code, notes, and snippets.

View mmansion's full-sized avatar
🐢
turtle power

Mikhail Mansion mmansion

🐢
turtle power
View GitHub Profile
<!DOCTYPE html>
<meta charset="utf-8">
Hello, world!
# From http://blog.kfish.org/2010/04/git-lola.html
[alias]
lol = log --graph --decorate --pretty=oneline --abbrev-commit
lola = log --graph --decorate --pretty=oneline --abbrev-commit --all
[color]
branch = auto
diff = auto
interactive = auto
status = auto
@mmansion
mmansion / index.html
Last active August 29, 2015 13:57
Canvas Resize
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title></title>
<style>
body {
margin: 0;
}
We couldn’t find that file to show.
@mmansion
mmansion / index.html
Last active August 29, 2015 14:01
Parallax Example
<!DOCTYPE html>
<!-- SOURCE: http://www.kirupa.com/html5/smooth_parallax_scrolling.htm -->
<html>
<head>
<meta content="en-us" http-equiv="Content-Language">
<meta charset="utf-8">
<meta content="A high performance parallax scrolling example." name="description">
<meta content="Parallax Scrolling Example" name="title">
<title>Parallax Scrolling Example</title>
<style>
hello world 2
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>JS Bin</title>
</head>
<body>
Hello World!
// <![CDATA[
var langCodes = {
"af": "Afrikaans",
"sq": "Albanian",
"ar": "Arabic (Standard)",
"ar-dz": "Arabic (Algeria)",
"ar-bh": "Arabic (Bahrain)",
"ar-eg": "Arabic (Egypt)",
"ar-iq": "Arabic (Iraq)",
"ar-jo": "Arabic (Jordan)",

Sorting Elements with JQuery

Non-blocking pause script