Skip to content

Instantly share code, notes, and snippets.

View tps2015gh's full-sized avatar

Thitipong Samranvanich tps2015gh

  • Bangkok , Thailand
View GitHub Profile

DEMO only
PDO sqlite and PHP

/***
Author: Thitipong Samranvanich
Since: 2017
Copyright 2017
*/
#include <Servo.h>
Servo myservo;
void setup()
{

Javascipt Canvas with mouse.

  • Author Thitipong Samranvanich
  • since 2560
  • mouse move with hilight box
  • still no drag function
@tps2015gh
tps2015gh / README.MD
Last active April 13, 2017 18:36
Demo Ardruino.MD

Equip

  • I use Ardruino NANO (China Version)
  • Ardruino IDE 1.8.2

Learning

  • circuits.io for simulate
  • SPA YX-360TR E-B for Probe/Test/And Learn

setup in Ardruino IDE

  • Board : Arduino NANO

setup

  • install vim (exe on windows ) , or notepad++ or visual studio code or SubLime or ELSE
  • npm init
  • npm install electron --save
  • npm install electron --save-dev
  • install electron ( exe for windows OS )

check config

  • vim package.json ( for view )
  • npm install
/*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package mydb;
import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.ResultSet;
@tps2015gh
tps2015gh / nodejs_file1.md
Last active March 23, 2017 03:06
Node_JS_Brief.MD
<?php
/* Author: Thitipong Samranvanich
Require : PHP Codeigniter Framework
Since : 2017-03-23
For use in UnitTest Only
Call Function by
1. add "unittest1" in config/autoload.php
2. in controller

Very Basic Demo only

Love for Lua

//

Lua Programming Language

//