Spark
21–30 of 100 posts
Re: Spark
#22Re: Spark
#23What would be really interesting is finding out which decent programming fonts can show block elements. I mean, beyond the DejaVu Sans Mono fiasco.
Re: Spark
#24What would be really interesting is finding out which decent programming fonts can show block elements. I mean, beyond the DejaVu Sans Mono fiasco.
and has anyone worked out how to get recent cpu load into their bash prompt yet?
Re: Spark
#25Re: Spark
#26The script is not a proper POSIX bourne shell script, as it uses arrays. For starters, it won't work in dash (Debian and Ubuntu /bin/sh implementation). So the shebang line should be changed to #!/bin/bash (not sure if it would work in Zsh either).
Re: Spark
#27Hmm, I get the following: [scotty@Scotty-Allens-MacBook-Air ~/bin]$ spark 1,2,3,4,5 ▇\c ▇\c ▇\c ▇\c ▇\c I suspect this has something to do with my terminal settings, but I'm not sure quite what... Nifty idea, regardless.
Try changing line 120 to echo -e $"$(print_tick $number)\c" And it should work fine.
echo -e $"$(print_tick $number)\\c"Re: Spark
#28https://github.com/Mgccl/mgccl-haskell/blob/master/random/sp...
Re: Spark
#29What would be really interesting is finding out which decent programming fonts can show block elements. I mean, beyond the DejaVu Sans Mono fiasco.
http://www.levien.com/type/myfonts/inconsolata.html
Using #e8e8e8 instead of pure white for the text color helps too.
Re: Spark
#30I would rather it took a number, one per line from stdin. Great idea though.