This file contains 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
<!-- ellipseMode is missing in the Processing Sublime Text package. This is an example of how a missing function can be added. This file should be saved inside Packages/User/Processing. See http://web-design-weekly.com/2012/07/03/snippets-in-sublime-text-2/ for more info --> | |
<snippet> | |
<content><![CDATA[ | |
ellipseMode(${1:CENTER}) | |
]]></content> | |
<!-- Snippet will be triggerd by entering em followed by hitting tab. --> | |
<tabTrigger>em</tabTrigger> | |
<!-- Make sure trigger only works when Processing code. For example, in HTML we want to use em for triggering an <em> tag. --> | |
<scope>source.pde</scope> | |
</snippet> |
We can't make this file beautiful and searchable because it's too large.
This file contains 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
41.403579,2.178496,360,0.00,0.01,29, | |
41.403579,2.178496,344,0.00,0.01,63, | |
41.403579,2.178496,344,0.00,0.01,96, | |
41.403579,2.178496,344,0.00,0.01,129, | |
41.403579,2.178496,344,0.00,0.01,163, | |
41.403579,2.178496,343,0.00,0.01,197, | |
41.403579,2.178496,333,0.00,0.01,229, | |
41.403579,2.178496,331,0.00,0.01,263, | |
41.403579,2.178496,331,0.00,0.01,296, | |
41.403579,2.178496,328,0.00,0.01,329, |
This file contains 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
ffmpeg -i screenshot-00%4d.png -vcodec libx264 test.avi |
This file contains 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
https://api.foursquare.com/v2/venues/search?ll=41.403557,2.178634&radius=10000&categoryId= 4bf58dd8d48988d12d941735 | |
https://developer.foursquare.com/docs/explore#req=venues/search%3Fll%3D41.403557,2.178634%26radius%3D10000%26categoryId%3D+4bf58dd8d48988d12d941735 |
This file contains 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
http://maps.googleapis.com/maps/api/staticmap?center=41.413768,2.178590&zoom=16&size=500x500&style=feature:all%7Celement:labels%7Cvisibility:off&sensor=false |
This file contains 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
http://open.mapquestapi.com/xapi/api/0.6/node[amenity=restaurant][bbox=2.043847189714302,41.33602228834656,2.3185053928283366,41.451921575628575] |
This file contains 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
osm2pgsql bcn.osm -d "osm-bcn" -l -s -p osm -H /tmp/ |
This file contains 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
https://maps.google.be/maps/place?q=type:transit_station:%22Gorg%22&ftid=0x12a4bb68105c6521:0x8e1472e51c2f884f |
This file contains 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
// 3, 5, 6, 9, 10, and 11 | |
#define MOTOR1 3 | |
#define MOTOR2 5 | |
#define MOTOR3 6 | |
#define MOTOR4 9 | |
#define MOTOR5 10 | |
#define MOTOR6 11 | |
#define PIN_X A0 | |
#define PIN_Y A1 |
This file contains 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
ffmpeg -i shame-run.mov -r 24/1 test/output%03d.jpg |
OlderNewer