Skip to content

Instantly share code, notes, and snippets.

View AlifArnado's full-sized avatar

alif benden arnado AlifArnado

  • Ghost Protocol
  • Ghost City
View GitHub Profile
@AlifArnado
AlifArnado / gmail.php
Created November 6, 2015 04:38 — forked from tutweb/gmail.php
Mendapatkan list email dari Gmail dengan PHP
<?php
function check_email($username, $password)
{
//Connect Gmail feed atom
$url = "https://mail.google.com/mail/feed/atom";
// Send Request to read email
$curl = curl_init();
curl_setopt($curl, CURLOPT_URL, $url);
@AlifArnado
AlifArnado / zsh.md
Created November 23, 2015 13:09 — forked from tsabat/zsh.md
Getting oh-my-zsh to work in Ubuntu
@AlifArnado
AlifArnado / upload-form.php
Created March 10, 2016 06:33 — forked from imjacobclark/upload-form.php
Multiple Image Uploader Using MongoDB To Store Image Paths
<form name="newad" method="post" enctype="multipart/form-data" action="uploader.php">
<br/>
<label for="file">Image 1:</label>
<input type="file" name="file" id="file" />
<label for="file">Image 2:</label>
<input type="file" name="file2" id="file2" />
<label for="file">Image 3:</label>
<input type="file" name="file3" id="file3" />
@AlifArnado
AlifArnado / gist:61b791a040ce0c2ee7b7
Created March 17, 2016 15:14 — forked from erikjung/gist:3030803
Storing and fetching image data from MongoDB with PHP
<!doctype html>
<html>
<head>
<meta charset="utf-8">
</head>
<body>
<?php
/*
@AlifArnado
AlifArnado / html_form
Created March 28, 2016 14:01 — forked from zvineyard/html_form
PHP: Upload and Rename File
<form action="" enctype="multipart/form-data" method="post">
<input id="file" name="file" type="file" />
<input id="Submit" name="submit" type="submit" value="Submit" />
</form>
@AlifArnado
AlifArnado / starbucks_map.html
Created April 7, 2016 15:27 — forked from yitznewton/starbucks_map.html
Starbucks Stores API / Google Maps JS API mashup with browser geolocation
<html>
<head></head>
<body>
<div id="map-canvas" style="height: 600px; width: 600px;"></div>
<script src="https://maps.googleapis.com/maps/api/js?key=YOUR_GOOGLE_MAPS_API_KEY_HERE"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
<script>
var positionToStarbucksLatlng = function(position) {
@AlifArnado
AlifArnado / Sublime Text 3 Build 3103 License Key - CRACK
Created April 29, 2016 02:32
Sublime Text 3 Build 3103 License Key - CRACK
I use the first
—– BEGIN LICENSE —–
Michael Barnes
Single User License
EA7E-821385
8A353C41 872A0D5C DF9B2950 AFF6F667
C458EA6D 8EA3C286 98D1D650 131A97AB
AA919AEC EF20E143 B361B1E7 4C8B7F04
@AlifArnado
AlifArnado / browser-example.js
Created May 1, 2016 14:05 — forked from nyxtom/browser-example.js
Base64 Encoded MD5 Computed Hashes - MongoDB Shell, Javascript and C#
b64_md5("http://twitter.com/nyxtom")

How to change Pantheon Terminal's color scheme

Many of us spend many hours of our days using their terminal. Plus, we all have different tastes when it comes to color schemes. That's why the ability to change the color scheme of a terminal is one of its more important featuresl. Throughout this tutorial, I'll teach you how you can change the looks of your terminal, step by step.

This tutorial is aimed at elementary OS users, but it also works for any Ubuntu user. Start by installing dconf-tools:

sudo apt-get install dconf-tools

Secondly, you need to decide which theme you're going to apply. You can find dozens of terminal color schemes online, you can even design your own using this web application. Design the color scheme, hit "Get Scheme" and choose "Terminator". You'll get a raw text file with a background color, a foreground color and a palette. Those strings define your color scheme. In this tutorial, I'll post an

@AlifArnado
AlifArnado / Sublime Text 3 Build 3103 License Key - CRACK
Created March 7, 2017 15:29
Sublime Text 3 Build 3103 License Key - CRACK
I use the first
—– BEGIN LICENSE —–
Michael Barnes
Single User License
EA7E-821385
8A353C41 872A0D5C DF9B2950 AFF6F667
C458EA6D 8EA3C286 98D1D650 131A97AB
AA919AEC EF20E143 B361B1E7 4C8B7F04