VirtualTam's bookmarks
1834 bookmarks found
-
#inqlude | The Qt library archive
2014-11-16 -
Python bad practice, a concrete case
2014-11-14 -
Transifex client - Usage memo
2014-11-12 1# setup a transifex virtualenv 2virtualenv2 VENV; source VENV/bin/activate; pip install transifex-client 3 4# global config: ~/.transifexrc 5# this step can be omitted, as 'tx init' will create the file if it doesn't exist 6[https://www.transifex.com] 7username = User 8token = 9password = un54f3_p4ssw0rd! 10hostname = https://www.transifex.com 11 12# setup example project 13mkdir example; cd example 14tx init 15tx set --auto-remote https://www.transifex.com/projects/p/my-project/ 16 17# get the files 18tx pull -l pt_BR 19 20# edit things 21poedit / linguist-qt4 22 23# push to transifex 24tx push -t
-
1# Global 2/etc/environment 3 4# X Session 5/var/lib/AccountsService/users/<username> 6~/.dmrc 7~/.xinitrc 8~/.xprofile 9 10# Session 11/etc/profile 12/etc/profile.d/*.sh 13~/.profile 14 15# Bash 16/etc/bash.bashrc 17~/.bash_profile 18~/.bashrc 19 20# ZSH 21/etc/zsh/zprofile 22~/.zshrc 23 24# Locales 25/etc/locale.conf 26/etc/locale.gen 27~/.config/locale 28 29# Superusers 30/etc/login.defs 31/etc/sudoers (use visudo to edit) 32 33# SSH 34/etc/ssh/sshd_config (server-side, can allow the client to pass variables) 35/etc/ssh/ssh_config (client-side, can send variables to servers) 36 37# SaltStack 38/etc/default/salt-minion (not always included in the distro's packages)
-
https://github.com/lhartikk/ArnoldC
2014-11-03 Programming language based on the one-liners of Arnold Schwarzenegger.
-
Timing diagrams with LaTeX
2014-11-02 - timing-diagram: http://www.texample.net/tikz/examples/timing-diagram/
- tikz-timing: http://www.texample.net/tikz/examples/tikz-timing/
-
TL;DR: you won't.
This website is rather a good memo regarding each language's foundations:
- what's its general purpose?
- how to write core instructions, such as functions, loops, conditional structures?
I find this kind of reminder quite useful when it comes to documentation languages (e.g. TeX, Markdown)
-
CSS tricks
2014-10-22 Nice CSS resource!
-
Les aventures d'un Geek Unixien
2014-10-19 -
~/.mozilla/firefox/PROFILE/chrome/userContent.css
@-moz-document url-prefix(about:blank) {*{background-color:#4b4b4b;}}
-
Reddit Flat Dark
2014-10-15 -
Shaarli - AlbinoMouse
2014-10-08 Good-looking Shaarli fork ;-)
-
About ShellCheck
2014-09-24 -
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]