Tuesday, February 25, 2014

How to delete 0kb file from Windows 7/8

  1. Run a command prompt as Administrator
  2. CD to the folder where the 0kb file is located at.
  3. Type: dir /x (this will give you the short file name of this file).
  4. Now type: del short_file_name

FizzBuzz in different languages

Java: import java.util.TreeMap ; public class Main { public static void main (String[] args) { System. out .println( &...