brew install ag
ide $(ag x -G y -l)
Open with android studio all files from current direct containing the word "order" and file name contains Activity.java
studio $(ag order -G Activity.java -l)
| +++++++ [ > ++++++++++ < - ] > -- . > ++++++++++ [ > ++++++++++ < - ] > --- . > +++++++++++ [ > ++++++++++ < - ] > ++++ . ------ . --- . +++++ . > ++++++++++ [ > ++++++++++ < - ] > +++ . > ++++ [ > +++++++++++ < - ] > . > +++++ [ > ++++++ < - ] > ++ . > ++++++++++ [ > ++++++++++ < - ] > ++ . > +++++++++++ [ > ++++++++++ < - ] > + . +++ . < < + . ++ . > > ++++ . << ---- . >>> +++++ [ > ++++++ < - ] > ++ . > +++++++++++ [ > ++++++++++ < - ] > - . > ++++++++++ [ > ++++++++++ < - ] > + . > +++++++++ [ > +++++++ < - ] > . [-]++++++++++. |
| #Provide simple demonstration of the power of Headache | |
| git clone -b master --single-branch http://github.com/LucasMW/Headache; | |
| cd Headache; | |
| make; | |
| make bfi; | |
| ./hac -noBin examples/bottlesofbeer.ha >/dev/null; | |
| time say --voice=Daniel $(./bfi a.bf) |
| rm ~/Library/Caches/CocoaPods/search_index.json | |
| pod search |
| Generated by HAC (HeadAche Comp) | |
| CL | |
| >+<[>-]>[->+>[<-]<[<]>[-<+>]]<-[+<>+<[>-]>[->>-<]<<->+<[>-]>[->+>[<-]<[<]>[-<+>]]<-]<>+<+[>-]>[->>+<]<<>+<+[>-]>[->>+<]<<>+<+[>-]>[->>+<]<<>+<+[>-]>[->>+<]<<>+<+[>-]>[->>+<]<<>+<+[>-]>[->>+<]<<>+<+[>-]>[->>+<]<<>+<+[>-]>[->>+<]<<>+<+[>-]>[->>+<]<<>+<+[>-]>[->>+<]<<>+<+[>-]>[->>+<]<<>+<+[>-]>[->>+<]<<>+<+[>-]>[->>+<]<<>+<+[>-]>[->>+<]<<>+<+[>-]>[->>+<]<<>+<+[>-]>[->>+<]<<>+<+[>-]>[->>+<]<<>+<+[>-]>[->>+<]<<>+<+[>-]>[->>+<]<<>+<+[>-]>[->>+<]<<>+<+[>-]>[->>+<]<<>+<+[>-]>[->>+<]<<>+<+[>-]>[->>+<]<<>+<+[>-]>[->>+<]<<>+<+[>-]>[->>+<]<<>+<+[>-]>[->>+<]<<>+<+[>-]>[->>+<]<<>+<+[>-]>[->>+<]<<>+<+[>-]>[->>+<]<<>+<+[>-]>[->>+<]<<>+<+[>-]>[->>+<]<<>+<+[>-]>[->>+<]<<>+<+[>-]>[->>+<]<<>+<+[>-]>[->>+<]<<>+<+[>-]>[->>+<]<<>+<+[>-]>[->>+<]<<>+<+[>-]>[->>+<]<<>+<+[>-]>[->>+<]<<>+<+[>-]>[->>+<]<<>+<+[>-]>[->>+<]<<>+<+[>-]>[->>+<]<<>+<+[>-]>[->>+<]<<>+<+[>-]>[->>+<]<<>+<+[>-]>[->>+<]<<>+<+[>-]>[->>+<]<<>+<+[>-]>[->>+<]<<>+<+[>-]>[->>+<]<<>+<+[>-]>[->>+<]<<>+<+[>-]>[->>+<]<<>+<+[>-]>[->>+<]<<>+ |
I hereby claim:
To claim this, I am signing this object:
| // | |
| // ImageCache.swift | |
| // MWN - Minimal World News | |
| // | |
| // Created by Lucas Menezes on 1/22/20. | |
| // Copyright © 2020 Lucas Menezes. All rights reserved. | |
| // | |
| import UIKit |
| import 'dart:convert'; | |
| import 'dart:io'; | |
| import 'package:csv/csv.dart'; | |
| const projectPaTH = "."; //EDIT THIS | |
| const enPath = '$projectPATH/lib/assets/l10n/app_en.arb'; | |
| const esPath = '$projectPATH/lib/assets/l10n/app_es.arb'; | |
| const ptPath = '$projectPATH/lib/assets/l10n/app_pt.arb'; | |
| String toCapitalized(String x) { |