An html/js implementation to the LCD Display problem on UVA.
Should be self explanatory but the number field takes digits and the hyphen(-) character. And then there's the scale.
An html/js implementation to the LCD Display problem on UVA.
Should be self explanatory but the number field takes digits and the hyphen(-) character. And then there's the scale.
| #include <time.h> | |
| #include <unistd.h> | |
| #include <string.h> | |
| #include <stdio.h> | |
| #include <sys/mman.h> | |
| #include <sys/types.h> | |
| #include <stdlib.h> | |
| #include <sys/stat.h> /* For mode constants */ | |
| #include <fcntl.h> /* For O_* constants */ |
| # Barf like a dog |
| -----> Heroku receiving push | |
| -----> Fetching custom buildpack... done | |
| -----> JRuby app detected | |
| -----> Downloading and unpacking JRuby | |
| -----> Installing JRuby-OpenSSL, Bundler and Rake | |
| Successfully installed bouncy-castle-java-1.5.0146.1 | |
| Successfully installed jruby-openssl-0.7.6.1 | |
| Successfully installed bundler-1.1.3 | |
| Successfully installed rake-0.9.2.2 | |
| 4 gems installed |
| Questions | |
| • remove spaces | |
| • second highest | |
| • binary search | |
| • reverse byteorder | |
| • search for pattern in a binary tree | |
| • sum in a sorted list | |
| • binary tree serialize, deserialize | |
| • atoi, atof |
| #!/bin/bash | |
| top -n1 |