Najnowsze artykuły

Cinder climb
Cinder Climb Od mniej więcej roku wspinam się i na ścianie staram się być co najmniej 2 razy w tygodniu. Niesamowicie wciągające zajęcie. Niedawno znajomy umieścił na FB link do bardzo ciekawego połączenia wspinania z komputerem. Gra zręcznościowa rozgrywana bezpośrednio na ścianie. Nie szukając za wiele informacji na sieci, postanowiłem napisać coś podobnego. Dodatkowo pojawił […]
Tracking Reference Operator (C++ Component Extensions)
https://msdn.microsoft.com/en-us/library/8903062a.aspx
Sometimes a bug is hit only after code was executed 100 000 000 000 000 (100 trillion) times — Spotify’s underflow bug
https://labs.spotify.com/2015/08/27/underflow-bug/
paxos
This website explains the infamously difficult to understand Paxos consensus protocol using easy to understand invariants and code. http://paxos.systems/
libmill
http://libmill.org/
Damian Zaremba – ClueBot – wikipedia
https://github.com/DamianZaremba
Gamasutra – In-Depth: Static Code Analysis
Stare to jak świat, ale można spoglądnąć co Carmack ma do powiedzenia http://www.gamasutra.com/view/news/128836/InDepth_Static_Code_Analysis.php
To write great code you must first read great code – our reading list || Hackership blog
http://blog.hackership.org/2015/05/Read-Code.html
upipe
jesli dwa elementy nie chcą się spiąć, to trzeba sprawdzać w input_set_flow_def co mu nie pasuje. Zaczynając od definicji bloku
how to center in CSS
Centering in CSS is a pain in the ass. There seems to be a gazillion ways to do it, depending on a variety of factors. This consolidates them and gives you the code you need for each situation. http://howtocenterincss.com/