Recently Updated Pages
UUID
>>> import uuid>>> uuid.uuid4()UUID('5361a11b-615c-42bf-9bdb-e2c3790ada14')
Python rename all files in a folder from a reference file.
Python to rename file in a folder occurding to a tab seperated settings file. rename_files.py #...
ArrayList sorting/sıralama
// Arraylist sorting/sıralama List<Fruit> fruits = new ArrayList<Fruit>();Fruit f...
File info
// File typefileType = Files.probeContentType( new File("/path/to/file/ahmet.txt").toPath() );/...
Time difference
SELECT ( ( TIMESTAMP '2016-01-01 12:35:28.681000' ...
Date and Timestamp
SELECT DATE'2014-03-24' FROM DUAL;SELECT TIMESTAMP'2014-03-24 15:13:00' FROM DUAL