Build a Duolingo Clone With Nextjs, React, Drizzle, Stripe (2024) This is a repository for a "Build a Duolingo Clone With Nextjs, React, Drizzle, Stripe (2024)" youtube video. VIDEO TUTORIAL Key Features: 🌐 Next.js 14 & server actions 🗣 AI Voices using Elevenlabs AI 🎨 Beautiful component system using Shadcn UI 🎭 Amazing characters thanks to KenneyNL 🔐 Auth using Clerk 🔊 Sound effects ❤️ Hearts system 🌟 Points / XP system 💔 No hearts left popup 🚪 Exit confirmation popup 🔄 Practice …
Chronos: Pretrained (Language) Models for Probabilistic Time Series ForecastingChronos: Learning the Language of Time Series Chronos is a family of pretrained time series forecasting models based on language model architectures. A time series is transformed into a sequence of tokens via scaling and quantization, and a language model is trained on these tokens using the cross-entropy loss. Once trained, probabilistic forecasts are obtained by sampling multiple future trajectories given the histo…
Simple, safe way to store and distribute tensors Python Rust safetensors Safetensors This repository implements a new simple format for storing tensors safely (as opposed to pickle) and that is still fast (zero-copy). Installation Pip You can install safetensors via the pip manager: pip install safetensors From source For the sources, you need Rust # Install Rust curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh # Make sure it's up to…
MyViewOfLinuxSystems A view from a process within a Linux system towards the world. Dotted arrow means dependencies. [1] ref How Linux Works, 2nd edition. https://www.yes24.com/Product/Goods/22404368 FHS 3.0 https://refspecs.linuxfoundation.org/FHS_3.0/fhs-3.0.html The Dinosaur Book https://www.amazon.com/Operating-System-Concepts-Binder-Version/dp/1118129385 OSTEP https://pages.cs.wisc.edu/~remzi/OSTEP/ Understanding the Linux Kernel, 3rd edition. https://www.amazon.com/Understanding-Linux-Ke…
Software Developer Portfolio Website built with next.js and tailwind CSS that helps you showcase your work and skills as a software developer.Developer Portfolio Are you struggling to create a professional portfolio website? Look no further! You can use the Developer Portfolio template and create your very own personalized portfolio today! My website is designed to be user-friendly and easily customizable, making it perfect for both developers and freelancers. Demo 🎥 View live preview here. …
Automate browser-based workflows with LLMs and Computer Vision 🐉 Automate Browser-based workflows using LLMs and Computer Vision 🐉 Skyvern automates browser-based workflows using LLMs and computer vision. It provides a simple API endpoint to fully automate manual workflows, replacing brittle or unreliable automation solutions. Traditional approaches to browser automations required writing custom scripts for websites, often relying on DOM p…
Megacity-Metro: a thrilling shooter game, using Netcode for Entities for a multiplayer experience supporting 128+ players. Latest DOTS packages and Unity Gaming Services elevate the user experience, demonstrating how to craft engaging multiplayer games. Contents and Quick Links Megacity-Metro Overview Megacity-Metro Prerequisites Multiplayer Setup Add Unity Gaming Services (UGS) Index of Resources in this Project Assemblies Netcode Atrributes Gameplay Controls Mouse and Keyboard Troubleshoo…
Winter is coming... ❄️ WinterJS is blazing-fast JavaScript server that runs Service Workers scripts according to the Winter Community Group specification. WinterJS is able to handle up to 100,000 reqs/s in a single laptop (see Benchmark). Note: WinterJS is not officially endorsed by WinterCG, despite sharing "Winter" in their name. There are many runtimes supporting WinterCG, WinterJS being one among those. Running WinterJS with Wasmer The WinterJS serv…
小红书笔记 | 评论爬虫、抖音视频 | 评论爬虫、快手视频 | 评论爬虫、B 站视频 | 评论爬虫、微博帖子 | 评论爬虫 免责声明: 本仓库的所有内容仅供学习和参考之用,禁止用于商业用途。任何人或组织不得将本仓库的内容用于非法用途或侵犯他人合法权益。本仓库所涉及的爬虫技术仅用于学习和研究,不得用于对其他平台进行大规模爬虫或其他非法行为。对于因使用本仓库内容而引起的任何法律责任,本仓库不承担任何责任。使用本仓库的内容即表示您同意本免责声明的所有条款和条件。 仓库描述 小红书爬虫,抖音爬虫, 快手爬虫, B站爬虫, 微博爬虫...。 目前能抓取小红书、抖音、快手、B站、微博的视频、图片、评论、点赞、转发等信息。 原理:利用playwright搭桥,保留登录成功后的上下文浏览器环境,通过执行JS表达式获取一些加密参数 通过使用此方式,免去了复现核心加密JS代码,逆向难度大大降低 爬虫技术交流群:949715256,同时欢迎大家贡献代码提交PR 视频配置教程:MediaCrawler视频入门教程 感谢下列Sponsors对本仓库赞助 成为赞助者,展示你的产品在这里,联系作者:rela…