Skip to content

Instantly share code, notes, and snippets.

View tps2015gh's full-sized avatar

Thitipong Samranvanich tps2015gh

  • Bangkok , Thailand
View GitHub Profile
@tps2015gh
tps2015gh / Demo of Basic Vue.js Component
Last active January 18, 2017 03:34
Demo of Simple Vue.js Component
...

Wait for build

#JAVASCRIPT
- With Babel => https://ponyfoo.com/articles/understanding-javascript-async-await
- With Babel => http://masnun.com/2015/11/11/using-es7-asyncawait-today-with-babel.html
- https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/async_function
# HTML
/* จาก คำถาม Facebook สมาคมโปรแกรมเมอร์ไทย */
/* คำถามโดย Chetaphong Preecha , วันที่ 23 มค 2560 เช้า */
/* Coding Javascript By Thitipong Samranvanich */
/* Javascript , can run on any browser F12 > Console */
/* Original Concept from Ruby Code - ใครสักคนเขียนไว้ แค่ 1 บรรทัดจบ */
/* ปรับเป็น JavaScript แล้ว รวม เกือบ 50 บรรทัด 555+ */
// init result
a_result = [] ;
for(i =0;i <= 999 ; i++){

Sample Code of PHP in map reduce style

Tueday: 2560/Jan/24 (2017)

Test PHP Code with this website

PHP PHP Map Reduce

@tps2015gh
tps2015gh / R RMySQL.MD
Last active January 24, 2017 17:13
R. Programming with DataBase MySQL

R GUI

  • run ผ่าน C:\Program Files\R\R-3.3.2\bin\i386\rgui.exe
  • ทำการ update package
  • install Package RMySQL และ ggplot2 และ scatterplot3d , rgl

RMySQL

Install and Using