VirtualTam's bookmarks
18 bookmarks found
Page 1 of 1
-
Reference:
- abbr - manage fish abbreviations
- argparse - parse options passed to a fish script or function
- function - create a function
- string - manipulate strings
- switch - conditionally execute a block of commands
Configuration:
- Writing your own prompt
- fish_add_path - add to the path
- fish_git_prompt - output git information for use in a prompt
- Setting up my fish shell from scratch on macOS
Plugins:
- jorgebucaran/fisher - A plugin manager for Fish
- jorgebucaran/autopair.fish - Auto-complete matching pairs in the Fish command line
- PatrickF1/fzf.fish
- kidonng/zoxide.fish
-
SHEDWORKS - Sable
2018-06-26 Trailers:
Dev & Art Team:
- https://twitter.com/ShedworksGreg
- https://twitter.com/ShedworksDan
- https://twitter.com/betterthemask
- https://twitter.com/Jbrekkie
- https://twitter.com/MartinKvale
- https://twitter.com/MacchiatoLycan
Media:
- https://twitter.com/i/moments/971351000635314176
- http://www.erictabuchi.net/filter/Photoworks/Architecture-d-entrainement
Interviews:
- http://uk.ign.com/articles/2018/06/14/e3-2018-sable-is-an-unlikely-companion-to-breath-of-the-wild
- https://www.pcgamer.com/sable-is-a-gorgeous-contemplative-exploration-game-made-by-two-friends-who-work-in-a-shed/
- https://www.forbes.com/sites/maxthielmeyer/2018/06/26/sable-developer-greg-kythreotis-talks-art-and-architecture-in-e3s-prettiest-game/#59af53bf358c
-
- https://en.wikipedia.org/wiki/Context-free_grammar
- https://en.wikipedia.org/wiki/Recursive_transition_network
- https://eli.thegreenplace.net/2010/01/28/generating-random-sentences-from-a-context-free-grammar/
- http://davidsd.org/2009/01/the-real-theorem-generator-a-context-free-grammar/
- https://www.reddit.com/r/Python/comments/1h5ucz/defining_a_contextfree_grammar_easily/
- https://stackoverflow.com/questions/4543008/efficient-context-free-grammar-parser-preferably-python-friendly
- http://nltk.sourceforge.net/doc/en/ch07.html#formalizing-context-free-grammars
- https://stackoverflow.com/questions/17695611/nltk-context-free-grammar-genaration
-
-
- http://phpldapadmin.sourceforge.net/wiki/index.php/Main_Page
- https://www.fusiondirectory.org/
- https://www.ldap-account-manager.org/lamcms/
- https://ltb-project.org/documentation/self-service-password
- https://github.com/futurice/futurice-ldap-user-manager
Over the wire:
- https://en.wikipedia.org/wiki/List_of_LDAP_software
- https://serverfault.com/questions/295580/theres-got-to-be-a-foss-web-based-ldap-password-reset-app-out-there-right
- https://serverfault.com/questions/178637/web-interface-for-ldap-management
- https://www.reddit.com/r/sysadmin/comments/29zf1q/fusiondirectory_openldap_management/
- http://futurice.com/blog/user-friendly-web-ui-for-ldap
-
"Add Clippy or his friends to any website for instant nostalgia. Our research shows that people love two things: failed Microsoft technologies and obscure Javascript libraries. Naturally, we decided to combine the two."
-
Ode to Spot
2016-11-16 Felix Catus is your taxonomic nomenclature, An endothermic quadroped, carnivorous by nature. Your visual, olfactory, and auditory senses Contribute to your hunting skills and natural defenses. I find myself intrigued by your sub-vocal oscillations, A singular development of cat communications That obviates your basic hedonistic predelection For a rhythmic stroking of your fur to demonstrate affection. A tail is quite essential for your acrobatic talents: You would not be so agile if you lacked its counterbalance; And when not being utilitized to aid in locomotion, It often serves to illustrate the state of your emotion. Oh Spot, the complex levels of behavior you display Connote a fairly well-developed cognitive array. And though you are not sentient, Spot, and do not comprehend, I nonetheless consider you a true and valued friend. -- Lt. Cmdr. Data, "An Ode to Spot"
-
- https://bugs.launchpad.net/linuxmint/+bug/927487
- https://forums.linuxmint.com/viewtopic.php?t=116058
- https://community.linuxmint.com/software/view/mint-meta-kde
- https://community.linuxmint.com/software/view/mint-meta-codecs-kde
- https://www.reddit.com/r/linuxmint/comments/45gwue/is_there_a_noob_friendly_way_to_install_kde/
-
Imaginary friends
2015-05-21 -
Bigger than my head
2015-03-17 A friend of mine was once interviewing an engineer for a programming job and asked him a typical interview question:
- How do you know when a function or method is too big?
- Well, said the candidate, I don't like any method to be bigger than my head.
- You mean you can't keep all the details in your head?
- No, I mean I put my head up against my monitor, and the code shouldn't be bigger than my head.
~ from http://www.gigamonkeys.com/book/practical-a-simple-database.html
-
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:
-
Chick Corea - Friends
2014-12-10
Page 1 of 1