Skip to content

Instantly share code, notes, and snippets.

@reduz
reduz / godot_over_time1.md
Last active December 2, 2024 23:38
Godot source code in 2002

This is a walkthrough to the Godot codebase over time. I can't publish full repositories, but I will put here the interfaces of some APIs including the year they were created and how they looked like at the time.

2002, Larvotor

This was the first version of the engine as such. It was later on used to create Regnum Oline. This is source code where I am sure I can still put legally here. Here are some class interfaces.

Mesh class:

@ayebrian
ayebrian / vmware.md
Last active December 2, 2024 23:37
VMware ESXi 8 / vCenter 8 / Workstation 17 license key 2024
/* By Luciano Cezareto + Crocoblock */
/* Adicione esse trecho no functions.php do tema [ou tema filho mais seguro] */
/* no campo search do smartfilters no query variable coloque:
user_prop::user_email; user_prop::user_login; user_prop::user_nicename; user_prop::ID; user_prop::user_url
--->> importante use ponto e virgula (;) para adicionar mais de um termo caso necessário. */
/*
Veja o Prints:
https://imgur.com/a/amQwmzv
https://imgur.com/a/3foNmbH
@koshatul
koshatul / README.md
Last active December 2, 2024 23:33
use Apple Keychain to store GPG Passphrases

gpg-agent setup

Need to setup gpg-agent first, on OSX I use keychain (it also does ssh-agent)

$ brew info keychain
keychain: stable 2.8.5
User-friendly front-end to ssh-agent(1)
https://www.funtoo.org/Keychain
/usr/local/Cellar/keychain/2.8.5 (7 files, 108.5KB) *
@joshbuchea
joshbuchea / semantic-commit-messages.md
Last active December 2, 2024 23:31
Semantic Commit Messages

Semantic Commit Messages

See how a minor change to your commit message style can make you a better programmer.

Format: <type>(<scope>): <subject>

<scope> is optional

Example

@adrianhajdin
adrianhajdin / .eslintrc.cjs
Last active December 2, 2024 23:30
Tailwind CSS Full Course 2023 | Build and Deploy a Nike Website
module.exports = {
root: true,
env: { browser: true, es2020: true },
extends: [
'eslint:recommended',
'plugin:react/recommended',
'plugin:react/jsx-runtime',
'plugin:react-hooks/recommended',
],
ignorePatterns: ['dist', '.eslintrc.cjs'],
@jthegedus
jthegedus / StayFocusd Settings
Last active December 2, 2024 23:28
StayFocusd web browser extension settings
## Active Days:
all except Saturday
## Active Hours:
12am-10pm
## Blocked Sites:
bbc.co.uk
cnn.com
collegehumor.com

Estimation

This document is an attempt to pin down all the things you don't think about when quoting for a project, and hopefully provide a starting point for some kind of framework to make quoting, working and delivering small-medium jobs more predictable and less stressful.

Contents

@irabeny89
irabeny89 / audit.yml
Created December 2, 2024 23:19 — forked from LukeMathWalker/audit.yml
GitHub Actions - Rust setup
name: Security audit
on:
schedule:
- cron: '0 0 * * *'
push:
paths:
- '**/Cargo.toml'
- '**/Cargo.lock'
jobs:
security_audit:
@billyshub
billyshub / README.md
Last active December 2, 2024 23:18
DIY Ambilight - HyperBian + Android Grabber

HyperBian + Android Grabber Ambilight Setup Guide

Intro