Skip to content

Instantly share code, notes, and snippets.

using System.Collections.Generic;
using EMCBTests.Shared.Extensions;
using Newtonsoft.Json;
using Newtonsoft.Json.Linq;
namespace EMCBTests.Entities.Breaker
{
public class Breaker
{
public string AgentId { get; set; }
  1. OWNERSHIP OF INVENTIONS

b. Use or Incorporation of Inventions If in the course of the Relationship, I use or incorporate into a product, process or machine any Invention not covered by Section 4(d) of this Agreement in which I have an interest, I will promptly so inform the Company. Whether or not I give such notice, I hereby irrevocably grant to the Company a nonexclusive, fully paid-up, royalty-free, assumable, perpetual, worldwide license, with right to transfer and to sublicense, to practice and exploit such Invention and to make, have made, copy, modify, make derivative works of, use, sell, import, and otherwise distribute under all applicable intellectual properties without restriction of any kind.

c. Inventions I understand that “Inventions” means discoveries, developments, concepts, designs, ideas, know how, improvements, inventions, trade secrets and/or original works of authorship, whether or not patentable, copyrightable or otherwise legally protectable. I understand this includes, but is not

@alanstevens
alanstevens / ir_black.cson
Created February 23, 2016 13:29
An ir_black (https://github.com/twerth/ir_black) theme for Atom terminal-plus (https://atom.io/packages/terminal-plus). Add the first snippet to your config.cson and the second to your styles.less.
"terminal-plus":
ansiColors:
normal:
black:
red: 78
green: 78
blue: 78
alpha: 1
blue:
red: 148
var path = require("path");
var fs = require("fs");
var rimraf = require("rimraf");
var Handlebars = require("handlebars");
var Templates = require("./templates");
module.exports.generate = function(data) {
Templates.init();
@alanstevens
alanstevens / exploring_prototypes.js
Last active December 27, 2015 18:42
Exploring prototypal inheritance
var Parent = function(first, second){
this.first = first;
this.second = second;
}
var Child = function(first, second, third){
Parent(first, second);
// or ?
Parent.call(this, first, second)
// or ?
@alanstevens
alanstevens / scroll.ps
Last active December 10, 2015 19:42
Mac scrolling on windows from powershell
Get-ItemProperty HKLM:\SYSTEM\CurrentControlSet\Enum\HID\*\*\Device` Parameters FlipFlopWheel -EA 0 | ForEach-Object { Set-ItemProperty $_.PSPath FlipFlopWheel 1 }
def find_associate_common user_ids
# search types
@selected_types = []
@selected_types << 'User'.constantize
# default fields to search
@default_assoc_search_fields = ['last_name_text', 'first_name_text', 'middle_name_text', 'email_text', 'city_region_text', 'country_text']
@search_all_profile = params[:search_all_profile] ||= false
render :update do |page|
page.replace_html 'divCommunityTeamEditor', :partial => '/communities/invite_team_member'
page << "$('#divCommunityTeamMembers').hide();$('#divCommunityTeamEditor').show(); $('#cTeamPW').hide();"
end
knowledgecenter /knowledgecenter(.:format) {:action=>"knowledgecenter", :to=>#<Proc:0x0000000604c238@/usr/local/lib/ruby/gems/1.9.1/gems/actionpack-3.0.10/lib/action_dispatch/routing/mapper.rb:366 (lambda)>}
knowledge_center /knowledge_center(.:format) {:action=>"knowledge_center", :to=>#<Proc:0x0000000602bc18@/usr/local/lib/ruby/gems/1.9.1/gems/actionpack-3.0.10/lib/action_dispatch/routing/mapper.rb:366 (lambda)>}