- ドラゴン・イングリッシュ必修英単語1000 (講談社の学習参考書)
- もえたん サブリーダー
文法・表現編 - 萌える英単語もえたん
- 総合英語Forest, 5th edition
- 音読英単語 入門編
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
| #define LED1 6 | |
| #define LED2 10 | |
| int brightness[] = {0,10,20,30,40,50,60,70,80,90,100}; | |
| void setup(){ | |
| pinMode(LED1,OUTPUT); | |
| pinMode(LED2,OUTPUT); | |
| } |
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
| 東京駅 | 東北新幹線,山形新幹線,秋田新幹線,上越新幹線,長野新幹線,東海道新幹線,JR東海道本線,JR中央線,JR横須賀線,JR京葉線,東京メトロ丸ノ内線,JR総武線快速,JR京浜東北線,JR山手線 | 1 | と | |
|---|---|---|---|---|
| 飯田橋駅 | JR中央線,都営大江戸線,東京メトロ東西線,東京メトロ南北線,東京メトロ有楽町線,JR総武線 | 1 | い | |
| 秋葉原駅 | つくばエクスプレス,東京メトロ日比谷線,JR京浜東北線,JR総武線,JR山手線 | 1 | あ | |
| 大手町駅 | 東京メトロ丸ノ内線,東京メトロ半蔵門線,東京メトロ東西線,都営三田線,東京メトロ千代田線 | 1 | お | |
| 市ケ谷駅 | 都営新宿線,JR中央線,東京メトロ南北線,東京メトロ有楽町線,JR総武線 | 1 | い | |
| 四ツ谷駅 | JR中央線,東京メトロ南北線,東京メトロ丸ノ内線,JR総武線 | 1 | よ | |
| 神田駅 | JR中央線,東京メトロ銀座線,JR京浜東北線,JR山手線 | 1 | か | |
| 九段下駅 | 都営新宿線,東京メトロ半蔵門線,東京メトロ東西線 | 1 | く | |
| 永田町駅 | 東京メトロ半蔵門線,東京メトロ南北線,東京メトロ有楽町線 | 1 | な | |
| 日比谷駅 | 都営三田線,東京メトロ千代田線,東京メトロ日比谷線 | 1 | ひ |
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
| int LED_ports[] = {6,9,11}; | |
| int speakerPort = 3; | |
| int switchPort = 2; | |
| boolean is_presentation = false; | |
| boolean is_question = false; | |
| boolean is_end = false; | |
| boolean is_waiting = true; | |
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
| <?php | |
| $birthday = '09/15/1993'; | |
| //$bd = date('Y-m-d', strtotime($birthday)); | |
| $birthdata = new DateTime($birthday); | |
| $today = new DateTime("now"); | |
| $interval = date_diff($birthday,$today); |
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
| Subject,Start Date,Start Time | |
| 第3年回入学予定者登校日,2013/4/4,TRUE | |
| 新1年年クラス・担任発表(午後),2013/4/4,TRUE | |
| 1年スタディサポート,2013/4/4,TRUE | |
| 第4回入学予定者登校日(午後),2013/4/5,TRUE | |
| 1年スタディサポート,2013/4/5,TRUE | |
| 入学式・始業式,2013/4/8,TRUE | |
| 普通授業開始,2013/4/12,TRUE | |
| 3年年進路保護者説明会,2013/4/13,TRUE | |
| 1年学習合宿,2013/4/15,TRUE |
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
| function getAmazon(i){ | |
| //ISBNの一覧 | |
| var key=[ | |
| 9784578012351, | |
| 4578012344, | |
| 9784578012368, | |
| 9784410811364, | |
| 9784796116961, | |
| 9784410273087, | |
| 9784410270482 |
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
| --------------------------------------- | |
| 受付番号:451402 | |
| 使用デバイス:Android | |
| サービス:LINE | |
| カテゴリ:通知 | |
| 詳細:その他 | |
| ご報告内容: | |
| ◆質問事項◆ ≪ご利用環境について≫ 1)AndroidOSのバージョンをお教えください。 | |
| Android4.0.3 |
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
| jQuery running on favolog.org | |
| ===================== | |
| $(".tl-text").each(function(){ | |
| if($(this).text().match(/(彼女|相方)/)){ | |
| console.log($(this).find("a[href^='http://twitter.com/gurafa/sta']").attr("href")) | |
| } | |
| }) | |
| Original Tweet List(http://togetter.com/li/329288) | |
| ========================== | |
| http://twitter.com/gurafa/status/174452582088065025 |