Category : github

github
Anil-matcha / Awesome-GPT-Store

A collection of major GPTS available in publicAwesome GPT Store A curated list of specialized GPT chatbots designed to assist you in a variety of tasks, from technical questions to creative endeavors Table of Contents Technical Assistance Writing and Content Creation Coding and Development Entertainment and Fun Education and Learning Fitness and Health Miscellaneous Technical Assistance AbletonGPT - Balances professional-casual tone, offers brief but detailed Ableton advice. Audiophile Assis…

  • вторник, 14 ноября 2023 г. в 00:00:13
github
fr0gger / Awesome-GPT-Agents

A curated list of GPT agents for cybersecurity😎 Awesome GPTs (Agents) for Cybersecurity The "Awesome GPTs (Agents) Repo" represents an initial effort to compile a comprehensive list of GPT agents focused on cybersecurity (offensive and defensive), created by the community. Please note, this repository is a community-driven project and may not list all existing GPT agents in cybersecurity. Contributions are welcome – feel free to add your own creations! Disclaimer: U…

  • вторник, 14 ноября 2023 г. в 00:00:10
github
hiteshchoudhary / chai-backend

A video series on chai aur code youtube channelchai aur backend series This is a video series on backend with javascript Model link

  • понедельник, 13 ноября 2023 г. в 00:00:07
github
netease-youdao / EmotiVoice

EmotiVoice 😊: a Multi-Voice and Prompt-Controlled TTS Engine README: EN | 中文 EmotiVoice 😊: a Multi-Voice and Prompt-Controlled TTS Engine                EmotiVoice is a powerful and modern open-source text-to-speech engine. EmotiVoice speaks both English and Chinese, and with over 2000 different voices. The most prominent feature is emotional synthesis, allowing you to create speech with a wide range of emotions, including happy, excited, sad, angry and oth…

  • понедельник, 13 ноября 2023 г. в 00:00:06
github
Melkeydev / go-blueprint

Go-blueprint allows users to spin up a quick Go project using a popular framework ____ _ _ _ | _ \| | (_) | | | |_) | |_ _ ___ _ __ _ __ _ _ __ | |_ | _ <| | | | |/ _ \ '_ \| '__| | '_ \| __| | |_) | | |_| | __/ |_) | | | | | | | |_ |____/|_|\__,_|\___| .__/|_| |_|_| |_|\__| | | |_| 🚀 Introducing the Ultimate Golang Blueprint Library 🚀 Go Blueprint is a CLI tool that allows user…

  • понедельник, 13 ноября 2023 г. в 00:00:05
github
lapce / floem

A native Rust UI library with fine-grained reactivity Floem A native Rust UI library with fine-grained reactivity It's still early days so expect lots of things missing! fn app_view() -> impl View { // create a counter reactive signal with initial value 0 let (counter, set_counter) = create_signal(0); // create user interface with Floem view functions stack(( label(move || format!("Value: {}", counter.get())), stack(( text("Increm…

  • воскресенье, 12 ноября 2023 г. в 00:00:11
github
githubnext / monaspace

An innovative superfamily of fonts for codeMonaspace The Monaspace type system is a monospaced type superfamily with some modern tricks up its sleeve. It consists of five variable axis typefaces. Each one has a distinct voice, but they are all metrics-compatible with one another, allowing you to mix and match them for a more expressive typographical palette. Letters on a grid is how we see our code. Why not make those letters better? ✨ An exploration from GitHub Next. ✨ See the full story of Mo…

  • воскресенье, 12 ноября 2023 г. в 00:00:03
github
ishan0102 / vimGPT

Browse the web with GPT-4V and VimiumvimGPT Giving multimodal models an interface to play with. vimgpt.mov Overview LLMs as a way to browse the web is being explored by numerous startups and open-source projects. With this project, I was interested in seeing if we could only use GPT-4V's vision capabilities for web browsing. The issue with this is it's hard to determine what the model wants to click on without giving it the browser DOM as text. Vimiu…

  • воскресенье, 12 ноября 2023 г. в 00:00:01
github
uber-go / goleak

Goroutine leak detectorgoleak Goroutine leak detector to help avoid Goroutine leaks. Installation You can use go get to get the latest version: go get -u go.uber.org/goleak goleak also supports semver releases. Note that go-leak only supports the two most recent minor versions of Go. Quick Start To verify that there are no unexpected goroutines running at the end of a test: func TestA(t *testing.T) { defer goleak.VerifyNone(t) // test logic here. } Instead of checking for leaks at the end…

  • суббота, 11 ноября 2023 г. в 00:00:15