Skip to content

Instantly share code, notes, and snippets.

<?xml version="1.0" encoding="ISO-8859-1"?>
<!-- Copyright (c) 2015, The Linux Foundation. All rights reserved. -->
<!-- -->
<!-- Redistribution and use in source and binary forms, with or without -->
<!-- modification, are permitted provided that the following conditions are -->
<!-- met: -->
<!-- * Redistributions of source code must retain the above copyright -->
<!-- notice, this list of conditions and the following disclaimer. -->
<!-- * Redistributions in binary form must reproduce the above -->
<!-- copyright notice, this list of conditions and the following -->
/*
http://nabetani.sakura.ne.jp/codeiq/tetromino_bingo/
*/
#include <stdio.h>
#include <stdlib.h>
#define BUFSIZE 1024
/*
/*
http://nabetani.sakura.ne.jp/hena/ord15elebubo/
*/
#include <stdio.h>
#include <string.h>
void parse(char *s, char *got)
{
char t[0x100];
/*
http://nabetani.sakura.ne.jp/hena/ord11bitamida/
*/
#include <stdio.h>
#include <string.h>
void permutate(char *s, char *got)
{
int i, j, f, w, x, z, t[4];
/*
http://nabetani.sakura.ne.jp/hena/ord12rotdice/
*/
#include <stdio.h>
#include <string.h>
void roll(char *s, char *got)
{
int t, n, w, t2;
/*
http://nabetani.sakura.ne.jp/hena/ord13blocktup/
*/
#include <stdio.h>
#include <string.h>
#define FALSE 0
#define TRUE !FALSE
#define MAXWIDTH 100
/*
http://nabetani.sakura.ne.jp/hena/ord14linedung/
*/
#include <stdio.h>
#include <string.h>
int fight(char *s)
{
int i, n, score, monster[6], tbl[0x7f];
/*
http://nabetani.sakura.ne.jp/hena/ord15subpalin/
*/
#include <stdio.h>
#include <string.h>
int f(char *s, int len)
{
int skip, use;
#!/bin/sh
while true; do
open "https://www.facebook.com/ykzts"
open "http://b.hatena.ne.jp/Tesh/"
open "http://cpplover.blogspot.jp/"
open "http://jojiani.ldblog.jp/"
sleep 300
done