Category : github

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
github
KanatnikovMax / znanie-drevnix

Великий язык программирования древних Русов В†† Наконец язык В†† был найден и теперь доступен русам для написания кода на нём. Язык только нашли, поэтому открыты ещё не все возможности древней русской силы. Больше материалов о языке смотрите на YouTube канале Ватага Как начать писать? Для начала нужно установить на свой компьютер последнюю версию языка. в папке header лежит заголовочный файл "Ве_крест_крест.h", который необходимо скачать; далее нужно создать проект на языке C++, под…

  • суббота, 11 ноября 2023 г. в 00:00:14
github
opendilab / LLMRiddles

Open-Source Reproduction/Demo of the LLM Riddles GameLLM Riddles English | 简体中文 🤔 What's This Welcome to LLM Riddles! This is a game of wits and courage with language models. In the game, you need to construct questions that interact with the language model to get answers that meet the requirements. In this process, you can use your brain and use all the methods you can think of to get the model to output the results required by the answer. 👾 How to Play We provide an online ve…

  • суббота, 11 ноября 2023 г. в 00:00:09
github
roboflow / awesome-openai-vision-api-experiments

Must-have resource for anyone who wants to experiment with and build on the OpenAI Vision API 🔥openai vision api experiments 🧪 👋 Hello The must-have resource for anyone who wants to experiment with and build on the OpenAI Vision API. This repository serves as a hub for innovative experiments, showcasing a variety of applications ranging from simple image classifications to advanced zero-shot learning models. It's a space for both beginners and experts to explore the capabilities of the Visi…

  • суббота, 11 ноября 2023 г. в 00:00:07
github
SawyerHood / draw-a-ui

Draw a mockup and generate html for itdraw-a-ui This is an app that uses tldraw and the gpt-4-vision api to generate html based on a wireframe you draw. This works by just taking the current canvas SVG, converting it to a PNG, and sending that png to gpt-4-vision with instructions to return a single html file with tailwind. Disclaimer: This is a demo and is not intended for production use. It doesn't have any auth so you will go broke if you deploy it. Getting Started This is a Next.js a…

  • суббота, 11 ноября 2023 г. в 00:00:03
github
daveshap / OpenAI_Agent_Swarm

Early experiment to create fully autonomous agent swarmsHierarchical Autonomous Agent Swarm (HAAS) !!!! ANNOUNCEMENT We have our first GPT Concierge. You can chat with this custom ChatGPT to figure out what's going on! HAAS Board Concierge: https://chat.openai.com/g/g-MIssTuE2b-haas-board-concierge Overview The Hierarchical Autonomous Agent Swarm (HAAS) is a groundbreaking initiative that leverages OpenAI's latest advancements in agent-based APIs to create a self-organizing and ethi…

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