Skip to content

Instantly share code, notes, and snippets.

View Coqueiro's full-sized avatar
:octocat:
Coding with purpose

Lucas Garcia Coqueiro

:octocat:
Coding with purpose
View GitHub Profile
@Coqueiro
Coqueiro / perfumes.csv
Last active April 10, 2024 13:58
perfumes extract
Search FALSE FALSE FALSE FALSE FALSE 10 16 22 17-20-28% top, 25-30-35% mid, 32-50-55% base 1,2,3,5,7,10, 15,20,30,50,70, 100,150,200,300 FALSE
Template Template DATE: SOURCE: Finished Perfume Weight (gr.) Finished Perfume %
Template Description Type @ and today date Total Concentrate Only Final Perfume Concentration
Template 1.7 0.165 10.00%
Template DILUTION FORMULA AMOUNT WEIGHT (gr.) 1.000 PERCENTAGES % IFRA Check
Template Material Alcohol/DPG/IPM Formula (Raw) Formula (w/ Dilutions) Grams added Material (Raw) Gr. Material (w/ Dil.) Gr. Adjustable (w/ Dil.) Gr. % of raw ingredient in finished perfume % of raw ingredient in concentrate % in total perfume IFRA Max Allowance
@Coqueiro
Coqueiro / joystick_config.joystick.amgp
Last active July 5, 2022 01:43
Joystick Configuration for AntiMicro (control WIndows/Linux through Joystick)
<?xml version="1.0" encoding="UTF-8"?>
<joystick configversion="19" appversion="2.23">
<!--The SDL name for a joystick is included for informational purposes only.-->
<sdlname>Wireless Gamepad</sdlname>
<!--The GUID for a joystick is included for informational purposes only.-->
<guid>7e050920000000000000504944564944</guid>
<sets>
<set index="1">
<axis index="1">
<throttle>normal</throttle>
@Coqueiro
Coqueiro / RectangleConfig.json
Last active September 3, 2024 09:14
Configurations for Rectangle
{
"bundleId" : "com.knollsoft.Rectangle",
"defaults" : {
"allowAnyShortcut" : {
"bool" : false
},
"almostMaximizeHeight" : {
"float" : 0
},
"almostMaximizeWidth" : {
@Coqueiro
Coqueiro / AHKHID.ahk
Last active March 30, 2025 14:41
Hotkeys - AutoHotKeys (for Windows)
/*! TheGood
AHKHID - An AHK implementation of the HID functions.
Last updated: August 22nd, 2010
USING THE CONSTANTS:
If you explicitly #include AHKHID in your script, you will have all the constants available to you. Otherwise, if AHKHID is
in your library folder and you do not wish to explicitly #include it, you can call AHKHID_UseConstants() to have the
constants available to you.
{
"profiles": [
{
"devices": [
{
"identifiers": {
"is_keyboard": true,
"product_id": 4102,
"vendor_id": 9610
},
# vim:fileencoding=utf-8:foldmethod=marker
inactive_text_alpha 0.6
background_opacity 0.90
dynamic_background_opacity no
kitty_mod cmd
macos_option_as_alt yes
font_family FiraCode Nerd Font
# font_family Fira Code
\set PROMPT1 '%n@%/%R%#%x '
\set ON_ERROR_STOP on
\set ON_ERROR_ROLLBACK interactive
\set HISTFILE ~/.psql_history
\set VERBOSITY verbose
-- \pset null '⦱'
\pset null '¤'
\pset linestyle 'unicode'
execute pathogen#infect()
syntax on
filetype plugin indent on
set clipboard=unnamed
set timeoutlen=1000 ttimeoutlen=10
nnoremap <C-q> :q!<CR>
nnoremap <C-w> :wq<CR>
@Coqueiro
Coqueiro / commandParser.sh
Last active May 20, 2025 13:53
This script works for {ba,z}sh command parsing. Good for aliases or custom commands.
#!/bin/bash
# Forked from https://github.com/jozsefmorrissey/BashScripts/blob/master/commandParser.sh
eval declare -A flags
eval declare -A bools
_flags=""
_bools=""
args=()
# eval declare -A $flagArrayName
@Coqueiro
Coqueiro / lubuntu-rc.xml
Last active August 27, 2021 17:05
.config/openbox/lubuntu-rc.xml, LXDE configs
<?xml version="1.0" encoding="UTF-8"?>
<!-- Do not edit this file, it will be overwritten on install.
Copy the file to $HOME/.config/openbox/ instead. -->
<openbox_config xmlns="http://openbox.org/3.4/rc" xmlns:xi="http://www.w3.org/2001/XInclude">
<resistance>
<strength>10</strength>
<screen_edge_strength>20</screen_edge_strength>
</resistance>
<focus>
<focusNew>yes</focusNew>