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 "pd_pwm.h" | |
| /* ============================================================================================== | |
| // Configuration | |
| ============================================================================================== */ | |
| void Encoder_Configuration(void) | |
| { | |
| GPIO_InitTypeDef GPIO_InitStructure; | |
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
| 1. make profile like `sudo vi /etc/NetworkManager/system-connections/custom_wlan` | |
| 2. password-flag = 1 -> password = yourpasswd |
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
| sudo mv /etc/init/lightdm.conf /etc/init/lightdm.conf.disabled |
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
| LIBGL_ALWAYS_SOFTWARE=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
| dd if=/dev/sda | gzip -c > backupimage.img | |
| dd if=/dev/mmcblk0 | gzip -c | ssh user@remote.host dd of=backup.img | |
| from http://www.reddit.com/r/linux/comments/22pbqq/how_do_i_backup_an_odroidu3_xubuntu_arm_storage/ |
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
| /home/galch/g2o/g2o/stuff/sampler.h:30:22: fatal error: Eigen/Core: 그런 파일이나 디렉터리가 없습니다 | |
| #include <Eigen/Core> | |
| http://stackoverflow.com/questions/23034477/c-cmake-throwing-error | |
| edit CMakeLists.txt in /g2o | |
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
| http://www.ciencia-explicada.com/2014/12/ros-how-to-develop-catkin-packages-from-an-ide.html |
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
| set nocompatible | |
| " set the runtime path to include Vundle and initialize | |
| set rtp+=~/.vim/bundle/Vundle.vim | |
| call vundle#begin() | |
| Plugin 'gmarik/Vundle.vim' | |
| Plugin 'tpope/vim-fugitive' | |
| Plugin 'L9' | |
| Plugin 'git://git.wincent.com/command-t.git' |
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 | |
| # | |
| # Watch current directory (recursively) for file changes, and execute | |
| # a command when a file or directory is created, modified or deleted. | |
| # | |
| # Written by: Senko Rasic <senko.rasic@dobarkod.hr> | |
| # | |
| # Requires Linux, bash and inotifywait (from inotify-tools package). | |
| # | |
| # To avoid executing the command multiple times when a sequence of |
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
| INDEX | |
| ----- | |
| - BUILD IT YOURSELF | |
| - BUILD THE AUDIO SERVICE | |
| - BUILDING FOR ANDROID | |
| - INSTALL WITHOUT BUILDING | |
| BUILD IT YOURSELF | |
| ----------------- |
OlderNewer