DEMO only
PDO sqlite and PHP
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/*** | |
Author: Thitipong Samranvanich | |
Since: 2017 | |
Copyright 2017 | |
*/ | |
#include <Servo.h> | |
Servo myservo; | |
void setup() | |
{ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* 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; |
REF : http://stackoverflow.com/questions/8191459/how-do-i-update-node-js
//Clear NPM's cache:
- npm update npm -g
//Install a little helper called 'n' , sudo is for linux
- sudo npm cache clean -f
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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 |