On my azerty keyboard, there is the § sign that I nearly never use. I like to use the × sign a lot
create a DefaultKeyBinding file
mkdir ~/Library/KeyBinding
vim DefaultKeyBinding.dict
const test = require('ava') | |
// testing the logic | |
const event = { | |
Records: [ | |
{ | |
Sns: { | |
a: 1, | |
b: 2, |
{ | |
"franceDepartments": { | |
"01": { | |
"name": "Ain", | |
"bounds": { | |
"n": "46.519953", | |
"e": "6.170198", | |
"s": "45.611093", | |
"w": "4.728067" | |
} |
package djb2 | |
// For when you ever need to implement a dictionary hash function, | |
// that's good enough, simple and fast. | |
// | |
// WARNING: | |
// Not cryptographicly secure! | |
// | |
// Source: https://en.wikipedia.org/wiki/DJB2 | |
// |
if [ "$1" == "stash" -a "$2" == "poop" ] | |
then | |
command git stash pop | |
echo " | |
) ) | |
( ) ( | |
) _ ) | |
( \_ | |
_(_\ \)__ | |
(____\___))" |
On my azerty keyboard, there is the § sign that I nearly never use. I like to use the × sign a lot
create a DefaultKeyBinding file
mkdir ~/Library/KeyBinding
vim DefaultKeyBinding.dict