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 |
| # Add Docker's official GPG key: | |
| sudo apt-get update | |
| sudo apt-get install ca-certificates curl | |
| sudo install -m 0755 -d /etc/apt/keyrings | |
| sudo curl -fsSL https://download.docker.com/linux/ubuntu/gpg -o /etc/apt/keyrings/docker.asc | |
| sudo chmod a+r /etc/apt/keyrings/docker.asc | |
| # Add the repository to Apt sources: | |
| echo \ | |
| "deb [arch=$(dpkg --print-architecture) signed-by=/etc/apt/keyrings/docker.asc] https://download.docker.com/linux/ubuntu \ |
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 |
| #!/usr/bin/env bash | |
| wget -qO- https://bootstrap.pypa.io/get-pip.py | sudo python |
| // 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. |