VirtualTam's bookmarks
59 bookmarks found
-
-
Cross-platform shell wrapper
Alternatives:
- pbs (discontinued) - https://github.com/amoffat/sh/tree/pbs
- sh (*nix only) - https://github.com/amoffat/sh
-
Comparing Git trees in Go · source{d} blog
2017-03-24 -
389 Directory Server
2016-12-01 - https://www.linux.com/learn/simplify-ldap-fedoras-389-directory-server
- https://www.rockstable.org/389-ds
- https://github.com/jtgasper3/docker-images/tree/master/389-ds
Administration WebApps:
- http://directory.fedoraproject.org/docs/389ds/administration/webapps-install.html
- http://directory.fedoraproject.org/docs/389ds/administration/dsgw.html
- http://directory.fedoraproject.org/docs/389ds/administration/orgchart.html
Install guides:
- http://www.unixmen.com/install-and-configure-ldap-server-in-centos-7/
- http://www.unixmen.com/manage-389-directory-server-graphically-using-389-management-console/
- http://jensd.be/125/linux/rhel/install-mate-or-xfce-on-centos-7
- http://unix.stackexchange.com/questions/181503/how-to-install-desktop-environments-on-centos-7
-
jonas/tig: Text-mode interface for git
2016-03-14 Git repository browser providing several colourful views:
- file tree w/ revisions
- different kinds of log
- blame - when highlighting a line, displays the corresponding diff in a side pane
-
Hallucinatory tree slices
2015-10-26 -
git worktree
2015-08-21 "check out more than one branch at a time"
Useful if you're simultaneously working on several versions / branches of the same repository ;-)
-
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?
-
Minetest Essentials
2014-09-18 [Core]
[Mapper]
[Mods:Trivia] (this is going to be an incremental section, I guess)
- Pop ones: http://www.minetest.net/mods
- Carbone (mod collection): https://forum.minetest.net/viewtopic.php?id=9033
- ZOMG! There's a (non-sonic) screwdriver in the default game \o/
[Mods:Biomes]
- Snow Biomes: https://forum.minetest.net/viewtopic.php?f=11&t=2290
- Snow Drift: https://forum.minetest.net/viewtopic.php?pid=104580
[Mods:Blocks]
- Torches: https://forum.minetest.net/viewtopic.php?f=11&t=6099
- Beds: https://forum.minetest.net/viewtopic.php?f=11&t=2625
- More Ores: https://forum.minetest.net/viewtopic.php?f=13&t=549
- Castles+: https://forum.minetest.net/viewtopic.php?f=11&t=7159
[Mods:Gameplay]
- SimpleMobs: https://forum.minetest.net/viewtopic.php?id=3063
- Animals: https://forum.minetest.net/viewtopic.php?f=11&t=629
- Creatures: https://forum.minetest.net/viewtopic.php?f=11&t=9240
- Peaceful NPC: https://forum.minetest.net/viewtopic.php?f=11&t=4167
- Item features: https://forum.minetest.net/viewtopic.php?f=11&t=3188
- Advanced NPC https://github.com/hkzorman/advanced_npc
- Mobs Redo https://github.com/tenplus1/mobs_redo
- MG Villages https://github.com/Sokomine/mg_villages
[Mods:Misc]
- Achievements: https://forum.minetest.net/viewtopic.php?id=4870
- Player stats: https://forum.minetest.net/viewtopic.php?f=11&t=8127
[Mods:Nature]
- Farming Plus: https://forum.minetest.net/viewtopic.php?id=2787
- Food: https://forum.minetest.net/viewtopic.php?id=2960
- More Trees: https://forum.minetest.net/viewtopic.php?id=4394
- Plant Life Pack: https://forum.minetest.net/viewtopic.php?f=11&t=3898
[Mods:Tech]
- Carts: https://forum.minetest.net/viewtopic.php?f=11&t=2451
- Mesecons: https://forum.minetest.net/viewtopic.php?f=11&t=628
- Fence gate: https://forum.minetest.net/viewtopic.php?f=9&t=9932
[Mods:World]
- Nether: https://forum.minetest.net/viewtopic.php?f=11&t=5790
- Skyland: https://forum.minetest.net/viewtopic.php?f=11&t=9152
- Teleportation
[Textures]
-
Terminal with zsh and a neat display of git info!