I hereby claim:
- I am jasondrowley on github.
- I am jdr (https://keybase.io/jdr) on keybase.
- I have a public key whose fingerprint is 3C40 D634 61D4 50C6 F557 F4B0 A696 D7DC FAB0 76F7
To claim this, I am signing this object:
| # Usage: ruby extract.rb <TTF> <size: WxH> <output dir> | |
| require 'ttfunk' | |
| file = TTFunk::File.open(ARGV[0]) | |
| size = ARGV[1] | |
| output_dir = ARGV[2] | |
| `mkdir #{output_dir}` | |
| cmap = file.cmap | |
| chars = {} |
| hey |
| this is awrsome |
| <html> | |
| <head> | |
| <title>This is the Title</title> | |
| </head> | |
| <body> | |
| <h1>Hello!</h1> | |
| <p>What/s going on</p> | |
| </body> | |
| </html> |
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta charset="utf-8"> | |
| <title>JS Bin</title> | |
| </head> | |
| <body> | |
| <a href = "#" onclick="calculate()"> | |
| Calculate life time supply | |
| </a> |
I hereby claim:
To claim this, I am signing this object:
A lot of these are outright stolen from Edward O'Campo-Gooding's list of questions. I really like his list.
I'm having some trouble paring this down to a manageable list of questions -- I realistically want to know all of these things before starting to work at a company, but it's a lot to ask all at once. My current game plan is to pick 6 before an interview and ask those.
I'd love comments and suggestions about any of these.
I've found questions like "do you have smart people? Can I learn a lot at your company?" to be basically totally useless -- everybody will say "yeah, definitely!" and it's hard to learn anything from them. So I'm trying to make all of these questions pretty concrete -- if a team doesn't have an issue tracker, they don't have an issue tracker.
I'm also mostly not asking about principles, but the way things are -- not "do you think code review is important?", but "Does all code get reviewed?".
| /************************ | |
| * validationEngaged.js * | |
| ************************ | |
| * | |
| * They're really on to us now! The validateLevel function | |
| * has been activated to enforce constraints on what you can | |
| * do. In this case, you're not allowed to remove any blocks. | |
| * | |
| * They're doing all they can to keep you here. But you | |
| * can still outsmart them. |
| using System; | |
| using System.Reactive.Linq; | |
| using System.Linq; | |
| using ReactiveUI; | |
| using UIKit; | |
| namespace Banana | |
| { | |
| public class FuckYou : ReactiveTableViewController | |
| { |
| kitty |