When making this website, i wanted a simple, reasonable way to make it look good on most displays. Not counting any minimization techniques, the following 58 bytes worked well for me:
main {
max-width: 38rem;
padding: 2rem;
margin: auto;
}| #!/bin/sh | |
| # First param can be th project root directory | |
| if [ $1 != "" ]; then | |
| PROJ_DIR=$1 | |
| else | |
| PROJ_DIR=. | |
| fi | |
| PACKAGE_FILE=${PROJ_DIR}/package.json |
| packages: | |
| yum: | |
| gcc: [] | |
| libstdc++-devel: [] | |
| gcc-c++: [] | |
| fuse: [] | |
| fuse-devel: [] | |
| libcurl-devel: [] | |
| libxml2-devel: [] | |
| openssl-devel: [] |
| #include <Ultrasonic.h> | |
| #include <Servo.h> | |
| #define DISTANCE_PIN 6 | |
| #define SERVO_PIN 7 | |
| #define SERVO2_PIN 10 | |
| #define PIN_MOVE 11 | |
| Ultrasonic ultrasonic(DISTANCE_PIN); | |
| Servo focusServo; // create servo object to control a servo |
| #include <Ultrasonic.h> | |
| Ultrasonic ultrasonic(7); | |
| void setup() | |
| { | |
| Serial.begin(9600); | |
| } | |
| void loop() | |
| { |
| build: | |
| # Get all back dependencies | |
| backdependencies: | |
| image: composer/composer | |
| commands: | |
| - composer install | |
| # Get all front dependencies and compile them | |
| frontdependencies: | |
| image: node | |
| commands: |
| /* | |
| Exemples : | |
| <a href="posts/2" data-method="delete" data-token="{{csrf_token()}}"> | |
| - Or, request confirmation in the process - | |
| <a href="posts/2" data-method="delete" data-token="{{csrf_token()}}" data-confirm="Are you sure?"> | |
| */ | |
| (function() { | |
| http://www.facebook.com/dialog/feed? | |
| app_id=180157518663220& | |
| link=http://bugs.fbdublin.com& | |
| picture=http://colmd.fbdublin.com/socialPlugins/BugsLifeWallpaper800.jpg& | |
| name=Facebook%20Dialogs& | |
| caption=Reference%20Documentation& | |
| description=Dialogs%20provide%20a%20simple,%20consistent%20interface%20for%20applications%20to%20interact%20with%20users.& | |
| message=Facebook%20Dialogs%20are%20so%20easy!& | |
| redirect_uri=http://bugs.fbdublin.com& | |
| source=http://colmd.fbdublin.com/socialPlugins/tangramone.swf |