Skip to content

Instantly share code, notes, and snippets.

View khrykin's full-sized avatar

Dmitry Khrykin khrykin

  • Helsinki, Finland
View GitHub Profile
anonymous
anonymous / index.html
Created April 22, 2016 17:39
JS Bin // source http://jsbin.com/kibocus/7
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>JS Bin</title>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/raphael/2.2.0/raphael-min.js"></script>
<style id="jsbin-css">
body {
margin: 0;
anonymous
anonymous / index.html
Created April 21, 2016 18:08
JS Bin // source http://jsbin.com/kibocus
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>JS Bin</title>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/raphael/2.2.0/raphael-min.js"></script>
<style id="jsbin-css">
body {
margin: 0;
@revolunet
revolunet / python-es6-comparison.md
Last active April 22, 2024 19:22
# Python VS JavaScript ES6 syntax comparison

Python VS ES6 syntax comparison

Python syntax here : 2.7 - online REPL

Javascript ES6 via Babel transpilation - online REPL

Imports

import math