Cat Stevens
Cat Stevens
I recently wanted to make my library able to use ANSI terminal control on Windows, so what I did was make https://github.com/tartley/colorama a submodule, then call `colorama.init()` if the current...
``` $ ls deps . .. fnv-hash yacbnl $ DEBUG=clib clib uninstall catb0t/yacbnl clib : args: catb0t/yacbnl clib : command 'uninstall' clib : exec: /usr/local/bin/clib-uninstall catb0t/yacbnl fetch : https://github.com/catb0t/yacbnl/archive/master.tar.gz untar...
The lines https://github.com/franglais125/no-title-bar/blob/0fd20f31b5bd102fbfcbe2ad78c6e614ebb4b77f/decoration.js#L469-L477 cause `@import url` statements to deleted files to be leftover in `~./config/gtk-3.0/gtk.css` when the extension is removed, as reported in #73. #73 was closed when the person...
become quickly familiar with the files: (they are short) [instruction_operands.cpp](https://github.com/factor/factor/blob/master/vm/instruction_operands.cpp) [instruction_operands.hpp](https://github.com/factor/factor/blob/master/vm/instruction_operands.hpp) the errors are ``` vm/instruction_operands.cpp:115:46: runtime error: store to misaligned address 0x7f98480b8022 for type 'int32_t', which requires 4 byte...
``` $ read (notice that read works) $ yad --form --field="" # input doesn't matter | $ read bash: read: read error: 0: Resource temporarily unavailable ``` Using `yad --form...
A parsing expression grammar, EBNF or something, even if it only represents a simplified version of docopt, would be greatly helpful for implementing docopt in a language like [Factor](https://github.com/factor/factor) which...
```ruby class Top { method init { say "Top init" } } class Next < Top { has Array array = [ { say "asd" }, { say "different" }...
```ruby # Fully-Qualified Typename to Universal Main-Derived Typename func fqtn_to_umdtn (String fqtn) -> String { (/^Sidef::Runtime::\d+::(main::.+)$/ =~ fqtn)[0] } class A { method getclass (scope) { say "\t__CLASS_NAME__: #{__CLASS_NAME__}" say...
Getting the list of candidate function-or-methods a name might refer to (and for Sidef FOMs, their argument list?), reading a Block's inner/surrounding comments, similar things. and some of the other...
There are 11,000 lines of testing code in `scripts/Tests` (more than Ruby's parser in C) and I'm not looking to re-write it all right now, but 136 of those 1400...