This file contains 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
The message: I hope you do well in programming Frank! | |
Terminal Commands for Dummies | |
() = optional inclusion | |
ls (path) - list structure - shows what's in the current directory | |
cd (path) - change directory - switches to the specified directory | |
pwd - print working directory - shows the absolute path of the current directory | |
mkdir <directory name/path> - make directory - create a new directory |
This file contains 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
MangaLife: | |
- Kakegurui - Compulsive Gambler | |
- When I Rescued a Beautiful Girl Who Was About to Be Molested | |
- Mato Seihei no Slave | |
- Tales of Demons and Gods | |
- Houkago no Goumon Shoujo | |
- Henjo - Hen na Joshi Kousei Amaguri Chiko | |
- Flying Witch | |
- Saotome Shimai Wa Manga no Tame Nara!? | |
- Sorry For My Familiar |
This file contains 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
# Edit this configuration file to define what should be installed on | |
# your system. Help is available in the configuration.nix(5) man page | |
# and in the NixOS manual (accessible by running ‘nixos-help’). | |
{ config, pkgs, ... }: | |
{ | |
imports = | |
[ | |
(fetchTarball "https://github.com/msteen/nixos-vsliveshare/tarball/master") |
This file contains 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
MangaLife: | |
- I Would Die to Have Your First Time | |
- Mao | |
- Koi Shita no de, Haishin Shite Mita | |
- DEAD Tube | |
- Tokyo Revengers | |
- My Dress-Up Darling | |
- Tensei Pandemic | |
- Hoshino, Me o Tsubutte | |
- Witch Watch |
This file contains 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 SwiftUI | |
import Alamofire | |
import Combine | |
struct ContentView: View { | |
@StateObject var viewModel: ViewModel = ViewModel() | |
@State private var showAlert = false | |
@State private var downloadProgress: Double = 0.0 | |
var body: some View { |
This file contains 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
// Minimal find in page script to be run in the DOM | |
// Includes scrolling to a specific query, highlights, and removing said highlights | |
// Preserves event listeners and text casing | |
// (c) 2022, Brian Dashore. | |
// Utilizes webkit message handlers. A findMessageHandler has to be added to your WKWebView userContentController | |
// You can also return values from the function in swift evaluateJavaScript calls | |
let totalResultLength = 0 | |
let previousIndex = -1 |
This file contains 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
// Drop in paste replacement for WKWebView on MacCatalyst | |
// Includes cases where pasting occurs in the middle of the specified text and highlighted text | |
// Replicates native paste by moving the input textbox on text overflow | |
// (c) 2022, Brian Dashore. | |
// Make sure to have a device check for Mac if you're using MacCatalyst! | |
// iOS and iPadOS will have paste broken with this script! | |
const inputs = document.querySelectorAll("input[type=text]") | |
let alreadyPasted = false |
This file contains 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
// | |
// ContentView.swift | |
// TestingGround | |
// | |
// Created by Brian Dashore on 12/31/21. | |
// | |
import SwiftUI | |
import Introspect |
This file contains 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
<?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>INEnums</key> | |
<array/> | |
<key>INIntentDefinitionModelVersion</key> | |
<string>1.2</string> | |
<key>INIntentDefinitionNamespace</key> | |
<string>mL2S1L</string> |
This file contains 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
{ | |
"name": "kingbri's extensions", | |
"author": "kingbri", | |
"sources": [ | |
{ | |
"name": "AnimeTosho", | |
"version": "2", | |
"baseUrl": "https://animetosho.org", | |
"htmlParser": { | |
"searchUrl": "/search?q={query}", |
OlderNewer