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
| BEFORE | |
| startWord: 1111111111110101101010010001110100000000000000000000000000000000 | |
| endWord: 1111001100100011100100100000000000000000000000000000000000000000 | |
| AFTER | |
| startWord: 0000000000000000000000000000000000000000010010011100010011001111 | |
| endWord: 0000000000000000000000000000000010111000100101011010111111111111 | |
| BEFORE | |
| startWord: 0000000000000000000000000000000000000000000000000000000000000000 | |
| endWord: 0000000000000000000000000000000000000000000000000000000000000000 |
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
| diff --git a/whoweare.html b/whoweare.html | |
| index da7251b..48ab9e9 100644 | |
| --- a/whoweare.html | |
| +++ b/whoweare.html | |
| @@ -217,15 +217,6 @@ img.emoji { | |
| </div> | |
| <div class="member bg-white"> | |
| <div class="inner clearfix"> | |
| - <img src="http://itsjusth.com/wp-content/uploads/2016/11/IMG_0378.jpg" class="profile-pic"> | |
| - <div class="member-meta"> |
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
| diff --git a/index.html b/index.html | |
| index 121df15..be7925a 100644 | |
| --- a/index.html | |
| +++ b/index.html | |
| @@ -66,7 +66,7 @@ img.emoji { | |
| <div class="bg"> | |
| <div class="full-video"> | |
| - <video src="https://player.vimeo.com/external/191243752.sd.mp4?s=5642af57e84af5fe27136ee5d2c04a92def46c55&profile_id=165" data-width="1920" data-height="1080" autoplay loop muted></video> | |
| + <video src="https://player.vimeo.com/external/191243752.sd.mp4?s=5642af57e84af5fe27136ee5d2c04a92def46c55&profile_id=165" data-width="1920" data-height="1080" autoplay loop muted playsinline></video> |
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
| diff --git a/index.html b/index.html | |
| index be7925a..121df15 100644 | |
| --- a/index.html | |
| +++ b/index.html | |
| @@ -66,7 +66,7 @@ img.emoji { | |
| <div class="bg"> | |
| <div class="full-video"> | |
| - <video src="https://player.vimeo.com/external/191243752.sd.mp4?s=5642af57e84af5fe27136ee5d2c04a92def46c55&profile_id=165" data-width="1920" data-height="1080" autoplay loop muted playsinline></video> | |
| + <video src="https://player.vimeo.com/external/191243752.sd.mp4?s=5642af57e84af5fe27136ee5d2c04a92def46c55&profile_id=165" data-width="1920" data-height="1080" autoplay loop muted></video> |
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
| <div class="bg"> | |
| <div class="full-video"> | |
| <video src="https://player.vimeo.com/external/191243752.sd.mp4?s=5642af57e84af5fe27136ee5d2c04a92def46c55&profile_id=165" data-width="1920" data-height="1080" autoplay loop muted></video> | |
| </div> | |
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
| ddQVTKWidgetView::ddQVTKWidgetView(QWidget* parent) : ddViewBase(parent) | |
| { | |
| this->Internal = new ddInternal; | |
| QVBoxLayout* layout = new QVBoxLayout(this); | |
| layout->setMargin(0); | |
| this->Internal->VTKWidget = new QVTKWidget; | |
| layout->addWidget(this->Internal->VTKWidget); | |
| this->Internal->VTKWidget->SetUseTDx(true); |
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
| visualization_msgs::Marker marker; | |
| marker.header.frame_id = "ortho_body"; | |
| marker.header.stamp = ros::Time::now(); | |
| marker.ns = "my_namespace"; | |
| marker.id = 0; | |
| marker.type = visualization_msgs::Marker::SPHERE; | |
| marker.action = visualization_msgs::Marker::ADD; | |
| marker.pose.position.x = carrot_ortho_body_frame(0); | |
| marker.pose.position.y = carrot_ortho_body_frame(1); | |
| marker.pose.position.z = carrot_ortho_body_frame(2); |
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
| homedir = pwd; | |
| %cd('..') | |
| fcn_dir = pwd; | |
| bdir = [fcn_dir '/test_data/20160724215547_11f03_az_PL']; | |
| idir = [fcn_dir '/test_data/fly1_11f03_CL']; | |
| syncdir = [fcn_dir '/test_data/fly1_11f03_CL']; | |
| ref_img = []; |
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
| homedir = pwd; | |
| %cd('..') | |
| fcn_dir = pwd; | |
| bdir = [fcn_dir '/test_data/20160724215547_11f03_az_PL']; | |
| idir = [fcn_dir '/test_data/fly1_11f03_CL']; | |
| syncdir = [fcn_dir '/test_data/fly1_11f03_CL']; | |
| ref_img = []; |
NewerOlder