Pages
(Move to ...)
Home
Java
Android
Php
Cake PHP
jQuery
Grails
All Pages
▼
Showing posts with label
timestamp
.
Show all posts
Showing posts with label
timestamp
.
Show all posts
Sunday, August 25, 2013
Call and store response from a url using bash script
›
#!/bin/bash ## generate random string of length 18 function randpass { echo `</dev/urandom tr -dc A-Za-z0-9 | head -c18` } ...
Thursday, April 18, 2013
Get Unix timestamp in Java, Python, Erlang, JavaScript, Php
›
To Get Unix timestamp value in seconds Java: long timestamp = System.currentTimeMillis()/ 1000 Python: import time...
›
Home
View web version