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
namespace Lesson; | |
internal class Program | |
{ | |
static void Main(string[] args) | |
{ | |
Random random = new Random(); | |
int divisor = random.Next(10, 26); | |
int lowerBound = 50; | |
int upperBound = 150; |
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
test |
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 mongoose = require("mongoose"); | |
const eco = require("discord-mongoose-economy"); | |
const config = require("../Configurations.js"); | |
const ty = eco.connect(config.mongodb); // You can use a seperate mongodb database for RPG | |
const playerSchema = new mongoose.Schema({ | |
id: { type: String, unique: true, required: true }, | |
name: { type: String }, | |
inventory: { |
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
Log uploaded on Tuesday, February 11, 2025, 1:55:30 PM | |
Loaded mods: | |
Harmony(brrainz.harmony)[mv:2.3.1.0]: 0Harmony(2.3.3), HarmonyMod(2.3.1) | |
Archotech Expanded(Teok25.ArchotechExpanded): ArchotechExpandedProsthetics(1.0.0) | |
EdB Prepare Carefully(EdB.PrepareCarefully)[mv:1.5.12]: EdBPrepareCarefully(av:1.1.1,fv:1.5.12) | |
Core(Ludeon.RimWorld): (no assemblies) | |
HugsLib(UnlimitedHugs.HugsLib)[ov:11.0.4]: 0Harmony(av:2.3.3,fv:1.2.0.1), HugsLib(av:1.0.0,fv:11.0.4) | |
Active Harmony patches: | |
DebugWindowsOpener.DrawButtons: TRANS: HugsLib.Patches.DebugWindowsOpener_Patch.DrawAdditionalButtons |
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"?> | |
<fileSnapshot xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | |
<files> | |
<file path="C:\ProgramData\chocolatey\lib\disableuac\disableuac.nupkg" checksum="7D305CEA0F163A180A4A25F926352291" /> | |
<file path="C:\ProgramData\chocolatey\lib\disableuac\disableuac.nuspec" checksum="2FF9B38306E51A02F7CDEE4B7F144561" /> | |
<file path="C:\ProgramData\chocolatey\lib\disableuac\tools\chocolateyInstall.ps1" checksum="B7CA54FE403D59EA7F1083D370E71B84" /> | |
</files> | |
</fileSnapshot> |
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 { createOpenAI } from '@ai-sdk/openai' | |
import { generateText } from 'ai' | |
import type { NextRequest } from 'next/server' | |
import { validateRequest } from '@/lib/lucia' | |
// export const dynamic = 'force-dynamic' | |
// export const maxDuration = 60 | |
// export const runtime = 'edge' | |
export async function POST(req: NextRequest) { |
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" ?> | |
<rss version="2.0"> | |
<channel> | |
<title>lovable.dev</title> | |
<link>https://lovable.dev/blog</link> | |
<description>RSS feed generated for lovable.dev</description> | |
<language>en-us</language> | |
<lastBuildDate>Tue, 11 Feb 2025 19:53:31 GMT</lastBuildDate> | |
<item> |
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> |