Libraries for some things
- Releases
- distillery
- Testing (factories, mocks??, date stuff)
- ex_machina - factories - https://github.com/thoughtbot/ex_machina
- excoveralls - coverage
- mix_test_watch - guard
- HTTP
- Poison - JSON parsing/dumping
| { | |
| lib, | |
| stdenv, | |
| fetchFromGitHub, | |
| cmake, | |
| ninja, | |
| nodejs, | |
| qt6, | |
| qt6Packages, | |
| kdePackages, |
Libraries for some things
| function countCSSRules() { | |
| var results = '', | |
| log = ''; | |
| if (!document.styleSheets) { | |
| return; | |
| } | |
| for (var i = 0; i < document.styleSheets.length; i++) { | |
| countSheet(document.styleSheets[i]); | |
| } | |
| function countSheet(sheet) { |
| ~$ ARCHFLAGS='-arch i386 -arch x86_64' | |
| ~$ rvm install 1.8.7 --debug --reconfigure -C --enable-shared=yes | |
| ~$ wget http://sourceforge.net/projects/rubycocoa/files/RubyCocoa/1.0.0/RubyCocoa-1.0.0.tar.gz/download | |
| ~$ tar xzf RubyCocoa-1.0.0.tar.gz && rm RubyCocoa-1.0.0.tar.gz && cd RubyCocoa-1.0.0 | |
| ~/RubyCocoa-1.0.0$ ruby install.rb config --build-universal=yes | |
| ~/RubyCocoa-1.0.0$ ruby install.rb setup | |
| ~/RubyCocoa-1.0.0$ sudo ruby install.rb install |