Skip to content

Instantly share code, notes, and snippets.

@vishalbelsare
vishalbelsare / chatgpt.py
Created February 6, 2025 22:34 — forked from dyllanwli/chatgpt.py
Chatgpt commodity trading based on TQSDK
from datetime import date, datetime
from contextlib import closing
import openai
import time
import math
import typing
import numpy as np
import pandas as pd
from tqsdk import tafunc, TqAuth, TqApi, TqSim, TqBacktest, TqAccount, TargetPosTask, BacktestFinished
@HugsLibRecordKeeper
HugsLibRecordKeeper / output_log.txt
Created February 6, 2025 22:34
Rimworld output log published using HugsLib
Log uploaded on Thursday, February 6, 2025, 5:34:24 PM
Loaded mods:
Harmony(brrainz.harmony)[mv:2.3.1.0]: 0Harmony(2.3.3), HarmonyMod(2.3.1)
Auto Mod Config(Garethp.ModlistConfigurator)[mv:1.0.0]: ModlistConfigurator(0.0.0)
BetterLoading(me.samboycoding.betterloading.dev)[mv:3.5.0.0]: BetterLoading(2.3.0), Tomlet(3.1.3)
Core(Ludeon.RimWorld): (no assemblies)
Better Log - Fix your errors(bs.betterlog): 0PrepatcherAPI(1.2.0), 1Fishery(0.5.1.2), BetterLog(1.1.0), System.Runtime.CompilerServices.Unsafe(av:6.0.0,fv:6.0.21.52210)
Royalty(Ludeon.RimWorld.Royalty): (no assemblies)
Ideology(Ludeon.RimWorld.Ideology): (no assemblies)
Biotech(Ludeon.RimWorld.Biotech): (no assemblies)
FROM amd64/alpine:3.21.2 AS base
# Debug: Print working directory
RUN echo "Current working directory: $(pwd)"
# Copy the pre-built Node.js binary distribution
COPY ./docker/sources/node/binary/node-v14.4.0-linux-x64-musl /opt/nodejs
# Debug: List files in /opt/nodejs
RUN echo "Listing files in /opt/nodejs:" && ls -l /opt/nodejs/bin
@mininao
mininao / LICENSE
Created February 6, 2025 22:32
Figma Variables Pro export to tailwind / shadcn css and config. Dirty code, might need tweaking
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
Version 2, December 2004
Copyright (C) 2004 Sam Hocevar <sam@hocevar.net>
Everyone is permitted to copy and distribute verbatim or modified
copies of this license document, and changing it is allowed as long
as the name is changed.
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
@choco-bot
choco-bot / FilesSnapshot.xml
Created February 6, 2025 22:31
manga-py v1.33.3 - Passed - 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\manga-py\manga-py.nupkg" checksum="089744FC237BFBB7FE5D3469CDD2B940" />
<file path="C:\ProgramData\chocolatey\lib\manga-py\manga-py.nuspec" checksum="29E5B48699C36AF4A19A9ED991EE8E16" />
<file path="C:\ProgramData\chocolatey\lib\manga-py\manga_py-1.33.3-win-x64.zip.txt" checksum="F88814B2CE7D3D5155090D757DCB4E80" />
<file path="C:\ProgramData\chocolatey\lib\manga-py\legal\LICENSE.txt" checksum="60956D75FA94D1849719ED46C7723402" />
<file path="C:\ProgramData\chocolatey\lib\manga-py\legal\VERIFICATION.txt" checksum="8DF8A69742372ED193C257BD948864D8" />
<file path="C:\ProgramData\chocolatey\lib\manga-py\tools\chocolateyinstall.ps1" checksum="73FB6F4FEC840A53C5E9092CB191CB64" />
<file path="C:\ProgramData\chocolatey\lib\manga-py\tools\LICENSE" checksum="60956D75FA94D1849719ED
@prestamoores
prestamoores / index.html
Created February 6, 2025 22:30
prestamos
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Gestión de Préstamos</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css">
<style>
* {
margin: 0;
@choco-bot
choco-bot / 1.RegistrySnapshot.xml
Created February 6, 2025 22:29
windows-cryptographic-provider-development-kit v10.1.19041.953 - Passed - Package Tests Results
<?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-1596741959-743918983-2523237570-1000</user>
<keys>
<key installerType="Msi" displayName="Kits Configuration Installer" displayVersion="10.1.19041.953">
<RegistryView>Registry32</RegistryView>
<KeyPath>HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{14282545-8C9F-8697-C95C-CF8DD51FE572}</KeyPath>
<DefaultValue />
<InstallLocation><![CDATA[]]></InstallLocation>
<UninstallString><![CDATA[MsiExec.exe /I{14282545-8C9F-8697-C95C-CF8DD51FE572}]]></UninstallString>
description: null
devices:
adjust_period: 10
capture:
channels: 2
device: BlackHole 2ch
format: FLOAT32LE
type: CoreAudio
capture_samplerate: 96000
chunksize: 4096
This file has been truncated, but you can view the full file.
function Invoke-Mimikatz
{
<#
.SYNOPSIS
This script leverages Mimikatz 2.0 and Invoke-ReflectivePEInjection to reflectively load Mimikatz completely in memory. This allows you to do things such as
dump credentials without ever writing the mimikatz binary to disk.
The script has a ComputerName parameter which allows it to be executed against multiple computers.