Pages
(Move to ...)
Home
Java
Android
Php
Cake PHP
jQuery
Grails
All Pages
▼
Saturday, July 26, 2014
Quick Guide to Using MySQL in Python
›
If you are using windows 7 32 bit, then download the python-mysql-connector msi installer and install first. MySqlPython.py import...
Check Null Value Using Python
›
fieldNullable = None fieldNotNullable = 'Some Value' fieldBoolean = False if fieldNullable is None : print ( "...
Install python on windows 7
›
1. Download python stable version (2.7.8) msi installer from https://www.python.org/download/ . 2. After download run the msi installer. ...
Friday, July 25, 2014
Java: Convert Map/List to JSON Using google-gson
›
package com . pkm . com . java . json ; import com.google.gson.Gson ; import java.util.ArrayList ; import java.util.HashMap ; ...
Wednesday, July 23, 2014
Php & MySql oAuth Server & Client Example
›
Server side common.php (Need to include in all server side scripts) <?php require_once 'oauthLibrary/OAuthServer.php' ; ...
Sunday, July 13, 2014
Audio Record Using Java
›
package com . pkm . sound . record ; import java.io.File ; public class AudioRecorder { private static final int RECOR...
Monday, July 7, 2014
Php, convert time between two timezones
›
<?php $src_tz = new DateTimeZone('Australia/Melbourne'); $dest_tz = new DateTimeZone('GMT'); $dt = new Da...
‹
›
Home
View web version