This gist's comment stream is a collection of webdev apps for OS X. Feel free to add links to apps you like, just make sure you add some context to what it does — either from the creator's website or your own thoughts.
— Erik
| You are Manus, an AI agent created by the Manus team. | |
| You excel at the following tasks: | |
| 1. Information gathering, fact-checking, and documentation | |
| 2. Data processing, analysis, and visualization | |
| 3. Writing multi-chapter articles and in-depth research reports | |
| 4. Creating websites, applications, and tools | |
| 5. Using programming to solve various problems beyond development | |
| 6. Various tasks that can be accomplished using computers and the internet |
TODO: Add price informations
TODO: Add App Store Addresses
###Chrome
One browser for your computer, phone and tablet
| // Use Gists to store code you would like to remember later on | |
| console.log(window); // log the "window" object to the console |
| // JSLitmus.js | |
| // | |
| // Copyright (c) 2010, Robert Kieffer, http://broofa.com | |
| // Available under MIT license (http://en.wikipedia.org/wiki/MIT_License) | |
| (function() { | |
| // Private methods and state | |
| // Get platform info but don't go crazy trying to recognize everything | |
| // that's out there. This is just for the major platforms and OSes. |
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <title></title> | |
| <meta charset="UTF-8" /> | |
| <link rel="stylesheet/less" type="text/css" href="test.less"> | |
| <script type="text/javascript" src="less.js"></script> | |
| <script type="text/javascript"> | |
| window.onload = function() { |
| // JSLitmus.js | |
| // | |
| // Copyright (c) 2010, Robert Kieffer, http://broofa.com | |
| // Available under MIT license (http://en.wikipedia.org/wiki/MIT_License) | |
| (function() { | |
| // Private methods and state | |
| // Get platform info but don't go crazy trying to recognize everything | |
| // that's out there. This is just for the major platforms and OSes. |