Skip to content

Instantly share code, notes, and snippets.

View iap's full-sized avatar
🎯
Focusing

Iko iap

🎯
Focusing
  • ID
  • 05:20 (UTC +07:00)
View GitHub Profile
@iap
iap / heroku-remote.sh
Created July 1, 2018 06:42 — forked from randallreedjr/heroku-remote.md
Add a Heroku remote to an existing git repo
$ git remote add staging https://git.heroku.com/staging-app.git
$ git remote add heroku https://git.heroku.com/app.git
@iap
iap / LEPP.md
Created June 26, 2018 21:54 — forked from cham11ng/LEPP.md
LEPP Setup - Ubuntu 16.04 LTS

A Relatively Secure Server Stack Setup in Ubuntu 16.04 LTS

Anup Dhakal

Sagar Chamling

Introduction

In this guide, LEPP stands for Linux, Nginx (pronounced as Engine-X) , Postgres and PHP (PHP Hypertext Preprocessor).

@iap
iap / index.html
Created May 8, 2017 12:10
Particles
<!-- particles.js container --> <div id="particles-js"></div> <!-- stats - count particles --><script src="http://cdn.jsdelivr.net/particles.js/2.0.0/particles.min.js"></script>
@iap
iap / designer.html
Last active April 6, 2017 10:20
designer
<link rel="import" href="../topeka-elements/category-icons.html">
<link rel="import" href="../core-icon/core-icon.html">
<link rel="import" href="../core-icons/core-icons.html">
<link rel="import" href="../core-icons/av-icons.html">
<link rel="import" href="../paper-fab/paper-fab.html">
<polymer-element name="my-element">
<template>
<style>
@iap
iap / designer.html
Last active November 5, 2015 20:26
designer
<link rel="import" href="../core-icon-button/core-icon-button.html">
<link rel="import" href="../core-toolbar/core-toolbar.html">
<link rel="import" href="../core-input/core-input.html">
<link rel="import" href="../core-menu/core-submenu.html">
<link rel="import" href="../core-item/core-item.html">
<link rel="import" href="../notification-elements/notification-alert.html">
<link rel="import" href="../google-map/google-map-directions.html">
<link rel="import" href="../core-scroll-header-panel/core-scroll-header-panel.html">
<link rel="import" href="../speech-mic/speech-mic.html">
<link rel="import" href="../paper-button/paper-button.html">