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
SELECT ST_AsGeoJSON(ST_Transform(geometry, 4326)), area FROM osm_buildings WHERE id = 1374; |
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
SELECT name, ST_Y(ST_Transform(geometry, 4326)) AS lat, ST_X(ST_Transform(geometry, 4326)) AS long | |
FROM osm_places; |
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
<!-- | |
Where to put this file? | |
In menu: Sublime Text 2 > Preferences > Browse Packages | |
Save file as drupal-translate.sublime-snippet, and place in Packages > User. | |
Key binding: | |
In menu: Sublime Text 2 > Preferences > Key Bindings - User | |
Add inside the array: |
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
php_with_mysql srdb.cli.php -h localhost -u root -n adaptr -p "" -s "www.adapt-r.eu" -r "adaptr.dev" | |
php_with_mysql srdb.cli.php -h localhost -u root -n adaptr -p "" -s "adapt-r.eu" -r "adaptr.dev" |
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
gs -dNOPAUSE -sDEVICE=jpeg -r600 -sOutputFile=kerstkaart_final%d.jpg -dJPEGQ=100 -q kerstkaart_final.pdf -c quit |
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
Username | Description | Followers | Following | No of tweets | Label | |
---|---|---|---|---|---|---|
@nytimes | News Organisation | 3028263 | 433 | 60693 | ja | |
@BreakingNews | News Organisation | 2302858 | 353 | 48774 | ja | |
@mashable | Media Organisation | 2230623 | 2230 | 33229 | ja | |
@PerezHilton | Blogger | 3093601 | 296 | 32357 | ja | |
@eonline | Media Organisation | 2770717 | 31347 | 30949 | ja | |
@SouljaBoy | Musician | 2685282 | 459 | 26111 | ja | |
@TIME | News Organisation | 2413050 | 165 | 21033 | ja | |
@ivetesangalo | Musician | 2205250 | 234 | 17753 | ja | |
@MCHammer | Musician | 2060587 | 37076 | 16562 | ja |
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
.wrapper{ | |
padding: 0; | |
} | |
#left h3{ | |
display: none; | |
} | |
#content img{ | |
display: none; |
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
int ledPin = 11; | |
void setup(){ | |
Serial.begin(9600); | |
pinMode(ledPin, OUTPUT); | |
} | |
void loop(){ | |
while(Serial.available() > 0){ | |
byte val = Serial.read(); |
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 MIN_MOTOR_SPEED 40 | |
#define MAX_MOTOR_SPEED 30 |
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 |
NewerOlder