Skip to content

Instantly share code, notes, and snippets.

View aseptilena's full-sized avatar

Ahmad Afief Amrullah aseptilena

View GitHub Profile
@aseptilena
aseptilena / esp8266.ino
Created December 12, 2017 12:02 — forked from xesscorp/esp8266.ino
This program issues commands to an ESP8266 Wifi module in order to receive an HTML page from a website.
///////////////////////////////////////////////////////////////////////////////////////
// This program uses the ESP8266 Wifi module to access a webpage. It's an adaptation of
// the program discussed at http://hackaday.io/project/3072/instructions
// and shown here http://dunarbin.com/esp8266/retroBrowser.ino .
//
// This program was ported to the ZPUino 2.0, a softcore processor that runs on an FPGA
// and emulates an Arduino.
//
// This program works with version 00160901 of the ESP8266 firmware.
///////////////////////////////////////////////////////////////////////////////////////
@aseptilena
aseptilena / install-laravel.sh
Created June 1, 2017 15:10 — forked from jaonoctus/install-laravel.sh
Installing Laravel on Debian Server (with Virtualmin)
#!/bin/bash
# COMPOSER
echo 'Installing composer...'
php -r "readfile('https://getcomposer.org/installer');" > composer-setup.php
php -r "if (hash('SHA384', file_get_contents('composer-setup.php')) === '41e71d86b40f28e771d4bb662b997f79625196afcca95a5abf44391188c695c6c1456e16154c75a211d238cc3bc5cb47') { echo 'Installer verified'; } else { echo 'Installer corrupt'; unlink('composer-setup.php'); }"
php composer-setup.php
php -r "unlink('composer-setup.php');"
mv composer.phar composer
@aseptilena
aseptilena / CreateTrigger.php
Created May 24, 2017 05:22 — forked from me-shaon/CreateTrigger.php
Sample Laravel migration to create MySQL Trigger
<?php
use Illuminate\Database\Migrations\Migration;
class CreateTrigger extends Migration
{
public function up()
{
DB::unprepared('
CREATE TRIGGER tr_after_main_insert AFTER INSERT ON `main` FOR EACH ROW
@aseptilena
aseptilena / google-web-font-downloader.sh
Created May 15, 2017 04:13 — forked from dammyammy/google-web-font-downloader.sh
Download Google Web fonts Locally
#!/usr/bin/env bash
#==========================================================================================
# http://fonts.googleapis.com/css?family=Nunito:300,400,700|Raleway:400,300,500,600,700
#==========================================================================================
declare -a families
families+=('Nunito:300')
families+=('Nunito:400')
families+=('Nunito:700')

In this article I'm going to walk you through process of creating Wordpress plugins. First I'm going to talk about some of the basic concepts in Wordpress plugin development like the actions, hooks, and API's that makes up Wordpress. Then were going to build a plugin where we apply some of the concepts and best practices in developing Wordpress plugins.

###Prerequisites

In order to fully benefit from this tutorial you should have a basic knowledge on PHP. As Wordpress is running on PHP and most of the code that we will be writing will be on PHP. A little bit of knowledge on HTML, CSS and JavaScript is also helpful but not required for this tutorial.

# Real-Time Location System : Ekahau RTLS (RFID-over-Wi-Fi™) Architecture #
### WHAT ###
>
- **Ekahau Vision™ Business Intelligence Software** : Ekahau Vision™ software calculates Ekahau Wi-Fi tag (active RFID) locations using patented algorithms based on probabilities, not crude triangulations methods
- An **open API** that simplifies integration into your ecosystem of apps and devices
- Use the **Ekahau Mobile Vision™ application** to respond to and close out location-based events on the go, Award-winning project management, installation and Customer Service is included.
- **Ekahau Wi-Fi tag** : 10+ varieties of small, battery-powered and re-chargeable RTLS tags, sensors and badges. Ekahau’s A4 and A4+ **active RFID tags** act as small computers that transmit location data to the Ekahau Vision™ software platform
![Ekahau W4 Wristband Tag](http://www.ekahau.com/userData/ekahau/why-ekahau/wi-fi-tags.png)<br>