Skip to content

Instantly share code, notes, and snippets.

View mufid's full-sized avatar

Mufid mufid

View GitHub Profile
@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 / 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>
@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];
@mufid
mufid / mantap.php
Created January 20, 2013 03:34
Tes PHP Templating
Haaai <?php echo $ganteng ?>, Aku adalah <?php print_r($hiyaa); ?>

lanjalan fuki