Skip to content

Instantly share code, notes, and snippets.

View RobertoD91's full-sized avatar

Roberto RobertoD91

View GitHub Profile
USB. Debug enabled. MSRC firmware version 1.2.2
USB (100)
Smart ESC (224) < 0xA6 0x80 0x16 0x21 0xC 0x0 0x5 0x55 0x70 0x20 0x45 0x6C 0x65 0x76 0x20 0x20 0x20 0x20 0x20 0x20 0xCB 0x9B
Smart ESC (130) > 0xA6 0xCD 0x12 0x0 0x40 0x64 0x0 0x0 0x41 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x1 0x50
Smart ESC (130) < 0xA6 0x80 0x16 0x21 0x20 0x0 0x0 0x0 0x5 0xE9 0x1 0x5E 0x0 0x0 0xFF 0xFF 0xFF 0xFF 0x0 0x0 0x82 0x77
Smart ESC (122) < Rpm: 0 Volt: 15.13 Curr: 0.00 TempFet: 35 TempBec: 0 Vbec: 0.0 Cbec: 0.0
Smart ESC (110) > 0xA6 0xCD 0x12 0x0 0x40 0x64 0x0 0x0 0x41 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x1 0x50
Smart ESC (110) < 0xA6 0x80 0x16 0x21 0xC 0x0 0x6 0x4C 0x65 0x66 0x74 0x20 0x41 0x69 0x6C 0x65 0x20 0x20 0x20 0x20 0x20 0x29
Smart ESC (110) > 0xA6 0xCD 0x12 0x0 0x40 0x64 0x0 0x0 0x41 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x1 0x50
@RobertoD91
RobertoD91 / # gazebo11 - 2024-04-12_17-41-01.txt
Created April 12, 2024 15:42
gazebo11 (osrf/simulation/gazebo11) on macOS 14.4 - Homebrew build logs
Homebrew build logs for osrf/simulation/gazebo11 on macOS 14.4
Build date: 2024-04-12 17:41:01
30€ oculus store for new activation
https://www.oculus.com/referrals/link/RobertoD91/
# pre installed
ssh-keygen -D /usr/lib/ssh-keychain.dylib
# with opensc
ssh-keygen -D /usr/local/lib/opensc-pkcs11.so
password for ArubaKey.zip of ArubaKeyInstaller.dmg
akpswzip
{
"config": {
"chainId": 112,
"homesteadBlock": 0,
"eip150Block": 0,
"eip150Hash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"eip155Block": 0,
"eip158Block": 0,
"byzantiumBlock": 0,
"constantinopleBlock": 0,

Keybase proof

I hereby claim:

  • I am robertod91 on github.
  • I am robertod91 (https://keybase.io/robertod91) on keybase.
  • I have a public key ASBs0nhg308J1uuqcFBUti5xvXSmKVY4VblL_donrvGUzQo

To claim this, I am signing this object:

# Istruzioni installazione DSP - testate in Ubuntu 18.04 in vmware
# solo su vmware
#sudo apt install open-vm-tools-desktop open-vm-tools
#consigliati
sudo apt install -y openssh-server tmate tmux
# essenziali
sudo apt install -y build-essential git screen
@RobertoD91
RobertoD91 / hstr-kali1
Last active April 11, 2020 15:23
hstr kali workaroud libreadline 8
#!/bin/bash
## build hstr on kali
set -e
cd ~
git clone https://github.com/dvorka/hstr.git
cd hstr/
sudo apt install automake autoconf pkg-config gcc make libncursesw5-dev libreadline-dev
# autotools not avarable in kali
@RobertoD91
RobertoD91 / test_medium.swift
Created April 2, 2020 16:56
test medium swift
import UIKit
class ViewController: UIViewController {
override func viewDidLoad() {
super.viewDidLoad()
// Do any additional setup after loading the view, typically from a nib.
}
@IBAction func showMessage(sender: UIButton) {