Skip to content

Instantly share code, notes, and snippets.

View yeehaa123's full-sized avatar

Jan Hein Hoogstad yeehaa123

View GitHub Profile

This Site

This site is composed of a frontend site that communicates with several services.

The frontend is built in AngularJS running on a static node server.

https://github.com/yeehaa123/codingthehumanities

The services use Sinatra to parse data from external API's and store it in Redis keyvalue stores for fast retrieval.

Dr. Jan Hein Hoogstad

twitter: @yeehaa
email: [email protected]
website: codingthehumanities.com
phone US: +1(415)549-6926
phone NL: +31(6)46177797

Skills

<textblock concept="currentConcept"></textblock>
<menu list="visionConcepts" click-menu-link="setCurrentConcept(concept)"></menu>

Humanities Dimension of our Course

visualization

mapping

interfacing

searching

# Compiled source #
###################
*.com
*.class
*.dll
*.exe
*.o
*.so
# Packages #
#======================================================#
# Boring details
set realname =john
set from = [email protected]
set use_from = yes
set envelope_from ="yes"
set sendmail="/usr/bin/msmtp"
# If not set in environment variables:
set spoolfile = /var/spool/mail/john
# Embedded Researcher Meeting Oct 1st
Center for Digital Humanities
## Best Practices
+ crowdsourcing
+ data preparation and data presentation
Hi Steve,
I also have a Ba and a Ma in Philosophy, so that probably won't help
much.
I did do a lot of programming courses though.
First and foremost, even though, I did not actually finish dev bootcamp (but
became a ta there instead), they are wiling to issue a statement that
"[they] made [me] a TA because of extraordinary capabilities"
.grid-block, .main, .post, .comments li, .comment-form {
background: #fff;
border-radius: 3px;
padding: 10px;
margin-bottom: 10px;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
}
body {
background: #eee;
color: #666666;
Package.describe
summary: "A pattern to display application errors to the user"
Package.on (api, where) ->
api.use(['minimongo', 'mongo-livedata', 'templating'], 'client')
api.add_files(['errors.coffee', 'errors_list.html', 'errors_list.coffee'], 'client')
if (api.export)
api.export('Errors')