Skip to content

Instantly share code, notes, and snippets.

View neuthral's full-sized avatar
🦌
bubbling

neuthral neuthral

🦌
bubbling
View GitHub Profile
@neuthral
neuthral / phaser_camera_zoom.js
Created June 6, 2017 19:56
// Phaser 2.0.4 camera zoom test (with camera bounds checking) // Use cursors to move the camera, Q to zoom in, A to zoom out
// Phaser 2.0.4 camera zoom test (with camera bounds checking)
// Use cursors to move the camera, Q to zoom in, A to zoom out
var preload = function(game) {
game.time.advancedTiming = true;
}
var worldScale = 1;
var player;
var bgGroup;
board:{ // index for all threads
posts: [
{0: "hash"},
{1: "hash"},
{2: "hash"},
]
}
post:{
name: $timestamp,
<body>
DALAMAN.FI - kuitti tilaukselle #{{ $data['orderNum'] }} {{ $data['date'] }}
{{ $data['name'] }}
{{ $data['address'] }}
{{ $data['delivery'] }}
<br>
@foreach($data['products'] as $product)
<br>{{ $product }}
@neuthral
neuthral / gist:73621c556db637e604ec71778a9be1d5
Created January 27, 2017 21:26
Clutch - Unto The Breach Tab
Hi - my first tab so go easy on me. Pretty easy song to play. Just listen to it
to get the rhythm.
Standard Tuning
Intro
E||----------------------------------------------------------------------||
B||----------------------------------------------------------------------||
G||----------------------------------------------------------------------||
@neuthral
neuthral / tmux-cheatsheet.markdown
Created January 9, 2017 17:09 — forked from MohamedAlaa/tmux-cheatsheet.markdown
tmux shortcuts & cheatsheet

tmux shortcuts & cheatsheet

start new:

tmux

start new with session name:

tmux new -s myname