Skip to content

Instantly share code, notes, and snippets.

@YDKK
YDKK / QiitaLinkFixer.cs
Last active December 14, 2017 15:23
Fix Qiita:Team link to Crowi link. http://ydkk.hateblo.jp/entry/2017/12/14/235727
//
// QiitaLinkFixer.cs
//
// Created by YDKK on 2017/12/14.
// Copyright © 2017 YDKK. Licensed under MIT.
//
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
//
// Qiita2Crowi.cs
//
// Created by YDKK on 2017/12/14.
// Copyright © 2017 YDKK. Licensed under MIT.
//
using System;
using System.Collections.Generic;
using System.Globalization;
using System.IO;
@YDKK
YDKK / IR Receive.c
Last active November 14, 2017 07:11
#include <IRremote.h>
int RECV_PIN = 11;
IRrecv irrecv(RECV_PIN);
decode_results results;
void setup()
{
#include <IRremote.h>
IRsend irsend;
int zentouPin = 2;
int syoutouPin = 4;
unsigned int zentouRaw[131] = {
4100, 1600, 650, 250, 600, 1200, 600, 250, 650, 1200,
650, 250, 600, 1200, 650, 250, 600, 1250, 600, 250,
600, 1250, 600, 250, 600, 1200, 650, 1200, 600, 300,
600, 1200, 600, 300, 600, 1250, 550, 1250, 600, 1200,
600, 1250, 600, 300, 550, 300, 600, 1250, 600, 1250,
using System;
using System.Collections.Generic;
using System.Linq;
using System.Windows;
using System.Windows.Input;
using System.Windows.Media;
using System.Windows.Media.Imaging;
namespace CapyPuzzleSolver
{
@YDKK
YDKK / Program.cs
Last active June 15, 2016 14:31
無線LANルータ(WN-AC1167DGR)を再起動させるやつ
using System;
using System.Linq;
using System.Net.Http;
using System.Net.Http.Headers;
using System.Text;
using System.Text.RegularExpressions;
using System.Threading.Tasks;
using HtmlAgilityPack;
using ResetWlan.Properties;