Skip to content

Instantly share code, notes, and snippets.

View diorahman's full-sized avatar

Dhi Aurrahman diorahman

  • Cokelatia
  • Bandung
View GitHub Profile
@diorahman
diorahman / gist:3719590
Created September 14, 2012 03:17
komentar
"If I ever have to sink down over sweets and chocolate, let it be as good as #RockyBars.."
~Riana Ambarsari (@p3nnylan3, blogger, food-photograpy, pentolan NCC)
https://twitter.com/p3nnylan3/statuses/210674735137292288
"Helo @cokelatia this #rockybars is heaven!! :9 http://lockerz.com/s/243806752"
~Artasya Sudirman (@myARTasya, broadcaster Selera Kita Show @motion975fm)
https://twitter.com/myartasya/status/246044914255810561
"Ngabisin #RockyBars sendirian bukan berarti maruk. Tapi emang gak bs aja liat makanan nyisa"
~Irlanda (@irrrlanda, dokter gigi)
Warning: "No decoder available for type 'video/mpegts, systemstream=(boolean)true, packetsize=(int)188'."
Error: "Your GStreamer installation is missing a plug-in."
@diorahman
diorahman / love
Created October 2, 2012 08:53
RockyBars
- BCA 777-1200-331 atas nama Fintiawati Nurrahmah
- Mandiri 131-000-10-96-397 atas nama Fintiawati Nurrahmah
- CIMB Niaga 343-01-00234-18-5 atas nama Dhi Aurrahman
@diorahman
diorahman / rekening.md
Last active December 21, 2020 00:44
Informasi Rekening
  • BCA 777-1200-331 atas nama Fintiawati Nurrahmah
  • Mandiri 131-000-10-96-397 atas nama Fintiawati Nurrahmah
  • Muamalat 116-000-4301 atas nama Dhi Aurrahman
@diorahman
diorahman / .bash_profile
Created October 29, 2012 03:41
.bash_profile
export TERM="xterm-color"
alias ls="ls -G"
export PS1='\[\033[01;30m\][\w]\[\033[00m\]\$ '
# Developer/usr/bin
export PATH=$PATH:/Developer/usr/bin
export PATH=$PATH:/Users/diorahman/QtSDK/Desktop/Qt/4.8.0/gcc/bin
export NODE_PATH=/usr/local/lib/node_modules
# mvim
@diorahman
diorahman / log.txt
Created November 7, 2012 08:36
log
flasher 3.12.1 (Oct 5 2011) Harmattan
WARNING: This tool is intended for professional use only. Using it may result
in permanently damaging your device or losing the warranty.
Using 1st image to detect HW
Suitable USB interface (bootrom) not found, waiting...
USB device found at bus 250, device address 6.
Device serial number is N/A
Waiting for ASIC id...
Got 69 bytes.
@diorahman
diorahman / howto.md
Created November 19, 2012 23:48
HOWTO RockyBars

Wanna taste the great #RockyBars from @cokelatia?

@diorahman
diorahman / parent.js
Created November 20, 2012 06:13
resourceful
var resourceful = require('resourceful');
resourceful.use('memory');
//
// First, create two resources: Author and Article
//
var Author = resourceful.define('author');
Author.string('name');
var Article = resourceful.define('article');
@diorahman
diorahman / invoice.txt
Created December 7, 2012 07:52
JAKARTA
IDR 73,000
- BCA 777-1200-331 atas nama Fintiawati Nurrahmah
- Mandiri 131-000-10-96-397 atas nama Fintiawati Nurrahmah
- CIMB Niaga 343-01-00234-18-5 atas nama Dhi Aurrahman
@diorahman
diorahman / ssh-to-bb10
Created December 19, 2012 04:02
Connect to your BB10 device through ssh
Create session using blackberry-connect, this tool resides inside your SDK dirs, the host dir i.e
$(BBSDK)/host_10_0_9_404/darwin/x86/usr/bin/blackberry-connect
$ blackberry-connect 169.254.0.1 -password <password> -sshPublicKey ~/.ssh/bb10/id_rsa
Then,
create a config file inside ~/.ssh folder
Host bb10
HostName 169.254.0.1