maltoze's recent timeline updates
maltoze's repos on GitHub
JavaScript · 68 watchers
sse-viewer
SSE Viewer is a Chrome extension that allows you to view EventStream in the devtools.
Ruby · 8 watchers
logstash-output-clickhouse
Implementation of ClickHouse output for logstash
TypeScript · 8 watchers
win10-clone
Clone Win10 UI in browser
TypeScript · 7 watchers
sgreen
A Chrome extension for screen recording.
TypeScript · 6 watchers
link-popper
支持在当前页面查看链接的浏览器插件 - A browser extension that lets you browse linked pages without leaving the current one.
JavaScript · 2 watchers
tampermonkey-scripts
TypeScript · 1 watchers
react-native-hipda
An unofficial HiPDA client built using React Native
0 watchers
ai
Build AI-powered applications with React, Svelte, and Vue
TypeScript · 0 watchers
apitable
🚀🎉📚 APITable, an API-oriented low-code platform for building collaborative apps and better than all other Airtable open-source alternatives.
0 watchers
box
TVbox开源版(空壳-自行配置)
0 watchers
btt
Automated cryptocurrency trading bot
0 watchers
ChatGPT-Next-Web
One-Click to deploy well-designed ChatGPT web UI on Vercel. 一键拥有你自己的 ChatGPT 网页服务。
0 watchers
cherry-studio-app
🍒 This is the mobile version of Cherry Studio.
0 watchers
Claudable
Claudable is an open-source web builder that leverages local CLI agents, such as Claude Code, Codex, Gemini CLI, Qwen Code, and Cursor Agent, to build and deploy products effortlessly.
0 watchers
claude-code-router
Use Claude Code as the foundation for coding infrastructure, allowing you to decide how to interact with the model while enjoying updates from Anthropic.
0 watchers
cline
Autonomous coding agent right in your IDE, capable of creating/editing files, executing commands, using the browser, and more with your permission every step of the way.
0 watchers
countUp.js
Animates a numerical value by counting to it
0 watchers
cube.js
📊 Cube.js — Open-Source Analytical API Platform
0 watchers
DefinitelyTyped
The repository for high quality TypeScript type definitions.
0 watchers
django-bootstrap5
Bootstrap 5 for Django
0 watchers
dyad
Free, local, open-source AI app builder ✨ v0 / lovable / Bolt alternative 🌟 Star if you like it!
0 watchers
edge-tts
Use Microsoft Edge's online text-to-speech service from Python (without needing Microsoft Edge/Windows or an API key)
0 watchers
elasticsearch-dbapi
A DBAPI and SQLAlchemy dialect for Elasticsearch
0 watchers
get-version-action
Python · 0 watchers
homepage
JavaScript · 0 watchers
html-to-react
A lightweight library that converts raw HTML to a React DOM structure.
TypeScript · 0 watchers
image-resize.com
0 watchers
maltoze
TypeScript · 0 watchers
nocobase
NocoBase is a scalability-first, open-source no-code/low-code platform for building business applications and enterprise solutions.
TypeScript · 0 watchers
open-lovable
🔥 Clone and recreate any website as a modern React app in seconds
TypeScript · 0 watchers
openai-translator
基于 ChatGPT API 的划词翻译 Chrome 插件
Makefile · 0 watchers
openwrt-cloudflared
OpenWRT port of Cloudflare Argo Tunnel client https://developers.cloudflare.com/argo-tunnel/
0 watchers
primitives
Radix Primitives is an open-source UI component library for building high-quality, accessible design systems and web apps. Maintained by @workos.
TypeScript · 0 watchers
project-1761030447814-p6dassnbn
Vue · 0 watchers
radix-vue
Vue port of Radix UI Primitives. An open-source UI component library for building high-quality, accessible design systems and web apps.
JavaScript · 0 watchers
react-native
A framework for building native apps with React.
0 watchers
react-native-paper
Material Design for React Native (Android & iOS)
0 watchers
Repo2Run
Repo2Run is an LLM-based agent that automates environment configuration by generating error-free Dockerfiles for Python repositories.
0 watchers
sentry
Sentry is cross-platform application monitoring, with a focus on error reporting.
0 watchers
skills
0 watchers
stable-ts
Stabilizing timestamps of OpenAI's Whisper outputs down to word-level
TypeScript · 0 watchers
starktech-test
TypeScript · 0 watchers
superset-ui
Apache Superset UI packages
0 watchers
tfjs-models
Pretrained models for TensorFlow.js
0 watchers
ui
Beautifully designed components built with Radix UI and Tailwind CSS.
0 watchers
userscripts
An open-source userscript manager for Safari
0 watchers
V2EX_Polish
专业的 V2EX 浏览器扩展,集合了众多实用功能,重塑你的浏览体验!
TypeScript · 0 watchers
vite-plugin-web-extension
A vite plugin for generating cross browser platform, ES module based web extensions.
0 watchers
vscodium
binary releases of VS Code without MS branding/telemetry/licensing
TypeScript · 0 watchers
webwhiz
maltoze

maltoze

V2EX member #162141, joined on 2016-03-06 20:14:13 +08:00
Today's activity rank 25928
Per maltoze's settings, the topics list is hidden
Deals info, including closed deals, is not hidden
maltoze's recent replies
tampermonkey 里有设置
Apr 7, 2023
Replied to a topic by woshipanghu 设计 v 站有设计帮忙设计个 logo 吗
Apr 7, 2023
Replied to a topic by avenger OpenAI 如何用 chatgpt 训练自己的客服机器人?
gpt-index(llama_index)不就是做这个的么
Mar 31, 2023
Replied to a topic by RedBeanIce 问与答 curl 请求 openai 的本地代理问题
```bash
https_proxy=http://127.0.0.1:7890 curl https://api.openai.com/v1/chat/completions \
-X POST \
-H "Content-Type: application/json" \
--proxy-pass "127.0.0.1:7890" "https://api.openai.com" \
-H "Authorization: Bearer {your key}" \
-d '{
"model": "gpt-3.5-turbo",
"messages": [{"role": "user", "content": "Say this is a test!"}],
"temperature": 0.7
}'
```
@lookStupiToForce 你访问的是 www.v2ex.com 吧?目前的规则是 v2ex.com😂
@lookStupiToForce 看下 console 中有报错么?
Mar 8, 2023
Replied to a topic by claywhomai Chrome 请教 chrome 插件开发问题
@YuTengjing 我之前也想做成和这个一样可以在所有网站上启用,但是由于 CSP 规则其实大部分网站都是无法在 iframe 中打开的
@cogear 马上修复,感谢
@customsshen 我试了下,没问题啊
Microsoft Edge
Version 110.0.1587.63 (Official build) (64-bit)
About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   1645 Online   Highest 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 16ms · UTC 16:29 · PVG 00:29 · LAX 09:29 · JFK 12:29
♥ Do have faith in what you're doing.