for(まど;ほむ;さや) {
あん;
}
これと
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/ |
'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 |
using System; | |
using System.Collections.Generic; | |
using System.Linq; | |
using System.Linq.Expressions; | |
using System.Text; | |
using System.Threading.Tasks; | |
using CoreTweet; | |
namespace FindSpam | |
{ |
struct NewLovePlusPlus | |
{ | |
long love; | |
public static NewLovePlusPlus operator ++(NewLovePlusPlus l) | |
{ | |
l.love++; | |
l++; | |
return l; | |
} |
[32;01m * [39;49;00mPackage: www-client/chromium-32.0.1700.68 | |
[32;01m * [39;49;00mRepository: gentoo | |
[32;01m * [39;49;00mMaintainer: [email protected] | |
[32;01m * [39;49;00mUSE: cups elibc_glibc kernel_linux linguas_ja tcmalloc userland_GNU x86 | |
[32;01m * [39;49;00mFEATURES: preserve-libs sandbox userpriv usersandbox | |
[32;01m*[0m Determining the location of the kernel source code | |
[32;01m*[0m Found kernel source directory: | |
[32;01m*[0m /usr/src/linux | |
[32;01m*[0m Found kernel object directory: | |
[32;01m*[0m /lib/modules/3.10.17-gentoo/build |