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
Mr. Martin sang "On the Banks of the Ohio". Martin followed this with "The House of the Rising Sun." When he sings folk songs, Ms. Gerard and Ms. Dickens usually sing along, but at last night's performance they seemed absent while the tragic ballads were sung. | |
#################### | |
Match the titles “Mr.” and “Ms.”. | |
Find all conjugations and tenses of “sing”. | |
Find all places where more than one space follows punctuation. | |
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/bin/env ruby | |
# | |
# Gridify draws a grid on images, producing a .grid image | |
# gridify.rb <pixels> <color> <file1> <file2> <file3> ... | |
# | |
# Dependencies: | |
# ruby | |
# rubygems | |
# ImageMagick | |
# RMagick gem |
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
{ "created_at" : "2012-09-07T13:07:33Z", | |
"default_zoom" : 1.5, | |
"description" : "A template for transcribing GR images from eighteenth-century register", | |
"display_width" : 800, | |
"entities" : [ { "bounds" : [ ], | |
"created_at" : "2012-09-07T13:09:48Z", | |
"description" : "Baptism Record", | |
"fields" : [ { "entity_id" : null, | |
"field_key" : "date", | |
"id" : "5049f2038ebe6115b0000011", |
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
{"transcription"=>{ | |
"annotations"=>{ | |
"0"=>{ | |
"kind"=>"Baptism", | |
"data"=>{ | |
"date"=>"1752-03-06", | |
"first_name"=>"Francis", | |
"father_first_name"=>"Francis", "father_last_name"=>"Pearson", | |
"mother_first_name"=>"Elizabeth", | |
"mother_last_name"=>"Pearson", |
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
BRUMFIELD FAMILY HISTORY Blanford T. Anderson | |
Chatham, VA 24531 | |
1607 James Brumfield (a boy of 17) came with Capt. John Smith to Jamestown. | |
1635-45 Richard Buck emigrated with Gates in 1610. His widow married John | |
Burrows, then John Bromfield, on of Bridget (Buck, Burrows) Brumfield's | |
daughters married Sgt. Crumps. | |
March 1634/55 Mrs. Bridget Brumfield was a guardian of the children of | |
Richard Buck. |
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
{ | |
"_id" : ObjectId("519697088ebe6117cb000001"), | |
"first_name" : "james", | |
"last_name" : "brumfield", | |
"fuzzy" : false, | |
"inclusive" : false | |
} | |
{ | |
"_id" : ObjectId("519765248ebe6117cb000003"), | |
"first_name" : "James", |
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
{ | |
"ts" : ISODate("2013-05-18T14:24:26.987Z"), | |
"op" : "command", | |
"ns" : "mv_20130513.$cmd", | |
"command" : { | |
"count" : "search_records", | |
"query" : { | |
"record_type" : "ma", | |
"chapman_code" : "LIN", | |
"primary_names" : { |
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
Privately baptized: Recd. Into Church 2 Nov 1788. | |
Mary, d. Of John Lamb, junr., & Ann his wife. | |
Pauper. | |
Was privately baptized. | |
Illegitimate Daugr Of. | |
Was privately baptiz'd: Recd. Into ye Church 7 Sep 1788. | |
Elizabeth was a Servant. | |
Baptized 23rd Buried This Day. | |
Was born the 9 Dec 1785.. | |
In the poor house. |
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
// > db.search_records.getIndexes(); | |
[ | |
{ | |
"v" : 1, | |
"key" : { | |
"_id" : 1 | |
}, | |
"ns" : "mv_20130513.search_records", | |
"name" : "_id_" | |
}, |
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
// This appears to only contain pagination for "John Brimble" while a long-running test query was running, so is of dubious use | |
// > db.system.profile.find( { op: { $ne : 'command' }, millis : { $gt : 5 }, ns: 'mv_20130513.search_records' } ).sort({millis:-1}).pretty() | |
{ | |
"ts" : ISODate("2013-05-26T17:20:15.140Z"), | |
"op" : "query", | |
"ns" : "mv_20130513.search_records", | |
"query" : { | |
"inclusive_names.last_name" : /\s(OR|or)\s/ | |
}, |
OlderNewer