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
#!/bin/bash | |
# bail out on any failure, we do not want a bad archive | |
set -e | |
die() { | |
set +x | |
echo >&2 "$@" | |
usage | |
exit 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
from __future__ import print_function | |
import math | |
try: input = raw_input | |
except NameError: pass | |
# | |
# Next Steps | |
# * Compute HP loss or gain based on Barometric Pressure and Temperature | |
# * Can I make an estimate of manifold vacuum at wide open throttle |
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
#!/usr/bin/env perl | |
use strict; | |
use warnings; | |
use Env; | |
if ($^O eq "MSWin32") { | |
print join($/, split(/;/, $PATH)), "\n"; | |
} else { | |
print join($/, split(/:/, $PATH)), "\n"; | |
} |
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
#!/usr/bin/env perl | |
use lib 'r:/tools/PerlScripts/lib'; | |
use lib '/Users/edt/jnk/perlmodules'; | |
use lib '/home/edt/jnk/perlmodules'; | |
use Cwd 'realpath'; | |
use Getopt::Long; | |
use Pod::Usage; | |
use File::Basename; | |
use File::Compare; |
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
Displacement Tab Order Version: 0.02 | |
------------------------------ | |
This file should not be included in the Codea project. | |
#cDisplacement | |
#Dialog | |
#Displacement | |
#Input | |
#Main |
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
--# Main | |
--Displacement Single Install | |
--Installer created by @Briarfox | |
--- This will pull the Displacement project into Codea for you | |
-- Instructions: | |
-- * Create a new project in Codea named Displacement If you chose another name please change the variable Below | |
--This is case sensitive | |
ProjectName = "Displacement" | |
-- * Paste this into the Main (not from the raw view, as iSafari will escape special characters) |
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
Displacement |
NewerOlder