Skip to content

Instantly share code, notes, and snippets.

View alireza-ahmadi's full-sized avatar

Alireza Ahmadi alireza-ahmadi

View GitHub Profile
@alireza-ahmadi
alireza-ahmadi / todo.md
Last active March 22, 2018 13:43 — forked from DeckerCHAN/todo.md
Gist todo list

To Do

  • for an empty checkboxP
  • for a checked checkboxP
public class Loop {
public static void main(String[] args)
{
Integer total = 500000000;
Integer chunk = 50000000;
Integer i = 0;