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
xinput set-button-map "PixArt Dell MS116 USB Optical Mouse" 1 0 3 4 5 6 7 |
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
#include <armadillo> | |
using namespace arma { | |
vec v_twist = vec6({twist.linear.x, twist.linear.y, twist.linear.z, twist.angular.x, twist.angular.y, twist.angular.z}); | |
// hasDuplicate | |
vec tmp = unique(v_twist); | |
if(size(tmp) != size(v_twist)) | |
{ | |
v_twist.zeros(); |
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
<table> | |
<tbody> | |
<tr> | |
<td><img src="https://www.etsmtl.ca/getmedia/48e82f0a-4f4e-4481-9114-c85faca1ffa7/capra-ets?width=160&height=160&ext=.jpg)" alt="capra-logo" width="160" height="160" /></td> | |
<td> | |
<table> | |
<tbody> | |
<tr> | |
<td><strong>Alexandre Francoeur | Capitaine</strong></td> | |
</tr> |
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 bash | |
timedatectl set-local-rtc 1 |
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
# If you come from bash you might have to change your $PATH. | |
# export PATH=$HOME/bin:/usr/local/bin:$PATH | |
# Path to your oh-my-zsh installation. | |
export ZSH="/home/alex/.oh-my-zsh" | |
# Path to CLion | |
# alias CLion="/home/alex/Apps/clion-2018.3.4/bin/clion.sh" | |
# Set name of the theme to load --- if set to "random", it will |