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 <unistd.h> | |
#include <signal.h> | |
int main(void){ | |
int p_id; | |
int status; | |
int return_code = 0; |
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 "my_lib.h" | |
#include "twilib.h" | |
/* | |
post関数は本体のmaincをこぴぺして必要最低限のところまできりとった | |
*/ | |
int post(char[100] post_string); | |
void RemoveReturn(char *str, int size); |
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 "my_lib.h" | |
//copyright (C) alpha_kai_NET All rights reserved. 2012-2013 alpha-kai-net.info | |
//GPLv3 LICENSE | |
int main(void){ | |
//RetrunStrings | |
char filename[]= "data.txt"; | |
char str[1000]; |
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 "my_lib.h" | |
//copyright (C) alpha_kai_NET All rights reserved. 2012-2013 alpha-kai-net.info | |
//GPLv3 LICENSE | |
int main(void){ | |
//RetrunStrings | |
char filename[]= "data.txt"; | |
char data2[]= "data2.txt"; |
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 "base64.h" | |
#include "sdim.h" | |
//Sugarlessライブラリ 著作者 石橋祥太 / 藤代晴嵐 使用 | |
#define VER 01 | |
void pf(void); | |
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
#include <stdio.h> | |
#include "base64.h" | |
//#include "sdim.h" | |
//Sugarlessライブラリ 著作者 石橋祥太 / 藤代晴嵐 使用 | |
#define VER 01 | |
void pf(void); | |
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
#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 4 |
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
cc7u | |
1x9z | |
11ub | |
z8n8 | |
otx0 | |
8vdn | |
0xc5 | |
bj5m | |
r3ql | |
5cmg |
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 2 |
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> | |
#include <omp.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 4 |