View subreddits
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
3Dprinting | |
AbandonedPorn | |
accidentalswastika | |
Aliexpress | |
alphabet | |
Amish | |
Android | |
AndroidMasterRace | |
AndroidPreviews | |
AnimalTextGifs |
View dolphin.ini
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
[ActionReplay] | |
[ActionReplay_Enabled] | |
[Core] | |
CPUThread = True | |
GFXBackend = Vulkan | |
CPUCore = 4 | |
FPRF = False | |
DSPHLE = True | |
EmulationSpeed = 1.0 | |
OverclockEnable = True |
View biomech
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
import sympy | |
from sympy import symbols, init_printing | |
import sympy.physics.mechanics as me | |
init_printing() | |
import matplotlib.pyplot as plt | |
import numpy as np | |
from pydy.system import System | |
from numpy import linspace |
View CMakeLists.txt
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
cmake_minimum_required(VERSION 2.8.3) | |
project(pozyx_ros_examples) | |
## Find catkin macros and libraries | |
## if COMPONENTS list like find_package(catkin REQUIRED COMPONENTS xyz) | |
## is used, also find other catkin packages | |
find_package(catkin REQUIRED COMPONENTS | |
roscpp | |
rospy | |
std_msgs |
View New Angle GoPiGo debug
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
New Angle: 0.932483175574 | |
New Angle: 0.877922989769 | |
New Angle: 0.813442770182 | |
New Angle: 0.744002533703 | |
New Angle: 0.65968224655 | |
New Angle: 0.575361959397 | |
New Angle: 0.496001689135 | |
New Angle: 0.406721385091 | |
New Angle: 0.327361114829 | |
New Angle: 0.248000844568 |