-
#### Important tasks:
- [x] Provide the most important Android related actions:
- [x] Ruby Wrapper around the Google Play API ([supply](https://github.com/KrauseFx/supply))
- [x] Tool for screensh…
-
Specifically, when I compare
```
gfortran -O3 perf.f90 && ./a.out
gfortran -O3 -march=native -ffast-math -funroll-loops perf.f90 && ./a.out
```
on my machine, then I get 2x speedup on the `iterat…
-
I was playing for a while now with ways to make Scala's syntax indentation-based. I always admired the neatness of Python syntax and also found that F# has benefited greatly from its optional indentat…
-
Node needs an alternative approach to endless, recursively nested node_modules folders on Windows. Most Windows tools, utilities and shells cannot handle file and folder paths longer than 260 characte…