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
#include <stdio.h> | |
#include <stdlib.h> | |
#include <sys/stat.h> | |
#include <sys/types.h> | |
#include <sys/wait.h> | |
#include <fcntl.h> | |
#include <unistd.h> | |
int main(int argc, char *argv[]) | |
{ |
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
(set-language-environment "Japanese") | |
(prefer-coding-system 'utf-8) | |
(keyboard-translate ?\C-h ?\C-?) | |
(global-font-lock-mode t) | |
(show-paren-mode 1) | |
(menu-bar-mode -1) | |
(line-number-mode 1) | |
(column-number-mode 1) | |
(auto-fill-mode -1) | |
(cd "~") |
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
(set-language-environment "Japanese") | |
(prefer-coding-system 'utf-8) | |
(keyboard-translate ?\C-h ?\C-?) | |
(global-font-lock-mode t) | |
(show-paren-mode 1) | |
(menu-bar-mode -1) | |
(line-number-mode 1) | |
(column-number-mode 1) | |
(auto-fill-mode -1) |
- 2013-06-10T06:47:57Z ホンダ・ビートファンDVD2 HONDA BEAT FAN DVD2
- 2014-01-26T08:20:15Z ダイハツ・コペンDVD 14年3月10日発売予定
- 2014-03-07T11:28:24Z k dvd01 コペン+スポーツK 告知第2弾「コペン以外編」
- 2014-05-22T04:03:28Z ルノー・カングーinパリDVD 全編フランスロケ【エンスーCARガイド発行】
- 2014-05-24T03:38:33Z カングー1.2ターボ試乗(フランスにて)【DVD『カングーinパリ』より】
- 2014-05-24T04:33:17Z 5月31日発売 ホンダ公式ムービー収録DVD付きNSXマガジンvol.03(三栄書房)
- 2014-07-01T23:48:45Z バイクで玉子焼きを作ってみた......のだが
- 2016-07-24T05:13:24Z S660チューンド+スポーツK DVD予告
- 2017-11-05T07:47:52Z こ
- 2017-11-09T12:52:58Z 【新型N BOX】100キロ出してみました【実況】高速道路
- 2017-11-20T05:27:16Z 新型CBR250RR 100km/h 12000rpmでの最高音質ツーリング モトブログ イヤホン推奨
- 2018-03-24T21:19:59Z 新型CBR250RRで筑波サーキットを走ったら楽しすぎた件 モトブログ
- 2018-09-30T07:06:13Z CBR250RR 最高の音をお届けします
- 2018-10-19T09:54:03Z 初体験のハーレーが最高すぎた IRON 883 迫力のEVOサウンド
- 2019-01-24T08:37:50Z 峠をCBR250RRで走ったら大型バイク乗りと出会った
- 2019-01-31T06:31:38Z 新型CB400sfの圧倒的VTECサウンドに酔いしれる【イヤホン必須】
- 2019-02-16T09:11:22Z レブル250が軽快で楽しすぎる 単気筒サウンド!
- 2019-02-16T10:27:38Z CB250R デザイン抜群の単気筒マシンが素晴らしかった
- 2019-02-18T11:47:44Z ガチSSの4発サウンドは強烈すぎた YZF-R6
- 2019-03-25T04:35:44Z 新型Vストローム250が超楽しすぎた!【2019モデル】
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
{ | |
"kind": "youtube#searchListResponse", | |
"etag": "oz7T1xWzlUhlrca3SE5MrgBmqgs", | |
"nextPageToken": "CDIQAA", | |
"regionCode": "JP", | |
"pageInfo": { | |
"totalResults": 3474, | |
"resultsPerPage": 50 | |
}, | |
"items": [ |
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
{ | |
"kind": "youtube#searchListResponse", | |
"etag": "wmm4yVpQIVTvqP2B5Xcmvfdp-4U", | |
"nextPageToken": "CDIQAA", | |
"regionCode": "JP", | |
"pageInfo": { | |
"totalResults": 53, | |
"resultsPerPage": 50 | |
}, | |
"items": [ |
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
{ | |
"kind": "youtube#searchListResponse", | |
"etag": "9LMbZCHE4bHOrIjY9-FDOhgpNbM", | |
"nextPageToken": "CDIQAA", | |
"regionCode": "JP", | |
"pageInfo": { | |
"totalResults": 990, | |
"resultsPerPage": 50 | |
}, | |
"items": [ |
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
require 'net/http' | |
require 'json' | |
require 'optparse' | |
class AllItems | |
attr_reader :items | |
def initialize(channel_id, api_key) | |
@channel_id = channel_id | |
@api_key = api_key |
NewerOlder