Skip to content

Instantly share code, notes, and snippets.

View mvexel's full-sized avatar

Martijn van Exel mvexel

View GitHub Profile
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Exception in thread Thread-1:
Traceback (most recent call last):
File "/usr/local/Cellar/python/2.7.9/Frameworks/Python.framework/Versions/2.7/lib/python2.7/threading.py", line 810, in __bootstrap_inner
self.run()
File "/Users/martijnv/dev/mapillary_tools/python/upload.py", line 182, in run
upload_file(filepath, **self.params)
File "/Users/martijnv/dev/mapillary_tools/python/upload.py", line 120, in upload_file
response = urllib2.urlopen(request)
File "/usr/local/Cellar/python/2.7.9/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 154, in urlopen
return opener.open(url, data, timeout)

Rethoricaal Orakelboek op Rijm

door W.L. Braekman

Alhoewel de literatuur uit de rederijkerstijd reeds vele decennia het voorwerp is geweest van intense studie, komen toch nog geregeld nieuwe teksten aan het licht. Wel is het gewoonlijk zo dat deze vondsten behoren tot genres of teksttypes die reeds uit andere bronnen goed bekend en vertegenwoordigd zijn. Zeldzaam zijn die vondsten die blijken te behoren tot een type, waarvan tot dan toe niet was geweten dat de rederijkers het hadden beoefend.

Although the literature from the rederijkers era has been studied intensely for decades now, we continue to find new texts. Usually, these are of a type or genre already well known from and represented by other sources. More rarely we find a text of a type we did not know the rederijkers practiced.

*Een dergelijke, didactische tekst van een heel bijzondere soort is ons bewaard gebleven in een volksboek uit de vroege zestiende eeuw. Hij is een unicum in zijn genre en daarom alleen reeds onze aandacht ten volle w

@mvexel
mvexel / noname-delaware.geojson
Last active August 29, 2015 14:10
noname-delaware.geojson
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@mvexel
mvexel / maproulette-tutorial.md
Last active December 2, 2016 15:34
maproulette-tutorial.md

MapRoulette Challenge Tutorial (ßeta)

This tutorial is for MapRoulette 1 which is no longer active. Please see the MapRoulette 2 wiki for up to date documentation.

You have played MapRoulette. You have seen some of the fun challenges. If you are reading this, you are probably thinking: 'I have a great idea for the next MapRoulette challenge!'

maproulette

Great! That is exactly what I am here to explain step by step. So let's get started!

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
$ java -jar ~/Documents/workspace/traffic-trunk/josm-plugins/maproulette/target/maproulette-plugin-0.0.0-SNAPSHOT.jar ~/Downloads/TIGER\ Mismatched\ Ways_0.geojson dev.maproulette.org
> 2014.10.02-10.02.11AM | Information | main | MapRouletteServer | GET http://dev.maproulette.org:80/api/admin/challenge/tiger-mismatch/tasks |
log4j:WARN No appenders could be found for logger (org.apache.http.impl.conn.SingleClientConnManager).
log4j:WARN Please initialize the log4j system properly.
java.lang.NullPointerException
at com.telenav.modules.mapping.geojson.GeoJsonFeature.getTitle(GeoJsonFeature.java:94)
at com.telenav.traffic.josm.plugins.maproulette.Challenge.update(Challenge.java:317)
at com.telenav.traffic.josm.plugins.maproulette.Challenge.synchronize(Challenge.java:251)
at com.telenav.traffic.josm.plugins.maproulette.MapRouletteChallengeLoader.main(MapRouletteChallengeLoader.java:33)
Exception in thread Thread-3:
Traceback (most recent call last):
File "/usr/local/Cellar/python/2.7.8_1/Frameworks/Python.framework/Versions/2.7/lib/python2.7/threading.py", line 810, in __bootstrap_inner
self.run()
File "/Users/martijnv/src/mapillary_tools/python/upload.py", line 182, in run
upload_file(filepath, **self.params)
File "/Users/martijnv/src/mapillary_tools/python/upload.py", line 120, in upload_file
response = urllib2.urlopen(request)
File "/usr/local/Cellar/python/2.7.8_1/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 127, in urlopen
return _opener.open(url, data, timeout)
[100%] Building CXX object src/CMakeFiles/osmium.dir/command_merge_changes.cpp.o
Linking CXX executable osmium
CMakeFiles/osmium.dir/command_apply_changes.cpp.o:(.data+0x0): multiple definition of `OSMPBF::version'
CMakeFiles/osmium.dir/command_fileinfo.cpp.o:(.data+0x0): first defined here
CMakeFiles/osmium.dir/command_cat.cpp.o:(.data+0x0): multiple definition of `OSMPBF::version'
CMakeFiles/osmium.dir/command_fileinfo.cpp.o:(.data+0x0): first defined here
CMakeFiles/osmium.dir/main.cpp.o:(.data+0x0): multiple definition of `OSMPBF::version'
CMakeFiles/osmium.dir/command_fileinfo.cpp.o:(.data+0x0): first defined here
CMakeFiles/osmium.dir/command_time_filter.cpp.o:(.data+0x0): multiple definition of `OSMPBF::version'
CMakeFiles/osmium.dir/command_fileinfo.cpp.o:(.data+0x0): first defined here
@mvexel
mvexel / gist:4a9067ee3d8ef1d91eda
Created August 14, 2014 22:19
osm web site error
I, [2014-08-14T16:17:14.875359 #21851] INFO -- : Started POST "/user/new" for 10.224.14.53 at 2014-08-14 16:17:14 -0600
I, [2014-08-14T16:17:14.877546 #21851] INFO -- : Processing by UserController#create as HTML
I, [2014-08-14T16:17:14.877678 #21851] INFO -- : Parameters: {"utf8"=>"✓", "authenticity_token"=>"waa4d3Ns/ocFogDa5ybjGoRA+9a9LClOLj3XJ8hBj/o=", "user"=>{"email"=>"[email protected]", "email_confirmation"=>"[email protected]", "display_name"=>"Administrator", "pass_crypt"=>"[FILTERED]", "pass_crypt_confirmation"=>"[FILTERED]"}, "commit"=>"Sign Up"}
I, [2014-08-14T16:17:14.881408 #21851] INFO -- : Completed 500 Internal Server Error in 4ms
F, [2014-08-14T16:17:14.883848 #21851] FATAL -- :
NoMethodError (undefined method `description_format=' for #<User:0x0000000772e550>):
app/models/user.rb:242:in `set_defaults'
app/controllers/user_controller.rb:248:in `create'
config/initializers/cors.rb:9:in `call'