Skip to content

Instantly share code, notes, and snippets.

View tps2015gh's full-sized avatar

Thitipong Samranvanich tps2015gh

  • Bangkok , Thailand
View GitHub Profile

Requirement :

  • python 3.4 (Tested with this version )
  • Windows 10 ,32 Bit

Sample File

READ FROM CSV File

require pandas as pd fname = "c:/data/data_file_thai_utf8.txt" d = pd.read_csv(fname, encoding="utf-8",nrows=15000,sep='\t') print(d)

Sample code for create Vue.js Component

# Git Command
## GIT change userName
- (https://help.github.com/articles/setting-your-username-in-git/)

how to composer update

for xampp user , windows os

  • use this batch to update and install in
c:\> c:\xampp\php\php.exe composer.phar update
c:\> c:\xampp\php\php.exe composer.phar install

Check URL and Text

  • This use PHP , CodeIgniter Framework
  • This code is in controller file in project
  • check url with text
  • This in PHP Unit Test Code
<?php