virt-manager -c qemu+ssh://$user@$ip/system
This file contains 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
--- Start of Definition of INTO-CPS Association Public License --- | |
/* | |
* This file is part of the INTO-CPS Association. | |
* | |
* Copyright (c) 2017-CurrentYear, INTO-CPS Association (ICA), | |
* c/o Peter Gorm Larsen, Aarhus University, Department of Engineering, | |
* Finlandsgade 22, 8200 Aarhus N, Denmark. | |
* | |
* All rights reserved. |
This file contains 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
/* ======================================================================= *//** | |
* @Component OMAPCONF | |
* @Filename i2cget.c | |
* @Description A user-space program to read an I2C register. | |
* @Copyright GPL | |
*//*======================================================================== */ | |
/* | |
Small example using parts of the below mentioned sources | |
This file contains 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 "Arduino.h" | |
#include <Wire.h> | |
// The code is inspired by the example given at http://dsscircuits.com/articles/arduino-i2c-slave-guide | |
/* | |
* Set right motor speed | |
* i2cset -y 1 0x29 0x04 501 w | |
* Set left motor speed | |
* i2cset -y 1 0x29 0x03 501 w |
This file contains 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
http://www.lfd.uci.edu/~gohlke/pythonlibs/#scipy | |
http://www.lfd.uci.edu/~gohlke/pythonlibs/#numpy |
This file contains 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 | |
#git checkout kel/main | |
#git branch -D DevFactory-release/test-all | |
#git checkout -b DevFactory-release/test-all f871c30fbebd333d5b169bd6b20fd5d7372fce87 | |
test(){ | |
mvn clean package -q -Dmaven.javadoc.skip=true -DexternalTestsPath=/Users/kel/data/overture/externaltests/ -Dmaven.test.redirectTestOutputToFile=true -PWith-IDE | |
} |
use maven property maven.repo.local
:
use it like:
mvn clean install -Dmaven.repo.local=target/repo
# 1. Clone the remote
git clone monster-repository project-repository
# 2. change dir
cd project-repository
# 3. Remove the remote
git remote rm origin