2016年7月31日

90日間返金保証 ブラウン光脱毛器なんかに手を出すべきではなかったでござるの巻

値段の割に効果が実感できない.カミソリで脱毛するほうが早く,痛みも少ない.このような商品はお勧めできない.
http://www.braun.jp/ja-jp/female-grooming/silk-expert/mj-2016
ブラウン 光脱毛器 シルクエキスパート 返金キャンペーン


2016年7月13日

自作フォントの作り方

自作フォント作成サービス
http://www.paintfont.com/


使い方はこのサイトが詳しい
http://nelog.jp/paintfont-com

2016年2月26日

mode

#include <stdio.h>
#include <string.h>
#define LEN 16

int main(void)
{
    char str1[LEN] = "                ";
    char str2[LEN] = "                ";
    static char *direction[] = {"キタ", "ホクセイ", "ニシ", "ナンセイ", "ミナミ", "ナントウ", "ヒガシ", "ホクトウ"};
    static char *mode[] = {"mode:8", "mode:16"};
    int num = 0;
    int m = 0;
    for(;;)
    {
        scanf("%d", &num);
        strcpy(str1, direction[num]);
        if (m == 1)
        {
        strcpy(str2, mode[m]);
        }
        else
        {
        strcpy(str2, mode[m]);
        }
        printf("%s\n", str2);
        printf("%s\n", str1);
       
    }

    return 0;
}

2016年2月24日

strcpy()

#include <stdio.h>
#include <string.h>
#define LEN 16

int main(void)
{
    char str1[LEN] = "                ";
    static char *direction[] = {"キタ", "ホクセイ", "ニシ", "ナンセイ", "ミナミ", "ナントウ", "ヒガシ", "ホクトウ"};
    int num;
    for(;;)
    {
        scanf("%d", &num);
   
        switch(num)
        {
            case 0:
            strcpy(str1, direction[0]);
            break;
       
            case 1:
            strcpy(str1, direction[1]);  
            break;
       
            case 2:
            strcpy(str1, direction[2]);
            break;
       
            case 3:
            strcpy(str1, direction[3]);
            break;
       
            case 4:
            strcpy(str1, direction[4]);  
            break;
       
            case 5:
            strcpy(str1, direction[5]);
            break;
       
            case 6:
            strcpy(str1, direction[6]);
            break;
       
            case 7:
            strcpy(str1, direction[7]);
            break;
        }
        printf("%s\n", str1);      
    }

    return 0;
}

2008年4月1日

さくら開花?

な、なんと開花しました。

































今日は4月1日です。


はい。初の企画でした。

本物はこっちです。



今年は早そうなので3週間後にでも咲くんじゃないでしょうか