Skip to content

Instantly share code, notes, and snippets.

View rodgomesc's full-sized avatar
🎯
Focusing

Rodrigo Gomes rodgomesc

🎯
Focusing
View GitHub Profile
.row > div {
height: 40px;
border: 2px solid rgb(0, 226, 242);
}
@rodgomesc
rodgomesc / cursor.md
Created April 27, 2025 23:27 — forked from Ouroboros/cursor.md
Make Cursor Work with cppvsdbg

1. Modify cpptools/package.json

Remove this condition "when": "workspacePlatform == windows"

%USERPROFILE%\.cursor\extensions\ms-vscode.cpptools-1.23.5-win32-x64\package.json

    "type": "cppvsdbg",
    "label": "C++ (Windows)",
    "when1": "workspacePlatform == windows",
@rodgomesc
rodgomesc / build-shadercross.py
Created June 8, 2025 04:19 — forked from trojanfoe/build-shadercross.py
Build SDL_shadercross
#!/usr/bin/env python3
#
# Builds the SDL_shadercross tool and installs it locally.
#
# Prerequisites:
# Python 3
# Git
# C++ compiler
# CMake
# Ninja
@rodgomesc
rodgomesc / AppDelegate.mm
Created July 14, 2025 14:54 — forked from juanchoperezj/AppDelegate.mm
Use RocketSim Network Monitoring with both React Native CLI generated and Expo projects
// imports...
@interface RocketSimLoader : NSObject
- (void)loadRocketSimConnect;
@end
@implementation RocketSimLoader