Skip to content

Instantly share code, notes, and snippets.

View Therzok's full-sized avatar

Marius Ungureanu Therzok

View GitHub Profile

Source Code Typography

Presentation: http://www.slideshare.net/vancura/source-code-typography

Quotes

Dumb quotes (also known as straight quotes) are straight and vertical. Proper typography never uses straight quotes. They are left over from the age of typewriters, and their only modern use is for coding.

==========================
How Software Companies Die
==========================
- Orson Scott Card
The environment that nurtures creative programmers kills management and
marketing types - and vice versa.
Programming is the Great Game. It consumes you, body and soul. When
you're caught up in it, nothing else matters. When you emerge into
<div class="entry-content">
<p>(last update: May 20, 2016)</p>
<p>This year’s GDC was awesome. Some amazing&nbsp;presentations and again I could chat with super-smart and inspiring people. Be&nbsp;sure to check out <a href="http://32ipi028l5q82yhj72224m8j.wpengine.netdna-cdn.com/wp-content/uploads/2016/03/GdcVdrLottes.pdf">“Advanced Techniques and Optimization of HDR Color Pipelines”</a>, <a href="http://www.frostbite.com/2016/03/optimizing-the-graphics-pipeline-with-compute/">“Optimizing the Graphics Pipeline with Compute”</a>&nbsp;and <a href="http://www.frostbite.com/2016/03/photogrammetry-and-star-wars-battlefront/">“Photogrammetry and Star Wars Battlefront”</a>&nbsp;. Growing list of presentations:</p>
<h1>Programming Track</h1>
<ul>
<li><a href="http://wili.cc/research/northlight_dx12/GDC16_Timonen_Northlight_DX12.pptx">“Developing The Northlight Engine: Lessons Learned”</a> –&nbsp;Ville Timonen (Remedy Entertainment)</li>
<li><a href="http://htmlpreview.github.io/?https://cdn.rawgit.com/niklasfry
@dakom
dakom / ECS notes.md
Last active May 27, 2024 10:42
ECS with sparse array notes (EnTT style)

Intro

The below is a breakdown / bird's eye view of how a sparse-array backed ECS like EnTT or Shipyard works.

Please see the thanks and references at the bottom - without their help I would not have been able to share this breakdown with you... everything here is really just notes and rephrasing of what they've written already :)

Also, these notes do not cover archetype systems (like unity) nor adaptations of archetypes (like in Flecs). Though there's a couple comparative footnotes at the end.

Here we go!

@ZacharyPatten
ZacharyPatten / readme.md
Last active February 3, 2023 15:58
GitHub Repository Checklist (C#)

GitHub Repository Checklist (C#)

Have a repository on GitHub? Planning on making a repository on GitHub? This checklist is intended to introduce you to various features that may help you make the most of your GitHub repository with specific recommendations for C# repositories.

Checklist

These are only suggestions.
They may not be appropriate for all repositories.
They are in no particular order.
Click each item to expand for more information.