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
| 38 13 31 18 9 38 13 38 13 31 25 25 15 38 13 31 7 | |
| 1 17 | |
| 45 16 47 25 18 38 | |
| 38 38 24 36 38 13 36 31 25 25 7 | |
| 10 4 2 25 25 4 36 | |
| 67 24 38 44 38 31 33 25 17 38 17 24 38 31 18 8 35 31 4 | |
| 2 17 | |
| 1 4 4 4 2 7 | |
| 44 24 38 51 31 18 38 38 31 18 38 31 25 | |
| 55 24 38 51 7 38 36 38 36 38 36 38 36 38 36 42 36 38 36 38 36 41 38 36 38 36 38 36 36 36 36 38 36 38 38 36 38 36 38 36 10 36 36 36 45 23 36 10 36 38 36 31 36 51 36 38 36 38 36 38 36 45 36 38 38 36 38 36 38 36 46 |
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 <Windows.h> | |
| #include <conio.h> | |
| //ループの待機時間 | |
| #define NUM 10 | |
| //1000=>1sec | |
| //壁の数 ここで指定したものの半分 | |
| #define WS 26 |
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
| 333123212321233121213124 | |
| 333213121312133212123214 | |
| 333133212321233333333124 | |
| 333333133312133333333334 | |
| 333323332333333121213334 | |
| 533213121312133212123334 | |
| 333123212321233121213334 | |
| 333213121312133212123334 | |
| 333123212321233121213334 | |
| 333213121312133212123334 |
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 <string.h> | |
| //GPL v3 LICENSE http://www.gnu.org/licenses/gpl.html | |
| //Copyright (C) α改 @alpha_kai_NET 2012-2013 alpha-kai-net.info all rights reserved | |
| //全件検索したいn文字IDのnのとこ | |
| #define SID 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
| #include <stdio.h> | |
| //#include <expat.h> | |
| #include "my_lib.h" | |
| #include "b64.h" | |
| #pragma comment(lib, "my_lib.lib"), | |
| #pragma comment(lib, "C:\\Program Files\\Expat 2.1.0\\Bin\\libexpat.lib"), | |
| int confse(void){ | |
| int fs; | |
| char conffn[]="conf.dat"; |
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 <string.h> | |
| #include <time.h> | |
| #include <stdlib.h> | |
| #if __unix || __linux || __FreeBSD__ || __NetBSD__ | |
| //未定 | |
| #endif | |
| #if _WIN32 || _WIN64 |
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> | |
| #if _WIN32 || _WIN64 | |
| #include <windows.h> | |
| #endif | |
| #if __unix || __linux || __FreeBSD__ || __NetBSD__ | |
| #include <termios.h> | |
| #include <unistd.h> |
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 "rubygems" | |
| require "twitter" | |
| require "kconv" | |
| YOUR_CONSUMER_KEY = "" | |
| YOUR_CONSUMER_SECRET = "" | |
| YOUR_OAUTH_TOKEN = "" | |
| YOUR_OAUTH_TOKEN_SECRET = "" |
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
| # encoding: utf-8 | |
| require 'gtk2' | |
| require "rubygems" | |
| require "twitter" | |
| require "kconv" | |
| YOUR_CONSUMER_KEY = "" | |
| YOUR_CONSUMER_SECRET = "" | |
| YOUR_OAUTH_TOKEN = "" |
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
| make_string.c | |
| make_string.c(7) : error C2040: 'make_string' : 'char *(void)' は 'int (const char *,char *,const int)' と間接操作のレベルが異なります。 | |
| make_string.c(30) : warning C4047: '関数' : 間接参照のレベルが 'int' と 'char [10000]' で異なっています。 | |
| make_string.c(30) : warning C4024: 'how_id' : の型が 1 の仮引数および実引数と異なります。 | |
| make_string.c(30) : error C2198: 'how_id' : 呼び出しに対する引数が少なすぎます。 | |
| make_string.c(43) : warning C4047: '関数' : 間接参照のレベルが 'int' と 'char [10]' で異なっています。 | |
| make_string.c(43) : warning C4024: 'how_id' : の型が 1 の仮引数および実引数と異なります。 | |
| make_string.c(43) : error C2198: 'how_id' : 呼び出しに対する引数が少なすぎます。 | |
| make_string.c(48) : warning C4047: '関数' : 間接参照のレベルが 'char *' と 'char [50][250]' で異なっています。 | |
| make_string.c(48) : warning C4024: 'ReturnStrings' : の型が 3 の仮引数および実引数と異なります。 |