無題 (C#) |
hauncon |
2013-09-20 17:02 |
Hello, world! |
無題 (C++) |
hauncon |
2013-09-20 17:01 |
Hello, world! |
Hello, world! (C) |
hauncon |
2013-09-20 17:00 |
#include <stdio.h>
int main(void)
{
printf("Hello, world!");
return 0;
} |
無題 (Plain text) |
sado |
2013-09-17 13:03 |
Subject: [***] Microsoft Outlook テスト メッセージ
Date: Sat, 14 Sep 2013 19:20:43 +0900
この電子メール メッセージは、アカウントの設定のテスト中に、Microsoft Outlook から自動送信されたものです。
|
enumerate (C++) |
togari_takamoto |
2013-09-13 16:06 |
template<typename T1>
class enumerate_object : public std::unary_function<T1, void>{
public:
enumerate_object(std::function<void(T1, unsigned long)> func) : index(0), func(func) {};
void operator()(T1 t1){
func(t1, index... |
index付きstd::for_each (C++) |
togari_takamoto |
2013-09-13 14:38 |
std::vector<Point> container;
//...
// ver.1
for_each_with_index(container.begin(), container.end(), [&](Point & p){
//...
});
// ver.2
std::for_each(container.begin(), container.end(), enumerate([&](Point & p, int i){
... |
SFコピペ (AA (Ascii Art)) |
sado |
2013-09-12 15:19 |
使い方は、まあ適当に公開しても問題のないテキストをさくっとコピペし、登録ボタンを押せば、Pastebinを知らない人でも何となく分かるような気がします。まあ、シンタックスハイライトされて表示できるだけと言えばそうなのですが。また、こんな感じでも... |
コピー: 無題 (Plain text) |
nkoseki |
2013-09-11 09:12 |
test
test
test |
bbb (Plain text) |
nkoseki |
2013-09-11 09:11 |
bbb
bbb
bbbbb |
やるオプーナ (AA (Ascii Art)) |
sado |
2013-09-10 16:13 |
やるオプーナ。AAテスト用。ja.wikipedia.org/wiki/やる夫 より。 |