Pages
(Move to ...)
Home
Java
Android
Php
Cake PHP
jQuery
Grails
All Pages
▼
Showing posts with label
string reverse
.
Show all posts
Showing posts with label
string reverse
.
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` } ...
›
Home
View web version