Skip to content

第76期 022 week share 2026-05-29

本周我读到有趣的文章

1、ZeroLang

TIP

The programming language for agents

2、Dolt

TIP

SQL Database with Git-like Data Management

3、Egos

TIP

Envision a future where everyone can read all the code of an educational operating system

4、dbx

TIP

5MB, lightweight, cross-platform database client. Supports MySQL, PostgreSQL, SQLite, Redis, MongoDB, DuckDB, ClickHouse, SQL Server and more.15MB

5、orm

TIP

Headless ORM for NodeJS, TypeScript and JavaScript with focus on type safety, migrations and a powerful query builder.

6、docmd

TIP

Build production-ready documentation from Markdown in seconds. No React, no bloat, just content.

7、BASH

bash
# copy file1 and call it file2
cp file1 file2	
# move or rename file1 to file2
mv file1 file2	
# remove a file
rm file	
# remove a directory
rmdir directory
# display a file a page at a time
less file	
# display the first few lines of a file
head file	
# display the last few lines of a file
tail file	
# search a file for keywords
grep 'keyword' file

返回目录

Developed by Orange