Digger is an open source alternative to Terraform Cloud & Terraform Enterprise. Digger allows you to run Terraform plan/apply in your existing CI pipeline ⚡️ Slack | Schedule a call | Docs | Demo Video CI/CD for Terraform is tricky. To make life easier, specialised CI systems aka TACOS exist - Terraform Cloud, Spacelift, Atlantis, etc. But why have 2 CI systems? Why not reuse the async jobs infrastructure with compute, orchestration, logs, etc of your existing CI? Digger runs terrafo…
LongLLaMA is a large language model capable of handling long contexts. It is based on OpenLLaMA and fine-tuned with the Focused Transformer (FoT) method. LongLLaMA: Focused Transformer Training for Context Scaling TLDR | Overview | Usage | LongLLaMA performance | Authors | Citation | License | Acknowledgments TLDR This repository contains the research preview of LongLLaMA, a large language model capable of handling long contexts of 256k tokens or even more. LongLLaMA is built upon the foun…
Implementation of plug in and play Attention from "LongNet: Scaling Transformers to 1,000,000,000 Tokens"Agora This implementation of LongNet is brought to you by Agora, we're an all-new open source AI research organization with 1,500+ AI researchers all striving to advance Humanity! Join us and help contribute to LongNet and or recieve FAST support in the Agora discord! LongNet: Scaling Transformers to 1,000,000,000 Tokens This is an open source implementation for the paper LongNet: Scali…
Unofficial and reverse-engineered Threads (threads.net) Python API wrapper. Supports read and write capabilities. Unofficial and reverse-engineered Threads (threads.net) Python API wrapper. Supports read and write capabilities. Table of content: Disclaimer Roadmap Getting started How to install Examples API Troubleshooting User Identifier Two-Factor Authentication (2FA) Terminology Initialization Public User Get Identifier Get By Identifier Get Threads Get Replies Thread Get …
A Nintendo 3DS Emulator Citra Citra is the world's most popular, open-source, Nintendo 3DS emulator. It is written in C++ with portability in mind and builds are actively maintained for Windows, Linux, Android and macOS. Compatibility | Releases | Development | Building | Support | License Compatibility The emulator is capable of running most commercial games at full speed, provided you meet the necessary hardware requir…
Open Source Remote Using ESP32 and LVGLOMOTE - Open Universal Remote OMOTE is an ESP32 based open source universal remote. Its capacitive 2.8” touchscreen provides an intuitive and snappy user interface for switching devices and settings. No hub or docking station is required as the remote features infrared, Wi-Fi and Bluetooth connectivity. With its well optimized power consumption, OMOTE can run for months on a charge. And since the design files are open source, you can fully customize them t…
🌩「自选优选 IP」测试 Cloudflare CDN 延迟和速度,获取最快 IP !当然也支持其他 CDN / 网站 IP ~XIU2/CloudflareSpeedTest 国外很多网站都在使用 Cloudflare CDN,但分配给中国内地访客的 IP 并不友好(延迟高、丢包多、速度慢)。 虽然 Cloudflare 公开了所有 IP 段 ,但想要在这么多 IP 中找到适合自己的,怕是要累死,于是就有了这个软件。 「自选优选 IP」测试 Cloudflare CDN 延迟和速度,获取最快 IP (IPv4+IPv6)!好用的话点个⭐鼓励一下叭~ 分享我其他开源项目:TrackersList.com - 全网热门 BT Tracker 列表!有效提高 BT 下载速度~ UserScript - 🐵 Github 高速下载、知乎增强、自动无缝翻页、护眼模式 等十几个油猴脚本~ SNIProxy - 🧷 自用的简单 SNI Proxy(支持全平台、全系统、前置代理、配置简单等~ 本项目也支持对其他 CDN / 网站 IP 延迟测速(如:CloudFront、Gc…
Intermediate Graphics Library (IGL) is a cross-platform library that commands the GPU. It provides a single low-level cross-platform interface on top of various graphics APIs (e.g. OpenGL, Metal and Vulkan). Intermediate Graphics Library (IGL) is a cross-platform library that commands the GPU. It encapsulates common GPU functionality with a low-level cross-platform interface. IGL is designed to support multiple backends implemented on top of various graphics APIs (e.g. Op…
Unofficial, Reverse-Engineered Node.js/TypeScript client for Meta's Threads. Supports Read and Write. Web UI Included. Threads API Unofficial, Reverse-Engineered Node.js/TypeScript client for Meta's Threads. threads-api in Action 🚀 Usage (Read) import { ThreadsAPI } from 'threads-api'; // or in Deno 🦖: // import ThreadsAPI from "npm:threads-api"; const main = async () => { const threadsAPI = new ThreadsAPI(); const username = '_junhoyeo'; // …