Skip to content

Instantly share code, notes, and snippets.

View aoisensi's full-sized avatar
🔪
pep me aub

aoisensi aoisensi

🔪
pep me aub
View GitHub Profile
newline = "\\n" .
unicode_char = " " … "~" .
unicode_letter = "a" … "z" | "A" … "Z" .
unicode_digit = "0" … "9" .
letter = unicode_letter | "_" .
decimal_digit = "0" … "9" .
octal_digit = "0" … "7" .
hex_digit = "0" … "9" | "A" … "F" | "a" … "f" .
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace test01
{
class Program {
static string[] mess = { "今日学校だ", "学校いこ", "学校ついた", "眠い", "お腹すいた", "帰ろ" };
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace test01
{
class Program
{
for(まど;ほむ;さや) {
  あん;
}

これと

http://store.steampowered.com/app/221001/
http://store.steampowered.com/app/204902/
http://store.steampowered.com/app/254260/
http://store.steampowered.com/app/219152/
http://store.steampowered.com/app/211262/
http://store.steampowered.com/app/268090/
http://store.steampowered.com/app/107104/
http://store.steampowered.com/app/224763/
http://store.steampowered.com/app/271400/
@aoisensi
aoisensi / file0.txt
Created May 15, 2014 01:11
C#erのためのVBチートシート(俺々版) ref: http://qiita.com/aoisensi/items/54ef11ccf9aa5bbb9cb5
'The cake is a lie...
[Desktop Entry]
Type=Application
Encoding=UTF-8
Name=Compiz
Exec=/usr/bin/compiz ccp #Make sure ccp is included so that Compiz loads your previous settings.
NoDisplay=true
# name of loadable control center module
X-GNOME-WMSettingsModule=compiz
# autostart phase
##-> the folloing line cause gnome-session warning and slow startup, so try not to enable this
@aoisensi
aoisensi / FindSpam.cs
Created March 10, 2014 17:28
C#でTwitterのお互いをRTしあってるスパムアカウントを探すコード CoreTweetが必要です コンスマキーも特にあれです MIT
using System;
using System.Collections.Generic;
using System.Linq;
using System.Linq.Expressions;
using System.Text;
using System.Threading.Tasks;
using CoreTweet;
namespace FindSpam
{
@aoisensi
aoisensi / NewLovePlusPlus.cs
Last active January 3, 2016 07:09
(bool)彼女いない歴; //false な男の妄想
struct NewLovePlusPlus
{
long love;
public static NewLovePlusPlus operator ++(NewLovePlusPlus l)
{
l.love++;
l++;
return l;
}
@aoisensi
aoisensi / -
Created December 29, 2013 03:52
 * Package: www-client/chromium-32.0.1700.68
 * Repository: gentoo
 * Maintainer: [email protected]
 * USE: cups elibc_glibc kernel_linux linguas_ja tcmalloc userland_GNU x86
 * FEATURES: preserve-libs sandbox userpriv usersandbox
* Determining the location of the kernel source code
* Found kernel source directory:
* /usr/src/linux
* Found kernel object directory:
* /lib/modules/3.10.17-gentoo/build