Skip to content

Instantly share code, notes, and snippets.

View Brunux's full-sized avatar
💭
I'm the 🐼 ... to the right

Bruno Fosados Brunux

💭
I'm the 🐼 ... to the right
View GitHub Profile
@Brunux
Brunux / GitCommitEmoji.md
Created March 5, 2020 19:18 — forked from parmentf/GitCommitEmoji.md
Git Commit message Emoji
"""
Django ORM Optimization Tips
Caveats:
* Only use optimizations that obfuscate the code if you need to.
* Not all of these tips are hard and fast rules.
* Use your judgement to determine what improvements are appropriate for your code.
"""
# ---------------------------------------------------------------------------
@Brunux
Brunux / Readme-skeleton.md
Created May 25, 2017 16:54
Skeleton for Readme files.

Logo of the project

Name of the project

Additional info or tagline

A brief description of the project. Why did we created it? What it is used for?

Features

@Brunux
Brunux / gist:c0424160518d43792ca63749399579ad
Created April 4, 2016 09:11
Sublime Text 2 - Useful Shortcuts

Sublime Text 2 – Useful Shortcuts (PC)

Loosely ordered with the commands I use most towards the top. Sublime also offer full documentation.

Editing

Ctrl+C copy current line (if no selection)
Ctrl+X cut current line (if no selection)
Ctrl+⇧+K delete line
Ctrl+↩ insert line after