Skip to content

Instantly share code, notes, and snippets.

View linewx's full-sized avatar

Tao Lai linewx

View GitHub Profile
@linewx
linewx / agent loop
Created May 10, 2025 08:51 — forked from jlia0/agent loop
Manus tools and prompts
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
@linewx
linewx / mac-apps.md
Created November 22, 2017 13:16 — forked from erikreagan/mac-apps.md
Mac developer must-haves

Mac web developer apps

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

@linewx
linewx / Recommanded_mac_apps.md
Created November 22, 2017 13:16 — forked from TreyCai/Recommanded_mac_apps.md
Recommanded Mac OS X Apps
TODO: Add price informations
TODO: Add App Store Addresses

System Tools


###Chrome

One browser for your computer, phone and tablet

@linewx
linewx / 0_reuse_code.js
Created December 14, 2016 00:54
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console
@linewx
linewx / tmux-cheatsheet.markdown
Created February 16, 2016 07:56 — forked from MohamedAlaa/tmux-cheatsheet.markdown
tmux shortcuts & cheatsheet

tmux shortcuts & cheatsheet

start new:

tmux

start new with session name:

tmux new -s myname
@linewx
linewx / JsLitmus.js
Created September 20, 2013 05:08 — forked from zkenda/JsLitmus.js
// 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.
@linewx
linewx / index.htm
Created September 19, 2013 05:03 — forked from hbi99/index.htm
<!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() {
@linewx
linewx / JsLitmus.js
Created September 19, 2013 04:50 — forked from zkenda/JsLitmus.js
// 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.