IDE style command line auto completeinshellisense inshellisense provides IDE style autocomplete for shells. It's a terminal native runtime for autocomplete which has support for 600+ command line tools. inshellisense supports Windows, Linux, & MacOS. Getting Started Requirements node >= 16.x Installation npm install -g @microsoft/inshellisense Quickstart After completing the installation, you can already run inshellisense --shell <shell> to start the autocomplete session for…
Consistency Distilled Diff VAEConsistency Decoder [DALL·E 3] [Improving Image Generation with Better Captions] [Consistency Models] Improved decoding for stable diffusion vaes. Installation $ pip install git+https://github.com/openai/consistencydecoder.git Usage import torch from diffusers import StableDiffusionPipeline from consistencydecoder import ConsistencyDecoder, save_image, load_image # encode with stable diffusion vae pipe = StableDiffusionPipeline.from_pretrained( "runwayml/…
A FORTH in 386 bytes — the smallest real programming language ever as of yet.milliForth A FORTH in 380 bytes — the smallest real programming language ever, as of yet. The code in the above gif, that of [an older version of] hello_world.FORTH, is a modified version of the hello world program used by sectorFORTH (see below) bytes? Yes, bytes. This is a FORTH so small it fits in a 512-byte boot sector. This isn't new — sectorFORTH1 successfully fit a FORTH within the boot sector. However, …
Alternative to 12ft.io. Bypass paywalls with a proxy ladder and remove CORS headers from any URL Ladder Ladder is a web proxy to help bypass paywalls. This is a selfhosted version of 1ft.io and 12ft.io. It is inspired by 13ft. Why Freedom of information is an essential pillar of democracy and informed decision-making. While media organizations have legitimate financial interests, it is crucial to strike a balance between profitability and the public's right to access information…
OpenGPTs This is an open source effort to create a similar experience as OpenAI's GPTs. This builds upon LangChain, LangServe and LangSmith This gives you more control over the LLM you use (choose between the 60+ that LangChain offers), the prompts you use (use LangSmith to debug those), and the tools you give it (choose from LangChain's 100+ tools, or easily write your own). Check out a simple hosted version here Quickstart 1. Start the backend Install requirements cd backe…
Fast, collaborative live terminal sharing over the websshx A secure web-based, collaborative terminal. Features: Run a single command to share your terminal with anyone. Resize, move windows, and freely zoom and pan on an infinite canvas. See other people's cursors moving in real time. Connect to the nearest server in a globally distributed mesh. End-to-end encryption with Argon2 and AES. Automatic reconnection and real-time latency estimates. Predictive echo for faster local editing (à l…
颈椎病腰突康复指南,为程序员群体提供简单可靠的康复指南。康复指南 我在 2023 年 6 月份确诊颈椎病、腰椎间盘突出至今,这段时间去看过医生、贴膏药、康复治疗,慢慢的从腿麻手麻、无法弯腰低头甚至无法久坐到现在的恢复如初. 我把自己的经验和方法记录下来分享给大家,希望可以引起朋友们对颈椎、腰椎健康的注意。 假如不幸,您已经患有颈椎病、腰突的朋友,就更要注意的工作强度和运动次数了,毕竟工作也是为了更好的生活,应该把自己的健康放在第一位。 在程序员这个特殊的群里,是颈椎病、腰突的高发人群。以上,希望能引起您对自己健康的重视。 为此我在 GitHub 上建立了这个仓库旨在 为程序员群体提供简单可靠的康复指南。 仓库里有我自己的经历和收集到康复指南资料,希望对大家有所所帮助。 点击查看我的康复之路 北漂五年程序员|颈椎病腰突康复指南 颈椎病康复指南 颈椎病在程序员中相当常见,因为长时间对着电脑工作、不良的坐姿和缺乏运动。 颈椎病是指颈椎骨骼、关节、韧带、肌肉等组织发生变化,引起颈部疼痛、僵硬、头晕等症状的疾病。以下是颈椎病的病因、症状和康复方法。 病因 颈部长期保持不良姿势,如低头看手机、…
An Omnichain Interoperability ProtocolLayerZero - an Omnichain Interoperability Protocol This repository contains the smart contracts for LayerZero Endpoints. For developers looking to build on top of LayerZero please refer to the docs Overview LayerZero is an Omnichain Interoperability Protocol designed for lightweight message passing across chains. LayerZero provides authentic and guaranteed message delivery with configurable trustlessness. The protocol is implemented as a set of gas-efficien…
pix2tex: Using a ViT to convert images of equations into LaTeX code.pix2tex - LaTeX OCR The goal of this project is to create a learning based system that takes an image of a math formula and returns corresponding LaTeX code. Using the model To run the model you need Python 3.7+ If you don't have PyTorch installed. Follow their instructions here. Install the package pix2tex: pip install "pix2tex[gui]" Model checkpoints will be downloaded automatically. There are three ways…