- download visualStudioCode from here
- open PDE file
- [Ctrl + Shift + P] and type
task - select
Tasks : Configure Task Runner - replace with below
{
"version": "0.1.0",
"command": "processing-java",
"isShellCommand": true,
| void ofApp::setup() { | |
| camWidth = 1280; | |
| camHeight = 800; | |
| cam.initGrabber(camWidth, camHeight); | |
| tracker.setup(); | |
| camImg.allocate(camWidth, camHeight, OF_IMAGE_COLOR); // ofImage camImg - full size | |
| copiedImg.allocate(camWidth/2, camHeight/2, OF_IMAGE_COLOR); // ofImage copiedImg - half size | |
| fbo.allocate(camWidth/2, camHeight/2); // ofFbo fbo - half size |
| const int numReadings = 10; | |
| int readings[numReadings]; // the readings from the analog input | |
| int readIndex = 0; // the index of the current reading | |
| int total = 0; // the running total | |
| int average = 0; // the average | |
| int inputPin = A0; | |
| int distance; |
taskTasks : Configure Task Runner{
"version": "0.1.0",
"command": "processing-java",
"isShellCommand": true,
| /* | |
| ofVec3f lastAccel; | |
| ofVec3f speed; | |
| ofVec3f lastSpeed; | |
| ofVec3f distance; | |
| ofVec3f lastDistance; | |
| ofVec3f gyro, lastGyro; |
| // original | |
| std::list<std::pair<int,double> > nbors; | |
| std::list<std::pair<int,double> >::iterator iter; | |
| //find 'k' closest neighbors of testpoint | |
| double x, y, xT, yT, dist; | |
| // SEARCHING FOR BLOBS | |
| for(int i=0; i < newBlobs->nBlobs; i++){ | |
| x = newBlobs->blobs[i].centroid.x; |
| { | |
| "configurations": [ | |
| { | |
| "name": "Mac", | |
| "includePath": [ | |
| "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1", | |
| "/usr/local/include", | |
| "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/8.1.0/include", | |
| "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include", | |
| "/usr/include", |
usually I work with thinkpad laptop. which has trackpoint and trackpad.
eagle has no pan command. by default, panning needs mouse wheel.
but usually I don't use it. i prefer trackpoint. that's why love thinkpad laptop.
c:\Users\_yourUserName_\AppData\Roaming\Eagle\setrtings\9.6.2\eaglerc~/.local/share/Eagle/settings/9.3.1/eaglerc
9.3.1 to installed eagle versionํฉ์ด์ง๋ ๋น
'ํฉ์ด์ง๋ ๋น, ๋ฏธ๋๋ฌ์ง๋ ์๋ฆฌ'๋ ์จ๋, ํํฅ, ํ์, ์ต๋ ๋ฑ ์์ธ๊ณผ ํ์ฐฝ์ ๋ ์จ ์ ๋ณด๋ฅผ ๋น๊ณผ ์๋ฆฌ์ ์ ํธ๋ก ์นํํด ๋ณดํ์๋ค์ด ๊ณต๊ฐ๊ฐ์ ๊ฒฝํ์ ํตํด ์์ฐ์ ์๋ฆ๋ค์์ ๋๋์ ์๋๋ก ํ์๋ค. ๊น๋ค์, ์ด๋ํ, ํซ์ฐ ํ์์ด๋ฆฌ๊ฐ ์ฐธ์ฌํ๋ค.
์์ธ๋ก7017 ์์ 2018๋ 2์ 28์ผ๊น์ง ๋งค์ผ ์คํ 5:30๋ถํฐ ์คํ 11์ ์ฌ์ด์ ์์ฐ๋๋ค.