Skip to content

Instantly share code, notes, and snippets.

View cmingxu's full-sized avatar
🎯
Focusing

kevin.xu cmingxu

🎯
Focusing
  • BeiJing
View GitHub Profile
package main
import (
"errors"
"strings"
)
type ConstraintsCalculator struct {
Ops []Op
SlotId string
package main
import (
"bufio"
"fmt"
docker "github.com/fsouza/go-dockerclient"
"io"
"time"
)
class DummyItemRealm < ActiveRecord::Base
belongs_to :dummy_item,
:class_name => 'DummyItem',
:foreign_key => 'dummy_item_id'
belongs_to :realm
after_save :create_job
after_save :create_broadcast_job
lass PromotedDistributor < ActiveRecord::Base
has_many :promotions
end
class OpenfeintDistributor < PromotedDistributor
class << self
# this will determine asset upload step
def assets
[["Banner", "display banner for openfeint"],["30x30 asset","display in blabla"]]
end