Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

初めまして。
江戸サーチトマスと申します。
IT業界をメインにしたヘッドハンターをしております。
是非パートナー企業の人材紹介会社が扱っている案件についてお話させて頂きたくご連絡差し上げております。
アドテック・フィンテック・AI・ディープラーニングなどご興味ございますでしょうか。
一度詳細をお話させて頂ければと思います。まずはお電話からでも構いませんので、ぜひご検討ください。
ご返信お待ちしております。
@melpon
melpon / yakinikutabetaiJP.rst
Last active October 18, 2016 07:37
焼肉食べたいリスト

WandboxのDB分析

Wandboxの2015年のデータを分析してみた。

対象データはSQLiteに永続化されたコード、つまりpermlinkの対象になってるコードだけ。 コードの実行回数ではないので注意(実行する方も一応ログ取ってるけど分析がめんどい)。

対象期間は2015年1月1日〜2015年12月31日。

総保存回数

#ifndef EVENT_HPP_INCLUDED
#define EVENT_HPP_INCLUDED
/*
使い方:
#include <iostream>
#include "event.hpp"
struct Listener {
@melpon
melpon / create_func.hpp
Last active January 2, 2016 08:59
cocos2d-x の CREATE_FUNC を C++ っぽくしてみた
#ifndef CREATE_FUNC_HPP_INCLUDED
#define CREATE_FUNC_HPP_INCLUDED
/*
使い方:
class TestLayer : public cocos2d::Layer {
public:
bool init();
CREATE_FUNC(TestLayer);
@melpon
melpon / not-yakiniku.rst
Last active January 1, 2016 10:09
焼肉以外のお店
@melpon
melpon / with_lambda.hpp
Last active December 31, 2015 16:59
cocos2d-x のコールバックを 2.x で使えるようにしてみた
#ifndef WITH_LAMBDA_INCLUDED
#define WITH_LAMBDA_INCLUDED
#include "cocos2d.h"
template<class Base, class Result, class... Args>
class BindCallback : public Base {
public:
typedef std::function<Result (Args...)> Callback;
typedef Result (cocos2d::CCObject::*Handler)(Args...);
@melpon
melpon / gist:8005579
Created December 17, 2013 14:19
vim --version
VIM - Vi IMproved 7.3 (2010 Aug 15, compiled Aug 18 2013 02:20:44)
MacOS X (unix) version
Included patches: 1-923
Compiled by Homebrew
Huge version without GUI. Features included (+) or not (-):
+arabic +file_in_path +mouse_sgr +tag_binary
+autocmd +find_in_path -mouse_sysmouse +tag_old_static
-balloon_eval +float +mouse_urxvt -tag_any_white
-browse +folding +mouse_xterm -tcl
++builtin_terms -footer +multi_byte +terminfo
Error detected while processing function wandbox#compile_and_dump..wandbox#compile:
line 11:
E605: Exception not caught: Request has failed! Status 500: Internal Server Error
Error detected while processing function wandbox#compile_and_dump:
line 1:
E170: Missing :endfor
Error detected while processing function wandbox#dump_option_list..wandbox#list..wandbox#prettyprint#pp..<SNR>30_option:
line 2:
E716: Key not present in Dictionary: prettyprint_indent
E15: Invalid expression: has_key(b:, name) ? b:[name] : g:[name]
line 3:
E121: Undefined variable: opt
E116: Invalid arguments for function type(opt) == type('') ? eval(opt) : opt
E15: Invalid expression: type(opt) == type('') ? eval(opt) : opt
line 2:
E716: Key not present in Dictionary: prettyprint_width