- https://trello.com/b/iuskDHXt/komanda-board
- https://trello.com/b/whv5gtuj/tpt-pin-planner
- https://trello.com/b/1KRMaYUN/bullet-journal-companion-template-
- https://trello.com/b/KQxSg1jW/gs
- https://trello.com/b/4CyRXDgL/demo-m20170600166-logistic
- https://trello.com/b/fpYBRlzg/demo
- https://trello.com/b/EAnzdYGO/sales-team-resources
- https://trello.com/b/51WsEhtE/feature-requests
- https://trello.com/b/yrJ4Ek5D/new-website
- https://trello.com/b/dPSxk29R/bible-checklist
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
| // ==UserScript== | |
| // @name free medium | |
| // @namespace http://tampermonkey.net/ | |
| // @version 2024-04-16 | |
| // @description try to take over the world! | |
| // @author You | |
| // @include *://medium.*.com/* | |
| // @include *://*.medium.com/* | |
| // @include *://medium.com/* | |
| // @icon *://www.google.com/s2/favicons?sz=64&domain=medium.com |
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 | |
| PHP_VERSION="8.3" # Replace with your PHP version or use a variable to set it dynamically | |
| # Define the source and destination paths | |
| mods_available="/etc/php/$PHP_VERSION/mods-available" | |
| cli_conf_d="/etc/php/$PHP_VERSION/cli/conf.d" | |
| fpm_conf_d="/etc/php/$PHP_VERSION/fpm/conf.d" | |
| link_name="10-newrelic.ini" |
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
| <?php | |
| namespaced App\Providers; | |
| use RuntimeException; | |
| use Illuminate\Support\Facades\Route; | |
| use Illuminate\Database\Eloquent\Model; | |
| use Illuminate\Routing\ImplicitRouteBinding; | |
| class RouteServiceProvider extends ServiceProvider |
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
| Alpine.directive('typed', (el, { expression, modifiers }, { evaluateLater, effect, cleanup }) => { | |
| const getStrings = evaluateLater(expression); | |
| const modifierValue = (key, fallback) => { | |
| if (-1 === modifiers.indexOf(key)) { | |
| return fallback; | |
| } | |
| const value = modifiers[modifiers.indexOf(key) + 1]; | |
- clink turn of suggestion
clink set autosuggest.hint false- jq delete field json
jq "map(del(.product_type, .created_at, .updated_at))" .\drizzle\dtemplate.json > .\drizzle\output.json
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
| /**************************************************************************** | |
| * Betterfox * | |
| * "Ad meliora" * | |
| * version: 106 * | |
| * url: https://github.com/yokoffing/Betterfox * | |
| * license: https://github.com/yokoffing/Betterfox/blob/master/LICENSE * | |
| * README: https://github.com/yokoffing/Betterfox/blob/master/README.md * | |
| ****************************************************************************/ | |
| /**************************************************************************** |
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
| db.log_pub_postback.aggregate( | |
| // Pipeline | |
| [ | |
| // Stage 1 | |
| { | |
| $match: { "refcode": "betelgues", "date_postback": NumberInt(170915), "response_code": NumberInt(200), "app_key": "detoxic-vn" } | |
| }, | |
| // Stage 2 | |
| { | |
| $group: { |
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
| { | |
| "id": "user_ref+links+time" | |
| "links": [ | |
| "https://lazada.vn", | |
| "https://detoxic.vn" | |
| ], | |
| "remind_period": long, | |
| "user_ref": string, | |
| "click_id": string, | |
| "subscription_time": timestamp |
NewerOlder

