Skip to content

Instantly share code, notes, and snippets.

View botder's full-sized avatar
🟢
Online

Marek Kulik botder

🟢
Online
  • Germany
  • 13:52 (UTC +02:00)
View GitHub Profile
g_Animations = {
["airport"] = {
"thrw_barl_thrw",
},
["attractors"] = {
"stepsit_in",
"stepsit_loop",
"stepsit_out",
},
["bar"] = {
@doctaphred
doctaphred / ntfs-filenames.txt
Last active September 4, 2025 18:01
Invalid characters for Windows filenames
Information from https://docs.microsoft.com/en-us/windows/win32/fileio/naming-a-file :
Use any character in the current code page for a name, including Unicode
characters and characters in the extended character set (128–255), except
for the following:
- The following reserved characters:
< (less than)
> (greater than)
@mariobadr
mariobadr / game_loop.cpp
Last active April 14, 2025 20:46
A basic game loop using std::chrono
/*
* The MIT License (MIT)
*
* Copyright (c) 2016 Mario Badr
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
* copies of the Software, and to permit persons to whom the Software is
-- Camera state
local cameraEnabled = false
-- Camera radius
local sphereRadius = 5
-- Cursor sensitivity
local sensitivity = 100
@PurpleBooth
PurpleBooth / README-Template.md
Last active September 8, 2025 18:19
A template to make good README.md

Project Title

One Paragraph of project description goes here

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites