- 授权协议: MIT
- 开发语言: Ruby
- 操作系统: 跨平台
- 软件首页: https://github.com/github/scientist
软件介绍
Scientist 是一个用于精确重构关键路径的 Ruby 库。
示例代码:
require "scientist"class MyExperiment include ActiveModel::Model include Scientist::Experiment attr_accessor :name def enabled? # see "Ramping up experiments" below super end def publish(result) # see "Publishing results" below super end end # replace `Scientist::Default` as the default implementation module Scientist::Experiment def self.new(name) MyExperiment.new(name: name) end end
CSS3 For Web Designers
Dan Cederholm / Happy Cog / 2010-11 / $18
From advanced selectors to generated content to the triumphant return of web fonts, and from gradients, shadows, and rounded corners to full-blown animations, CSS3 is a universe of creative possibilit......一起来看看 《CSS3 For Web Designers》 这本书的介绍吧!
