Skip to content

Instantly share code, notes, and snippets.

import UIKit
public class Vertex {
var key: String?
var neighbors: Array<Edge>
init() {
self.neighbors = Array<Edge>()
}
}
// YourProject-Bridging-Header.h
#import <FacebookSDK/FacebookSDK.h>
// AppDelegate.swift
import UIKit
@UIApplicationMain
class AppDelegate: UIResponder, UIApplicationDelegate {
.

PHPUnit API reference

  • version 3.6

TODO

Check those constraints:

$this-&gt;anything()
Betlog Ng Matsing Lyrics
by: Rivermaya
Ituring ang iyong sariling tagahawi ng ulap
Sa kalangitang kulimlim
Kampanang yayanig sa bawat nilalang
Magigising ang lupang kulang sa dilig

tmux shortcuts & cheatsheet

start new:

tmux

start new with session name:

tmux new -s myname