Skip to content

Instantly share code, notes, and snippets.

@rhenium
rhenium / sortresx.cs
Created June 6, 2012 10:18
ResX形式のファイルをソートする
using System;
using System.Collections;
using System.Collections.Generic;
using System.Resources;
public class ResXEntry : IComparable
{
private string _key;
private object _value;
<?php
//--rev 6
//--request
//----GET ?count=$count(long int)
//----POST ?name=$name(string)&point=$point(long int)
//--response
//----body エラー401、200番台であれば結果が返ってきます。402は読み込みエラーなので
//---- 結果はタブ区切り、UTF-8です。1行目はランキングじゃないのでー
//UTF-8使用しています。URLエンコードしてからリクエストすること。