Mr.
Mrs.
Miss
Dr.
Ms.
Prof.
Rev.
Lady
Sir
Capt.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import 'dart:async'; | |
// This is a workaround because sleep from dart:io breaks DartPad instead we're using a Future | |
Future sleep1() { | |
return new Future.delayed(const Duration(seconds: 1), () => "1"); | |
} | |
void main() { | |
do_long_running_fancy_stuff() { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
π Morning 686 commits βββββββββββββββββββββ 17.9% | |
π Daytime 1866 commits βββββββββββββββββββββ 48.6% | |
π Evening 1205 commits βββββββββββββββββββββ 31.4% | |
π Night 80 commits βββββββββββββββββββββ 2.1% |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
π Merged PR #70 in piscis/nitro-web-redirect | |
π Merged PR #29 in piscis/nitro-web-redirect | |
π Merged PR #71 in piscis/nitro-web-redirect | |
π Merged PR #68 in piscis/nitro-web-redirect | |
β Closed PR #4275 in anuraghazra/github-readme-stats |
OlderNewer