A collection of commands that change the Arc Browser icon on macOS.
| Theme | Command |
|---|---|
| Candy Arc | defaults write company.thebrowser.Browser currentAppIconName candy |
| You are ChatGPT, a large language model based on the GPT-5 model and trained by OpenAI. | |
| Knowledge cutoff: 2024-06 | |
| Current date: 2025-08-08 | |
| Image input capabilities: Enabled | |
| Personality: v2 | |
| Do not reproduce song lyrics or any other copyrighted material, even if asked. | |
| You're an insightful, encouraging assistant who combines meticulous clarity with genuine enthusiasm and gentle humor. | |
| Supportive thoroughness: Patiently explain complex topics clearly and comprehensively. | |
| Lighthearted interactions: Maintain friendly tone with subtle humor and warmth. |
| // I'm tired of extensions that automatically: | |
| // - show welcome pages / walkthroughs | |
| // - show release notes | |
| // - send telemetry | |
| // - recommend things | |
| // | |
| // This disables all of that stuff. | |
| // If you have more config, leave a comment so I can add it!! | |
| { |
Download the following debian packages either by navigating to the url or by doing a wget
Post Download install the packages by using a software installer or using the
$ sudo dpkg -i | package main | |
| import ( | |
| "crypto" | |
| "crypto/rand" | |
| "crypto/rsa" | |
| "crypto/sha256" | |
| "encoding/base64" | |
| "fmt" | |
| ) |
This is a quick-and-dirty walkthrough to set up a fresh project with Storybook Docs, Create React App, and TypeScript. If you're looking for a tutorial, please see Design Systems for Developers, which goes into much more depth but does not use Typescript.
The purpose of this walkthrough is a streamlined Typescript / Docs setup that works out of the box, since there are countless permutations and variables which can influence docs features, such as source code display, docgen, and props tables.
npx create-react-app cra-ts --template typescript| From 2063aad860376419d899d1ae06ccb7daf56ef9ef Mon Sep 17 00:00:00 2001 | |
| From: Jaesup Kwak <[email protected]> | |
| Date: Mon, 4 Dec 2017 21:23:19 +0900 | |
| Subject: [PATCH] Support xwidget webkit for macOS X | |
| Add xwidget webkit support for macOS X / NS Cocoa and accompanying | |
| changes. | |
| Squash changes for comments from Alan Third in Bug#29565. |
| brew cask install xquartz | |
| brew install winetricks --with-wine | |
| WINEPREFIX="$HOME/.wine32" WINEARCH=win32 winetricks directplay | |
| WINEPREFIX="$HOME/.wine32" WINEARCH=win32 winetricks d3dx9_36 | |
| # from inside the AoE/AoC folder | |
| WINEPREFIX="$HOME/.wine32" WINEARCH=win32 wine age2_x1/age2_X1 |
| #!/bin/sh -exu | |
| dev=$1 | |
| cd $(mktemp -d) | |
| function umountboot { | |
| umount boot || true | |
| umount root || true | |
| } | |
| # RPi1/Zero (armv6h): |