Skip to content

Instantly share code, notes, and snippets.

View OBTfx's full-sized avatar
🧠
Dusting the brain

Oscar Baudenay OBTfx

🧠
Dusting the brain
View GitHub Profile
@OBTfx
OBTfx / list.md
Created February 5, 2022 19:14 — forked from ih2502mk/list.md
Quantopian Lectures Saved
@OBTfx
OBTfx / markdown-text-101.md
Created May 26, 2021 22:20 — forked from matthewzring/markdown-text-101.md
A guide to Markdown on Discord.

Markdown Text 101

Want to inject some flavor into your everyday text chat? You're in luck! Discord uses Markdown, a simple plain text formatting system that'll help you make your sentences stand out. Here's how to do it! Just add a few characters before & after your desired text to change your text! I'll show you some examples...

Sweet Styles

Italics *italics* or _italics_

Underline italics __*underline italics*__

@OBTfx
OBTfx / Colaborar Proyecto GitHub.markdown
Created May 23, 2021 13:11 — forked from BCasal/Colaborar Proyecto GitHub.markdown
Pasos a seguir para colaborar en un proyecto de GitHub

Cómo colaborar en un proyecto en GitHub

  • Fork del repositorio
  • Clonar el repositorio
  • Actualizar la rama master
  • Crear una rama
  • Hacer los cambios
  • Hacer un Pull Request

Fork del repositorio

@OBTfx
OBTfx / sugh.sh
Created June 11, 2020 10:25 — forked from erdincay/sugh.sh
su GitHub (downloading all repositories from a given user)
#!/bin/bash
if [ -z "$1" ]; then
echo "waiting for the following arguments: username + max-page-number"
exit 1
else
name=$1
fi
if [ -z "$2" ]; then
@OBTfx
OBTfx / .bash_profile
Created June 11, 2020 10:25 — forked from erdincay/.bash_profile
Mac OSX Bash Profile
# ---------------------------------------------------------------------------
#
# Description: This file holds all my BASH configurations and aliases
#
# Sections:
# 1. Environment Configuration
# 2. Make Terminal Better (remapping defaults and adding functionality)
# 3. File and Folder Management
# 4. Searching
# 5. Process Management