Skip to content

Instantly share code, notes, and snippets.

View leksa's full-sized avatar

Fakhrizal leksa

View GitHub Profile

Keybase proof

I hereby claim:

  • I am leksa on github.
  • I am leksa (https://keybase.io/leksa) on keybase.
  • I have a public key ASDn1bNjI0vGO_gaDeLESrbh7HIDsRM9zSlZ2tUf0A8qeAo

To claim this, I am signing this object:

@leksa
leksa / README-Template.md
Created September 27, 2017 08:40 — forked from PurpleBooth/README-Template.md
A template to make good README.md

Project Title

One Paragraph of project description goes here

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

/*jshint strict:false*/
/*global CasperError console phantom require*/
/**
* grab links and push them into xml
*/
var casper = require("casper").create({
});
@leksa
leksa / .bash_profile
Last active December 16, 2015 21:39
Give a color to your branch and show the branch name on your prompt. Example: leksa:backend_git leksa [dev] $ . Add this script on your bashfile.
function parse_git_branch_and_add_brackets {
git branch --no-color 2> /dev/null | sed -e '/^[^*]/d' -e 's/* \(.*\)/\ \[\1\]/'
}.bash
PS1="\h:\W \u\[\033[0;32m\]\$(parse_git_branch_and_add_brackets) \[\033[0m\]\$ "
@leksa
leksa / index.html
Created March 4, 2013 22:58
A CodePen by Fakhrizal. Exercise Comming Soon With CSS3 - Thats it!
<div id="gnfDemoHolder">
<a href="/" id="gnfLogo">goodnews</a>
<div id="spinmov"></div>
</div>
<div class="film">
<span style="font-size: 80px">a</span><span style="font-size: 200px; color: #353230">film</span> <span style="font-size: 80px">production</span>
<span style="display:block; margin-top:5px; font-size: 140px">coming soon</span>
</div>