Skip to content

Instantly share code, notes, and snippets.

View bagaswidodo's full-sized avatar

Bagas Widodo bagaswidodo

  • Corporate, Tbk
  • Greater Jakarta, Indonesia
View GitHub Profile
@bagaswidodo
bagaswidodo / business-models.md
Created November 14, 2016 14:57 — forked from ndarville/business-models.md
Business models based on the compiled list at http://news.ycombinator.com/item?id=4924647. I find the link very hard to browse, so I made a simple version in Markdown instead.

Business Models

Advertising

Models Examples
Display ads Yahoo!
Search ads Google
@bagaswidodo
bagaswidodo / php-ping.php
Created February 20, 2016 02:58 — forked from k0nsl/php-ping.php
PHP ping script
<?php
/*
*
* Use the examples below to add your own servers. Coded by clone1018 [?]
*
*/
$title = "Simple Server Status"; // website's title
$servers = array(
'Google Web Search' => array(
@bagaswidodo
bagaswidodo / laravel5_shared_hosting_project.sh
Created January 5, 2016 02:36 — forked from meganlkm/laravel5_shared_hosting_project.sh
setup a laravel5 project to deploy to a shared hosting provider
#!/bin/bash
myproject='myproject'
mywww='public_html'
# initialize project
composer create-project laravel/laravel $myproject --prefer-dist
cd $myproject
# fix paths to public