Windows XP keygenWindows XP Keygen! FAQ What does it do? This program allows you to generate endless Windows XP keys. You also can use it to check your already existing keys. How does it work? This program is based on this paper Basically, it uses a cracked private key from Microsoft to sign some stuff encoded in the 25-digit product key. It also does this process in reverse to check for the validation of the keys. How do I use it? It all comes down to four simple steps: 1. Use this progr…
Gorilla: An API store for LLMsGorilla: Large Language Model Connected with Massive APIs By Shishir G. Patil, Tianjun Zhang, Xin Wang, and Joseph E. Gonzalez (Project Website) 🗞️ Checkout our paper! 👋 Join our Discord! 🚀 Try Gorilla in 60s Gorilla enables LLMs to use tools by invoking APIs. Given a natural language query, Gorilla comes up with the semantically- and syntactically- correct API to invoke. With Gorilla, we are the first to demonstrate how to use LLMs to invoke 1,600+ (and growi…
带有用户管理和后台管理系统的 ChatGPT WebUI ⚠️ 本项目为 lmobest 的开源版本,目前并没有发布正式版 用户层的逻辑已经实现完毕,管理页面(后台)仍在开发中。 可以关注频道获取最新消息。 ChatGPT Admin Web 简体中文 / English apps/chat 基于 ChatGPT-Next-Web 二次开发 带有用户管理和后台面板的 ChatGPT 网页应用 📚 部署文档 🎦 演示站点 💬 反馈 🌐 群组 & 频道 ChatGPT Admin Web 🤩 开发计划 🚀 技术栈 Tech Stack 仓库 Repository 这是一个 monorepo 仓库,由以下部分组成: Package Package Description Package …
Sample code and notebooks for Generative AI on Google CloudGenerative AI Welcome to the Google Cloud Generative AI repository. This repository contains notebooks and content that demonstrate how to use, develop and manage generative AI workflows using Generative AI, powered by Vertex AI on Google Cloud. Folder structure generative-ai/ ├── language/ | └── examples/ | ├── prompt-design/ - examples for prompts | └── tuning/ - examples of tuning models └── setu…
AllForOne - Nuclei Template Collector 👤 Welcome to the "AllForOne" repository! 🚀 This repository contains a Python script that allows bug bounty hunters and security researchers to collect all Nuclei YAML templates from various public repositories, helping to streamline the process of downloading multiple templates using just a single repository. How it Works ⚙️ The script leverages the GitHub repositories which containing Nuclei Templates. It will clones them to your local machine, and…
🍦VanJS: World's smallest reactive UI framework🍦 VanJS: The Smallest Reactive UI Framework in the World VanJS (abbr. Vanilla JavaScript) is an ultra-lightweight, zero-dependency and unopinionated Reactive UI framework based on pure vanilla JavaScript and DOM. Programming with VanJS feels a lot like React. Check-out the Hello World code below: // Reusable components can be just pure vanilla JavaScript functions. // Here we capitalize the first letter to follow React conventions. const Hello = () …
A C Compiler that fits in the 512 byte boot sector of an x86 machineSectorC SectorC is a C compiler written in x86-16 assembly that fits within the 512 byte boot sector of an x86 machine. It supports a subset of C that is large enough to write real and interesting programs. It is quite likely the smallest C compiler ever written. In a base64 encoding, it looks like this: 6gUAwAdoADAfaAAgBzH/6DABPfQYdQXoJQHr8+gjAVOJP+gSALDDqluB+9lQdeAG/zdoAEAfy+gI AegFAYnYg/hNdFuE9nQNsOiqiwcp+IPoAqvr4j3/FXUG6OUA…
TypeScript for Tiny IoT DevicesDeviceScript TypeScript for Tiny IoT Devices. DeviceScript brings a professional TypeScript developer experience to low-resource microcontroller-based devices. DeviceScript is compiled to a custom VM bytecode, which can run in very constrained environments. Read the documentation ** Technical Preview - Join the discussions to provide feedback. ** blinky.mp4 Contributing Contributions are welcome! See contributing page. Tradem…
Degens Interpreter Competition (DIC) Based on the awesome book "Writing An Interpreter In Go" by Thorsten Ball Use the code THEPRIMEAGEN for 30% off Contributing Remember: first come, first serve. If there exists an implementation in your language of choice, contribute to it! If not, start by copying LANG_TEMPLATE folder: cp -r .github/LANG_TEMPLATE/ <your_folder_name> It comes with: ├── .gitignore # ignores all editor-specific or os-specific files, add additional stuff …