| Filter | Description | Example |
|---|---|---|
| allintext | Searches for occurrences of all the keywords given. | allintext:"keyword" |
| intext | Searches for the occurrences of keywords all at once or one at a time. | intext:"keyword" |
| inurl | Searches for a URL matching one of the keywords. | inurl:"keyword" |
| allinurl | Searches for a URL matching all the keywords in the query. | allinurl:"keyword" |
| intitle | Searches for occurrences of keywords in title all or one. | intitle:"keyword" |
Discover gists
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
| (require 'package) | |
| (setq package-enable-at-startup nil) | |
| (setq package-archives '(("melpa" . "https://melpa.org/packages/") | |
| ("nongnu" . "https://elpa.nongnu.org/nongnu/") | |
| ("elpa-devel" . "https://elpa.gnu.org/devel/") | |
| ("gnu" . "https://elpa.gnu.org/packages/"))) | |
| (package-initialize) | |
| (unless (package-installed-p 'use-package) | |
| (package-refresh-contents) | |
| (package-install 'use-package)) |
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
| { | |
| "emojis": [ | |
| {"emoji": "👩👩👧👧", "name": "family: woman, woman, girl, girl", "shortname": ":woman_woman_girl_girl:", "unicode": "1F469 200D 1F469 200D 1F467 200D 1F467", "html": "👩‍👩‍👧‍👧", "category": "People & Body (family)", "order": ""}, | |
| {"emoji": "👩👩👧👦", "name": "family: woman, woman, girl, boy", "shortname": ":woman_woman_girl_boy:", "unicode": "1F469 200D 1F469 200D 1F467 200D 1F466", "html": "👩‍👩‍👧‍👦", "category": "People & Body (family)", "order": ""}, | |
| {"emoji": "👩👩👦👦", "name": "family: woman, woman, boy, boy", "shortname": ":woman_woman_boy_boy:", "unicode": "1F469 200D 1F469 200D 1F466 200D 1F466", "html": "👩‍👩‍👦‍👦", "category": "People & Body (family)", "order": ""}, | |
| {"emoji": "👨👩👧👧", "name": "family: man, woman, girl, girl", "shortname": ":man_woman_girl_girl:", "unicode": "1F468 200D 1F469 200D 1F467 200D 1F467", "html": "👨‍👩&z |
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
| local Base = { | |
| name = "Your Script Name", -- used for output messages | |
| debug = true, -- true to show error messages | |
| host = self, | |
| print = function(self, message) | |
| print(self.name .. ": " .. message) | |
| end, | |
| error = function(self, message) | |
| if self.debug then |
Só eu uso isso
Baixa o Java 8 aqui (algumas versões pedem um java mais atualizado, caso isso aconteça eu aviso this link.
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
| // Minestom raycaster PR (condensed and hopefully usable) | |
| // See https://github.com/Minestom/Minestom/pull/2967 for details and usage | |
| /** | |
| * A ray that can check for collisions along it. | |
| * <p> | |
| * You should construct a Ray using {@link #Ray(Point, Vec)}. | |
| * @param origin the ray's origin | |
| * @param direction the ray's normalized direction | |
| * @param distance the maximum distance the ray will check |
On every machine in the cluster install openmpi and mlx-lm:
conda install conda-forge::openmpi
pip install -U mlx-lmNext download the pipeline parallel run script. Download it to the same path on every machine:
Note
This does not works in browser for quests which require you to play a game! Use the desktop app to complete those.
How to use this script:
- Accept a quest under Discover -> Quests
- Press Ctrl+Shift+I to open DevTools
- Go to the
Consoletab - Paste the following code and hit enter:
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
| Solution: Environment Variables (.env) missing in iOS Xcode Archive (Expo Managed Workflow) | |
| The Issue | |
| When developing in an Expo Managed Workflow, environment variables accessed via process.env work fine in Debug mode and Android (EAS Build). However, when performing a manual Xcode Archive for iOS TestFlight, the variables often return undefined, causing the app to fail or use incorrect fallback values. | |
| The Cause | |
| Manual Xcode builds do not automatically trigger the Expo/EAS environment variable injection logic. At runtime in a production bundle, process.env is not available. | |
| The Solution: Using Dynamic Config (app.config.js) | |
| To ensure variables are "baked" into the iOS build, move the configuration to app.config.js. | |
| `` | |
| 1. Install dotenv |
Экспорт своей музыки в плейлист (т.к сейчас музыку можно перенести только если она у вас в плейлисте...) Скрипт работает по принципу забрал все что прогрузил и отметил для переноса
NewerOlder