I have just added the following blog to the Maia Atlantis feed aggregator:
title = camwsgrads
url = https://camwsgrads.wordpress.com/
description = The official blog of the Graduate Student Issues Committee for the Classical Association of the Middle West and South
feed = https://camwsgrads.wordpress.com/feed/
thoughts and comments across the boundaries of computing, ancient history, epigraphy and geography ... oh, and barbeque, coffee and rockets
SyntaxHighlighter
Thursday, May 28, 2015
Thursday, May 21, 2015
nose.tools
>>> import nose.tools
>>> import pprint
>>> tools = [n for n in dir(nose.tools) if n[0] != '_']
>>> pprint.pprint(tools)
['TimeExpired',
'assert_almost_equal',
'assert_almost_equals',
'assert_dict_contains_subset',
'assert_dict_equal',
'assert_equal',
'assert_equals',
'assert_false',
'assert_greater',
'assert_greater_equal',
'assert_in',
'assert_is',
'assert_is_instance',
'assert_is_none',
'assert_is_not',
'assert_is_not_none',
'assert_items_equal',
'assert_less',
'assert_less_equal',
'assert_list_equal',
'assert_multi_line_equal',
'assert_not_almost_equal',
'assert_not_almost_equals',
'assert_not_equal',
'assert_not_equals',
'assert_not_in',
'assert_not_is_instance',
'assert_not_regexp_matches',
'assert_raises',
'assert_raises_regexp',
'assert_regexp_matches',
'assert_sequence_equal',
'assert_set_equal',
'assert_true',
'assert_tuple_equal',
'eq_',
'istest',
'make_decorator',
'nontrivial',
'nontrivial_all',
'nottest',
'ok_',
'raises',
'set_trace',
'timed',
'trivial',
'trivial_all',
'with_setup']
New in Maia: Kristina Killgrove
I have just added the following two blogs to the Maia Atlantis feed aggregator:
title = Kristina Killgrove (Forbes)
url = http://www.forbes.com/sites/kristinakillgrove/
creators = Kristina Killgrove
description = Kristina Killgrove's stories.
feed = http://www.forbes.com/sites/kristinakillgrove/feed/
title = Powered By Osteons
url = http://www.poweredbyosteons.org/
creators = Kristina Killgrove
feed = http://www.poweredbyosteons.org/feeds/posts/default?alt=rss
I'm embarrassed to admit that Powered By Osteons is only now getting into Maia. I've been impressed with and reading it for a long time; I don't know how I failed to include it previously. My apologies to the author!
title = Kristina Killgrove (Forbes)
url = http://www.forbes.com/sites/kristinakillgrove/
creators = Kristina Killgrove
description = Kristina Killgrove's stories.
feed = http://www.forbes.com/sites/kristinakillgrove/feed/
title = Powered By Osteons
url = http://www.poweredbyosteons.org/
creators = Kristina Killgrove
feed = http://www.poweredbyosteons.org/feeds/posts/default?alt=rss
I'm embarrassed to admit that Powered By Osteons is only now getting into Maia. I've been impressed with and reading it for a long time; I don't know how I failed to include it previously. My apologies to the author!
Wednesday, May 13, 2015
pdftotext
Worth remembering:
$ pdftotext -eol mac -nopgbrk foo.pdf
$ find . -iname *.pdf -exec pdftotext -eol mac -nopgbrk {} \;
Thursday, May 7, 2015
New in Maia: ASOR Syrian Heritage Initiative
title = ASOR Syrian Heritage Initiative
url = http://www.asor-syrianheritage.org/
description = The ASOR Syrian Heritage Initiative implements cultural property protection by: (1) Documenting damage; (2) Promoting global awareness; (3) Planning emergency and post-war responses
feed = http://www.asor-syrianheritage.org/feed/
url = http://www.asor-syrianheritage.org/
description = The ASOR Syrian Heritage Initiative implements cultural property protection by: (1) Documenting damage; (2) Promoting global awareness; (3) Planning emergency and post-war responses
feed = http://www.asor-syrianheritage.org/feed/
Subscribe to:
Posts (Atom)