- Go to: https://accounts.hetzner.com/login
- Create account or login
- Click menu → Choose Console
- Click on Servers in left menu
- Click Add Server
- Choose:
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
| CREATE TABLE `users` ( | |
| `user_id` int(11) NOT NULL AUTO_INCREMENT, | |
| `email` varchar(100) NOT NULL, | |
| PRIMARY KEY (`user_id`) | |
| ); | |
| insert into `users` (user_id, email) | |
| values (1, '***@yahoo.com'), | |
| (2, '***@yahoo.com'), | |
| (3, '***@yahoo.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
| // Controller method... | |
| public function download() | |
| { | |
| return response()->streamDownload(function () use ($invoice) { | |
| $token = config('services.cloudflare.api_token'); | |
| $accountId = config('services.cloudflare.account_id'); | |
| $cloudflareApi = 'https://api.cloudflare.com/client/v4'; | |
| echo Http::withToken($token) | |
| ->post($cloudflareApi.'/accounts/'.$accountId.'/browser-rendering/pdf', [ |
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
| ╭─── Claude Code v2.1.12 ──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮ | |
| │ │ Tips for getting started │ | |
| │ Welcome back Jonny! │ Run /init to create a CLAUDE.md file with instructions for Claude │ | |
| │ │ │ | |
| │ │ ───────────────────────────────────────────────────────────────── │ | |
| │ ▐▛███▜▌ │ Recent activity |
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
| import { TextInput } from 'react-native'; | |
| import Animated, { | |
| useAnimatedRef, | |
| useHandler, | |
| dispatchCommand, | |
| useEvent, | |
| } from 'react-native-reanimated'; | |
| const AnimatedTextInput = Animated.createAnimatedComponent(TextInput); |
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
| import requests | |
| import json | |
| # Doc site: https://plugins-doc.logseq.com/ . | |
| # This list is auto-generated from https://github.com/logseq/plugins/tree/master/docs . | |
| apis = [ | |
| 'logseq.settings', | |
| 'logseq.updateSettings', | |
| 'logseq.once', | |
| 'logseq.toggleMainUI', |
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
| function FindProxyForURL(url, host) { | |
| var PROXY = "SOCKS5 10.1.2.79:8600; DIRECT;"; | |
| var DIRECT = "DIRECT"; | |
| var list = [ | |
| '*t.co*', | |
| '*twitter.com*', | |
| '*twimg.com*', | |
| '*tinypic.com*', | |
| '*twitpic.com*', |
| name | description |
|---|---|
orchestrating-swarms |
Master multi-agent orchestration using Claude Code's TeammateTool and Task system. Use when coordinating multiple agents, running parallel code reviews, creating pipeline workflows with dependencies, building self-organizing task queues, or any task benefiting from divide-and-conquer patterns. |
Master multi-agent orchestration using Claude Code's TeammateTool and Task system.
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
| h scroll left | |
| j scroll down | |
| k scroll up | |
| l scroll right | |
| gg scroll to top of the page | |
| G scroll to bottom of the page | |
| f activate link hints mode to open in current tab | |
| F activate link hints mode to open in new tab | |
| r reload |
- 0/44 Skill Badges Completed, 44 Skill Badges to go!
- 0/182 Labs Completed, 182 Labs to go! (19 Days)
- The Arcade Trivia September 2024 Labs are considered in the sorting.
- Skill Badges with the least amout of labs to complete are sorted first.
- Updated: 2024/9/5
Skill Badge 1: Analyze BigQuery Data in Connected Sheets - 2 hours 45 minutes
NewerOlder