Небольшой список книг для гейм-разработчика
https://github.com/miloyip/game-programmer
#repo #gamedev #books #github
https://github.com/miloyip/game-programmer
#repo #gamedev #books #github
GitHub
GitHub - miloyip/game-programmer: A Study Path for Game Programmer
A Study Path for Game Programmer. Contribute to miloyip/game-programmer development by creating an account on GitHub.
Мини-шпора о том, как работать с файлами больше 2/4 Гб в 32-битном Linux
https://digital-domain.net/largefiles.html
#stdio #tip #linux #off_t
https://digital-domain.net/largefiles.html
#stdio #tip #linux #off_t
GUI-клиент для Git под MacOS с удобными возможностями для редактирования коммитов и их истории
https://github.com/git-up/GitUp
#git #gui #macos
https://github.com/git-up/GitUp
#git #gui #macos
GitHub
GitHub - git-up/GitUp: The Git interface you've been missing all your life has finally arrived.
The Git interface you've been missing all your life has finally arrived. - git-up/GitUp
Величины задержек, которые должен знать каждый разработчик:
https://gist.github.com/jboner/2841832
#gist #cheatsheet #latency #cpu #memory #cache
https://gist.github.com/jboner/2841832
#gist #cheatsheet #latency #cpu #memory #cache
Gist
Latency Numbers Every Programmer Should Know
Latency Numbers Every Programmer Should Know. GitHub Gist: instantly share code, notes, and snippets.
Если вы ничего не знали об отличиях кучи функций, предназначенных для завершения программы на C/C++ (таких, как
https://cdn.rawgit.com/adishavit/Terminators/master/termination_graph.svg
#cpp #terminate #quick_exit #graph
std::exit, std::terminate, std::quick_exit, std::_Exit и т.п.), то эта диаграмма для вас:https://cdn.rawgit.com/adishavit/Terminators/master/termination_graph.svg
#cpp #terminate #quick_exit #graph
Небольшая заметка про то, что такое интерфейс IDisposable в .NET, и с чем его едят.
https://habrahabr.ru/post/341864/
#habr #dotnet #IDisposable
https://habrahabr.ru/post/341864/
#habr #dotnet #IDisposable
Habr
[DotNetBook] Реализация IDisposable: правильное использование
С этой статьей я начинаю публиковать целую серию статей, результатом которой будет книга по работе .NET CLR, и .NET в целом. Тема IDisposable была выбрана в качестве разгона, пробы пера. Вся книга...
Небольшой туториал по скриптовым возможностям CMake.
https://preshing.com/20170522/learn-cmakes-scripting-language-in-15-minutes/
#tutorial #cmake
https://preshing.com/20170522/learn-cmakes-scripting-language-in-15-minutes/
#tutorial #cmake
Preshing
Learn CMake's Scripting Language in 15 Minutes
As explained in my previous post, every CMake-based project must contain a script named CMakeLists.txt. This script defines targets, but it can also do a lot of other things, such …
Слайды по использованию Buffer Objects в OpenGL (ES)
https://www.mathematik.uni-marburg.de/~thormae/lectures/graphics1/graphics_8_1_eng_web.html
#presentation #slides #opengl #vbo #vao
https://www.mathematik.uni-marburg.de/~thormae/lectures/graphics1/graphics_8_1_eng_web.html
#presentation #slides #opengl #vbo #vao
Небольшой списочек с ресурсами по ML (Machine Learning).
https://github.com/josephmisiti/awesome-machine-learning
#awesome #ml #github
https://github.com/josephmisiti/awesome-machine-learning
#awesome #ml #github
GitHub
GitHub - josephmisiti/awesome-machine-learning: A curated list of awesome Machine Learning frameworks, libraries and software.
A curated list of awesome Machine Learning frameworks, libraries and software. - josephmisiti/awesome-machine-learning
Анатомия памяти программы.
https://duartes.org/gustavo/blog/post/anatomy-of-a-program-in-memory/
#article #memory #process
https://duartes.org/gustavo/blog/post/anatomy-of-a-program-in-memory/
#article #memory #process
Many But Finite
Anatomy of a Program in Memory
Memory management is the heart of operating systems; it is crucial for both programming and system administration. In the next few posts I'll cover memory with an eye towards practical aspects, but wi
Диаграмма последовательности принятия решения в протоколе HTTP.
https://github.com/for-GET/http-decision-diagram
#http #diagram #repo #github
https://github.com/for-GET/http-decision-diagram
#http #diagram #repo #github
GitHub
GitHub - for-GET/http-decision-diagram: An activity diagram to describe the resolution of HTTP response status codes, given various…
An activity diagram to describe the resolution of HTTP response status codes, given various headers. - for-GET/http-decision-diagram
https://github.com/veltzer/kcpp
Фреймворк для написания драйверов на C++ под Linux.
#repo #cpp #linux #kernel #github
Фреймворк для написания драйверов на C++ под Linux.
#repo #cpp #linux #kernel #github
GitHub
GitHub - veltzer/kcpp: Linux kernel C++ framework
Linux kernel C++ framework. Contribute to veltzer/kcpp development by creating an account on GitHub.
pro.cxx Editors Channel pinned «Приветствую в канале @ProCxxChannel! В этом канале будут поститься краткие заметки от наших участников-редакторов чата @ProCxx.»
"Правила полета" на Git: что делать, если что-то пошло не так.
https://github.com/k88hudson/git-flight-rules
#repo #git #github #guide #en #ru #cn
https://github.com/k88hudson/git-flight-rules
#repo #git #github #guide #en #ru #cn
GitHub
GitHub - k88hudson/git-flight-rules: Flight rules for git
Flight rules for git. Contribute to k88hudson/git-flight-rules development by creating an account on GitHub.
Compile-time-тетрис.
https://github.com/mattbierner/Super-Template-Tetris/blob/master/README.md
#repo #cpp #template #alexandrescu #упрлс #game #tetris
https://github.com/mattbierner/Super-Template-Tetris/blob/master/README.md
#repo #cpp #template #alexandrescu #упрлс #game #tetris
GitHub
mattbierner/Super-Template-Tetris
Tetris as a C++ Template Metaprogram . Contribute to mattbierner/Super-Template-Tetris development by creating an account on GitHub.