Category : github

github
google / benchmark

A microbenchmark support libraryBenchmark A library to benchmark code snippets, similar to unit tests. Example: #include <benchmark/benchmark.h> static void BM_SomeFunction(benchmark::State& state) { // Perform setup here for (auto _ : state) { // This code gets timed SomeFunction(); } } // Register the function as a benchmark BENCHMARK(BM_SomeFunction); // Run the benchmark BENCHMARK_MAIN(); Getting Started To get started, see Requirements and Installation. See U…

  • воскресенье, 4 августа 2024 г. в 00:00:04
github
xvzc / SpoofDPI

A simple and fast anti-censorship tool written in Go⭐PRs or any form of contribution will be appreciated⭐ SpoofDPI Read in other Languages: 🇬🇧English, 🇰🇷한국어, 🇨🇳简体中文, 🇷🇺Русский A simple and fast software designed to bypass Deep Packet Inspection Installation Binary SpoofDPI will be installed in ~/.spoof-dpi/bin. To run SpoofDPI in any directory, add the line below to your ~/.bashrc || ~/.zshrc || ... export PATH=$PATH:~/.spoof-dpi/bin # OSX curl -fsSL https://raw.githubusercontent.com/xvzc/Sp…

  • воскресенье, 4 августа 2024 г. в 00:00:02
github
asg017 / sqlite-vec

Work-in-progress vector search SQLite extension that runs anywhere.sqlite-vec An extremely small, "fast enough" vector search SQLite extension that runs anywhere! A successor to sqlite-vss Importantsqlite-vec is a pre-v1, so expect breaking changes! Store and query float, int8, and binary vectors in vec0 virtual tables Written in pure C, no dependencies, runs anywhere SQLite runs (Linux/MacOS/Windows, in the browser with WASM, Raspberry Pis, etc.) Pre-filter vectors with rowid IN (…

  • воскресенье, 4 августа 2024 г. в 00:00:01
github
teaxyz / white-paper

how will the protocol work?tea white-paper 2.1.0 The tea white paper is a semantically versioned, Markdown document. New releases are deployed to Gitbook. Contributing If you have general feedback, please open a discussion thread.

  • суббота, 3 августа 2024 г. в 00:00:03
github
pytorch / torchchat

Run PyTorch LLMs locally on servers, desktop and mobileChat with LLMs Everywhere torchchat is a small codebase showcasing the ability to run large language models (LLMs) seamlessly. With torchchat, you can run LLMs using Python, within your own (C/C++) application (desktop or server) and on iOS and Android. What can you do with torchchat? Run models via PyTorch / Python Chat Generate Run chat in the Browser Run models on desktop/server without python Use AOT Inductor for faster execution R…

  • суббота, 3 августа 2024 г. в 00:00:01
github
RSSNext / follow

🧡 Next generation information browser Follow Next generation information browser Roadmap: https://github.com/orgs/RSSNext/projects/1/views/1 License Follow Desktop is licensed under the GNU General Public License version 3 with the addition of the following special exception: All content in the icons/mgc directory is copyrighted by https://mgc.mingcute.com/ and cannot be redistributed.

  • пятница, 2 августа 2024 г. в 00:00:04
github
PixarAnimationStudios / OpenUSD

Universal Scene DescriptionUniversal Scene Description Universal Scene Description (USD) is an efficient, scalable system for authoring, reading, and streaming time-sampled scene description for interchange between graphics applications. For more details, please visit the web site here. Build Status Linux Windows macOS dev release Additional Documentation User Documentation and Tutorials API Documentation Advanced Build Configuration Getting Help Need help understanding cer…

  • пятница, 2 августа 2024 г. в 00:00:02
github
bol-van / zapret

DPI bypass multi platform

  • пятница, 2 августа 2024 г. в 00:00:01
github
alexta69 / metube

Self-hosted YouTube downloader (web UI for youtube-dl / yt-dlp)MeTube NOTE: 32-bit ARM builds have been retired (a full year after other major players), as new Node versions don't support them, and continued security updates and dependencies require new Node versions. Please migrate to a 64-bit OS to continue receiving MeTube upgrades. Web GUI for youtube-dl (using the yt-dlp fork) with playlist support. Allows you to download videos from YouTube and dozens of other sites. Run using D…

  • четверг, 1 августа 2024 г. в 00:00:03