Curio extension stores all data locally on the user's device using Chrome Storage and IndexedDB. No data is transmitted to external servers. The developer does not collect, use, or share any user data.
Last Updated: December 18, 2025
ClickUp Comment Guard (the "Extension") does not collect, transmit, or store any user data on external servers.
- No Personal Information: We do not collect names, email addresses, or any other personally identifiable information.
- No Analytics: We do not track your usage behavior or send analytics data to third parties.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Role/Profession | |
| Frontend Developer | |
| # Project Description | |
| ## Project Brief | |
| We are building a japanese langauge learning web-app which serves the following purposes: | |
| - A portal to launch study activities |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| brew install tinyproxy | |
| tinyproxy -c /usr/local/etc/tinyproxy/tinyproxy.conf -d | |
| Tests: | |
| NO AUTH | |
| curl -iv --noproxy "*" --location http://www.google.com | |
| AUTH FAIL |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <script type="text/javascript"> | |
| // use vanilla JS because why not | |
| window.addEventListener("load", function() { | |
| // create websocket instance | |
| var mySocket = new WebSocket("ws://localhost:8080/ws"); | |
This procedure is tested on Mac OS X 10.8 with Developpers tools installed (xCode).
PHP 5.4 installed with Homebrew.
Update: I wrote a blog post about this.
Download the following files from Oracle website (yes, you need to create an account and accept terms):
This gist will explain you how to enable an undocumented feature of PHP-FPM which will give a real-time performance stats.
Everybody knows the famous phpinfo() and the page it generates, right? Then the real-time PHP-FPM status page design is very similar.
Some informations from the top are not displayed to avoid security issues.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Linux中常用的監控CPU整體性能的工具有: | |
| § mpstat: mpstat 不但能查看所有CPU的平均信息,還能查看指定CPU的信息。 | |
| § vmstat:只能查看所有CPU的平均信息;查看cpu隊列信息; | |
| § iostat: 只能查看所有CPU的平均信息。 | |
| § sar: 與mpstat 一樣,不但能查看CPU的平均信息,還能查看指定CPU的信息。 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| echo "This is a hugo shortcode sample."; | |
NewerOlder
