Skip to content

Instantly share code, notes, and snippets.

View bhill77's full-sized avatar
🏠
Working from home

Abdul Latif Syafii bhill77

🏠
Working from home
  • Indonesia
View GitHub Profile
@bhill77
bhill77 / tutplus.pl
Last active September 26, 2015 06:30 — forked from rezzafr33/tutplus.pl
Tutplus Video Downloader
#!/usr/bin/perl
use strict;
use warnings;
use WWW::Mechanize;
use Getopt::Std;
use JSON;
require File::Temp;
use File::Temp ();
#
@bhill77
bhill77 / laracast.pl
Last active October 12, 2016 19:13 — forked from rezzafr33/laracasts.pl
#!/usr/bin/perl -T
use strict;
use warnings;
#
## Calomel.org ,:, Download Youtube videos and music using wget
## Script Name : youtube_wget_video.pl
## Version : 0.45
## Valid from : September 2014
@bhill77
bhill77 / macros.php
Last active August 29, 2015 14:09 — forked from antoniputra/macros.php
<?php
/**
* Usage..
* Just save this code to your helpers file (eg: routes, filters, etc...)
*
* Then..
* {{ Form::link('Delete Item', 'DELETE', route('anything.page'), array('class' => 'btn btn-primary'), 'Are you sure ?') }}
**/