Discover gists
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
// Save this as a bookmark in your browser for the next time you want to fill in the page form! | |
javascript:(function() { | |
const fillValues = { | |
// Paste the object in here from the previous command | |
} | |
function fillField(element, value) { | |
if (!element) return; | |
// Handle different input types |
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
# Setup Script Documentation | |
## Overview | |
The setup script provides an interactive menu-driven interface for managing various development environment tasks. It organizes commands into logical groups and allows both individual and batch execution of setup tasks. | |
## Directory Structure | |
``` | |
/setup/ | |
├── setup.ps1 # Main script | |
├── DatabaseManagement.ps1 # Database management functions |
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"?> | |
<registrySnapshot xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | |
<user>S-1-5-21-3145728412-1752322905-909997274-1000</user> | |
<keys> | |
<key installerType="Custom" displayName="Blitz" displayVersion="2.1.259"> | |
<RegistryView>Registry64</RegistryView> | |
<KeyPath>HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\153f8ce0-b97a-575b-ba12-4ff8b1481894</KeyPath> | |
<DefaultValue /> | |
<InstallLocation><![CDATA[]]></InstallLocation> | |
<UninstallString><![CDATA["C:\Users\vagrant\AppData\Local\Programs\Blitz\Uninstall Blitz.exe" /currentuser /S]]></UninstallString> |
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
const fs = require("fs"); | |
const config = require("../Configurations.js"); | |
const eco = require("discord-mongoose-economy"); | |
const ty = eco.connect(config.mongodb); | |
const { userData } = require("../System/MongoDB/MongoDb_Schema.js"); | |
let mergedCommands = [ | |
"bank", | |
"capacity", | |
"daily", | |
"deposit", |
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
# Generate SSH key pair | |
mkdir "$env:USERPROFILE\.ssh" -Force | |
ssh-keygen -f "$env:USERPROFILE\.ssh\khushi" | |
# Read SSH public key | |
Get-Content "$env:USERPROFILE\.ssh\khushi.pub" | |
# Start SSH agent | |
Set-Service -Name ssh-agent -StartupType Automatic | |
Start-Service ssh-agent |
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
namespace Lesson; | |
internal class Program | |
{ | |
static void Main(string[] args) | |
{ | |
int number; | |
int degree = 0; | |
int outputNumber = 1; | |
Random random = new Random(); |
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
WARNING: Argument 'tsk' is not used in function-like macro | |
#75: FILE: arch/riscv/include/asm/usercfi.h:33: | |
+#define shstk_alloc_thread_stack(tsk, args) 0 | |
WARNING: Argument 'args' is not used in function-like macro | |
#75: FILE: arch/riscv/include/asm/usercfi.h:33: | |
+#define shstk_alloc_thread_stack(tsk, args) 0 | |
WARNING: Argument 'tsk' is not used in function-like macro | |
#77: FILE: arch/riscv/include/asm/usercfi.h:35: |
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
><%Download Lightmap HDR Light Studio PRO |
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
require "fiddle" | |
require "ffi" | |
require "jit_buffer" | |
require "hacks" | |
require "aarch64" | |
require "benchmark/ips" | |
module FJIT | |
C = RubyVM::RJIT.const_get(:C) | |
include AArch64::Registers |
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"?> | |
<registrySnapshot xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | |
<user>S-1-5-21-3145728412-1752322905-909997274-1000</user> | |
<keys> | |
<key installerType="Msi" displayName="Go Programming Language amd64 go1.24.0" displayVersion="1.24.0"> | |
<RegistryView>Registry64</RegistryView> | |
<KeyPath>HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{CCE8FA1A-A0F5-499B-8BCD-279CB5A0786A}</KeyPath> | |
<DefaultValue /> | |
<InstallLocation><![CDATA[]]></InstallLocation> | |
<UninstallString><![CDATA[MsiExec.exe /X{CCE8FA1A-A0F5-499B-8BCD-279CB5A0786A}]]></UninstallString> |