Original Timestamp: 2014-01-26 21:58:04.803373
Original Timestamp: 2014-01-26 21:58:04.803373 Second test!!
Original Timestamp: 2014-01-26 21:58:04.803373 Second test!!
Original Timestamp: 2014-02-06 00:09:18.512687 Get going quick – coding for MineCraft on FreeBSD10 # mkdir mineDev # cd mineDev # mkdir craftbukkit # pkg install netbeans *you can accomplish this different ways – this is the newest / easiest (instal # fetch http://dl.bukkit.org/downloads/craftbukkit/get/02389_1.6.4-R2.0/craftbuk # fetch http://apache.mirrors.tds.net/maven/maven-3/3.1.1/binaries/apache-maven- # mv craftbukkit.jar craftbukkit # tar -xf apache-maven-3.1.1.bin.tar.gz #[…]
Original Timestamp: 2014-02-18 20:48:13.659576 From: http://stackoverflow.com/questions/7108193/frequently-repeated-try-except-in-python …The best way to abstract exception handling is with a context manager: from contextlib import contextmanager @contextmanager def common_handling(): try: yield finally: # whatever your common handling is then: with common_handling(): os.remove(‘/my/file’) with common_handling(): os.chmod(‘/other/file’, 0700)
Original Timestamp: 2014-01-26 22:04:56.656605 Fifth Post
Original Timestamp: 2014-01-26 22:02:58.632113 unauth EDIT@@@!!!
Original Timestamp: 2014-02-24 05:55:24.274556 Worked tonight to get social media updated when I update the blog. Python makes this super easy… I’ll hopefully get around to writing a lenghtly post about how… (I’d like to do my domain justice and actually explain how) but I’m tired.