Skip to content

Instantly share code, notes, and snippets.

@LT-SYAII
LT-SYAII / spotdl.js
Created November 12, 2025 02:50
Spotify downloader (spotdl.io)
import axios from "axios";
class Spotdl {
constructor(url) {
if (!url) throw new Error("Mana URL nya min");
this.url = url;
this.baseURL = "https://spotdl.io";
this.userAgent =
"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120 Safari/537.36";
}
@choco-bot
choco-bot / FilesSnapshot.xml
Created November 12, 2025 02:50
dotnetapidiff v1.0.0 - 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\dotnetapidiff\dotnet-api-diff-win-x64.zip.txt" checksum="E8A8A26794FC44A9D89699DD34353BBE" />
<file path="C:\ProgramData\chocolatey\lib\dotnetapidiff\dotnetapidiff.nupkg" checksum="398B38A42BDA9997FF784BA757F5DBA9" />
<file path="C:\ProgramData\chocolatey\lib\dotnetapidiff\dotnetapidiff.nuspec" checksum="4B2236CF1387D7F622C96F80ACCBE758" />
<file path="C:\ProgramData\chocolatey\lib\dotnetapidiff\tools\chocolateyinstall.ps1" checksum="608C41201D3ED012BFA654CD352B4980" />
<file path="C:\ProgramData\chocolatey\lib\dotnetapidiff\tools\chocolateyuninstall.ps1" checksum="BF8B4EEB3F028C2BB0D35A0D4DDCC7C6" />
<file path="C:\ProgramData\chocolatey\lib\dotnetapidiff\tools\dotnetapidiff.bat" checksum="A2F4402F479763BA9752C581ADFD965F" />
<file path="C:\ProgramData\chocolatey\lib\dot
@T29H
T29H / Connect_Database_to_IntelliJ_using_SSH.md
Created November 12, 2025 02:49
How to connect Database to IntelliJ using SSH

💻 Connecting Database to IntelliJ IDEA


Step 1: Configure the Database Connection

  1. Open Database view in IntelliJ (ViewTool WindowsDatabase).
  2. Click + → Data Source → MySQL (or your database type).
  3. Fill in the following connection details:
@choco-bot
choco-bot / FilesSnapshot.xml
Created November 12, 2025 02:49
mono3 v3.2.3.20150323 - 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\mono3\mono3.nupkg" checksum="15FC7FDCBFAC1646A36EF26C06E1C6D3" />
<file path="C:\ProgramData\chocolatey\lib\mono3\mono3.nuspec" checksum="EA34716C19A422A9D2385686F926E0F0" />
</files>
</fileSnapshot>
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Calculadora Grupo A</title>
<style>
body {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
margin: 20px;
@choco-bot
choco-bot / 1.RegistrySnapshot.xml
Created November 12, 2025 02:47
clipstudio-paint v4.0.2 - Failed - 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-1185950566-4219466620-2705552256-1000</user>
<keys>
<key installerType="Unknown" displayName="Microsoft Edge Update" displayVersion="1.3.177.11">
<RegistryView>Registry32</RegistryView>
<KeyPath>HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Microsoft Edge Update</KeyPath>
<DefaultValue />
<InstallLocation><![CDATA[]]></InstallLocation>
<UninstallString><![CDATA[]]></UninstallString>

Actividad: Decisiones y Ciclos en Python

Propósito: Aplicar estructuras condicionales (if, elif, else), operadores lógicos (and, or, not) y bucles while para resolver situaciones que requieren análisis y control del flujo de ejecución.

Cada punto debe resolverse de forma individual, con código claro, validación de entradas y sin ejemplos predefinidos.


P1. Etapa vital y formativa

@choco-bot
choco-bot / 1.RegistrySnapshot.xml
Created November 12, 2025 02:44
convertall v0.6.0 - 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-1705816965-1482948919-3372895262-1000</user>
<keys>
<key installerType="InnoSetup" displayName="ConvertAll version 0.6.0" displayVersion="0.6.0">
<RegistryView>Registry32</RegistryView>
<KeyPath>HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\ConvertAll_is1</KeyPath>
<DefaultValue />
<InstallLocation><![CDATA[C:\Program Files (x86)\ConvertAll\]]></InstallLocation>
<UninstallString><![CDATA["C:\Program Files (x86)\ConvertAll\unins000.exe" /SILENT]]></UninstallString>

nof1.ai Alpha Arena 提示词工程逆向分析

逆向工程说明: 本文档基于 nof1.ai Alpha Arena 的公开文档、交易行为模式、API 响应格式和社区讨论,系统性地逆向推导出其 System Prompt 和 User Prompt 的完整结构,欢迎各路大佬戳戳评论,一起来进行这个有趣的实验。

GitHub - nof0 Follow @wquguru

目录

#include "PainterEngine.h"
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <immintrin.h>
#define ALPHABET_SIZE 256
#define MAX_PATTERN_LEN 1024