| tags | title |
|---|---|
vscode, material,customize folder icons vscode material theme |
How to add custom folder icon in Material icons |
Discover gists
| "\033[0m" // Reset all text attributes to default | |
| "\033[1m" // Bold on | |
| "\033[2m" // Faint off | |
| "\033[3m" // Italic on | |
| "\033[4m" // Underline on | |
| "\033[5m" // Slow blink on | |
| "\033[6m" // Rapid blink on | |
| "\033[7m" // Reverse video on | |
| "\033[8m" // Conceal on | |
| "\033[9m" // Crossed-out on |
Модифікувати архітектуру раніше розробленого Web-додатка «Гостьова книга» таким чином, щоб вийшов односторінковий додаток (SPA). Необхідно застосовувати AJAX-запити до контролера та оновлювати єдину Web-сторінку додатка без перезавантаження.
DSA is no longer about solving random sheets or memorizing solutions. It’s about a clear, structured, and realistic approach from absolute beginner to interview-ready Candidate.
- How to start DSA from zero (even if you don’t know coding)
- When to focus on language basics vs DSA
- A 3-phase preparation strategy used by serious engineers
- Exact timelines for topics, patterns, and problem counts
- Why 300–400 problems ≠ success (and what actually matters)
| <?xml version="1.0" encoding="UTF-8"?> | |
| <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" | |
| "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
| <plist version="1.0"> | |
| <dict> | |
| <key>Label</key> | |
| <string>com.robbie.iogpu.wired_limit_mb</string> | |
| <key>ProgramArguments</key> | |
| <array> | |
| <string>/usr/sbin/sysctl</string> |
| #!/usr/bin/env bash | |
| # Default values for percentages | |
| DEFAULT_WIRED_LIMIT_PERCENT=85 | |
| DEFAULT_WIRED_LWM_PERCENT=75 | |
| # Read input parameters or use default values | |
| WIRED_LIMIT_PERCENT=${1:-$DEFAULT_WIRED_LIMIT_PERCENT} | |
| WIRED_LWM_PERCENT=${2:-$DEFAULT_WIRED_LWM_PERCENT} |
I've recently joined Amazon Dublin from India and got opportunities to interview with Meta London, Zalando Berlin & some other companies. I extensively researched about companies hiring internationally which support visa & relocation for Tech roles. So sharing list of companies:
Do consider to STAR, if it helped you.
London
| // convex/helpers.ts | |
| import { NoOp } from "convex-helpers/server/customFunctions"; | |
| import { | |
| zCustomAction, | |
| zCustomMutation, | |
| zCustomQuery, | |
| } from "convex-helpers/server/zod4"; | |
| import { components } from "./_generated/api"; | |
| import type { Id } from "./_generated/dataModel"; | |
| import { |
| #!/usr/bin/env bash | |
| # VMware Fusion Latest Version Downloader, Installer, and Updater | |
| # This script automatically finds, downloads, and optionally installs the highest version available | |
| # | |
| # Inspired by this gist: https://gist.github.com/jetfir3/6b28fd279bbcadbae70980bd711a844f | |
| # | |
| # Usage: $0 [-y] [-i] [-d] [-f] [-t <dmg_path>] | |
| # -y: Skip download confirmation prompt | |
| # -i: Automatically install after download (implies -y) |
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:
