start new:
tmux
start new with session name:
tmux new -s myname
| colcon build --event-handlers desktop_notification- status- --cmake-args -DCMAKE_BUILD_TYPE=Release | |
| Starting >>> geometric_shapes | |
| Starting >>> moveit_msgs | |
| Starting >>> srdfdom | |
| Starting >>> moveit_common | |
| Starting >>> ros2_control_test_assets | |
| Starting >>> controller_manager_msgs | |
| Starting >>> warehouse_ros | |
| Starting >>> moveit_resources_panda_description | |
| Finished <<< moveit_common [1.55s] |
| #!/usr/bin/env python | |
| """ Short description of this Python module. | |
| Longer description of this module. | |
| This program is free software: you can redistribute it and/or modify it under | |
| the terms of the GNU General Public License as published by the Free Software | |
| Foundation, either version 3 of the License, or (at your option) any later | |
| version. |
| from __future__ import print_function | |
| import sys | |
| import json | |
| """hangoutsparser.py | |
| 2018 Salvatore La Bua slabua(at)gmail.com | |
| Parse chat messages from Hangouts.json dictionary, | |
| filtering by given gaia_id, and output them on stdout | |
| in plain text format, one message per line. |
| #!/bin/bash | |
| # | |
| # SubRip Text (SRT) Subtitle fixer script. | |
| # 2018 Salvatore La Bua slabua(at)gmail.com | |
| # | |
| # This script converts subtitle files where any multiple-lined subtitle to | |
| # appear on the screen at the same time is represented by the following | |
| # template: | |
| # | |
| # <line number 1> |
| #!/bin/bash | |
| # | |
| # Version 1.4 | |
| # | |
| # twrp.sh -- a TWRP compatible backup script for your computer | |
| # Brought to you by inhies | |
| # | |
| # This script creates TWRP compatible backups over usb using adb and magikz | |
| # By default it makes a folder in the standard TWRP date--time format (I think) | |
| # To restore these backups, place the folder in /sdcard/TWRP/BACKUPS/<serialnumber>/ |