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
#!/usr/bin/env ruby | |
# | |
# Convert blogger (blogspot) posts to jekyll posts | |
# | |
# Basic Usage | |
# ----------- | |
# | |
# ./blogger_to_jekyll.rb feed_url | |
# | |
# where `feed_url` can have the following format: |
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
radiusOfMotorShape = 2.5; | |
radiusOfLinkToMotor = radiusOfMotorShape + 1; | |
radiusOfHoleInTheMiddleOfBigPlatform = radiusOfLinkToMotor + 1; | |
radiusOfScrewToFixToMotor = 1.5; | |
// See: http://www.tid-inox.com/visserie/934a4,41.html | |
// M3 | |
ePartOfTheThingToCatch = 6.01; | |
m = 3; | |
diameterOfLittleHole = (ePartOfTheThingToCatch) + 0.3; | |
diameterOfBigHole = diameterOfLittleHole + 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
VERSION BUILD=8070701 RECORDER=CR | |
URL GOTO=http://www.clodogame.fr/overview/ | |
TAG POS=2 TYPE=SPAN ATTR=TXT:Actions | |
WAIT SECONDS=3 | |
TAG POS=1 TYPE=INPUT:BUTTON ATTR=NAME:Submit2 | |
WAIT SECONDS=600 | |
URL GOTO=http://www.clodogame.fr/overview/ | |
TAG POS=2 TYPE=SPAN ATTR=TXT:Actions | |
WAIT SECONDS=3 | |
TAG POS=1 TYPE=INPUT:SUBMIT ATTR=NAME:Submit2 |
NewerOlder