VirtualTam's bookmarks
56 bookmarks found
-
Coding Dojo
2017-02-19 -
Cloud gaming
2016-10-25 - http://arstechnica.com/gaming/2012/05/nvidia-virtualizes-the-gpu-for-streamed-desktops-and-cloud-gaming/
- http://www.nvidia.com/object/grid-technology.html
- http://www.lesnumeriques.com/ordinateur/blade-quand-start-up-francaise-se-lance-dans-cloud-gaming-n53689.html
- http://www.afjv.com/news/6737_asus-s-associe-avec-blade-a-l-origine-du-cloud-gaming-shadow.htm
-
The Most Important Object In Computer Graphics History Is This Teapot - Facts So Romantic - Nautilus
2016-03-20 418 - I'm a teapot!
-
UML Diagrams Using Graphviz Dot
2016-03-05 -
-
Implementation for OOP generic objects, starting with 3.5 : )
-
1for i in $(find /usr/lib -type f -name '*.so.*'); do 2 nm -D $i | grep MY_SYMBOL; 3 [[ $? -eq 0 ]] && echo $i; 4done
adapted from http://narkive.com/a1rT9Efg.8
-
Objective Sea
2015-08-21 -
What are PHP Traits? | Culttt
2015-08-17 -
Twisted
2015-04-24 Twisted implements a variety of networking and communication protocols and exposes them all as method-calls on your Python objects. Client and server implementations are provided for various standard protocols, including:
- HTTP (twisted.web)
- IMAP, POP, SMTP (twisted.mail)
- DNS (twisted.names)
- TLS (core)
- SSH, Telnet (twisted.conch)
- IRC, XMPP, OSCAR (twisted.words)
- Ethernet, IP, TUN/TAP (twisted.pair)
- NMEA (twisted.positioning)