July 29, 2019
February 26, 2019
no image

Check num day of month

11:21 AM

PHP function function getMonthDayNum($month, $year) { $month = (int)$month; $year = (int)$year; $days = 30; switch ($month) { case 1...

March 9, 2018
March 5, 2018
December 1, 2017
November 25, 2017
February 21, 2017
September 1, 2016
June 3, 2016
May 4, 2016
no image

Using Sqlite3 in Bash

3:20 PM

After my previous post about working with sqlite3 on #perl, here’s an other quick script to explore how to use this simple DB in #bash. #!/...

March 31, 2016
March 11, 2016
March 9, 2016
February 19, 2016
February 17, 2016
February 16, 2016
no image

JSON encode utf8 in PHP

9:18 AM

Using json_encode and JSON_UNESCAPED_UNICODE constants json_encode($response,JSON_UNESCAPED_UNICODE) Using json_encode, iconv and preg_mat...

December 26, 2015
 
Toggle Footer