- See what you can see
- Read error messages
- Grab when you broke your software
- Know why you broke your software
This file contains hidden or 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
| <iframe src="https://player.twitch.tv/?channel=mogra_akihabara" frameborder="0" scrolling="no" height="378" width="620"></iframe><a href="https://www.twitch.tv/mogra_akihabara?tt_medium=live_embed&tt_content=text_link" style="padding:2px 0px 4px; display:block; width:345px; font-weight:normal; font-size:10px;text-decoration:underline;">Watch live video from mogra_akihabara on www.twitch.tv</a> |
This file contains hidden or 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
| diff --git a/Libraries/Components/DatePicker/DatePickerIOS.ios.js b/Libraries/Components/DatePicker/DatePickerIOS.ios.js | |
| index 49df159..2174f4b 100644 | |
| --- a/Libraries/Components/DatePicker/DatePickerIOS.ios.js | |
| +++ b/Libraries/Components/DatePicker/DatePickerIOS.ios.js | |
| @@ -46,7 +46,7 @@ var DatePickerIOS = React.createClass({ | |
| /** | |
| * The currently selected date. | |
| */ | |
| - date: PropTypes.instanceOf(Date).isRequired, | |
| + date: PropTypes.number.isRequired, |
This file contains hidden or 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
| <!DOCTYPE html> | |
| <html> | |
| <head></head> | |
| <body> | |
| <img style="max-width: 400px;"><input type="file" accept="image/*" /> | |
| <pre></pre> | |
| <script type="text/javascript"> | |
| const api_key = `取得した自分のAPI_KEY`; | |
| const url = `https://vision.googleapis.com/v1/images:annotate`; |
- 宮崎県に行く
- ともひろさん && 土屋さん
- 神戸に行く
- 塩見に会う
- 京都に行く
- 大介さんに金を返す
- 京亀
- 東京
- るっかさんに回転🍣おごってもらう
- ayanel🍣をする(🍣アカデミーがいい)
手続き的なやつ
- 旅行保険入る
- モスクワのホテル取る
- メール
- lawyer
- manager
- client
荷造り的なやつ
This file contains hidden or 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
| class Foo extends Function { | |
| // how to wite behavior | |
| } | |
| let foo = new Foo(); | |
| foo.call(); | |
| // this is callable, but no behavior defined |