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
/* * * * * * * * * * * * * * * * * | |
* Process-Scheduling Simulator * | |
* Copyright (c) 2008 * | |
* Kevin Gisi * | |
* MIT License * | |
* * * * * * * * * * * * * * * * */ | |
/* Abstract | |
* This script provides a menu for determining which | |
* scheduling algorithm to use, and then prompts the | |
* user for an input file of processes. Statistics are |
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
require 'net/http' | |
require 'rubygems' | |
require 'xmlsimple' | |
PROJECT_ID = something | |
TOKEN = something | |
HOST = "www.pivotaltracker.com" | |
URL = "/services/v2/projects/#{PROJECT_ID}/stories" |
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 | |
VERSION="0.0.1" | |
echo "=================" | |
echo "Spurs v$VERSION" | |
echo "<[email protected]>" | |
echo "=================" | |
if [ "$(id -u)" != "0" ]; then |
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
Feature: Advanced scripting | |
As a My script writer | |
I want to nest tasks inside of questions | |
So I can respond dynamically to the user's needs | |
@aruba_interactive | |
Scenario: Nesting questions | |
Given a file named "yes.template" with: | |
""" |
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
<div class="gist" data-id="430931" data-file='aruba_example.feature'> | |
<!-- Content in case JavaScript is disabled --> | |
</div> |
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
<div class='gist' data-id='430931' data-file='aruba_example.feature'> | |
<!-- Content when JavaScript is disabled --> | |
</div> |
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
<div class='gist' data-id='430931' data-file='aruba_example.feature'> | |
<!-- Content when JavaScript is disabled --> | |
</div> |
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" encoding="UTF-8"?> | |
<!DOCTYPE plist PUBLIC "-//Apple/DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
<plist version="1.0"> | |
<dict> | |
<key>CFBundleIconFile</key> | |
<string>intridea.icns</string> | |
<key>CFBundleExecutable</key> | |
<string>intridea_presently.sh</string> |
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
*.swp |
OlderNewer