Skip to content

Instantly share code, notes, and snippets.

View jrocha-io's full-sized avatar
😑
Working.

Jose Rocha jrocha-io

😑
Working.
View GitHub Profile
@jrocha-io
jrocha-io / SDD.template.markdown
Last active November 20, 2024 09:37
Software Design Document (SDD) Template

(Team Name)

(Project Title)

Software Design Document

Name:

Date:

Summary

@jrocha-io
jrocha-io / 16-color-table.sh
Created May 14, 2023 17:35 — forked from vivkin/16-color-table.sh
Terminal color test scripts
#!/bin/bash
#
# This file echoes a bunch of color codes to the terminal to demonstrate
# what's available. Each line is the color code of one forground color,
# out of 17 (default + 16 escapes), followed by a test use of that color
# on all nine background colors (default + 8 escapes).
#
T='gYw' # The test text
echo -e "\n 40m 41m 42m 43m 44m 45m 46m 47m";
for FGs in ' m' ' 1m' ' 30m' '1;30m' ' 31m' '1;31m' ' 32m' '1;32m' ' 33m' '1;33m' ' 34m' '1;34m' ' 35m' '1;35m' ' 36m' '1;36m' ' 37m' '1;37m';
@jrocha-io
jrocha-io / WindowsProgramsConfig.md
Created January 9, 2023 14:46
Common Necessary Configurations for Windows Programs

Common Necessary Configurations for Windows Programs

Adobe Acrobat Reader

Close left panel, 100% view, roll up document

Edit > Preferences > Documents: Restore last view settings when reopening documents.

Close right panel

Edit > Preferences > Documents: select Remember current state of Tools pane.

@jrocha-io
jrocha-io / rochas-roadmap.mmd
Last active January 22, 2023 17:34
Rocha's Roadmap
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@jrocha-io
jrocha-io / .gitignore
Created March 29, 2019 11:13 — forked from salcode/.gitignore
.gitignore file for a general web project - Bare Minimum Git
# -----------------------------------------------------------------
# .gitignore
# Bare Minimum Git
# http://ironco.de/bare-minimum-git/
# ver 20181206
#
# From the root of your project run
# curl -O https://gist.githubusercontent.com/salcode/10017553/raw/.gitignore
# to download this file
#