Skip to content

Instantly share code, notes, and snippets.

View luizdepra's full-sized avatar
🐶

Luiz F. A. de Prá luizdepra

🐶
View GitHub Profile
@kdrnic
kdrnic / coq.md
Last active February 27, 2024 17:33
kdrnic's Caves of Qud beginner notes

kdrnic's Caves of Qud beginner notes

The guide below I wrote mostly for myself as a "notebook" of info I found, but then slightly expanded it with stuff that may be useful to others.

As of finishing writing, I have 16 hours of CoQ playtime and have a level 20 character, definitelly still a beginner as well, perhaps a slightly seasoned beginner.

My previous roguelike experience included beating DCSS with a minotaur berserker and playing a good amount of POWDER on my celphone.

Justification

The game is a tad opaque. As this Qud denizen explains (I don't agree with his overall opinion):

FWIW: I (@rondy) am not the creator of the content shared here, which is an excerpt from Edmond Lau's book. I simply copied and pasted it from another location and saved it as a personal note, before it gained popularity on news.ycombinator.com. Unfortunately, I cannot recall the exact origin of the original source, nor was I able to find the author's name, so I am can't provide the appropriate credits.


Effective Engineer - Notes

What's an Effective Engineer?

@alirobe
alirobe / reclaimWindows10.ps1
Last active May 22, 2024 20:58
This Windows 10 Setup Script turns off a bunch of unnecessary Windows 10 telemetery, bloatware, & privacy things. Not guaranteed to catch everything. Review and tweak before running. Reboot after running. Scripts for reversing are included and commented. Fork of https://github.com/Disassembler0/Win10-Initial-Setup-Script (different defaults). N.…
###
###
### UPDATE: For Win 11, I recommend using this tool in place of this script:
### https://christitus.com/windows-tool/
### https://github.com/ChrisTitusTech/winutil
### https://www.youtube.com/watch?v=6UQZ5oQg8XA
### iwr -useb https://christitus.com/win | iex
###
###

Git Cheat Sheet

Commands

Getting Started

git init

or

@staltz
staltz / introrx.md
Last active May 24, 2024 07:56
The introduction to Reactive Programming you've been missing
@maddiesch
maddiesch / minecraft_backup.sh
Created April 3, 2014 17:30
This shell script is run daily by cron to create backups of a minecraft server.
screen -R MC -X stuff "say Performing backup $(printf '\r')"
screen -R MC -X stuff "save-off $(printf '\r')"
screen -R MC -X stuff "save-all $(printf '\r')"
sleep 3
# Backup
cd /<path to backups folder>
# Delete file older than 5 days
@alvesjnr
alvesjnr / gol.py
Created February 20, 2013 10:30
Yesterday I was showing my wife how does a computer program works, so I end up with this code
#coding: utf-8
"""
Conway's Game of Life implementation with console interface
Author: Antonio Ribeiro - alvesjunior.antonio@gmail.com
license: Do What You Want to
"""
from time import sleep
from random import randint
@jzaefferer
jzaefferer / .bash_profile
Last active September 27, 2015 14:48
git-bash addons
# excerpt, I've got my stuff in my file
source ~/.git-completion.bash
source ~/.git-flow-completion.bash
export PS1='\w $(vcprompt)\$ '
alias s="git status"
alias d="git diff"
@jasonrudolph
jasonrudolph / programming-achievements-suggested-by-github-members.md
Created August 19, 2011 21:25
Programming Achievements: Suggestions from the GitHub Community

Programming Achievements: Suggestions from the GitHub Community

Last week, I published some ideas for leveling up as a developer. I put it on GitHub as a gist, and I encouraged people to modify the list to their liking:

Feel free to fork it and add more achievements. (Make sure they're measurable.)

Or, fork it and mark off the achievements you've already conquered. You might even flag the one that you're currently working on.

So far, more than 270 developers have forked this gist. Many devs have customized their forks as personal to-do lists (e.g., crossing off past achievements and highlighting the goal they're currently pursuing). A number of people have also added new achievements to their forks, indicating additional experiences that they