Yang

Dev Explorer Weekly.024

0 views
2 mins

Park UI

Home | Park UI

Remotion

Remotion是一个使用React编程创建视频的框架。 GitHub - remotion-dev/remotion: 🎥 Make videos programmatically with React image.png

Worker-Timers

setInterval() 和 setTimeout() 的替代品,适用于未聚焦的窗口。 对于依赖WindowTimers的脚本 setInterval() ,或者 setTimeout() 当运行脚本的站点失去焦点时,事情会变得混乱。在这种情况下,Chrome、Firefox 以及其他浏览器可能会将调用这些计时器的频率限制为每秒最多一次。然而,这仅适用于主线程,不会影响Web Workers的行为。因此,可以通过使用worker进行实际调度来避免节流。这正是 worker-timers 所做的。 GitHub - chrisguttandin/worker-timers: A replacement for setInterval() and setTimeout() which works in unfocused windows. image.png

Heat.js

一个轻量级的JavaScript库,用于生成可定制的热力图,以可视化基于日期的活动和趋势。 GitHub - williamtroup/Heat.js: 🌞 A lightweight JavaScript library that generates customizable heat maps to visualize date-based activity and trends. image.png

Snk

从 github 用户贡献图生成贪吃蛇游戏,并将屏幕截图输出为动画 svg 或 gif,拉取 github 用户的贡献图。让它成为一个蛇游戏,生成一条蛇路径,细胞在其中有序地被吃掉。 生成gifsvg图像。 可作为 github 操作使用。它每天可以自动生成一张新图像。这使得github 配置文件自述文件很棒

GitHub - Platane/snk: 🟩⬜ Generates a snake game from a github user contributions graph and output a screen capture as animated svg or gif image.png

Taur-Tray-App

GitHub - riipandi/tauri-tray-app: Starter project for building desktop app with tray status using Tauri, and React. 这个模板应该帮助你开始使用Tauri、React、Tailwind CSS、Typescript和Vite开发带有托盘状态的桌面应用程序。 image.png

Zed

GitHub - zed-industries/zed: Code at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter. Zed 开源了,Zed 是由原 Atom 团队开发的新的代码编辑器软件,使用 Rust 进行开发,主打团队协作

VSCode T3 Stack

T3 Stack / NextJS / ReactJS File Generator - Visual Studio Marketplace

使用我们为NextJS 14定制的尖端扩展,提升您的开发工作流程(兼容版本13)。作为完美的开发伴侣,这个工具集重新定义了文件生成,优化了项目生命周期的每个阶段。无缝地创建页面、组件、布局等等,所有内容都经过精心设计以符合受人尊敬的T3 Stack范例。利用NextJS、ReactJS、Prisma、Drizzle、TailwindCSS、i18next、Zod和其他许多重要框架的先进技术能力。 image.png

Prisma Editor

Prisma编辑器是一个功能强大的工具,旨在轻松可视化和编辑Prisma模式。 主要特点和优势包括:

  • Real-time visualization: See your database structures in real-time as you create, modify and maintain them 实时可视化:在创建、修改和维护数据库结构时,实时查看它们
  • User-friendly interface: Intuitive interface for easy schema editing and management 用户友好界面:直观的界面,便于模式编辑和管理
  • SQL generation: Automatically generate SQL code for your schema SQL生成:自动为您的模式生成SQL代码
  • Direct schema editing: Edit your schema directly from the graph 直接模式编辑:从图形中直接编辑模式
  • OpenAI integration: Use natural language prompts to generate boilerplate schema code with the power of OpenAI’s natural language processing API OpenAI集成:使用自然语言提示,利用OpenAI的自然语言处理API生成样板模式代码 GitHub - mohammed-bahumaish/prisma-editor: Prisma Editor - A powerful tool to visualize and edit Prisma Schema. image.png

Post