TL;DR: If you want to see me perform a spoken word poem about JavaScript in front of 1000 people (and on video), please ⭐ star this gist. If you're on mobile, you'll need to request desktop site.
A lot of important government documents are created and saved in Microsoft Word (*.docx). But Microsoft Word is a proprietary format, and it's not really useful for presenting documents on the web. So, I wanted to find a way to convert a .docx file into markdown.
On a mac you can use homebrew by running the command brew install pandoc.
| - (void) initializeTextFieldInputView { | |
| UIDatePicker *datePicker = [[UIDatePicker alloc] initWithFrame:CGRectZero]; | |
| datePicker.datePickerMode = UIDatePickerModeDate; | |
| datePicker.minuteInterval = 5; | |
| datePicker.backgroundColor = [UIColor whiteColor]; | |
| [datePicker addTarget:self action:@selector(dateUpdated:) forControlEvents:UIControlEventValueChanged]; | |
| self.textField.inputView = datePicker; | |
| //Add done button |
They want food so they wait. And end up eating each other.
WAT?
| { | |
| "AL": "Alabama", | |
| "AK": "Alaska", | |
| "AS": "American Samoa", | |
| "AZ": "Arizona", | |
| "AR": "Arkansas", | |
| "CA": "California", | |
| "CO": "Colorado", | |
| "CT": "Connecticut", | |
| "DE": "Delaware", |