Skip to content

Instantly share code, notes, and snippets.

@eghojansu
eghojansu / gulpfile-config.js
Last active October 28, 2017 04:38
Gulp dev-script
module.exports = {
vendor_js: [
// 'node_modules/path/to/vendor/**/*.js'
],
vendor_css: [
// 'node_modules/path/to/vendor/**/*.css'
],
fonts: [
// 'node_modules/**/*.{ttf,woff,woff2,eot,svg}'
],
@eghojansu
eghojansu / .editorconfig
Created October 24, 2016 04:03
Init dev config
root = true
[*]
indent_style = space
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
@eghojansu
eghojansu / Terbilang.php
Last active August 29, 2015 14:26 — forked from ruliarmando/Terbilang.php
Terbilang Class
<?php
class Terbilang
{
public static function generate($angka) {
$angka = (float)$angka;
$bilangan = array(
'',
'satu',
'dua',