- 授权协议: 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
Beginning ASP.NET 4 in C# and Vb
Imar Spaanjaars / Wrox / 2010-3-19 / GBP 29.99
This book is for anyone who wants to learn how to build rich and interactive web sites that run on the Microsoft platform. With the knowledge you gain from this book, you create a great foundation to ......一起来看看 《Beginning ASP.NET 4 in C# and Vb》 这本书的介绍吧!
