Doom 2016 Music:
Now doing all gephex development in https://github.com/lucasw/gephex, that supersedes everything below.
git clone https://github.com/ChristianFrisson/gephex.git
cd gephex
./bootstrap.sh
cd ..
mkdir
../gephex/configure --prefix=$HOME/other/install --with-qt-libdir=/usr/share/qt4/lib --with-qt-bindir=/usr/share/qt4/bin --with-qt-incdir=/usr/share/qt4/include
https://github.com/FluXy/SMC/tree/master/smc
http://www.secretmaryo.org/wiki/index.php?title=Compiling_from_Tarball
sudo apt install libcegui-mk2-dev
./autogen.sh
./configure
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
#!/bin/bash | |
# provide input.bag output_prefix time_fraction (0.0-1.0) | |
echo $1, $2, $3 | |
t0=`rosbag info -y -k start $1` | |
t1=`rosbag info -y -k end $1` | |
tfr=`echo "$t0 + ($t1 - $t0) * $3" | bc -l` | |
echo $t0, $t1, $tfr | |
# thalf=`echo "($(rosbag info -y -k start output.bag) + $(rosbag info -y -k end output.bag))/2.0" | bc -l` | |
rosbag filter $1 $2_a.bag "t.secs <= $tfr" | |
rosbag filter $1 $2_b.bag "t.secs > $tfr" |
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
#!/usr/bin/env python | |
# PointCloud2 color cube | |
# https://answers.ros.org/question/289576/understanding-the-bytes-in-a-pcl2-message/ | |
import rospy | |
import struct | |
from sensor_msgs import point_cloud2 | |
from sensor_msgs.msg import PointCloud2, PointField | |
from std_msgs.msg import Header |
Did a lot of projects a few years ago in CreateJS EaselJS:
scroll limit
vi ~/.tmux.conf
set-option -g history-limit 3000
https://gist.github.com/CristinaSolana/1885435
git remote add upstream git://github.com/ros-visualization/qt_gui_core.git
git fetch upstream
git pull upstream kinetic-devel
git push
GOG installer leaves a desktop icon, and the game runs fine once clicked on but the resolution makes the window tiny and the mouse is permanently locked in focus.
cd ~/.wine/drive_c/GOG Games/HoMM 2 Gold
dosbox .
imgmount d homm2.inst -t iso -fs iso
heroes2.exe
But it crashes on first sleep.