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
<!-- From /data/holos/current/tmp/demandware_catalog_pimsleur_us_20161214.xml on EY neo-redis server--> | |
<?xml version="1.0"?> | |
<catalog xmlns="http://www.demandware.com/xml/impex/catalog/2006-10-31" catalog-id="pimsleur-products"> | |
<product product-id="9781508227939"> | |
<display-name>Pimsleur Chinese (Mandarin) Levels 1-5 Unlimited Software</display-name> | |
<short-description>Pimsleur. The Art of Conversation. Down to a Science.</short-description> | |
<long-description>Every Level of Pimsleur Chinese (Mandarin) Unlimited contains approximately 15 hours of audio language instruction in 30 daily lessons featuring the proven Pimsleur Method, plus ...<br> <br> • Up to 20 Reading Lessons to introduce you to reading,<br> • 300 digital flash cards allow you to practice, brush up, or review,<br> • And with the Quick Match interactive phrase game, you get 300 questions to challenge you.<br> • 30 Speak Easy conversations allow you to fine-tune conversation |
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
<!-- From /data/holos/current/tmp/demandware_catalog_pimsleur_us_subscriptions_20161214.xml on EY neo-redis server--> | |
<?xml version="1.0"?> | |
<catalog xmlns="http://www.demandware.com/xml/impex/catalog/2006-10-31" catalog-id="pimsleur-products"/> |
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
<!-- From /data/holos/current/tmp/demandware_pricebook_pimsleur_us_20161214.xml on EY neo-redis server--> | |
<?xml version="1.0"?> | |
<pricebooks xmlns="http://www.demandware.com/xml/impex/pricebook/2006-10-31"> | |
<pricebook> | |
<header pricebook-id="pimsleur-purchase-prices-usd"> | |
<currency>USD</currency> | |
<display-name>purchase-prices for pimsleur us</display-name> | |
<online-flag>true</online-flag> | |
</header> |
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
<!-- From data/assets/sftp/onix_archive/Simon_12082016_111721_complete_print_US.xml.tar.gz on EY neo-redis server --> | |
<product> | |
<a001>1508227934</a001> | |
<a002>02</a002> | |
<productidentifier> | |
<b221>02</b221> | |
<b244>1508227934</b244> | |
</productidentifier> | |
<productidentifier> |
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
<!-- From data/assets/sftp/sftp_unds_archive/20161212171141.tar.gz on EY neo-redis server--> | |
<title worktype="pimsleur"> | |
<titlekey>2117174025</titlekey> | |
<titleprefix></titleprefix> | |
<title>Pimsleur Mandarin Chinese Unlimited 1-5</title> | |
<subtitle></subtitle> | |
<titleandtitleprefix>Pimsleur Mandarin Chinese Unlimited 1-5</titleandtitleprefix> | |
<titleprefixandtitle>Pimsleur Mandarin Chinese Unlimited 1-5</titleprefixandtitle> | |
<lastmaintdate>2016-12-12</lastmaintdate> |
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/lib64/ruby/1.8/net/ftp.rb:159:in `initialize' | |
/usr/lib64/ruby/1.8/net/ftp.rb:159:in `open' | |
/usr/lib64/ruby/1.8/net/ftp.rb:159:in `open_socket' | |
/usr/lib64/ruby/1.8/net/ftp.rb:175:in `connect' | |
/usr/lib64/ruby/1.8/monitor.rb:242:in `synchronize' | |
/usr/lib64/ruby/1.8/net/ftp.rb:174:in `connect' | |
/usr/lib64/ruby/1.8/net/ftp.rb:136:in `initialize' | |
/usr/lib64/ruby/1.8/net/ftp.rb:113:in `new' | |
/usr/lib64/ruby/1.8/net/ftp.rb:113:in `open' | |
/data/homeland/releases/20130523161644/app/gateways/power_reviews_gateway.rb:16:in `upload_product_data_file' |
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
NODES = 0..1 | |
LENGTH = 2 | |
INFINITY = 1.0/0 | |
class PriorityQueue < Hash | |
def pop! | |
smallest_pair = self.min{ |a,b| a[1] <=> b[1]} | |
self.delete(smallest_pair[0]) if smallest_pair | |
smallest_pair | |
end |
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
export PATH="/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin:$PATH" | |
export EDITOR='mate -w' | |
function tree { | |
ruby ~/dev/devtools/tree/tree.sh $* | |
} | |
function pair { | |
ruby ~/dev/devtools/pair.rb $* |
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
export PS1='\u: \w\[\033[0;32m\]$(parse_git_branch)\[\e[0m\]$ ' |