Skip to content

Instantly share code, notes, and snippets.

View mufid's full-sized avatar

Mufid mufid

View GitHub Profile
@mufid
mufid / php.ini
Created July 14, 2012 04:59
php.ini Development (Uniform)
[PHP]
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; About php.ini ;
; Uniform Server Development php.ini ;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; PHP's initialization file, generally called php.ini, is responsible for
; configuring many of the aspects of PHP's behavior.
; PHP attempts to find and load this configuration from a number of locations.
@mufid
mufid / about-flash.md
Created August 5, 2012 15:08
ABout Flash
@mufid
mufid / resource-site.md
Created August 6, 2012 15:21
Mufid's Resource
@mufid
mufid / README.txt
Created October 23, 2012 08:25
Memorystore
Source: http://simplapi.wordpress.com/2012/08/03/node-js-basic-memory-store-class/
@mufid
mufid / markdown-syntax.md
Created November 12, 2012 22:45
Markdown Syntax
@mufid
mufid / java-to-js.md
Created November 21, 2012 17:01
Java to Javascript

Object Oriented Javascript

Jika ada kelas dalam Java:

class Halo {
	int NilaiKita;
	public Halo(String var1, int var2) {
		// Inisialisasi

this.nilaiKita = var1;

@mufid
mufid / tes1.php
Created December 8, 2012 21:34
Tes
<?php
// Coba isi text box dengan nilai apapun
?>
<form action="tes2.php" method="POST">
<label>Makanan favorit?</label>
<input type="text" name="ganteng" />
<!-- ^markah1 -->
<button>Tes</button>
</form>
#!/bin/bash
for i in {1..116}
do
if=`printf %03d $i`
echo "Now downloading surat $if"
sleep 1
curl -LO "http://download.quranicaudio.com/quran/mishaari_raashid_al_3afaasee/$if.mp3"
done
@mufid
mufid / progresio_api_test.php
Created January 18, 2013 00:54
Progresio API test
<?php
class pcommand_UNREG extends ProgresioCommandSkeleton {
var $special = array(
"hidden" => TRUE
);
var $id = 2;
function analyze($phoneNumber, $explodedString) {
$unamePelanggan = $explodedString[1];