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
#!/usr/bin/env zsh | |
# Add the following line to your ~/.zshrc or ~/.bashrc depending on OS. | |
# alias godot-uid='/Users/username/path/to/script/generate-uid.sh "$PWD"' | |
# Then make this script executable with chmod +x generate-uid.sh | |
# You can run this in your Godot project directory root to auto-generate missing .uid files. | |
# If using AI, add a Cursor rule (.cursor/rules/godot-uids.mdc) so your editor knows to use it. | |
# Provides a handy output of newly created files too! | |
set -e # bail on script errors |
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
{"schemaVersion":1,"label":"coverage","message":"94%","color":"green"} |
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
var query = "hello world "; | |
// Split query string and filter out empty words. | |
var queryWords = query.split(' ').filter(x => x.length); | |
console.log(queryWords); | |
// ["hello", "world"] | |
// Create WHERE clause that matches all words in the search (works for a single word too). | |
const match = `(${queryWords.map((x) => "TableName.Column LIKE '%?%'").join(' AND ')})`; | |
console.log(match); |
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
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); | |
/* 1. Navigate to about:support in Firefox and click the button under the Profile Folder heading. | |
2. Enter the folder ending in .default (probably something like m61ofslb.default). | |
3. Create a folder named chrome if it doesn't exist already. | |
4. Drop this file into that folder and restart your Firefox browser. | |
Designed for Firefox Quantum on Mac OSX and may require modification to work on other operating systems. */ | |
.tab-close-button |
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
### Keybase proof | |
I hereby claim: | |
* I am Zei33 on github. | |
* I am zei33 (https://keybase.io/zei33) on keybase. | |
* I have a public key whose fingerprint is 9C88 22D3 5E50 88D1 236F D5D4 2416 E838 786F 96F9 | |
To claim this, I am signing this object: |