查看自己的外网ip地址
很多网站都提供这个功能,如:
curl -s ip.liquidweb.com
curl checkip.amazonaws.com
curl ifconfig.me
curl httpbin.org/ip
生成一个二维码
网址是 qrenco.de,即 QR encode,是不是很好记呢。
% curl qrenco.de/bixuebihui.com
█████████████████████████████
█████████████████████████████
████ ▄▄▄▄▄ █ ▄ █ █ ▄▄▄▄▄ ████
████ █ █ █ ▀▀ █ █ █ ████
████ █▄▄▄█ █▀▀██ █ █▄▄▄█ ████
████▄▄▄▄▄▄▄█▄▀ █▄█▄▄▄▄▄▄▄████
████ ▀▀ ▄▄▀▀ █▄█▀█▄▀▄▄ ▄████
████▀ █▄▀ ▄▀▄▀ █▀▀██ ██▄▀████
███████▄▄█▄▄ ▀▀▄██▀█ ▄█ ▄████
████ ▄▄▄▄▄ █▀▄▄█▀ █▀▄▄█ ▀████
████ █ █ █▄▀▀█▄ ██▀ ▀▀▀████
████ █▄▄▄█ █▀ ▀▀▄██ ████████
████▄▄▄▄▄▄▄█▄██▄█▄█▄████▄████
█████████████████████████████
█████████████████████████████
生成是显示在页面上看上去有点问题,命令行里还是可以扫到的。
查个字典
curl dict.org/d:entropy |less
curl dict.org/d:curl |less
抽奖时搞个公平随机数
curl "https://www.random.org/integers/?num=1&min=1&max=100&col=1&base=10&format=plain&rnd=new"
打小抄
curl http://cht.sh/java
会返回常用的java的一些使用提示。
如
curl http://cht.sh/js/promise
/*
* understanding javascript promise object
*
* Promise execution is asynchronous, which means that it's executed, but
* the program won't wait until it's finished to continue with the rest
* of the code.
*
* Basically, your code is doing the following:
*
* 1. Log 'Hi'
* 2. Create a promise
* 3. Execute the promise
* 4. Log 'zami'
* 5. Promise is resolved and logs 'There'.
* If you want it to print 'Hi there, zami', you will have to
*/
myPromise.then(function (result) {
// Resolve callback.
console.log(result);
console.log('zami');
}, function (result) {
// Reject callback.
console.error(result);
});
/* [Alberto Rivera] [so/q/39458201] [cc by-sa 3.0] */
中文OCR识别
这个网站有免费可用的api: https://ocr.space/OCRAPI
通过curl简单调用可以识别图片上的文字,可以指定语言。免费版每天可用500次,文件最大1M。
支持20几种语言,包括中文。
调用示例:
curl -H "apikey:helloworld" --form "file=@screenshot.jpg" --form "language=eng" --form "isOverlayRequired=true" https://api.ocr.space/Parse/Image
使用前需要注册一个apikey.
查看天气
$ curl wttr.in
会根据ip返回最近三天的天气
% curl wttr.in
Weather report: Beijing, China
.-. Light rain, mist
( ). 18 °C
(___(__) ↑ 0 km/h
‘ ‘ ‘ ‘ 5 km
‘ ‘ ‘ ‘ 2.0 mm
┌─────────────┐
┌──────────────────────────────┬───────────────────────┤ Sun 19 Sep ├───────────────────────┬──────────────────────────────┐
│ Morning │ Noon └──────┬──────┘ Evening │ Night │
├──────────────────────────────┼──────────────────────────────┼──────────────────────────────┼──────────────────────────────┤
│ _`/"".-. Light rain sho…│ _`/"".-. Light rain sho…│ .-. Moderate rain │ .-. Light rain │
│ ,\_( ). 19 °C │ ,\_( ). 19 °C │ ( ). 17 °C │ ( ). 16 °C │
│ /(___(__) ↑ 6-8 km/h │ /(___(__) ↑ 6-7 km/h │ (___(__) ← 10-14 km/h │ (___(__) ↓ 6-9 km/h │
│ ‘ ‘ ‘ ‘ 10 km │ ‘ ‘ ‘ ‘ 10 km │ ‚‘‚‘‚‘‚‘ 7 km │ ‘ ‘ ‘ ‘ 9 km │
│ ‘ ‘ ‘ ‘ 0.2 mm | 74% │ ‘ ‘ ‘ ‘ 0.4 mm | 97% │ ‚’‚’‚’‚’ 2.5 mm | 95% │ ‘ ‘ ‘ ‘ 1.9 mm | 94% │
└──────────────────────────────┴──────────────────────────────┴──────────────────────────────┴──────────────────────────────┘
┌─────────────┐
┌──────────────────────────────┬───────────────────────┤ Mon 20 Sep ├───────────────────────┬──────────────────────────────┐
│ Morning │ Noon └──────┬──────┘ Evening │ Night │
├──────────────────────────────┼──────────────────────────────┼──────────────────────────────┼──────────────────────────────┤
│ .-. Light rain │ Cloudy │ \ / Partly cloudy │ Overcast │
│ ( ). 16 °C │ .--. 17 °C │ _ /"".-. 18 °C │ .--. 17 °C │
│ (___(__) ↘ 20-34 km/h │ .-( ). ↘ 15-26 km/h │ \_( ). ↘ 5-9 km/h │ .-( ). → 4-8 km/h │
│ ‘ ‘ ‘ ‘ 9 km │ (___.__)__) 10 km │ /(___(__) 10 km │ (___.__)__) 10 km │
│ ‘ ‘ ‘ ‘ 1.3 mm | 89% │ 0.0 mm | 0% │ 0.0 mm | 0% │ 0.0 mm | 0% │
└──────────────────────────────┴──────────────────────────────┴──────────────────────────────┴──────────────────────────────┘
┌─────────────┐
┌──────────────────────────────┬───────────────────────┤ Tue 21 Sep ├───────────────────────┬──────────────────────────────┐
│ Morning │ Noon └──────┬──────┘ Evening │ Night │
├──────────────────────────────┼──────────────────────────────┼──────────────────────────────┼──────────────────────────────┤
│ \ / Partly cloudy │ \ / Partly cloudy │ \ / Partly cloudy │ \ / Partly cloudy │
│ _ /"".-. 21 °C │ _ /"".-. +24(25) °C │ _ /"".-. +23(25) °C │ _ /"".-. 20 °C │
│ \_( ). → 15-20 km/h │ \_( ). ↘ 23-27 km/h │ \_( ). ↓ 6-10 km/h │ \_( ). → 4-7 km/h │
│ /(___(__) 10 km │ /(___(__) 10 km │ /(___(__) 10 km │ /(___(__) 10 km │
│ 0.0 mm | 0% │ 0.0 mm | 0% │ 0.0 mm | 0% │ 0.0 mm | 0% │
└──────────────────────────────┴──────────────────────────────┴──────────────────────────────┴──────────────────────────────┘
Follow @igor_chubin for wttr.in updates
你在北京,想看看上海的天气,也很简单
**粗体** _斜体_ [链接](http://example.com) `代码` - 列表 > 引用
。你还可以使用@
来通知其他用户。