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
/* Mongoose Model Schema Template */ | |
import mongoose, {Schema} from "mongoose"; | |
const userSchema = new Schema({}) | |
export const User = mongoose.model("User", userSchema) |
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
&^YouTube Video Downloader Pro 6.11.8 на русском + crack |
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
window.addEventListener("load", solve); | |
function solve() { | |
let activityType = document.getElementById("type"); | |
let intensityType = document.getElementById("intensity"); | |
let caloriesBurner = document.getElementById("calories"); | |
let durationMin = document.getElementById("duration"); | |
let dateElement = document.getElementById("date"); | |
let addActitityBtn = document.getElementById("add-activity"); | |
let ulListElement = document.getElementById("preview-activity"); |
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
College of Nursing Sciences, Kafanchan, Kaduna State. 2025/2026 {O8125777035} Admission Form Is STILL ON SALE.. Call DR.MRS ALICE OGUNSOLA on {O8125777035}.The Management of the school hereby inform the general public of the sales of the general Nursing Admission form into the School of Nursing, Also midwifery, post-basic midwifery form, post-basic nursing form and internship form are still on sale for more information on purchase of the form and admission assistance call Admin Officer{O8125777035} |
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
x = [1] | |
a = [a for a in x] | |
print("eager", a) # eager [1] | |
x = [2] | |
print("eager", a) # eager [1] | |
x = [1] | |
def f(): | |
return list(x) | |
print("lazy", f()) # lazy [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
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> |