Skip to content

Instantly share code, notes, and snippets.

View reinaldoossuna's full-sized avatar

Reinaldo Ossuna reinaldoossuna

  • Campo Grande, MS - Brazil
View GitHub Profile

How to setup RetroPie on Ubuntu Server (x86 NOT RASPBERRY PI'S)



Automated Script I made and still being updated (USE THIS NOW)

Retropie_Setup_x86 (UNOFFICIAL)










GIST NOT BEING WORKED ON ANYMORE

@mbinna
mbinna / effective_modern_cmake.md
Last active May 1, 2024 01:07
Effective Modern CMake

Effective Modern CMake

Getting Started

For a brief user-level introduction to CMake, watch C++ Weekly, Episode 78, Intro to CMake by Jason Turner. LLVM’s CMake Primer provides a good high-level introduction to the CMake syntax. Go read it now.

After that, watch Mathieu Ropert’s CppCon 2017 talk Using Modern CMake Patterns to Enforce a Good Modular Design (slides). It provides a thorough explanation of what modern CMake is and why it is so much better than “old school” CMake. The modular design ideas in this talk are based on the book [Large-Scale C++ Software Design](https://www.amazon.de/Large-Scale-Soft

# WM {{{
# Focus node
# If no window exist, target monitor/desktop instead
super + k
bspc node -f north || bspc monitor -f north
super + j
bspc node -f south || bspc monitor -f south
super + h
bspc node -f west || bspc monitor -f west || bspc desktop -f prev
@PurpleBooth
PurpleBooth / README-Template.md
Last active April 29, 2024 02:38
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