VirtualTam's bookmarks
37 bookmarks found
-
Xterm256 color names for console Vim | Vim
2017-10-06 - http://vim.wikia.com/wiki/View_all_colors_available_to_gvim
- https://stackoverflow.com/questions/16577352/how-to-set-a-black-background
- https://stackoverflow.com/questions/29167604/setting-vim-cursorline-colors
- http://vim.wikia.com/wiki/Highlight_current_line
- http://vim.wikia.com/wiki/Display_line_numbers
- https://stackoverflow.com/questions/237289/vim-configure-line-number-coloring
-
Terminal Escape Code Zen
2017-09-21 -
C is for Cthulhu Coloring Book
2017-08-21 -
PyCharm + Windows
2017-04-17 PyCharm setup
- https://www.jetbrains.com/pycharm/download/download-thanks.html?platform=windows&code=PCC
- https://www.jetbrains.com/help/pycharm/2017.1/git.html
- https://confluence.jetbrains.com/display/PYH/Using+PyCharm%27s+Git+integration+locally
- https://www.jetbrains.com/help/pycharm/2017.1/run-debug-configuration-tox.html
- https://www.jetbrains.com/help/pycharm/2017.1/configuring-colors-and-fonts.html
- https://training.talkpython.fm/courses/explore_pycharm/mastering-pycharm-ide
Environment
- doesn't work with Git from Cygwin
- https://git-for-windows.github.io/
- https://www.python.org/downloads/
- https://github.com/jkaving/intellij-colors-solarized
- http://ethanschoonover.com/solarized
- https://fonts.google.com/specimen/Noto+Sans
- https://www.microsoft.com/en-us/download/details.aspx?id=44266
Packages
-
busyloop/lolcat: Rainbows and unicorns!
2017-02-13 -
EmacsWiki: Face
2016-12-12 Face at point: C-u C-x =
-
- https://github.com/joonro/ConEmu-Color-Themes
- https://conemu.github.io/en/ThirdPartyProblems.html
- https://conemu.github.io/en/CygwinAnsi.html
- https://conemu.github.io/en/CygwinMsys.html
- https://conemu.github.io/en/CygwinMsysConnector.html
- https://superuser.com/questions/834754/tmux-split-panes-not-rendering-properly-in-conemu
-
4bit - Terminal Color Scheme Designer
2015-02-27 -
Uses a project or repository's history to plot user contributions, displaying an elegant, colored graph of the file arborescence.
After running it on quite different projects...
- Python/Bash CI/Jenkins scripts
- Qt apps: GoldenDict, Psi+
- PHP website: Shaarli
...watching some vids on teh intartubez:
- Minecraft: https://www.youtube.com/watch?v=zRjTyRly5WA
- Linux kernel: https://www.youtube.com/watch?v=AhDiYPLo3p4
- Python: https://www.youtube.com/watch?v=cNBtDstOTmA
It allows to arbitrary spot some interesting implementation aspects (sorted by descending impact):
- language-dependent trees (oh hai Java packages ^^)
- framework-dependent trees
- project-management method (none, Agile, TDD)
Having a graphical tool also quickly shows:
- the overall structure of the project (a bit cooler than a simple $ tree, way quicker than loading the project on an IDE)
- the repartition of files (by extensions)
- who are the most active contributors
- what are the most modified files over time
- who does what: additions, deletions, refactoring
Some more CI-related matters:
- are there any tests?
- what is the source code / test code ratio? (we could expect a project/lib with N modules to have at least N test modules)
- who initiates / implements / optimizes test code?
-
~/.mozilla/firefox/PROFILE/chrome/userContent.css
@-moz-document url-prefix(about:blank) {*{background-color:#4b4b4b;}}
-
grep options
2014-06-21 export GREP_OPTIONS='-nRI --color=always --exclude-dir=pycache --exclude-dir=.nodeproject --exclude-dir=CVS --exclude-dir=SVN --exclude-dir=.git --exclude-dir=.hg'
-
A better git log
2014-06-06 -
Portfolio - David Revoy
2013-07-05