This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"bundleId" : "com.knollsoft.Rectangle", | |
"defaults" : { | |
"allowAnyShortcut" : { | |
"bool" : false | |
}, | |
"almostMaximizeHeight" : { | |
"float" : 0 | |
}, | |
"almostMaximizeWidth" : { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/*! 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. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"profiles": [ | |
{ | |
"devices": [ | |
{ | |
"identifiers": { | |
"is_keyboard": true, | |
"product_id": 4102, | |
"vendor_id": 9610 | |
}, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
\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' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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> |
NewerOlder