VirtualTam's bookmarks
39 bookmarks found
-
- https://www.gamasutra.com/view/feature/6305/beyond_fa%C3%A7ade_pattern_matching_.php
- http://web.archive.org/web/20120320060043/http://ai-programming.com/bot_tutorial.htm
- https://www.slideshare.net/amyiris/ai-and-python-developing-a-conversational-interface-using-python
- http://www.nltk.org/api/nltk.chat.html
-
Playing HTTP Tricks with Nginx | Elastic
2017-10-09 The X-Pack plugin comes with a subscription plan and a 30-day trial license:
- https://www.elastic.co/subscriptions
- https://www.elastic.co/guide/en/x-pack/current/license-expiration.html
- https://discuss.elastic.co/t/after-x-pack-license-expiration/78072/7
Once the license has expired, a number of features become unavailable, among which is user management (authentication, authorization).
-
SonarQube™
2015-05-18 SonarQube is an open platform to manage code quality.
https://github.com/SonarSource/sonarqube http://www.sonarsource.com/products/features/continuous-inspection/
-
Excuses For Lazy Coders
2015-02-16 It's not a bug, it's a feature! "It was working in my head"
-
Python unit testing frameworks: Nose, Pytest
2015-02-13 Python's built-in unittest module is quite cool, but a bit limited and way too verbose (read: it's quite not easy to incite developers to write unit tests)
I'm currently looking for more dev-friendly solutions, the key points being:
- writing test code should be easy and straight-forward -keep the focus on "what to test" instead of "how to transcribe a process to a test"
- parallelization! -we, spoiled developers, should make good use of our way-too-many-cores build machines...
- complete feature set!
- we don't want to just run tests...
- coverage reports (find dead/weak/untested code sections)
- output formatting (JUnit-XML seems to be quite a common format out there)
There seem to be 3 solutions in Python:
- stock unittest + project-dependent customizations / test helpers
- nosetests
- py.test
And 2 ways of gettings things done:
- keeping things stock: no external dependency, project-specific implementation...
- using a test framework: one more module in your (test) virtualenv, more concise tests, more features (// run, code coverage, etc.)
Some links:
-
My favourite Zsh features
2014-12-16 -
Un discours en musique : Sarkozy / Satie
2014-11-28 Combinaison de morceaux choisis d'un discours bien léché, à la gestuelle animée, et d'une bande son riche en émotions. Il est à la fois intéressant et cocasse de voir à quel point la musique et la gestuelle influent sur la perception du message...
[EN] Combination of selected pieces of a well-rehearsed political speech/interview, featuring wide gestures, and emotion-rich music. It's both interesting and surprising to see how the background music genre, coupled to the spokesperson's gestures, can alter or reinforce the essence of the speech...
-
CheckiO | Solve puzzles with Python!
2014-11-17 Plenty of fun tasks, riddles and puzzles to solve altogether with learning Python!
Get ready for:
- basic Python exercises (data structures, language features, common libraries)
- a handful exercises on string and data processing
- algorithmics! pathfinding, map exploration, optimization...
-
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]
-
Grumpy Disney by TsaoShin on deviantART
2014-07-05 Classic Disney animated films. Now with Grumpy Cat!
This series features well known Disney films with the Internet's most famous grouchy feline in place of one of the characters.
The concept is simple: the appearance of the cat must derail the plot of the film.
-
Lisp Downloads -=- Eric Marsden
2013-08-18 Cool Lisp modes, featuring coffee.el (HTCPCP) and some server (httpd, postgres) utils