Skip to content

Instantly share code, notes, and snippets.

View enyo's full-sized avatar
🙌
Primarily working on Pausly

Matias Meno enyo

🙌
Primarily working on Pausly
View GitHub Profile

tmux cheatsheet

As configured in my dotfiles.

start new:

tmux

start new with session name:

///
/// Generated file. Do not edit.
///
library generated_userService;
import "dart:async";
import "package:remote_services/client/client.dart";
import "proto/messages.dart";
class UserService extends Service {

Ganz brandfrisch!

Fanfiction #4:

TRUE BLOOD

“Sookie und Bill haben Beziehungs-Clinche und reden ein wenig aneinander vorbei.”
Tragisches Stück in nur einem Akt.

[Bill sitzt im Flur auf der Treppe und starrt gebannt, müde und genervt in Richtung Eingangstür. Er ist sichtlich wegen etwas unruhig. Die Tür öffnet sich. Auftritt Sookie]

@enyo
enyo / test.html
Last active August 29, 2015 14:08
<label>
<span>Eine column</span>
<input type="text">
</label>
@enyo
enyo / changelog.sh
Created May 27, 2015 16:04
Provides a list of commits in all given folders
#!/bin/bash [0/0]
repos=(api webserver dashboard paywall utils services)
echo
for repo in ${repos[*]}
do
cd $repo
git log --since=am --pretty="format:%Cgreen$repo%Creset/%s (%Cred%h%Creset)%+b" --no-merges --author=m@tias.me
// ==========================================================================
// Project: Dragtest - mainPage
// Copyright: ©2010 Matthias Loitsch
// ==========================================================================
/*globals Dragtest */
// This page describes the main user interface for your application.
Dragtest.button = SC.ButtonView.extend({
enyo@matbook:client $ ll
total 16
-rw-r--r-- 1 enyo staff 295 Mar 3 15:57 Buildfile
-rw-r--r-- 1 enyo staff 342 Mar 3 15:58 README
drwxr-xr-x 5 enyo staff 204 Mar 7 19:08 apps
drwxr-xr-x 2 enyo staff 102 Mar 11 18:36 frameworks
drwxr-xr-x 3 enyo staff 102 Mar 11 18:45 tmp
enyo@matbook:client $ ll frameworks/
total 8
lrwxr-xr-x 1 enyo staff 46 Mar 11 18:15 sproutcore -> /Volumes/CaseFS/git/enyo-sproutcore/frameworks
components: SC.ScrollView.design({
layout: { top: 20, bottom: 10, left: 10, right: 10 },
contentView: SC.ListView.design({
content: [
{ name: 'test' },
{ name: 'test2' },
{ name: 'test3' },
// The menu:
menu: SC.SourceListView.design({
layout: { top: 0, left:0, bottom: 0, width: 250 },
contentValueKey: 'displayName',
contentBinding: 'Settings.menuItemsController.arrangedObjects',
selectionBinding: 'Settings.menuItemsController.selection',
localize: YES,
rowHeight: 24,
hasContentIcon: YES,
contentIconKey: 'icon',