Search is not available for this dataset
id stringlengths 1 8 | text stringlengths 72 9.81M | addition_count int64 0 10k | commit_subject stringlengths 0 3.7k | deletion_count int64 0 8.43k | file_extension stringlengths 0 32 | lang stringlengths 1 94 | license stringclasses 10
values | repo_name stringlengths 9 59 |
|---|---|---|---|---|---|---|---|---|
10071550 | <NME> configuration.rb
<BEF> # frozen_string_literal: true
module Split
class Configuration
attr_accessor :ignore_ip_addresses
attr_accessor :ignore_filter
attr_accessor :db_failover
attr_accessor :db_failover_on_db_error
attr_accessor :db_failover_allow_parameter_override
attr_accessor :allo... | 7 | Merge pull request #260 from WhitehawkVentures/master | 4 | .rb | rb | mit | splitrb/split |
10071551 | <NME> MANIFEST.in
<BEF> include AUTHORS
include README
include TODO
include MANIFEST.in
recursive-include djangopypi *
recursive-include chishop *
<MSG> Added LICENSE and Changelog to MANIFEST.
<DFF> @@ -2,5 +2,7 @@ include AUTHORS
include README
include TODO
include MANIFEST.in
+include LICENSE
+include Changelog... | 2 | Added LICENSE and Changelog to MANIFEST. | 0 | .in | in | bsd-3-clause | ask/chishop |
10071552 | <NME> README.md
<BEF> # [Split](https://libraries.io/rubygems/split)
[](http://badge.fury.io/rb/split)

[
[](http://badge.fury.io/rb/split)

[
[](http://badge.fury.io/rb/split)

[ {
'use strict';
// Meow queue
var meow_area,
meows = {
queue: {},
add: function (meow) {
this.queue[meow.timestamp] = meow;
},
get: function (timestamp) {
return this.queue[timestamp];
},
remove: function (tim... | 18 | Resolve conflicts with default meow area | 9 | .js | meow | mit | zacstewart/Meow |
10071559 | <NME> jquery.meow.js
<BEF> (function ($, window) {
'use strict';
// Meow queue
var meow_area,
meows = {
queue: {},
add: function (meow) {
this.queue[meow.timestamp] = meow;
},
get: function (timestamp) {
return this.queue[timestamp];
},
remove: function (tim... | 18 | Resolve conflicts with default meow area | 9 | .js | meow | mit | zacstewart/Meow |
10071560 | <NME> experiment.rb
<BEF> module Split
class Experiment
attr_accessor :name
attr_accessor :alternative_names
attr_accessor :winner
def initialize(name, *alternative_names)
@name = name.to_s
@alternative_names = alternative_names.map do |alternative|
Split::Alt... | 9 | Store alternatives as array of objects | 6 | .rb | rb | mit | splitrb/split |
10071561 | <NME> experiment.rb
<BEF> module Split
class Experiment
attr_accessor :name
attr_accessor :alternative_names
attr_accessor :winner
def initialize(name, *alternative_names)
@name = name.to_s
@alternative_names = alternative_names.map do |alternative|
Split::Alt... | 9 | Store alternatives as array of objects | 6 | .rb | rb | mit | splitrb/split |
10071562 | <NME> experiment.rb
<BEF> module Split
class Experiment
attr_accessor :name
attr_accessor :alternative_names
attr_accessor :winner
def initialize(name, *alternative_names)
@name = name.to_s
@alternative_names = alternative_names.map do |alternative|
Split::Alt... | 9 | Store alternatives as array of objects | 6 | .rb | rb | mit | splitrb/split |
10071563 | <NME> index.erb
<BEF> <% if @experiments.any? %>
<p class="intro">The list below contains all the registered experiments along with the number of test participants, completed and conversion rate currently in the system.</p>
<input type="text" placeholder="Begin typing to filter" id="filter" />
<input type="butto... | 3 | Merge pull request #364 from ccallebs/master | 1 | .erb | erb | mit | splitrb/split |
10071564 | <NME> index.erb
<BEF> <% if @experiments.any? %>
<p class="intro">The list below contains all the registered experiments along with the number of test participants, completed and conversion rate currently in the system.</p>
<input type="text" placeholder="Begin typing to filter" id="filter" />
<input type="butto... | 3 | Merge pull request #364 from ccallebs/master | 1 | .erb | erb | mit | splitrb/split |
10071565 | <NME> index.erb
<BEF> <% if @experiments.any? %>
<p class="intro">The list below contains all the registered experiments along with the number of test participants, completed and conversion rate currently in the system.</p>
<input type="text" placeholder="Begin typing to filter" id="filter" />
<input type="butto... | 3 | Merge pull request #364 from ccallebs/master | 1 | .erb | erb | mit | splitrb/split |
10071566 | <NME> README.md
<BEF> Semantic-UI-Angular
===================
[](https://gitter.im/Semantic-Org/Semantic-UI-Angular?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[![Build Status]... | 3 | Update README.md | 7 | .md | md | mit | Semantic-Org/Semantic-UI-Angular |
10071567 | <NME> README.md
<BEF> Semantic-UI-Angular
===================
[](https://gitter.im/Semantic-Org/Semantic-UI-Angular?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[![Build Status]... | 3 | Update README.md | 7 | .md | md | mit | Semantic-Org/Semantic-UI-Angular |
10071568 | <NME> README.md
<BEF> Semantic-UI-Angular
===================
[](https://gitter.im/Semantic-Org/Semantic-UI-Angular?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[![Build Status]... | 3 | Update README.md | 7 | .md | md | mit | Semantic-Org/Semantic-UI-Angular |
10071569 | <NME> urls.py
<BEF> # -*- coding: utf-8 -*-
from django.conf.urls.defaults import patterns, url, include, handler404, handler500
from django.conf import settings
from django.contrib import admin
admin.autodiscover()
urlpatterns = patterns('')
# Serve static pages.
if settings.LOCAL_DEVELOPMENT:
urlpatterns += pa... | 4 | Added registration through django-registration | 1 | .py | py | bsd-3-clause | ask/chishop |
10071570 | <NME> ppadd.py
<BEF> """
Management command for adding a package to the repository. Supposed to be the
equivelant of calling easy_install, but the install target is the chishop.
"""
from __future__ import with_statement
import os
import tempfile
import shutil
import urllib
import pkginfo
from django.core.files.base ... | 3 | Fixed ppadd command. Was broken due to change in pkginfo module | 4 | .py | py | bsd-3-clause | ask/chishop |
10071571 | <NME> version.rb
<BEF> module Split
VERSION = "0.2.2"
end
VERSION = "4.0.1"
end
<MSG> Version 0.2.3
<DFF> @@ -1,3 +1,3 @@
module Split
- VERSION = "0.2.2"
+ VERSION = "0.2.3"
end
| 1 | Version 0.2.3 | 1 | .rb | rb | mit | splitrb/split |
10071572 | <NME> version.rb
<BEF> module Split
VERSION = "0.2.2"
end
VERSION = "4.0.1"
end
<MSG> Version 0.2.3
<DFF> @@ -1,3 +1,3 @@
module Split
- VERSION = "0.2.2"
+ VERSION = "0.2.3"
end
| 1 | Version 0.2.3 | 1 | .rb | rb | mit | splitrb/split |
10071573 | <NME> version.rb
<BEF> module Split
VERSION = "0.2.2"
end
VERSION = "4.0.1"
end
<MSG> Version 0.2.3
<DFF> @@ -1,3 +1,3 @@
module Split
- VERSION = "0.2.2"
+ VERSION = "0.2.3"
end
| 1 | Version 0.2.3 | 1 | .rb | rb | mit | splitrb/split |
10071574 | <NME> split.rb
<BEF> # frozen_string_literal: true
require "split/#{f}"
end
require 'split/engine' if defined?(Rails)
require 'redis/namespace'
module Split
require "split/alternative"
require "split/cache"
require "split/configuration"
require "split/encapsulated_helper"
require "split/exceptions"
require "split/e... | 1 | Merge pull request #167 from Scoutmob/rails2.3-compatibility | 1 | .rb | rb | mit | splitrb/split |
10071575 | <NME> split.rb
<BEF> # frozen_string_literal: true
require "split/#{f}"
end
require 'split/engine' if defined?(Rails)
require 'redis/namespace'
module Split
require "split/alternative"
require "split/cache"
require "split/configuration"
require "split/encapsulated_helper"
require "split/exceptions"
require "split/e... | 1 | Merge pull request #167 from Scoutmob/rails2.3-compatibility | 1 | .rb | rb | mit | splitrb/split |
10071576 | <NME> split.rb
<BEF> # frozen_string_literal: true
require "split/#{f}"
end
require 'split/engine' if defined?(Rails)
require 'redis/namespace'
module Split
require "split/alternative"
require "split/cache"
require "split/configuration"
require "split/encapsulated_helper"
require "split/exceptions"
require "split/e... | 1 | Merge pull request #167 from Scoutmob/rails2.3-compatibility | 1 | .rb | rb | mit | splitrb/split |
10071577 | <NME> spec_helper.rb
<BEF> # frozen_string_literal: true
ENV["RACK_ENV"] = "test"
require "rubygems"
require "bundler/setup"
require "simplecov"
SimpleCov.start
require "split"
require "ostruct"
require "yaml"
Dir["./spec/support/*.rb"].each { |f| require f }
module GlobalSharedContext
extend RSpec::SharedConte... | 1 | Added in-memory cache for `ExperimentCatalog#find` | 0 | .rb | rb | mit | splitrb/split |
10071578 | <NME> spec_helper.rb
<BEF> # frozen_string_literal: true
ENV["RACK_ENV"] = "test"
require "rubygems"
require "bundler/setup"
require "simplecov"
SimpleCov.start
require "split"
require "ostruct"
require "yaml"
Dir["./spec/support/*.rb"].each { |f| require f }
module GlobalSharedContext
extend RSpec::SharedConte... | 1 | Added in-memory cache for `ExperimentCatalog#find` | 0 | .rb | rb | mit | splitrb/split |
10071579 | <NME> spec_helper.rb
<BEF> # frozen_string_literal: true
ENV["RACK_ENV"] = "test"
require "rubygems"
require "bundler/setup"
require "simplecov"
SimpleCov.start
require "split"
require "ostruct"
require "yaml"
Dir["./spec/support/*.rb"].each { |f| require f }
module GlobalSharedContext
extend RSpec::SharedConte... | 1 | Added in-memory cache for `ExperimentCatalog#find` | 0 | .rb | rb | mit | splitrb/split |
10071580 | <NME> split.rb
<BEF> # frozen_string_literal: true
require "redis"
require "split/algorithms"
require "split/algorithms/block_randomization"
require "split/algorithms/weighted_sample"
require "split/algorithms/whiplash"
require "split/alternative"
require "split/cache"
require "split/configuration"
require "split/enc... | 1 | Require engine if Rails is defined | 0 | .rb | rb | mit | splitrb/split |
10071581 | <NME> split.rb
<BEF> # frozen_string_literal: true
require "redis"
require "split/algorithms"
require "split/algorithms/block_randomization"
require "split/algorithms/weighted_sample"
require "split/algorithms/whiplash"
require "split/alternative"
require "split/cache"
require "split/configuration"
require "split/enc... | 1 | Require engine if Rails is defined | 0 | .rb | rb | mit | splitrb/split |
10071582 | <NME> split.rb
<BEF> # frozen_string_literal: true
require "redis"
require "split/algorithms"
require "split/algorithms/block_randomization"
require "split/algorithms/weighted_sample"
require "split/algorithms/whiplash"
require "split/alternative"
require "split/cache"
require "split/configuration"
require "split/enc... | 1 | Require engine if Rails is defined | 0 | .rb | rb | mit | splitrb/split |
10071583 | <NME> extract-abbreviation.ts
<BEF> import { deepStrictEqual, strictEqual, ok } from 'assert';
import extractAbbreviation, { ExtractOptions, ExtractedAbbreviation } from '../src/extract-abbreviation';
import isAtHTMLTag from '../src/extract-abbreviation/is-html';
import scanner from '../src/extract-abbreviation/reader'... | 6 | Fix issue #570 (#571) | 0 | .ts | ts | mit | emmetio/emmet |
10071584 | <NME> extract-abbreviation.ts
<BEF> import { deepStrictEqual, strictEqual, ok } from 'assert';
import extractAbbreviation, { ExtractOptions, ExtractedAbbreviation } from '../src/extract-abbreviation';
import isAtHTMLTag from '../src/extract-abbreviation/is-html';
import scanner from '../src/extract-abbreviation/reader'... | 6 | Fix issue #570 (#571) | 0 | .ts | ts | mit | emmetio/emmet |
10071585 | <NME> split.rb
<BEF> # frozen_string_literal: true
require "redis"
require "split/algorithms"
require "split/algorithms/block_randomization"
require "split/algorithms/weighted_sample"
require "split/algorithms/whiplash"
require "split/alternative"
require "split/cache"
require "split/configuration"
require "split/enc... | 0 | Remove check for Rails > 3 | 1 | .rb | rb | mit | splitrb/split |
10071586 | <NME> split.rb
<BEF> # frozen_string_literal: true
require "redis"
require "split/algorithms"
require "split/algorithms/block_randomization"
require "split/algorithms/weighted_sample"
require "split/algorithms/whiplash"
require "split/alternative"
require "split/cache"
require "split/configuration"
require "split/enc... | 0 | Remove check for Rails > 3 | 1 | .rb | rb | mit | splitrb/split |
10071587 | <NME> split.rb
<BEF> # frozen_string_literal: true
require "redis"
require "split/algorithms"
require "split/algorithms/block_randomization"
require "split/algorithms/weighted_sample"
require "split/algorithms/whiplash"
require "split/alternative"
require "split/cache"
require "split/configuration"
require "split/enc... | 0 | Remove check for Rails > 3 | 1 | .rb | rb | mit | splitrb/split |
10071588 | <NME> style.css
<BEF> html {
background: #efefef;
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-size: 13px;
}
body {
padding: 0;
margin: 0;
}
.header {
background: #ededed;
background: -webkit-gradient(linear, left top, left bottom,
color-stop(0%,#6a7176),
... | 14 | Alignment, header colour. | 11 | .css | css | mit | splitrb/split |
10071589 | <NME> style.css
<BEF> html {
background: #efefef;
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-size: 13px;
}
body {
padding: 0;
margin: 0;
}
.header {
background: #ededed;
background: -webkit-gradient(linear, left top, left bottom,
color-stop(0%,#6a7176),
... | 14 | Alignment, header colour. | 11 | .css | css | mit | splitrb/split |
10071590 | <NME> style.css
<BEF> html {
background: #efefef;
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-size: 13px;
}
body {
padding: 0;
margin: 0;
}
.header {
background: #ededed;
background: -webkit-gradient(linear, left top, left bottom,
color-stop(0%,#6a7176),
... | 14 | Alignment, header colour. | 11 | .css | css | mit | splitrb/split |
10071591 | <NME> configuration_spec.rb
<BEF> # frozen_string_literal: true
require "spec_helper"
describe Split::Configuration do
before(:each) { @config = Split::Configuration.new }
it "should provide a default value for ignore_ip_addresses" do
expect(@config.ignore_ip_addresses).to eq([])
end
it "should provide ... | 31 | Explicitly load the configuration metadata into normalized experiments | 0 | .rb | rb | mit | splitrb/split |
10071592 | <NME> configuration_spec.rb
<BEF> # frozen_string_literal: true
require "spec_helper"
describe Split::Configuration do
before(:each) { @config = Split::Configuration.new }
it "should provide a default value for ignore_ip_addresses" do
expect(@config.ignore_ip_addresses).to eq([])
end
it "should provide ... | 31 | Explicitly load the configuration metadata into normalized experiments | 0 | .rb | rb | mit | splitrb/split |
10071593 | <NME> configuration_spec.rb
<BEF> # frozen_string_literal: true
require "spec_helper"
describe Split::Configuration do
before(:each) { @config = Split::Configuration.new }
it "should provide a default value for ignore_ip_addresses" do
expect(@config.ignore_ip_addresses).to eq([])
end
it "should provide ... | 31 | Explicitly load the configuration metadata into normalized experiments | 0 | .rb | rb | mit | splitrb/split |
10071594 | <NME> extract-abbreviation.ts
<BEF> import { deepStrictEqual, strictEqual, ok } from 'assert';
import extractAbbreviation, { ExtractOptions, ExtractedAbbreviation } from '../src/extract-abbreviation';
import isAtHTMLTag from '../src/extract-abbreviation/is-html';
import scanner from '../src/extract-abbreviation/reader'... | 5 | Fixed issue with invalid HTML tag hit test when extracting abbreviation | 0 | .ts | ts | mit | emmetio/emmet |
10071595 | <NME> extract-abbreviation.ts
<BEF> import { deepStrictEqual, strictEqual, ok } from 'assert';
import extractAbbreviation, { ExtractOptions, ExtractedAbbreviation } from '../src/extract-abbreviation';
import isAtHTMLTag from '../src/extract-abbreviation/is-html';
import scanner from '../src/extract-abbreviation/reader'... | 5 | Fixed issue with invalid HTML tag hit test when extracting abbreviation | 0 | .ts | ts | mit | emmetio/emmet |
10071596 | <NME> button.spec.js
<BEF> ADDFILE
<MSG> Merge pull request #4 from Semantic-Org/semantic-ui-elements-button
Semantic-UI-Angular: sm-button directive
<DFF> @@ -0,0 +1,66 @@
+describe('Semantic-UI: Elements - smButton', function() {
+'use strict';
+
+ var $scope, $compile;
+
+ beforeEach(module('semantic.ui.element... | 66 | Merge pull request #4 from Semantic-Org/semantic-ui-elements-button | 0 | .js | spec | mit | Semantic-Org/Semantic-UI-Angular |
10071597 | <NME> button.spec.js
<BEF> ADDFILE
<MSG> Merge pull request #4 from Semantic-Org/semantic-ui-elements-button
Semantic-UI-Angular: sm-button directive
<DFF> @@ -0,0 +1,66 @@
+describe('Semantic-UI: Elements - smButton', function() {
+'use strict';
+
+ var $scope, $compile;
+
+ beforeEach(module('semantic.ui.element... | 66 | Merge pull request #4 from Semantic-Org/semantic-ui-elements-button | 0 | .js | spec | mit | Semantic-Org/Semantic-UI-Angular |
10071598 | <NME> button.spec.js
<BEF> ADDFILE
<MSG> Merge pull request #4 from Semantic-Org/semantic-ui-elements-button
Semantic-UI-Angular: sm-button directive
<DFF> @@ -0,0 +1,66 @@
+describe('Semantic-UI: Elements - smButton', function() {
+'use strict';
+
+ var $scope, $compile;
+
+ beforeEach(module('semantic.ui.element... | 66 | Merge pull request #4 from Semantic-Org/semantic-ui-elements-button | 0 | .js | spec | mit | Semantic-Org/Semantic-UI-Angular |
10071599 | <NME> split.gemspec
<BEF> # -*- encoding: utf-8 -*-
# frozen_string_literal: true
$:.push File.expand_path("../lib", __FILE__)
require "split/version"
Gem::Specification.new do |s|
s.name = "split"
s.version = Split::VERSION
s.platform = Gem::Platform::RUBY
s.authors = ["Andrew Nesbitt"]
s... | 3 | Changed all .should calls to expects(thing).to for rspec 3 | 3 | .gemspec | gemspec | mit | splitrb/split |
10071600 | <NME> split.gemspec
<BEF> # -*- encoding: utf-8 -*-
# frozen_string_literal: true
$:.push File.expand_path("../lib", __FILE__)
require "split/version"
Gem::Specification.new do |s|
s.name = "split"
s.version = Split::VERSION
s.platform = Gem::Platform::RUBY
s.authors = ["Andrew Nesbitt"]
s... | 3 | Changed all .should calls to expects(thing).to for rspec 3 | 3 | .gemspec | gemspec | mit | splitrb/split |
10071601 | <NME> split.gemspec
<BEF> # -*- encoding: utf-8 -*-
# frozen_string_literal: true
$:.push File.expand_path("../lib", __FILE__)
require "split/version"
Gem::Specification.new do |s|
s.name = "split"
s.version = Split::VERSION
s.platform = Gem::Platform::RUBY
s.authors = ["Andrew Nesbitt"]
s... | 3 | Changed all .should calls to expects(thing).to for rspec 3 | 3 | .gemspec | gemspec | mit | splitrb/split |
10071602 | <NME> README
<BEF> =========================================
ChiShop/DjangoPyPI
=========================================
:Version: 0.1
Installation
============
Install dependencies::
$ python bootstrap.py --distribute
$ ./bin/buildout
Initial configuration
---------------------
::
$ $EDITOR chishop/s... | 13 | Merge branch 'russell/master' | 6 | README | bsd-3-clause | ask/chishop | |
10071603 | <NME> trial_spec.rb
<BEF> # frozen_string_literal: true
require "spec_helper"
require "split/trial"
describe Split::Trial do
let(:user) { mock_user }
let(:alternatives) { ["basket", "cart"] }
let(:experiment) do
Split::Experiment.new("basket_text", alternatives: alternatives).save
end
it "should be ini... | 3 | Remove :alternative_names | 3 | .rb | rb | mit | splitrb/split |
10071604 | <NME> trial_spec.rb
<BEF> # frozen_string_literal: true
require "spec_helper"
require "split/trial"
describe Split::Trial do
let(:user) { mock_user }
let(:alternatives) { ["basket", "cart"] }
let(:experiment) do
Split::Experiment.new("basket_text", alternatives: alternatives).save
end
it "should be ini... | 3 | Remove :alternative_names | 3 | .rb | rb | mit | splitrb/split |
10071605 | <NME> trial_spec.rb
<BEF> # frozen_string_literal: true
require "spec_helper"
require "split/trial"
describe Split::Trial do
let(:user) { mock_user }
let(:alternatives) { ["basket", "cart"] }
let(:experiment) do
Split::Experiment.new("basket_text", alternatives: alternatives).save
end
it "should be ini... | 3 | Remove :alternative_names | 3 | .rb | rb | mit | splitrb/split |
10071606 | <NME> format.ts
<BEF> import { CSSAbbreviation, CSSProperty, Value, CSSValue, NumberValue } from '@emmetio/css-abbreviation';
import createOutputStream, { OutputStream, push, pushString, pushField, pushNewline } from '../output-stream';
import { Config } from '../config';
import color, { frac } from './color';
import {... | 1 | Fixed reference to CSSAbbreviationScope | 1 | .ts | ts | mit | emmetio/emmet |
10071607 | <NME> format.ts
<BEF> import { CSSAbbreviation, CSSProperty, Value, CSSValue, NumberValue } from '@emmetio/css-abbreviation';
import createOutputStream, { OutputStream, push, pushString, pushField, pushNewline } from '../output-stream';
import { Config } from '../config';
import color, { frac } from './color';
import {... | 1 | Fixed reference to CSSAbbreviationScope | 1 | .ts | ts | mit | emmetio/emmet |
10071608 | <NME> icons.svg <BEF> ADDFILE <MSG> chore(docs-app): Update assets for index page <DFF> @@ -0,0 +1,504 @@ +<?xml version="1.0" standalone="no"?> +<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" > +<svg xmlns="http://www.w3.org/2000/svg"> +<metadata></metadata> +<defs> +... | 504 | chore(docs-app): Update assets for index page | 0 | .svg | svg | mit | Semantic-Org/Semantic-UI-Angular |
10071609 | <NME> icons.svg <BEF> ADDFILE <MSG> chore(docs-app): Update assets for index page <DFF> @@ -0,0 +1,504 @@ +<?xml version="1.0" standalone="no"?> +<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" > +<svg xmlns="http://www.w3.org/2000/svg"> +<metadata></metadata> +<defs> +... | 504 | chore(docs-app): Update assets for index page | 0 | .svg | svg | mit | Semantic-Org/Semantic-UI-Angular |
10071610 | <NME> icons.svg <BEF> ADDFILE <MSG> chore(docs-app): Update assets for index page <DFF> @@ -0,0 +1,504 @@ +<?xml version="1.0" standalone="no"?> +<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" > +<svg xmlns="http://www.w3.org/2000/svg"> +<metadata></metadata> +<defs> +... | 504 | chore(docs-app): Update assets for index page | 0 | .svg | svg | mit | Semantic-Org/Semantic-UI-Angular |
10071611 | <NME> transducers.js
<BEF>
// basic protocol helpers
var symbolExists = typeof Symbol !== 'undefined';
var protocols = {
iterator: symbolExists ? Symbol.iterator : '@@iterator'
};
function throwProtocolError(name, coll) {
throw new Error("don't know how to " + name + " collection: " +
coll);
}... | 122 | add interpose, repeat, takeNth | 0 | .js | js | bsd-2-clause | jlongster/transducers.js |
10071612 | <NME> jquery.meow.blackcat.css
<BEF> ADDFILE
<MSG> Merge pull request #13 from shpoonj/master
Merge Flip's theme
<DFF> @@ -0,0 +1,120 @@
+/* blackcat theme by Flip Stewart | github.com/shpoonj */
+
+.meows {
+ position: fixed;
+ top: 0;
+ right: 0;
+}
+
+.meow {
+ position: relative;
+ margin: 12px 12px 0 0;
+}
+... | 120 | Merge pull request #13 from shpoonj/master | 0 | .css | meow | mit | zacstewart/Meow |
10071613 | <NME> jquery.meow.blackcat.css
<BEF> ADDFILE
<MSG> Merge pull request #13 from shpoonj/master
Merge Flip's theme
<DFF> @@ -0,0 +1,120 @@
+/* blackcat theme by Flip Stewart | github.com/shpoonj */
+
+.meows {
+ position: fixed;
+ top: 0;
+ right: 0;
+}
+
+.meow {
+ position: relative;
+ margin: 12px 12px 0 0;
+}
+... | 120 | Merge pull request #13 from shpoonj/master | 0 | .css | meow | mit | zacstewart/Meow |
10071614 | <NME> dashboard_helpers_spec.rb
<BEF> # frozen_string_literal: true
require "spec_helper"
require "split/dashboard/helpers"
describe Split::DashboardHelpers do
describe 'confidence_level' do
it 'should handle very small numbers' do
confidence_level(Complex(2e-18, -0.03)).should eql('No Change')
end
... | 3 | Rewrote z_score algorithm. | 3 | .rb | rb | mit | splitrb/split |
10071615 | <NME> dashboard_helpers_spec.rb
<BEF> # frozen_string_literal: true
require "spec_helper"
require "split/dashboard/helpers"
describe Split::DashboardHelpers do
describe 'confidence_level' do
it 'should handle very small numbers' do
confidence_level(Complex(2e-18, -0.03)).should eql('No Change')
end
... | 3 | Rewrote z_score algorithm. | 3 | .rb | rb | mit | splitrb/split |
10071616 | <NME> dashboard_helpers_spec.rb
<BEF> # frozen_string_literal: true
require "spec_helper"
require "split/dashboard/helpers"
describe Split::DashboardHelpers do
describe 'confidence_level' do
it 'should handle very small numbers' do
confidence_level(Complex(2e-18, -0.03)).should eql('No Change')
end
... | 3 | Rewrote z_score algorithm. | 3 | .rb | rb | mit | splitrb/split |
10071617 | <NME> experiment_spec.rb
<BEF> # frozen_string_literal: true
require "spec_helper"
require "time"
describe Split::Experiment do
def new_experiment(goals = [])
Split::Experiment.new("link_color", alternatives: ["blue", "red", "green"], goals: goals)
end
def alternative(color)
Split::Alternative.new(colo... | 9 | yet another spec. | 0 | .rb | rb | mit | splitrb/split |
10071618 | <NME> experiment_spec.rb
<BEF> # frozen_string_literal: true
require "spec_helper"
require "time"
describe Split::Experiment do
def new_experiment(goals = [])
Split::Experiment.new("link_color", alternatives: ["blue", "red", "green"], goals: goals)
end
def alternative(color)
Split::Alternative.new(colo... | 9 | yet another spec. | 0 | .rb | rb | mit | splitrb/split |
10071619 | <NME> experiment_spec.rb
<BEF> # frozen_string_literal: true
require "spec_helper"
require "time"
describe Split::Experiment do
def new_experiment(goals = [])
Split::Experiment.new("link_color", alternatives: ["blue", "red", "green"], goals: goals)
end
def alternative(color)
Split::Alternative.new(colo... | 9 | yet another spec. | 0 | .rb | rb | mit | splitrb/split |
10071620 | <NME> tokenizer.ts
<BEF> import { deepEqual, throws } from 'assert';
import tokenize from '../src/tokenizer';
describe('Tokenizer', () => {
it('numeric values', () => {
deepEqual(tokenize('p10'), [
{ type: 'Literal', value: 'p', start: 0, end: 1 },
{ type: 'NumberValue', value: 10, ... | 9 | More generic method for consuming literals | 3 | .ts | ts | mit | emmetio/emmet |
10071621 | <NME> tokenizer.ts
<BEF> import { deepEqual, throws } from 'assert';
import tokenize from '../src/tokenizer';
describe('Tokenizer', () => {
it('numeric values', () => {
deepEqual(tokenize('p10'), [
{ type: 'Literal', value: 'p', start: 0, end: 1 },
{ type: 'NumberValue', value: 10, ... | 9 | More generic method for consuming literals | 3 | .ts | ts | mit | emmetio/emmet |
10071622 | <NME> spec_helper.rb
<BEF> # frozen_string_literal: true
ENV["RACK_ENV"] = "test"
require 'bundler/setup'
require 'split'
require 'ostruct'
def session
@session ||= {}
require "split"
require "ostruct"
require "yaml"
Dir["./spec/support/*.rb"].each { |f| require f }
module GlobalSharedContext
extend RSpec::Shar... | 1 | Fixed specs in 1.8.x | 0 | .rb | rb | mit | splitrb/split |
10071623 | <NME> spec_helper.rb
<BEF> # frozen_string_literal: true
ENV["RACK_ENV"] = "test"
require 'bundler/setup'
require 'split'
require 'ostruct'
def session
@session ||= {}
require "split"
require "ostruct"
require "yaml"
Dir["./spec/support/*.rb"].each { |f| require f }
module GlobalSharedContext
extend RSpec::Shar... | 1 | Fixed specs in 1.8.x | 0 | .rb | rb | mit | splitrb/split |
10071624 | <NME> spec_helper.rb
<BEF> # frozen_string_literal: true
ENV["RACK_ENV"] = "test"
require 'bundler/setup'
require 'split'
require 'ostruct'
def session
@session ||= {}
require "split"
require "ostruct"
require "yaml"
Dir["./spec/support/*.rb"].each { |f| require f }
module GlobalSharedContext
extend RSpec::Shar... | 1 | Fixed specs in 1.8.x | 0 | .rb | rb | mit | splitrb/split |
10071625 | <NME> helper.rb
<BEF> # frozen_string_literal: true
module Split
module Helper
OVERRIDE_PARAM_NAME = "ab_test"
module_function
def ab_test(metric_descriptor, control = nil, *alternatives)
begin
experiment = ExperimentCatalog.find_or_initialize(metric_descriptor, control, *alternatives)
... | 1 | Only rescue from known expected error | 1 | .rb | rb | mit | splitrb/split |
10071626 | <NME> helper.rb
<BEF> # frozen_string_literal: true
module Split
module Helper
OVERRIDE_PARAM_NAME = "ab_test"
module_function
def ab_test(metric_descriptor, control = nil, *alternatives)
begin
experiment = ExperimentCatalog.find_or_initialize(metric_descriptor, control, *alternatives)
... | 1 | Only rescue from known expected error | 1 | .rb | rb | mit | splitrb/split |
10071627 | <NME> helper.rb
<BEF> # frozen_string_literal: true
module Split
module Helper
OVERRIDE_PARAM_NAME = "ab_test"
module_function
def ab_test(metric_descriptor, control = nil, *alternatives)
begin
experiment = ExperimentCatalog.find_or_initialize(metric_descriptor, control, *alternatives)
... | 1 | Only rescue from known expected error | 1 | .rb | rb | mit | splitrb/split |
10071628 | <NME> spec_helper.rb
<BEF> require 'rubygems'
require 'bundler/setup'
require 'split'
require "bundler/setup"
require "simplecov"
SimpleCov.start
require "split"
require "ostruct"
require "yaml"
Dir["./spec/support/*.rb"].each { |f| require f }
module GlobalSharedContext
extend RSpec::SharedContext
let(:mock_us... | 2 | Made testing the dashboard a little easier | 0 | .rb | rb | mit | splitrb/split |
10071629 | <NME> spec_helper.rb
<BEF> require 'rubygems'
require 'bundler/setup'
require 'split'
require "bundler/setup"
require "simplecov"
SimpleCov.start
require "split"
require "ostruct"
require "yaml"
Dir["./spec/support/*.rb"].each { |f| require f }
module GlobalSharedContext
extend RSpec::SharedContext
let(:mock_us... | 2 | Made testing the dashboard a little easier | 0 | .rb | rb | mit | splitrb/split |
10071630 | <NME> spec_helper.rb
<BEF> require 'rubygems'
require 'bundler/setup'
require 'split'
require "bundler/setup"
require "simplecov"
SimpleCov.start
require "split"
require "ostruct"
require "yaml"
Dir["./spec/support/*.rb"].each { |f| require f }
module GlobalSharedContext
extend RSpec::SharedContext
let(:mock_us... | 2 | Made testing the dashboard a little easier | 0 | .rb | rb | mit | splitrb/split |
10071631 | <NME> configuration.rb
<BEF> # frozen_string_literal: true
module Split
class Configuration
attr_accessor :ignore_ip_addresses
attr_accessor :ignore_filter
attr_accessor :db_failover
attr_accessor :db_failover_on_db_error
attr_accessor :db_failover_allow_parameter_override
attr_accessor :allo... | 1 | Merge pull request #606 from huoxito/pinterestbot | 1 | .rb | rb | mit | splitrb/split |
10071632 | <NME> configuration.rb
<BEF> # frozen_string_literal: true
module Split
class Configuration
attr_accessor :ignore_ip_addresses
attr_accessor :ignore_filter
attr_accessor :db_failover
attr_accessor :db_failover_on_db_error
attr_accessor :db_failover_allow_parameter_override
attr_accessor :allo... | 1 | Merge pull request #606 from huoxito/pinterestbot | 1 | .rb | rb | mit | splitrb/split |
10071633 | <NME> configuration.rb
<BEF> # frozen_string_literal: true
module Split
class Configuration
attr_accessor :ignore_ip_addresses
attr_accessor :ignore_filter
attr_accessor :db_failover
attr_accessor :db_failover_on_db_error
attr_accessor :db_failover_allow_parameter_override
attr_accessor :allo... | 1 | Merge pull request #606 from huoxito/pinterestbot | 1 | .rb | rb | mit | splitrb/split |
10071634 | <NME> helper_spec.rb
<BEF> # frozen_string_literal: true
require "spec_helper"
# TODO change some of these tests to use Rack::Test
describe Split::Helper do
include Split::Helper
let(:experiment) {
Split::ExperimentCatalog.find_or_create("link_color", "blue", "red")
}
describe "ab_test" do
it "shou... | 3 | Merge pull request #151 from andrew/goals_no_array | 3 | .rb | rb | mit | splitrb/split |
10071635 | <NME> helper_spec.rb
<BEF> # frozen_string_literal: true
require "spec_helper"
# TODO change some of these tests to use Rack::Test
describe Split::Helper do
include Split::Helper
let(:experiment) {
Split::ExperimentCatalog.find_or_create("link_color", "blue", "red")
}
describe "ab_test" do
it "shou... | 3 | Merge pull request #151 from andrew/goals_no_array | 3 | .rb | rb | mit | splitrb/split |
10071636 | <NME> helper_spec.rb
<BEF> # frozen_string_literal: true
require "spec_helper"
# TODO change some of these tests to use Rack::Test
describe Split::Helper do
include Split::Helper
let(:experiment) {
Split::ExperimentCatalog.find_or_create("link_color", "blue", "red")
}
describe "ab_test" do
it "shou... | 3 | Merge pull request #151 from andrew/goals_no_array | 3 | .rb | rb | mit | splitrb/split |
10071637 | <NME> parser.ts
<BEF> import { strictEqual as equal, throws } from 'assert';
import parser from '../src/parser';
import tokenizer from '../src/tokenizer';
import stringify from './assets/stringify';
import { ParserOptions } from '../src';
const parse = (abbr: string, options?: ParserOptions) => parser(tokenizer(abbr),... | 1 | [jsx] Fixed error when consuming camel-cased JSX tag names | 0 | .ts | ts | mit | emmetio/emmet |
10071638 | <NME> parser.ts
<BEF> import { strictEqual as equal, throws } from 'assert';
import parser from '../src/parser';
import tokenizer from '../src/tokenizer';
import stringify from './assets/stringify';
import { ParserOptions } from '../src';
const parse = (abbr: string, options?: ParserOptions) => parser(tokenizer(abbr),... | 1 | [jsx] Fixed error when consuming camel-cased JSX tag names | 0 | .ts | ts | mit | emmetio/emmet |
10071639 | <NME> .gitignore
<BEF> .idea
*.html.js
.DS_Store
.grunt
/node_modules
/dist
*-SNAPSHOT*
.vscode
src/**/*.js
src/**/*.map
<MSG> chore(.gitignore): Exclude external libs
<DFF> @@ -4,5 +4,6 @@
.grunt
/node_modules
/dist
+/lib
*-SNAPSHOT*
| 1 | chore(.gitignore): Exclude external libs | 0 | gitignore | mit | Semantic-Org/Semantic-UI-Angular | |
10071640 | <NME> .gitignore
<BEF> .idea
*.html.js
.DS_Store
.grunt
/node_modules
/dist
*-SNAPSHOT*
.vscode
src/**/*.js
src/**/*.map
<MSG> chore(.gitignore): Exclude external libs
<DFF> @@ -4,5 +4,6 @@
.grunt
/node_modules
/dist
+/lib
*-SNAPSHOT*
| 1 | chore(.gitignore): Exclude external libs | 0 | gitignore | mit | Semantic-Org/Semantic-UI-Angular | |
10071641 | <NME> .gitignore
<BEF> .idea
*.html.js
.DS_Store
.grunt
/node_modules
/dist
*-SNAPSHOT*
.vscode
src/**/*.js
src/**/*.map
<MSG> chore(.gitignore): Exclude external libs
<DFF> @@ -4,5 +4,6 @@
.grunt
/node_modules
/dist
+/lib
*-SNAPSHOT*
| 1 | chore(.gitignore): Exclude external libs | 0 | gitignore | mit | Semantic-Org/Semantic-UI-Angular | |
10071642 | <NME> forms.py
<BEF> import os
from django import forms
from django.conf import settings
from djangopypi.models import Project, Classifier, Release
from django.utils.translation import ugettext_lazy as _
class ProjectForm(forms.ModelForm):
class Meta:
model = Project
exclude = ['owner', 'classifie... | 0 | Whitespace fix. | 1 | .py | py | bsd-3-clause | ask/chishop |
10071643 | <NME> stylesheet.ts
<BEF> import { strictEqual as equal, ok } from 'assert';
import { stylesheet as expandAbbreviation, resolveConfig, CSSAbbreviationScope } from '../src';
import score from '../src/stylesheet/score';
const defaultConfig = resolveConfig({
type: 'stylesheet',
options: {
'output.field': ... | 7 | Test abbreviations with color | 0 | .ts | ts | mit | emmetio/emmet |
10071644 | <NME> stylesheet.ts
<BEF> import { strictEqual as equal, ok } from 'assert';
import { stylesheet as expandAbbreviation, resolveConfig, CSSAbbreviationScope } from '../src';
import score from '../src/stylesheet/score';
const defaultConfig = resolveConfig({
type: 'stylesheet',
options: {
'output.field': ... | 7 | Test abbreviations with color | 0 | .ts | ts | mit | emmetio/emmet |
10071645 | <NME> experiment_spec.rb
<BEF> # frozen_string_literal: true
require "spec_helper"
require "time"
describe Split::Experiment do
def new_experiment(goals = [])
Split::Experiment.new("link_color", alternatives: ["blue", "red", "green"], goals: goals)
end
def alternative(color)
Split::Alternative.new(colo... | 9 | Merge pull request #35 from vrish88/master | 0 | .rb | rb | mit | splitrb/split |
10071646 | <NME> experiment_spec.rb
<BEF> # frozen_string_literal: true
require "spec_helper"
require "time"
describe Split::Experiment do
def new_experiment(goals = [])
Split::Experiment.new("link_color", alternatives: ["blue", "red", "green"], goals: goals)
end
def alternative(color)
Split::Alternative.new(colo... | 9 | Merge pull request #35 from vrish88/master | 0 | .rb | rb | mit | splitrb/split |
10071647 | <NME> experiment_spec.rb
<BEF> # frozen_string_literal: true
require "spec_helper"
require "time"
describe Split::Experiment do
def new_experiment(goals = [])
Split::Experiment.new("link_color", alternatives: ["blue", "red", "green"], goals: goals)
end
def alternative(color)
Split::Alternative.new(colo... | 9 | Merge pull request #35 from vrish88/master | 0 | .rb | rb | mit | splitrb/split |
10071648 | <NME> parser.ts
<BEF> import { equal } from 'assert';
import parser from '../src/parser';
import expander from '../src/index';
import stringify from './assets/stringify';
describe('Parser', () => {
const parse = (str: string) => stringify(parser(str));
const expand = (str: string) => stringify(expander(str));
... | 17 | New abbreviation parser implementation | 26 | .ts | ts | mit | emmetio/emmet |
10071649 | <NME> parser.ts
<BEF> import { equal } from 'assert';
import parser from '../src/parser';
import expander from '../src/index';
import stringify from './assets/stringify';
describe('Parser', () => {
const parse = (str: string) => stringify(parser(str));
const expand = (str: string) => stringify(expander(str));
... | 17 | New abbreviation parser implementation | 26 | .ts | ts | mit | emmetio/emmet |