Skip to content

Instantly share code, notes, and snippets.

View cipto-hd's full-sized avatar
🎯
Focusing

Cipto Hadi cipto-hd

🎯
Focusing
  • Lamongan, Indonesia
View GitHub Profile
@cipto-hd
cipto-hd / JavascriptCourse@CodeAcademy
Last active August 29, 2015 14:02
Javascript course at Code Academy
/*
Find a name on strings using array, for loops, substr
*/
text = "Blah blah blah blah blah blah Eric \
blah blah blah Eric blah blah Eric blah blah \
blah blah blah blah blah Eric";
var myName = "blah";
var hits = [];
@cipto-hd
cipto-hd / embed-code-example
Created May 30, 2014 08:00
embed-code-example
<script src="https://google-code-prettify.googlecode.com/svn/loader/run_prettify.js?skin=sunburst"></script>