Skip to content

Commit

Permalink
redis
Browse files Browse the repository at this point in the history
  • Loading branch information
nikitavoloboev committed May 22, 2023
1 parent 1a8ca0b commit 9c18f07
Show file tree
Hide file tree
Showing 11 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/biology/regenerative-medicine.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,3 +82,4 @@ Also [Biomaterials: The Intersection of Biology and Materials Science](https://w
- [Wake Forest Institute for Regenerative Medicine](https://school.wakehealth.edu/research/institutes-and-centers/wake-forest-institute-for-regenerative-medicine)
- [Hand Transplants Demonstrate the Nervous System's Amazing Adaptability (2020)](https://www.scientificamerican.com/article/hand-transplants-demonstrate-the-nervous-systems-amazing-adaptability/)
- [Heart transplant explained in image](https://www.mdpi.com/ijms/ijms-23-13040/article_deploy/html/images/ijms-23-13040-g001.png)
- [Multiplexed Volumetric CLEM enabled by antibody derivatives provides new insights into the cytology of the mouse cerebellar cortex (2023)](https://www.biorxiv.org/content/10.1101/2023.05.20.540091v2) ([Tweet](https://twitter.com/YaronMeirovitch/status/1660651003220197376))
1 change: 1 addition & 0 deletions docs/computer-graphics/computer-vision/computer-vision.md
Original file line number Diff line number Diff line change
Expand Up @@ -1266,3 +1266,4 @@
- [Decentralization and Acceleration Enables Large-Scale Bundle Adjustment (2023)](https://arxiv.org/abs/2305.07026) ([Code](https://github.com/facebookresearch/DABA))
- [Awesome-Visual-Instruction-Tuning](https://github.com/BradyFU/Awesome-Visual-Instruction-Tuning)
- [Awesome 3D Reconstruction Papers](https://github.com/bluestyle97/awesome-3d-reconstruction-papers)
- [Better Diffusion Models Further Improve Adversarial Training (2023)](https://arxiv.org/abs/2302.04638) ([Code](https://github.com/wzekai99/DM-Improves-AT))
1 change: 1 addition & 0 deletions docs/databases/redis.md
Original file line number Diff line number Diff line change
Expand Up @@ -209,3 +209,4 @@ for (const key of keys) {
- [Story: Redis and its creator antirez (2023)](https://blog.brachiosoft.com/redis-en) ([HN](https://news.ycombinator.com/item?id=35871462))
- [Redis Dump](https://github.com/upstash/upstash-redis-dump) - Dumps Redis keys & values to a file.
- [Rudis](https://github.com/lorenzoc25/rudis) - Sharded, concurrent mini redis that support http interface implemented in rust.
- [RedHub](https://github.com/IceFireDB/redhub) - High-performance Redis-Server multi-threaded framework, based on rawepoll model.
1 change: 1 addition & 0 deletions docs/design/3d-modeling.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,3 +110,4 @@
- [Make 3D Models using ChatGPT (2022)](https://www.youtube.com/watch?v=nVIMVBmAi_8)
- [viser](https://github.com/brentyi/viser) - Library for interactive 3D visualization + Python.
- [Hedron](https://github.com/josfeenstra/hedron) - All-in-one 3D modelling library, written in Rust.
- [Toaster](https://petertyliu.github.io/toaster/) - CSS 3D Editor. ([Code](https://github.com/PeterTYLiu/toaster))
1 change: 1 addition & 0 deletions docs/distributed-systems/rpcs/rpcs.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,3 +72,4 @@ Love using [tRPC](../../api/trpc.md). [Bling](https://github.com/TanStack/bling)
- [bling](https://github.com/TanStack/bling) - Framework agnostic transpilation utilities for client/server RPCs, env isolation, islands, module splitting, and more. ([Tweet](https://twitter.com/tannerlinsley/status/1631003945522065409))
- [UJRPC](https://github.com/unum-cloud/ujrpc) - Up to 100x Faster FastAPI. JSON-RPC with io_uring, SIMDJSON, and pure CPython bindings. ([HN](https://news.ycombinator.com/item?id=35042316))
- [brpc](https://github.com/apache/brpc) - Industrial-grade RPC framework using C++ Language.
- [oneRPC](https://github.com/raviqqe/oneRPC) - RPC library for the serverless and TypeScript era.
1 change: 1 addition & 0 deletions docs/games/gamedev/game-engines/godot.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,3 +125,4 @@ title: Godot
- [Godot-Dodo](https://github.com/minosvasilias/godot-dodo) - Finetuning large language models for GDScript generation. ([HN](https://news.ycombinator.com/item?id=35681357))
- [Godot 4 Artificial Intelligence (AI) NPC example project](https://github.com/teddybear082/godot-gordon-freeman)
- [Expresso Character Controller](https://github.com/expressobits/character-controller) - Modular Character Controller for Godot 4.
- [Desert Light - Godot 4 demo](https://github.com/RPicster/godot4-demo-desert-light)
1 change: 1 addition & 0 deletions docs/programming-languages/go/go-libraries/go-libraries.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ Like [this error library](https://github.com/cockroachdb/errors). [conc](https:/
- [Bubble-table](https://github.com/Evertras/bubble-table) - Table component for the Bubble Tea framework.
- [teacup](https://github.com/knipferrc/teacup) - Collection of bubbles and utilities for bubbletea applications.
- [Lip Gloss](https://github.com/charmbracelet/lipgloss) - CSS-like layout library for the terminal for Go.
- [Teact](https://github.com/mieubrisse/teact) - React-like component/layout framework for Charm's Bubbletea.
- [bubbleboxer](https://github.com/treilik/bubbleboxer) - Way to compose multiple bubbles into one layout.
- [BubbleZone](https://github.com/lrstanley/bubblezone) - Helper utility for BubbleTea, allowing easy mouse event tracking.
- [BubbleTint](https://github.com/lrstanley/bubbletint) - Terminal tints for everyone.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ Exploring [Solid](../solid.md) as a faster alternative. Trying to move useful fe
## Example sites

- [T3 Complete](https://github.com/juliusmarminge/t3-complete)
- [Next.js + Contentlayer](https://github.com/shadcn/next-contentlayer) - Template with Next.js 13 app dir, Contentlayer, Tailwind CSS and dark mode.
- [Taxonomy](https://github.com/shadcn/taxonomy) - Open source application built using the new router, server components and everything new in Next.js 13.
- [T3 Stack with Langchain](https://github.com/zckly/create-t3-turbo-ai)
- [Next.js Stripe SaaS Starter](https://github.com/nhost/nextjs-stripe-starter)
Expand Down
2 changes: 2 additions & 0 deletions docs/programming/documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Love the approach of writing RFCs before any big architectural decisions are mad
## Examples of nice docs

- [Linear Guide](https://linear.app/docs)
- [DrizzleORM Docs](https://orm.drizzle.team/) ([Code](https://github.com/drizzle-team/drizzle-orm-docs))
- [PostHog Docs](https://posthog.com/docs)
- [React Docs](https://beta.reactjs.org/)
- [Netlify Docs](https://docs.netlify.com/)
Expand Down Expand Up @@ -230,3 +231,4 @@ Love the approach of writing RFCs before any big architectural decisions are mad
- [Release Notes Generator](https://github.com/typefully/auto-release-notes) - Uses the Linear API and the OpenAI GPT language model to create a nicely formatted Markdown file.
- [EnhanceDocs](https://github.com/enhancedocs/enhancedocs) - AI-powered search engine for your project documentation.
- [Just Simply – Stop saying how simple things are in our docs](https://justsimply.dev/) ([HN](https://news.ycombinator.com/item?id=35759449))
- [Markprompt](https://github.com/motifland/markprompt-js) - Platform for building GPT-powered prompts.
1 change: 1 addition & 0 deletions docs/research-papers/research-papers.md
Original file line number Diff line number Diff line change
Expand Up @@ -232,3 +232,4 @@ Below is a list of research papers I read with a link to my own notes of the pap
- [Extract data from all Google Scholar pages in Python](https://github.com/dimitryzub/scrape-google-scholar-py)
- [Make It Red](https://github.com/zotero/make-it-red) - Sample plugin for Zotero 7.
- [ACL pubcheck](https://github.com/acl-org/aclpubcheck) - Tools for checking ACL paper submissions.
- [MiniPaper](https://github.com/VictorTaelin/MiniPaper) - Shorten long papers with GPT-4.
1 change: 1 addition & 0 deletions docs/tools/discord.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ I like the pattern that forces use of threads in channels. So any message you ma
- [Motorchik](https://github.com/JohnTheCoolingFan/rusted-motorchik) - Delete a number of messages, ban or kick someone and more.
- [Liquid](https://github.com/MayorMonty/liquid) - Discord bot template, including auto reloading, slash commands, and a reasonable structure.
- [llamacord](https://github.com/rustformers/llamacord) - Discord bot, written in Rust, that generates responses using the LLaMA language model.
- [Kao.Geek bot](https://github.com/kaogeek/kaogeek-discord-bot) - Built in TS.

## Libraries

Expand Down

0 comments on commit 9c18f07

Please sign in to comment.