Recently Updated Pages

UUID

  >>> import uuid>>> uuid.uuid4()UUID('5361a11b-615c-42bf-9bdb-e2c3790ada14')

Created 7 years ago by Ahmet Faruk Bişkinler
Last updated 7 years ago by Ahmet Faruk Bişkinler
Python
Page is not in a chapter

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 #...

Created 7 years ago by Ahmet Faruk Bişkinler
Last updated 7 years ago by Ahmet Faruk Bişkinler

ArrayList sorting/sıralama

// Arraylist sorting/sıralama List<Fruit>  fruits = new ArrayList<Fruit>();Fruit f...

Created 7 years ago by Ahmet Faruk Bişkinler
Last updated 7 years ago by Ahmet Faruk Bişkinler
Java
Page is not in a chapter

File info

 // File typefileType = Files.probeContentType( new File("/path/to/file/ahmet.txt").toPath() );/...

Created 7 years ago by Ahmet Faruk Bişkinler
Last updated 7 years ago by Ahmet Faruk Bişkinler
Java
Page is not in a chapter

Time difference

SELECT    (    (      TIMESTAMP '2016-01-01 12:35:28.681000'               ...

Created 7 years ago by Ahmet Faruk Bişkinler
Last updated 7 years ago by Ahmet Faruk Bişkinler

Date and Timestamp

SELECT DATE'2014-03-24' FROM DUAL;SELECT TIMESTAMP'2014-03-24 15:13:00' FROM DUAL    

Created 7 years ago by Ahmet Faruk Bişkinler
Last updated 7 years ago by Ahmet Faruk Bişkinler
Back to top