Skip to content

Instantly share code, notes, and snippets.

View jasondinh's full-sized avatar

Jason Dinh jasondinh

View GitHub Profile
@jasondinh
jasondinh / nvme_mount.md
Created August 26, 2022 13:38 — forked from a-maumau/nvme_mount.md
how to mount m.2 ssd/hdd
//.h file
#import <UIKit/UIKit.h>
@interface UINavigationBar (customNav)
@property (nonatomic) NSValue *customSize;
@end
//.m file
//
// UIPopoverController+iPhone.m
// UIPopoverController+iPhone
//
// Created by Jason Dinh on 28/5/14.
// Copyright (c) 2014 Jason Dinh. All rights reserved.
//
#import "UIPopoverController+iPhone.h"
#import <objc/runtime.h>
traceroute to live.twitch.tv (199.9.251.233), 64 hops max, 52 byte packets
1 cm1.sigma204.maxonline.com.sg (218.212.204.1) 13.496 ms 9.826 ms 8.279 ms
2 172.20.18.1 (172.20.18.1) 7.774 ms 20.487 ms 19.201 ms
3 172.26.18.10 (172.26.18.10) 8.307 ms 12.227 ms 15.590 ms
4 172.27.18.1 (172.27.18.1) 20.204 ms 11.245 ms 12.356 ms
5 172.20.7.70 (172.20.7.70) 12.526 ms 14.593 ms 12.996 ms
6 203.117.35.237 (203.117.35.237) 33.090 ms 24.420 ms 15.709 ms
7 203.117.34.214 (203.117.34.214) 11.348 ms 10.286 ms 11.843 ms
8 203.117.34.197 (203.117.34.197) 12.136 ms 44.414 ms 11.771 ms
9 203.117.34.38 (203.117.34.38) 13.578 ms 13.121 ms 45.787 ms
@jasondinh
jasondinh / osx_developer_installation.rst
Created August 1, 2012 07:35 — forked from stefanfoulis/osx_developer_installation.rst
Instructions on how to setup an OSX developer machine for (python/django) development

OSX Developer System installation

This guide assumes a fresh install of Mac OSX 10.7 Lion.

Homebrew