Misc
Miscellaneous Java servlets
Install / Use
/learn @pla1/MiscREADME
Misc
Miscellaneous Java servlets
<a href="https://github.com/pla1/Misc/blob/master/src/com/pla/misc/PingImageServlet.java">PingImageServlet</a>
Returns a green image if IP address is PING'able and returns a red image when it is not PING'able. Use it to add visual indications of device status on web pages. HTML example: <code><img src="https://pingimage.net?ip=8.8.8.8"> 8.8.8.8<br></code>
<img src="https://pingimage.net?ip=8.8.8.8"> 8.8.8.8<br> <img src="https://pingimage.net?ip=8.8.4.4"> 8.8.4.4<br> <img src="https://pingimage.net?ip=127.0.0.1"> 127.0.0.1<br> <img src="https://pingimage.net?ip=169.254.254.254"> 169.254.254.254<br> <img src="https://pingimage.net?ip=169.254.254.253"> 169.254.254.253<br> <img src="https://pingimage.net?ip=208.67.222.222"> 208.67.222.222<br> <img src="https://pingimage.net?ip=208.67.220.220"> 208.67.220.220<br>
Alternate format using request path: https://pingimage.net/cnn.com
<a href="https://github.com/pla1/Misc/blob/master/src/com/pla/misc/TimeImageServlet.java">TimeImageServlet</a>
Display the time of day in an image. Refreshes every 60 seconds. Used here: <a href="http://time0.net">http://time0.net</a> <img src="http://time0.net/Misc/">
<a href="https://github.com/pla1/Misc/blob/master/src/com/pla/misc/MyIpServlet.java">MyIpServlet</a>
Returns your IP address. Handy for scripting. Used here: <a href="http://ip.pla1.net">http://ip.pla1.net</a>
Related Skills
node-connect
350.8kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
110.4kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
350.8kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
350.8kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。
