Quantcast
Channel: EmotiCODE - Snippets and Source Code Search Engine
Browsing all 30 articles
Browse latest View live
↧

Java static nested class

Just a few examples with static nested class in Java http://docs.oracle.com/javase/tutorial/java/javaOO/nested.html for more informations

View Article


Java simple iterator and inner class

Just a simple iterator written due to demonstrate how inner class works

View Article


find a value in a grid

how to find the value's coordinate in a grid in ruby

View Article

See if Google Services apk is installed

Check if the client's device has the Google Services apk installed

View Article

SQL GROUP IP ADDRESSES BY NET RANGE /24

SQL GROUP IP ADDRESSES BY NET RANGE /24

View Article


QUERY A MYSQL DB AND SEND RESULTS AS CSV FILE VIA EMAIL

connect to db connect to smtp server execute the query create a csv file send it (to,cc,bcc)

View Article

COPY MYSQL ROWS FROM A DATABASE TO ANOTHER

connect to db1 execute query to extract everything we need connect to db2 copy data collected at point 2 close connections

View Article

SELECT DATE AND HOUR YYY-MM-DD HH

SELECT DATE AND HOUR YYY-MM-DD HH

View Article


SELECT DATE AND HOUR YYY-MM-DD HH UNIX_TIMESTAMP

SELECT DATE AND HOUR YYY-MM-DD HH UNIX_TIMESTAMP

View Article


Extract data from different MySql databases and write results into separated...

set credentilas set databases dictionary set sql query for cycle to extract data from all databases wirte results in separated csv files NOTE this script includes also column names :D

View Article
Browsing all 30 articles
Browse latest View live