Skip to content

Instantly share code, notes, and snippets.

@tanganke
tanganke / launch.json
Created June 12, 2024 08:59
[VS Code Debug Configuration] Accelerate Launch: Current File
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "Accelerate Launch: Current File",
"type": "debugpy",
"request": "launch",
@tanganke
tanganke / Atari_2600_games.txt
Last active February 28, 2022 07:22
Atari 2600 games
AirRaid-v4
AirRaid-ram-v4
Alien-v4
Alien-ram-v4
Amidar-v4
Amidar-ram-v4
Assault-v4
Assault-ram-v4
Asterix-v4
Asterix-ram-v4
@tanganke
tanganke / .clang-format
Last active November 30, 2021 03:33
my .clang-format configuration
---
Language: Cpp
AccessModifierOffset: -1
AlignAfterOpenBracket: true
AlignArrayOfStructures: None
AlignConsecutiveMacros: true
AlignConsecutiveAssignments: true
AlignConsecutiveBitFields: None
AlignConsecutiveDeclarations: Consecutive
AlignEscapedNewlines: Right