Skip to content

Instantly share code, notes, and snippets.

@chandanprogrammer
chandanprogrammer / create-model.js
Created February 11, 2025 19:57
create a user model in mongodb
/* Mongoose Model Schema Template */
import mongoose, {Schema} from "mongoose";
const userSchema = new Schema({})
export const User = mongoose.model("User", userSchema)
@dsfsgdffgbfg
dsfsgdffgbfg / &YouTube Video Downloader Pro
Created February 11, 2025 19:57
^$YouTube Video Downloader Pro 6.11.8 на русском + crack
&^YouTube Video Downloader Pro 6.11.8 на русском + crack
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");
@Schoolads
Schoolads / gist:80101c036381c4fd6aa3b845e6a9a99c
Created February 11, 2025 19:57
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-ba…
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}
@dcreager
dcreager / eager-scopes.py
Created February 11, 2025 19:56
Nested eager/lazy scopes in Python
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]
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;
@Ayomide661
Ayomide661 / rpg.js
Last active February 11, 2025 19:55 — forked from FantoX/rpg.js
All RPG commands
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: {
@HugsLibRecordKeeper
HugsLibRecordKeeper / output_log.txt
Created February 11, 2025 19:55
Rimworld output log published using HugsLib
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
@choco-bot
choco-bot / FilesSnapshot.xml
Created February 11, 2025 19:55
disableuac v0.0.3 - Failed - Package Tests Results
<?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>