2 private links
Take control of HTML, CSS, and JavaScript in a visual canvas. Webflow generates clean, semantic code that’s ready to publish or hand to developers. [...] Connect your site to the tools your team uses every day — plus find and launch apps in the Webflow Designer. [...] Webflow Enterprise gives your teams the power to build, ship, and manage sites collaboratively at scale. [...] Build and launch sites quickly — and safely — with powerful features designed to help large teams collaborate.
ZTM is an open source network infrastructure software for running a decentralized network. It is built upon HTTP/2 tunnels and can run on any sort of IP networks such as LANs, containerized networks and the Internet, etc. ZTM lays the foundation for building decentralized applications by providing a set of core capabilities including: Network connectivity across Internet gateways and firewalls [...] If not, or if you're unsure whether your installed Pipy version is compatible to ZTM, follow these steps to build Pipy from source. [...] After the CA service is up and running, start a hub pointing to the CA service: pipy hub/main.js -- --ca=localhost:9999
今日开源 → strapi.io
别折腾了,这才是最佳选择 headless CMS
- 节省 200 小时
使用 npm 创建 🫡 + 管理面板 + 多数据库支持 + 富文本 + 多语言 + 文件资源管理 + API 接口自定义 + 权限定义 + 海量插件
✦ @reactjs @radix_ui @vite_js @MasteringRQuery
来自 @strapijs
https://www.warp.dev/#Smart & Reliable With knowledge sharing tools, autocompletions, and fully integrated AI, Warp is a more intelligent terminal — out of the box. Warp is built with Rust, rendered with Metal, and optimized for performance. [...] “Warp includes so many things I can’t live without — from clicking where you want the cursor to go, to AI autocorrect.” [...] I love how I can navigate the terminal editor just like a code editor with all the Move/Move-Select keymap.
Bun is a fast, all-in-one toolkit for running, building, testing, and debugging JavaScript and TypeScript, from a single file to a full-stack application. Install Bun curl curl -fsSL https://bun.sh/install | bash docker docker run --rm --init --ulimit memlock=-1:-1 oven/bun [...] import { plugin } from "bun"; plugin({ name: "YAML", async setup(build) { const { load } = await import("js-yaml"); const { readFileSync } = await import("fs"); build.onLoad({ filter: /. [...] import { test, expect } from "bun:test"; test("2 + 2", () => { expect(2 + 2).toBe(4); }); You can run your tests with the bun test command. [...] const release = await getRelease(); release.ts export async function getRelease(): Promise { const response = await fetch("https://api.github.com/repos/oven-sh/bun/releases/latest"); const { tag_name } = await response.json(); return tag_name; }
https://github.com/sissbruecker/linkding Overview #installation #using-docker #using-docker-compose #user-setup #reverse-proxy-setup #managed-hosting-options #documentation #browser-extension #community #acknowledgements #development linkding is a bookmark manager that you can host yourself. [...] The name comes from: link which is often used as a synonym for URLs and bookmarks in common language [...] For security reasons, the linkding Docker image does not provide an initial user, so you have to create one after setting up an installation. [...] Browser Extension linkding comes with an official browser extension that allows to quickly add bookmarks, and search bookmarks through the browser's address bar.
A JavaScript / Python / PHP cryptocurrency trading API with support for more than 100 bitcoin/altcoin exchanges
菜鸟教程(www.runoob.com)提供了编程的基础技术教程, 介绍了HTML、CSS、Javascript、Python,Java,Ruby,C,PHP , MySQL等各种编程语言的基础知识。 同时本站中也提供了大量的在线实例,通过实例,您可以更好的学习编程。..