Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 random | |
import time | |
peeps = [u'Person A', u'Person B', u'Person C'] | |
thema = [u'Unterschied Benziner/Diesel', | |
u'Zweikreisbremsanlage mit ABS', | |
u'Betriebsmittel und Umweltgefahren', | |
u'X', | |
u'Y'] |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 string | |
letter = string.ascii_uppercase | |
def num2excelcolumn(n): | |
''' | |
letter for the corresponding column | |
''' | |
if not isinstance(n, int): | |
raise Exception('Spalte kann nur ganze Zahl sein') | |
if n<27: | |
return letter[n-1] |
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
l=1; | |
ecken = {'Geld', 'Zeit', 'Kind', 'Ruhm+Ehre'}; | |
%% Base | |
% | |
x=0; | |
y=1; | |
z=l; | |
for a = 0:120:360 | |
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
#Audio Normalize and YouTube Optimization with ffmpeg: | |
#Get the max volume of your out.ogv with: | |
ffmpeg -i out.ogv -af "volumedetect" -f null /dev/null | |
#then level up with the value you have under max-vol and prepare the stream for YouTube, e.g.: | |
ffmpeg -i out.ogv -c:v libx264 -preset fast -crf 18 -af "volume=13dB" -c:a aac -q:a 5 -pix_fmt yuv420p -strict -2 test.mp4 |
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
<?xml version="1.0"?> | |
<robot name="Multicar"> | |
<link name="base_link"> | |
<visual> | |
<geometry> | |
<cylinder length="0" radius="0"/> | |
</geometry> | |
<origin xyz="0 0 0" rpy="0 0 0" /> | |
</visual> |
We can't make this file beautiful and searchable because it's too large.
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
loggingTime,loggingSample,locationTimestamp_since1970,locationLatitude,locationLongitude,locationAltitude,locationSpeed,locationCourse,locationVerticalAccuracy,locationHorizontalAccuracy,locationFloor,locationHeadingTimestamp_since1970,locationHeadingX,locationHeadingY,locationHeadingZ,locationTrueHeading,locationMagneticHeading,locationHeadingAccuracy,accelerometerTimestamp_sinceReboot,accelerometerAccelerationX,accelerometerAccelerationY,accelerometerAccelerationZ,gyroTimestamp_sinceReboot,gyroRotationX,gyroRotationY,gyroRotationZ,motionTimestamp_sinceReboot,motionYaw,motionRoll,motionPitch,motionRotationRateX,motionRotationRateY,motionRotationRateZ,motionUserAccelerationX,motionUserAccelerationY,motionUserAccelerationZ,motionAttitudeReferenceFrame,motionQuaternionX,motionQuaternionY,motionQuaternionZ,motionQuaternionW,motionGravityX,motionGravityY,motionGravityZ,motionMagneticFieldX,motionMagneticFieldY,motionMagneticFieldZ,motionMagneticFieldCalibrationAccuracy,activityTimestamp_sinceReboot,activity,activ |
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
# n [1/min] | P [kW] | |
---|---|---|
250.0 | 3.0 | |
260.0 | 3.2 | |
270.0 | 3.4 | |
280.0 | 3.6 | |
290.0 | 3.8 | |
300.0 | 4.1 | |
310.0 | 4.3 | |
320.0 | 4.5 | |
330.0 | 4.8 |