entities
listlengths
1
8.61k
max_stars_repo_path
stringlengths
7
172
max_stars_repo_name
stringlengths
5
89
max_stars_count
int64
0
82k
content
stringlengths
14
1.05M
id
stringlengths
2
6
new_content
stringlengths
15
1.05M
modified
bool
1 class
references
stringlengths
29
1.05M
[ { "context": " Quo Module\n\n@namespace Quo\n@class Events\n\n@author Javier Jimenez Villar <javi@tapquo.com> || @soyjavi\n###\n\"use strict\"\n\n\n", "end": 81, "score": 0.9998457431793213, "start": 60, "tag": "NAME", "value": "Javier Jimenez Villar" }, { "context": "Quo\n@class Eve...
source/quo.events.coffee
TNT-RoX/QuoJS
1
### Basic Quo Module @namespace Quo @class Events @author Javier Jimenez Villar <javi@tapquo.com> || @soyjavi ### "use strict" do ($$ = Quo) -> ELEMENT_ID = 1 HANDLERS = {} EVENT_METHODS = preventDefault : "isDefaultPrevented" stopImmediatePropagation: "isImmediatePropagationStopped" sto...
30182
### Basic Quo Module @namespace Quo @class Events @author <NAME> <<EMAIL>> || @soyjavi ### "use strict" do ($$ = Quo) -> ELEMENT_ID = 1 HANDLERS = {} EVENT_METHODS = preventDefault : "isDefaultPrevented" stopImmediatePropagation: "isImmediatePropagationStopped" stopPropagation : ...
true
### Basic Quo Module @namespace Quo @class Events @author PI:NAME:<NAME>END_PI <PI:EMAIL:<EMAIL>END_PI> || @soyjavi ### "use strict" do ($$ = Quo) -> ELEMENT_ID = 1 HANDLERS = {} EVENT_METHODS = preventDefault : "isDefaultPrevented" stopImmediatePropagation: "isImmediatePropagationStopped" ...
[ { "context": " '' \n items: []\n selectedItems: []\n keyField: 'id'\n nameField: 'name'\n valueField: 'id'\n valueFi", "end": 238, "score": 0.9932265877723694, "start": 236, "tag": "KEY", "value": "id" }, { "context": "tion = $(\"<#{@itemTag}/>\")\n $option.html item[@name...
admin/controllers/ui/multi-select.coffee
markuso/kleks
26
Spine = require('spine/core') $ = Spine.$ class MultiSelectUI extends Spine.Controller tag: 'ul' className: 'ui-multi-select' tagClass: '' itemTag: 'li' itemClass: '' items: [] selectedItems: [] keyField: 'id' nameField: 'name' valueField: 'id' valueFields: null emptyText: 'Nothing...
75738
Spine = require('spine/core') $ = Spine.$ class MultiSelectUI extends Spine.Controller tag: 'ul' className: 'ui-multi-select' tagClass: '' itemTag: 'li' itemClass: '' items: [] selectedItems: [] keyField: '<KEY>' nameField: 'name' valueField: 'id' valueFields: null emptyText: 'Noth...
true
Spine = require('spine/core') $ = Spine.$ class MultiSelectUI extends Spine.Controller tag: 'ul' className: 'ui-multi-select' tagClass: '' itemTag: 'li' itemClass: '' items: [] selectedItems: [] keyField: 'PI:KEY:<KEY>END_PI' nameField: 'name' valueField: 'id' valueFields: null emp...
[ { "context": " user:\n data: [\n id: 1\n name: \"Bob\"\n ,\n id: 2\n name: \"Sue\"\n ", "end": 661, "score": 0.9998706579208374, "start": 658, "tag": "NAME", "value": "Bob" }, { "context": " name: \"Bob\"\n ,\n id: 2\n nam...
test/spec_coffee/model_populate_from_hierarchical_data_spec.coffee
kirkbowers/mvcoffee
0
MVCoffee = require("../lib/mvcoffee") theUser = class User extends MVCoffee.Model theUser.hasMany "activity", order: "position" theUser.hasOne "brain" theActivity = class Activity extends MVCoffee.Model theActivity.belongsTo "user" theActivity.hasMany "subactivity" theSubActivity = class Subactivity extends MVCof...
87002
MVCoffee = require("../lib/mvcoffee") theUser = class User extends MVCoffee.Model theUser.hasMany "activity", order: "position" theUser.hasOne "brain" theActivity = class Activity extends MVCoffee.Model theActivity.belongsTo "user" theActivity.hasMany "subactivity" theSubActivity = class Subactivity extends MVCof...
true
MVCoffee = require("../lib/mvcoffee") theUser = class User extends MVCoffee.Model theUser.hasMany "activity", order: "position" theUser.hasOne "brain" theActivity = class Activity extends MVCoffee.Model theActivity.belongsTo "user" theActivity.hasMany "subactivity" theSubActivity = class Subactivity extends MVCof...
[ { "context": "SENSU_PASSWORD = \"password\"\nSENSU_USERNAME = \"username\"\nSENSU_URL = \"https:/", "end": 26, "score": 0.998635470867157, "start": 18, "tag": "PASSWORD", "value": "password" }, { "context": "SENSU_PASSWORD = \"password\"\nSENSU_USERNAME = \"username\"\nSENSU_URL = \"...
sensu.widget/index.coffee
GhostLyrics/uebersicht-sensu
0
SENSU_PASSWORD = "password" SENSU_USERNAME = "username" SENSU_URL = "https://sensu.domain.example:port" # display options SORT_BY_HOSTNAME = true SHOW_COMMAND = false SHOW_OUTPUT = true # blink indicators - possible values: "warn", "error", "unknown" # e.g. BLINKING_INDICATORS = ["warn", "error"] BLINKING_INDICATORS ...
9375
SENSU_PASSWORD = "<PASSWORD>" SENSU_USERNAME = "username" SENSU_URL = "https://sensu.domain.example:port" # display options SORT_BY_HOSTNAME = true SHOW_COMMAND = false SHOW_OUTPUT = true # blink indicators - possible values: "warn", "error", "unknown" # e.g. BLINKING_INDICATORS = ["warn", "error"] BLINKING_INDICATOR...
true
SENSU_PASSWORD = "PI:PASSWORD:<PASSWORD>END_PI" SENSU_USERNAME = "username" SENSU_URL = "https://sensu.domain.example:port" # display options SORT_BY_HOSTNAME = true SHOW_COMMAND = false SHOW_OUTPUT = true # blink indicators - possible values: "warn", "error", "unknown" # e.g. BLINKING_INDICATORS = ["warn", "error"] ...
[ { "context": " 'SendMessage', ->\n beforeEach ->\n @redisKey = uuid.v1()\n @pubSubKey = uuid.v1()\n sendMessageJobMa", "end": 217, "score": 0.9578889012336731, "start": 210, "tag": "KEY", "value": "uuid.v1" }, { "context": "Each ->\n @redisKey = uuid.v1()\n @pubSubKey...
test/send-message-spec.coffee
octoblu/meshblu-core-task-send-message
0
_ = require 'lodash' SendMessage = require '../' redis = require 'fakeredis' uuid = require 'uuid' JobManager = require 'meshblu-core-job-manager' describe 'SendMessage', -> beforeEach -> @redisKey = uuid.v1() @pubSubKey = uuid.v1() sendMessageJobManager = new JobManager client: _.bindAll redis....
14947
_ = require 'lodash' SendMessage = require '../' redis = require 'fakeredis' uuid = require 'uuid' JobManager = require 'meshblu-core-job-manager' describe 'SendMessage', -> beforeEach -> @redisKey = <KEY>() @pubSubKey = <KEY>() sendMessageJobManager = new JobManager client: _.bindAll redis.crea...
true
_ = require 'lodash' SendMessage = require '../' redis = require 'fakeredis' uuid = require 'uuid' JobManager = require 'meshblu-core-job-manager' describe 'SendMessage', -> beforeEach -> @redisKey = PI:KEY:<KEY>END_PI() @pubSubKey = PI:KEY:<KEY>END_PI() sendMessageJobManager = new JobManager cl...
[ { "context": "cument = ownerDocument\n n.innerXML = \"<box id='dave' />\"\n expect(n.firstChild.nodeName).toEqual('b", "end": 582, "score": 0.9918261766433716, "start": 578, "tag": "NAME", "value": "dave" }, { "context": "Equal('box')\n expect(n.firstChild.id).toEqual('dave'...
spec/node_spec.coffee
DaneTheory/scenevr
0
Node = require('../lib/node') HTMLElement = require("../lib/dom-lite").HTMLElement Document = require('../lib/document') ownerDocument = Document.createDocument() describe 'constructor', -> it 'should create', -> n = new Node expect(n instanceof Node).toBeTruthy() describe 'innerXML', -> it 'should set t...
137757
Node = require('../lib/node') HTMLElement = require("../lib/dom-lite").HTMLElement Document = require('../lib/document') ownerDocument = Document.createDocument() describe 'constructor', -> it 'should create', -> n = new Node expect(n instanceof Node).toBeTruthy() describe 'innerXML', -> it 'should set t...
true
Node = require('../lib/node') HTMLElement = require("../lib/dom-lite").HTMLElement Document = require('../lib/document') ownerDocument = Document.createDocument() describe 'constructor', -> it 'should create', -> n = new Node expect(n instanceof Node).toBeTruthy() describe 'innerXML', -> it 'should set t...
[ { "context": "\",\n \"link\": \"http://fir.im/6gca\",\n \"name\": \"小叮当的梦想国\",\n \"changelog\": \"测试webhook\\r\\n测试内容:\\r\\n修改bug\",", "end": 388, "score": 0.6221368908882141, "start": 381, "tag": "NAME", "value": "小叮当的梦想国" } ]
test/scripts/send-firim-msg.coffee
jianliaoim/talk-services
40
request = require 'request' _ = require 'lodash' options = method: 'POST' headers: "Content-Type": "application/json" json: true url: 'http://talk.bi/v1/services/webhook/75391804bb31576d4a476d65489f3f6d6b5d379a' body: { "msg": "小叮当的梦想国-更新", "icon": "http://firicon.fir.im/3f8e9549b93029b9e18828f67af17...
221008
request = require 'request' _ = require 'lodash' options = method: 'POST' headers: "Content-Type": "application/json" json: true url: 'http://talk.bi/v1/services/webhook/75391804bb31576d4a476d65489f3f6d6b5d379a' body: { "msg": "小叮当的梦想国-更新", "icon": "http://firicon.fir.im/3f8e9549b93029b9e18828f67af17...
true
request = require 'request' _ = require 'lodash' options = method: 'POST' headers: "Content-Type": "application/json" json: true url: 'http://talk.bi/v1/services/webhook/75391804bb31576d4a476d65489f3f6d6b5d379a' body: { "msg": "小叮当的梦想国-更新", "icon": "http://firicon.fir.im/3f8e9549b93029b9e18828f67af17...
[ { "context": "ex.php?title=Lexi#SELECT_CASE\",\n \"leftLabel\": \"Lexi\"\n", "end": 2151, "score": 0.9620731472969055, "start": 2147, "tag": "NAME", "value": "Lexi" } ]
snippets/lexi.cson
christopherroyshields/language-br
0
".source.br": "#AutoNumber# NewLine, NewLineCount": "prefix": "AutoNumber", "rightLabelHTML":"", "body" : "! #AutoNumber#$ ${1:NewLine}, ${2:NewLineCount} $0", "description": """ Directs Lexi to set the current line and line count to the ones expressed here. #AutoNumber# Newline, NewLineCount...
76414
".source.br": "#AutoNumber# NewLine, NewLineCount": "prefix": "AutoNumber", "rightLabelHTML":"", "body" : "! #AutoNumber#$ ${1:NewLine}, ${2:NewLineCount} $0", "description": """ Directs Lexi to set the current line and line count to the ones expressed here. #AutoNumber# Newline, NewLineCount...
true
".source.br": "#AutoNumber# NewLine, NewLineCount": "prefix": "AutoNumber", "rightLabelHTML":"", "body" : "! #AutoNumber#$ ${1:NewLine}, ${2:NewLineCount} $0", "description": """ Directs Lexi to set the current line and line count to the ones expressed here. #AutoNumber# Newline, NewLineCount...
[ { "context": " MemberSchema.findOne\n room: @_roomId\n user: _userId\n isQuit: false\n , (err, member) ->\n return", "end": 4354, "score": 0.8822300434112549, "start": 4347, "tag": "USERNAME", "value": "_userId" }, { "context": "etMsgToken = (data, callback = ->) ->\n m...
talk-api2x/server/schemas/message.coffee
ikingye/talk-os
3,084
###* * Indexes: * - db.messages.ensureIndex({team: 1, creator: 1, to: 1, _id: -1}, {background: true}) * - db.messages.ensureIndex({room: 1, _id: -1}, {background: true}) * - db.messages.ensureIndex({story: 1, _id: -1}, {background: true}) * - db.messages.ensureIndex({tags: 1, team: 1, _id: -1}, {background: true}...
2963
###* * Indexes: * - db.messages.ensureIndex({team: 1, creator: 1, to: 1, _id: -1}, {background: true}) * - db.messages.ensureIndex({room: 1, _id: -1}, {background: true}) * - db.messages.ensureIndex({story: 1, _id: -1}, {background: true}) * - db.messages.ensureIndex({tags: 1, team: 1, _id: -1}, {background: true}...
true
###* * Indexes: * - db.messages.ensureIndex({team: 1, creator: 1, to: 1, _id: -1}, {background: true}) * - db.messages.ensureIndex({room: 1, _id: -1}, {background: true}) * - db.messages.ensureIndex({story: 1, _id: -1}, {background: true}) * - db.messages.ensureIndex({tags: 1, team: 1, _id: -1}, {background: true}...
[ { "context": "traffic stats/i, (msg) ->\n config = { \"user\": \"dgehrett@homefinder.com\", \"password\": \"Charl1e0616\" }\n \n ga = new GA.", "end": 2995, "score": 0.9998849034309387, "start": 2972, "tag": "EMAIL", "value": "dgehrett@homefinder.com" }, { "context": "{ \"user...
scripts/mcr-api.coffee
Homefinder/hubot
0
# Description: # A way to interact with the MCR API. # # Commands: # hubot review report - Shows total MCR published reviews and happy moves # hubot show mover <mover name> - Returns all moving company locations matching <mover name> # hubot find movers near <query> - Returns moving companies near the given loc...
87708
# Description: # A way to interact with the MCR API. # # Commands: # hubot review report - Shows total MCR published reviews and happy moves # hubot show mover <mover name> - Returns all moving company locations matching <mover name> # hubot find movers near <query> - Returns moving companies near the given loc...
true
# Description: # A way to interact with the MCR API. # # Commands: # hubot review report - Shows total MCR published reviews and happy moves # hubot show mover <mover name> - Returns all moving company locations matching <mover name> # hubot find movers near <query> - Returns moving companies near the given loc...
[ { "context": "fcgi?db=pubmed&query_key=1&WebEnv=NCID_1_54953983_165.112.9.28_9001_1461227951_1012752855_0MetA0_S_Mega", "end": 677, "score": 0.577659010887146, "start": 674, "tag": "IP_ADDRESS", "value": "165" }, { "context": "?db=pubmed&query_key=1&WebEnv=NCID_1_54953983_165.112.9.2...
worker/src/src/pubmed.coffee
oaworks/paradigm
1
# there are pubmed data loaders on the server side, they build an index that can # be queried directly. However some of the below functions may still be useful # for lookups to the pubmed API at other times # pubmed API http://www.ncbi.nlm.nih.gov/books/NBK25497/ # examples http://www.ncbi.nlm.nih.gov/books/NBK2549...
54680
# there are pubmed data loaders on the server side, they build an index that can # be queried directly. However some of the below functions may still be useful # for lookups to the pubmed API at other times # pubmed API http://www.ncbi.nlm.nih.gov/books/NBK25497/ # examples http://www.ncbi.nlm.nih.gov/books/NBK2549...
true
# there are pubmed data loaders on the server side, they build an index that can # be queried directly. However some of the below functions may still be useful # for lookups to the pubmed API at other times # pubmed API http://www.ncbi.nlm.nih.gov/books/NBK25497/ # examples http://www.ncbi.nlm.nih.gov/books/NBK2549...
[ { "context": "---------------------------------\n# Copyright 2013 Patrick Mueller\n#\n# Licensed under the Apache License, Version 2.", "end": 3805, "score": 0.9998199343681335, "start": 3790, "tag": "NAME", "value": "Patrick Mueller" } ]
Gruntfile.coffee
pmuellr/cat-source-map
1
# Licensed under the Apache License. See footer for details. fs = require "fs" path = require "path" require "shelljs/global" _ = require "underscore" __basename = path.basename __filename mkdir "-p", "tmp" #------------------------------------------------------------------------------- grunt...
164756
# Licensed under the Apache License. See footer for details. fs = require "fs" path = require "path" require "shelljs/global" _ = require "underscore" __basename = path.basename __filename mkdir "-p", "tmp" #------------------------------------------------------------------------------- grunt...
true
# Licensed under the Apache License. See footer for details. fs = require "fs" path = require "path" require "shelljs/global" _ = require "underscore" __basename = path.basename __filename mkdir "-p", "tmp" #------------------------------------------------------------------------------- grunt...
[ { "context": "# Bhav Vriksha\n\nmodule.exports = config:\n paths:\n watched: [", "end": 14, "score": 0.9998559951782227, "start": 2, "tag": "NAME", "value": "Bhav Vriksha" } ]
brunch-config.coffee
prashnts/bhavriksha
0
# Bhav Vriksha module.exports = config: paths: watched: ['bhavriksha'] plugins: autoReload: enabled: yes coffeelint: pattern: /^bhavriksha\/.*\.(coffee)$/ useCoffeelintJson: yes jaded: staticPatterns: /^bhavriksha\/markup\/([\d\w]*)\.jade$/ postcss: processors: [ ...
155015
# <NAME> module.exports = config: paths: watched: ['bhavriksha'] plugins: autoReload: enabled: yes coffeelint: pattern: /^bhavriksha\/.*\.(coffee)$/ useCoffeelintJson: yes jaded: staticPatterns: /^bhavriksha\/markup\/([\d\w]*)\.jade$/ postcss: processors: [ ...
true
# PI:NAME:<NAME>END_PI module.exports = config: paths: watched: ['bhavriksha'] plugins: autoReload: enabled: yes coffeelint: pattern: /^bhavriksha\/.*\.(coffee)$/ useCoffeelintJson: yes jaded: staticPatterns: /^bhavriksha\/markup\/([\d\w]*)\.jade$/ postcss: proces...
[ { "context": " (user) ->\n\t\t# Meteor.users.find({ \"username\": /\\.rocket\\.team/ }).forEach (user) ->\n\t\t\temail = user.email", "end": 969, "score": 0.8825861215591431, "start": 963, "tag": "USERNAME", "value": "rocket" }, { "context": "->\n\t\t# Meteor.users.find({ \"username\...
packages/rocketchat-mailer/server/functions/sendMail.coffee
zhangshiwan/Rochet.Chart.0.30.0-6
0
Mailer.sendMail = (from, subject, body, dryrun, query) -> rfcMailPatternWithName = /^(?:.*<)?([a-zA-Z0-9.!#$%&'*+\/=?^_`{|}~-]+@[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)*)(?:>?)$/ # rfcMailPattern = /^[a-zA-Z0-9.!#$%&'*+\/=?^_`{|}~-]+@[a-zA-Z0-9](?:[a-zA-Z0-9-]{...
160735
Mailer.sendMail = (from, subject, body, dryrun, query) -> rfcMailPatternWithName = /^(?:.*<)?([a-zA-Z0-9.!#$%&'*+\/=?^_`{|}~-]+@[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)*)(?:>?)$/ # rfcMailPattern = /^[a-zA-Z0-9.!#$%&'*+\/=?^_`{|}~-]+@[a-zA-Z0-9](?:[a-zA-Z0-9-]{...
true
Mailer.sendMail = (from, subject, body, dryrun, query) -> rfcMailPatternWithName = /^(?:.*<)?([a-zA-Z0-9.!#$%&'*+\/=?^_`{|}~-]+@[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)*)(?:>?)$/ # rfcMailPattern = /^[a-zA-Z0-9.!#$%&'*+\/=?^_`{|}~-]+@[a-zA-Z0-9](?:[a-zA-Z0-9-]{...
[ { "context": "} = require 'backbone'\n\n###\nBackbone.NamedView\n\nby Alec Perkins, http://alecperkins.net\nRepo: https://github.com/", "end": 70, "score": 0.9997655749320984, "start": 58, "tag": "NAME", "value": "Alec Perkins" }, { "context": ", http://alecperkins.net\nRepo: https:/...
source/libraries/NamedView.coffee
alecperkins/active-markdown
18
{ View } = require 'backbone' ### Backbone.NamedView by Alec Perkins, http://alecperkins.net Repo: https://github.com/alecperkins/Backbone.NamedView A Backbone View that automagically adds CSS classes based on its CoffeeScript class names. ### class NamedView extends View @_name: 'NamedView' constructor: (a...
20473
{ View } = require 'backbone' ### Backbone.NamedView by <NAME>, http://alecperkins.net Repo: https://github.com/alecperkins/Backbone.NamedView A Backbone View that automagically adds CSS classes based on its CoffeeScript class names. ### class NamedView extends View @_name: 'NamedView' constructor: (args......
true
{ View } = require 'backbone' ### Backbone.NamedView by PI:NAME:<NAME>END_PI, http://alecperkins.net Repo: https://github.com/alecperkins/Backbone.NamedView A Backbone View that automagically adds CSS classes based on its CoffeeScript class names. ### class NamedView extends View @_name: 'NamedView' constru...
[ { "context": "###\nCopyright (c) 2013, Alexander Cherniuk <ts33kr@gmail.com>\nAll rights reserved.\n\nRedistri", "end": 42, "score": 0.9998438954353333, "start": 24, "tag": "NAME", "value": "Alexander Cherniuk" }, { "context": "###\nCopyright (c) 2013, Alexander Cherniuk <ts33kr@gmai...
library/nucleus/scoping.coffee
ts33kr/granite
6
### Copyright (c) 2013, Alexander Cherniuk <ts33kr@gmail.com> All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of co...
167385
### Copyright (c) 2013, <NAME> <<EMAIL>> All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the foll...
true
### Copyright (c) 2013, PI:NAME:<NAME>END_PI <PI:EMAIL:<EMAIL>END_PI> All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this li...
[ { "context": "s\n *\n * Copyright (c) Release under MIT License by Fourdesire, 2014\n###\n(($) ->\n \"use strict\"\n\n $.fn.extend\n ", "end": 309, "score": 0.9516476988792419, "start": 299, "tag": "NAME", "value": "Fourdesire" } ]
src/jquery.textcount.coffee
alisamar/jquery-textcount
1
### jQuery Textcount * * Text Effects is a sci-fi style awesome effect made with jQuery. * As a jQuery plugin, you can simply implement the effect on your website with only one line of script. * http://team.fourdesire.com/playgrounds/texteffects * * Copyright (c) Release under MIT License by Fourdesire, 2014 ### ...
71092
### jQuery Textcount * * Text Effects is a sci-fi style awesome effect made with jQuery. * As a jQuery plugin, you can simply implement the effect on your website with only one line of script. * http://team.fourdesire.com/playgrounds/texteffects * * Copyright (c) Release under MIT License by <NAME>, 2014 ### (($)...
true
### jQuery Textcount * * Text Effects is a sci-fi style awesome effect made with jQuery. * As a jQuery plugin, you can simply implement the effect on your website with only one line of script. * http://team.fourdesire.com/playgrounds/texteffects * * Copyright (c) Release under MIT License by PI:NAME:<NAME>END_PI,...
[ { "context": "res joukou-api/config\n@requires nodemailer\n@author Isaac Johnston <isaac.johnston@joukou.com>\n###\n\n###\n@api {post} ", "end": 739, "score": 0.9999004602432251, "start": 725, "tag": "NAME", "value": "Isaac Johnston" }, { "context": "nfig\n@requires nodemailer\n@auth...
src/contact/routes.coffee
joukou/joukou-api
0
"use strict" ###* Copyright 2014 Joukou Ltd Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing,...
43877
"use strict" ###* Copyright 2014 Joukou Ltd Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing,...
true
"use strict" ###* Copyright 2014 Joukou Ltd Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing,...
[ { "context": "it 'as a string', (next) ->\n parse \"\"\"\n ABC,45::DEF,23\n \"\"\", rowDelimiter: '::', (err, data) ->\n ", "end": 141, "score": 0.8940459489822388, "start": 134, "tag": "IP_ADDRESS", "value": "45::DEF" }, { "context": "it 'as an array', (next) ->\n parse...
test/options.rowDelimiter.coffee
unflores/node-csv-parse
0
fs = require 'fs' parse = require '../src' describe 'options rowDelimiter', -> it 'as a string', (next) -> parse """ ABC,45::DEF,23 """, rowDelimiter: '::', (err, data) -> return next err if err data.should.eql [ [ 'ABC','45' ] [ 'DEF','23' ] ] next() it 'as a...
143390
fs = require 'fs' parse = require '../src' describe 'options rowDelimiter', -> it 'as a string', (next) -> parse """ ABC,fdf8:f53e:61e4::18,23 """, rowDelimiter: '::', (err, data) -> return next err if err data.should.eql [ [ 'ABC','45' ] [ 'DEF','23' ] ] next() ...
true
fs = require 'fs' parse = require '../src' describe 'options rowDelimiter', -> it 'as a string', (next) -> parse """ ABC,PI:IP_ADDRESS:fdf8:f53e:61e4::18END_PI,23 """, rowDelimiter: '::', (err, data) -> return next err if err data.should.eql [ [ 'ABC','45' ] [ 'DEF','23' ] ...
[ { "context": "ssword').removeClass 'invalid'\n username = $('#username').val()\n token = $('[name=\"_token\"]').val()\n ", "end": 248, "score": 0.9351420402526855, "start": 240, "tag": "USERNAME", "value": "username" }, { "context": "urn\n $.post '/login', {_token: token, u...
resources/assets/coffee/home.coffee
suditugeorge/dorminator
0
$ -> #On enter login $(document).keypress (e) -> if e.which == 13 $('#login').click() return $('#login').click (e) -> $('#username').removeClass 'invalid' $('#password').removeClass 'invalid' username = $('#username').val() token = $('[name="_token"]').val() remember = $('#remem...
213423
$ -> #On enter login $(document).keypress (e) -> if e.which == 13 $('#login').click() return $('#login').click (e) -> $('#username').removeClass 'invalid' $('#password').removeClass 'invalid' username = $('#username').val() token = $('[name="_token"]').val() remember = $('#remem...
true
$ -> #On enter login $(document).keypress (e) -> if e.which == 13 $('#login').click() return $('#login').click (e) -> $('#username').removeClass 'invalid' $('#password').removeClass 'invalid' username = $('#username').val() token = $('[name="_token"]').val() remember = $('#remem...
[ { "context": "abelPropertyPath', 'model', () ->\n key = \"model.#{@get('labelPropertyPath')}\"\n Ember.defineProper", "end": 14796, "score": 0.9405835270881653, "start": 14794, "tag": "KEY", "value": "#{" }, { "context": "del', () ->\n key = \"model.#{@get('labelPropertyPath...
addon/components/taxonomy-browser.coffee
tenforce/ember-esco-plugins
0
`import Ember from 'ember'` `import sortByPromise from '../utils/sort-by-promise'` `import KeyboardShortcuts from 'ember-keyboard-shortcuts/mixins/component';` `import layout from '../templates/components/taxonomy-browser'` `import TooltipManager from 'ember-async-expanding-tree/mixins/tooltip-manager';` ### # componen...
187905
`import Ember from 'ember'` `import sortByPromise from '../utils/sort-by-promise'` `import KeyboardShortcuts from 'ember-keyboard-shortcuts/mixins/component';` `import layout from '../templates/components/taxonomy-browser'` `import TooltipManager from 'ember-async-expanding-tree/mixins/tooltip-manager';` ### # componen...
true
`import Ember from 'ember'` `import sortByPromise from '../utils/sort-by-promise'` `import KeyboardShortcuts from 'ember-keyboard-shortcuts/mixins/component';` `import layout from '../templates/components/taxonomy-browser'` `import TooltipManager from 'ember-async-expanding-tree/mixins/tooltip-manager';` ### # componen...
[ { "context": " \"howdy\"\n]\nfarewells: [\n \"ciao\"\n \"bye\"\n \"farewell\"\n \"goodbye\"\n \"toodles\"\n \"adios\"\n \"say", "end": 233, "score": 0.7886567115783691, "start": 225, "tag": "NAME", "value": "farewell" }, { "context": "\"\n \"goodbye\"\n \"t...
options/defaults/salutations.cson
vaughnroyko/Omnibot
9
greetings: [ "hello" "hi" "hiya" "sup" "greetings" "yo(?! mama)" "salutaions" "hey" "hai" "heyo" "hiyo" "heya" "wazzup" "howdy" ] farewells: [ "ciao" "bye" "farewell" "goodbye" "toodles" "adios" "sayonara" "bai" "bubbai" "la...
173972
greetings: [ "hello" "hi" "hiya" "sup" "greetings" "yo(?! mama)" "salutaions" "hey" "hai" "heyo" "hiyo" "heya" "wazzup" "howdy" ] farewells: [ "ciao" "bye" "<NAME>" "goodbye" "toodles" "adios" "say<NAME>" "bai" "bubbai" "lat...
true
greetings: [ "hello" "hi" "hiya" "sup" "greetings" "yo(?! mama)" "salutaions" "hey" "hai" "heyo" "hiyo" "heya" "wazzup" "howdy" ] farewells: [ "ciao" "bye" "PI:NAME:<NAME>END_PI" "goodbye" "toodles" "adios" "sayPI:NAME:<NAME>END_PI" ...
[ { "context": "###\n\nWrangler\nby Evan Hahn\n\nGet your got'dang data into your got'dang webpag", "end": 26, "score": 0.9998897314071655, "start": 17, "tag": "NAME", "value": "Evan Hahn" } ]
src/wrangler.coffee
Fetchnotes/wrangler
0
### Wrangler by Evan Hahn Get your got'dang data into your got'dang webpage and stop worrying about it. ******************************************************************************* Copyright (c) 2012, Fetchnotes LLC Permission is hereby granted, free of charge, to any person obtaining a copy of this software an...
88028
### Wrangler by <NAME> Get your got'dang data into your got'dang webpage and stop worrying about it. ******************************************************************************* Copyright (c) 2012, Fetchnotes LLC Permission is hereby granted, free of charge, to any person obtaining a copy of this software and a...
true
### Wrangler by PI:NAME:<NAME>END_PI Get your got'dang data into your got'dang webpage and stop worrying about it. ******************************************************************************* Copyright (c) 2012, Fetchnotes LLC Permission is hereby granted, free of charge, to any person obtaining a copy of this ...
[ { "context": "'\n\n YU_FREIND = 'Yu'\n AMY_FREIND = 'Amy'\n BOTH_FRIEND = 'Both'\n\n vm.init = ", "end": 276, "score": 0.9985707998275757, "start": 273, "tag": "NAME", "value": "Amy" } ]
app/scripts/controllers/form.coffee
yu-amy-wedding/yu-amy-wedding.github.io
0
angular .module 'yuAmyWeddinggithubioApp' .controller 'FormCtrl', ($timeout, $anchorScroll, $window) -> vm = @ WILL_ATTEND = 'yes' NOT_ATTEND_BUT = 'no but has gift' NOT_ATTEND = 'no' YU_FREIND = 'Yu' AMY_FREIND = 'Amy' BOTH_FRIEND = 'Both' vm.i...
202910
angular .module 'yuAmyWeddinggithubioApp' .controller 'FormCtrl', ($timeout, $anchorScroll, $window) -> vm = @ WILL_ATTEND = 'yes' NOT_ATTEND_BUT = 'no but has gift' NOT_ATTEND = 'no' YU_FREIND = 'Yu' AMY_FREIND = '<NAME>' BOTH_FRIEND = 'Both' v...
true
angular .module 'yuAmyWeddinggithubioApp' .controller 'FormCtrl', ($timeout, $anchorScroll, $window) -> vm = @ WILL_ATTEND = 'yes' NOT_ATTEND_BUT = 'no but has gift' NOT_ATTEND = 'no' YU_FREIND = 'Yu' AMY_FREIND = 'PI:NAME:<NAME>END_PI' BOTH_FRIEND = 'Bo...
[ { "context": ")\n if (array.length == 1)\n alert('Stop it, Craig!')\n event.stopPropagation()\n return\n ", "end": 1736, "score": 0.9987838268280029, "start": 1731, "tag": "NAME", "value": "Craig" } ]
app/assets/javascripts/meals.js.coffee
theindelibleink/enablefood
0
# Place all the behaviors and hooks related to the matching controller here. # All this logic will automatically be available in application.js. # You can use CoffeeScript in this file: http://coffeescript.org/ window.meal = {}; meal.show_meal = (event, id) -> document.location = '/meals/' + id meal.delete_meal = (e...
152742
# Place all the behaviors and hooks related to the matching controller here. # All this logic will automatically be available in application.js. # You can use CoffeeScript in this file: http://coffeescript.org/ window.meal = {}; meal.show_meal = (event, id) -> document.location = '/meals/' + id meal.delete_meal = (e...
true
# Place all the behaviors and hooks related to the matching controller here. # All this logic will automatically be available in application.js. # You can use CoffeeScript in this file: http://coffeescript.org/ window.meal = {}; meal.show_meal = (event, id) -> document.location = '/meals/' + id meal.delete_meal = (e...
[ { "context": "tream', ->\n\n before -> @clever = Clever {token: 'DEMO_TOKEN'}, 'https://api.clever.com'\n\n it 'takes care of ", "end": 236, "score": 0.7643460631370544, "start": 226, "tag": "PASSWORD", "value": "DEMO_TOKEN" } ]
test/querystream.coffee
Clever/clever-js
10
async = require 'async' fs = require 'fs' assert = require 'assert' _ = require 'underscore' Clever = require "#{__dirname}/../index" describe 'querystream', -> before -> @clever = Clever {token: 'DEMO_TOKEN'}, 'https://api.clever.com' it 'takes care of paging for you', (done) -> @ti...
60571
async = require 'async' fs = require 'fs' assert = require 'assert' _ = require 'underscore' Clever = require "#{__dirname}/../index" describe 'querystream', -> before -> @clever = Clever {token: '<PASSWORD>'}, 'https://api.clever.com' it 'takes care of paging for you', (done) -> @ti...
true
async = require 'async' fs = require 'fs' assert = require 'assert' _ = require 'underscore' Clever = require "#{__dirname}/../index" describe 'querystream', -> before -> @clever = Clever {token: 'PI:PASSWORD:<PASSWORD>END_PI'}, 'https://api.clever.com' it 'takes care of paging for you',...
[ { "context": "##\n knockback.js 1.2.3\n Copyright (c) 2011-2016 Kevin Malakoff.\n License: MIT (http://www.opensource.org/licens", "end": 66, "score": 0.9998302459716797, "start": 52, "tag": "NAME", "value": "Kevin Malakoff" }, { "context": "ses/mit-license.php)\n Source: https:...
src/core/functions/wrapped_destroy.coffee
kmalakoff/knockback
160
### knockback.js 1.2.3 Copyright (c) 2011-2016 Kevin Malakoff. License: MIT (http://www.opensource.org/licenses/mit-license.php) Source: https://github.com/kmalakoff/knockback Dependencies: Knockout.js, Backbone.js, and Underscore.js (or LoDash.js). Optional dependencies: Backbone.ModelRef.js and BackboneO...
6851
### knockback.js 1.2.3 Copyright (c) 2011-2016 <NAME>. License: MIT (http://www.opensource.org/licenses/mit-license.php) Source: https://github.com/kmalakoff/knockback Dependencies: Knockout.js, Backbone.js, and Underscore.js (or LoDash.js). Optional dependencies: Backbone.ModelRef.js and BackboneORM. ### ...
true
### knockback.js 1.2.3 Copyright (c) 2011-2016 PI:NAME:<NAME>END_PI. License: MIT (http://www.opensource.org/licenses/mit-license.php) Source: https://github.com/kmalakoff/knockback Dependencies: Knockout.js, Backbone.js, and Underscore.js (or LoDash.js). Optional dependencies: Backbone.ModelRef.js and Bac...
[ { "context": "Domain and email redirection service\"\n\t\"author\": \"Scott Yang\"\n\t\"version\": \"1.0.0\"\n\t\"private\": true # Private p", "end": 102, "score": 0.9994756579399109, "start": 92, "tag": "NAME", "value": "Scott Yang" } ]
package.cson
yisyang/loves_money
1
{ "name": "loves.money" "description": "Domain and email redirection service" "author": "Scott Yang" "version": "1.0.0" "private": true # Private project for fun, not for publishing to NPM "scripts": "start": "pm2 start ./config/config-pm2.json" "stop": "pm2 stop ./config/config-pm2.json --watch 0" # "npm run...
219533
{ "name": "loves.money" "description": "Domain and email redirection service" "author": "<NAME>" "version": "1.0.0" "private": true # Private project for fun, not for publishing to NPM "scripts": "start": "pm2 start ./config/config-pm2.json" "stop": "pm2 stop ./config/config-pm2.json --watch 0" # "npm run sto...
true
{ "name": "loves.money" "description": "Domain and email redirection service" "author": "PI:NAME:<NAME>END_PI" "version": "1.0.0" "private": true # Private project for fun, not for publishing to NPM "scripts": "start": "pm2 start ./config/config-pm2.json" "stop": "pm2 stop ./config/config-pm2.json --watch 0" ...
[ { "context": " match?[1]\n\ngetHref = (node) ->\n for key in ['xlink:href', 'href']\n if href = node.getAttribute key\n return\n", "end": 5091, "score": 0.9537244439125061, "start": 5071, "tag": "KEY", "value": "xlink:href', 'href']" }, { "context": "edia.org/wiki/File:Re...
src/svgtiler.coffee
edemaine/svgtiler
39
`#!/usr/bin/env node (function() { ` unless window? path = require 'path' fs = require 'fs' xmldom = require '@xmldom/xmldom' DOMParser = xmldom.DOMParser domImplementation = new xmldom.DOMImplementation() XMLSerializer = xmldom.XMLSerializer prettyXML = require 'prettify-xml' graphemeSplitter = new req...
179395
`#!/usr/bin/env node (function() { ` unless window? path = require 'path' fs = require 'fs' xmldom = require '@xmldom/xmldom' DOMParser = xmldom.DOMParser domImplementation = new xmldom.DOMImplementation() XMLSerializer = xmldom.XMLSerializer prettyXML = require 'prettify-xml' graphemeSplitter = new req...
true
`#!/usr/bin/env node (function() { ` unless window? path = require 'path' fs = require 'fs' xmldom = require '@xmldom/xmldom' DOMParser = xmldom.DOMParser domImplementation = new xmldom.DOMImplementation() XMLSerializer = xmldom.XMLSerializer prettyXML = require 'prettify-xml' graphemeSplitter = new req...
[ { "context": "('id')\n\n getUsername: =>\n return @_user?.get('username')\n\nhijackLinkBehavior = ->\n $(document).on('clic", "end": 437, "score": 0.6962671875953674, "start": 429, "tag": "USERNAME", "value": "username" }, { "context": " mixpanel.people.set({\n $username: u...
jotleaf/static/js/loader.coffee
reverie/jotleaf.com
1
window.JL ||= {} class AuthState constructor: (userAttributes) -> _.extend(@, Backbone.Events) @setUser(userAttributes) setUser: (userAttributes) => @_user = new User(userAttributes) @trigger('change', @_user) getUser: => assert @_user instanceof User return @_user isAuthenticated: =...
176567
window.JL ||= {} class AuthState constructor: (userAttributes) -> _.extend(@, Backbone.Events) @setUser(userAttributes) setUser: (userAttributes) => @_user = new User(userAttributes) @trigger('change', @_user) getUser: => assert @_user instanceof User return @_user isAuthenticated: =...
true
window.JL ||= {} class AuthState constructor: (userAttributes) -> _.extend(@, Backbone.Events) @setUser(userAttributes) setUser: (userAttributes) => @_user = new User(userAttributes) @trigger('change', @_user) getUser: => assert @_user instanceof User return @_user isAuthenticated: =...
[ { "context": " jquery: \"empty:\"\n 'jquery-ui': \"empty:\"\nname: \"Nedeme\"\nout: \"Nedeme-built.js\"\n", "end": 77, "score": 0.9908711314201355, "start": 71, "tag": "NAME", "value": "Nedeme" } ]
src/build.coffee
NetsydeMiro/nedeme
0
baseUrl: "." paths: jquery: "empty:" 'jquery-ui': "empty:" name: "Nedeme" out: "Nedeme-built.js"
152088
baseUrl: "." paths: jquery: "empty:" 'jquery-ui': "empty:" name: "<NAME>" out: "Nedeme-built.js"
true
baseUrl: "." paths: jquery: "empty:" 'jquery-ui': "empty:" name: "PI:NAME:<NAME>END_PI" out: "Nedeme-built.js"
[ { "context": " =>\n profileId = profile?.id\n fakeSecret = 'twitter-authenticator'\n authenticatorUuid = @meshbluJSON.uuid\n au", "end": 552, "score": 0.9883408546447754, "start": 531, "tag": "KEY", "value": "twitter-authenticator" }, { "context": " deviceModel.findVerif...
app/config.coffee
octoblu/meshblu-authenticator-twitter
0
passport = require 'passport' TwitterStrategy = require('passport-twitter').Strategy {DeviceAuthenticator} = require 'meshblu-authenticator-core' twitterOauthConfig = consumerKey: process.env.TWITTER_CLIENT_ID consumerSecret: process.env.TWITTER_CLIENT_SECRET callbackURL: process.env.TWITTER_CALLBACK_URL passR...
13037
passport = require 'passport' TwitterStrategy = require('passport-twitter').Strategy {DeviceAuthenticator} = require 'meshblu-authenticator-core' twitterOauthConfig = consumerKey: process.env.TWITTER_CLIENT_ID consumerSecret: process.env.TWITTER_CLIENT_SECRET callbackURL: process.env.TWITTER_CALLBACK_URL passR...
true
passport = require 'passport' TwitterStrategy = require('passport-twitter').Strategy {DeviceAuthenticator} = require 'meshblu-authenticator-core' twitterOauthConfig = consumerKey: process.env.TWITTER_CLIENT_ID consumerSecret: process.env.TWITTER_CLIENT_SECRET callbackURL: process.env.TWITTER_CALLBACK_URL passR...
[ { "context": "th = \"../\" \n## github access\nconfigmodule.user = \"JhonnyJason\"\nconfigmodule.pass = \"hu8bu8bhbhu8gz7vi9njt6cf\"\nc", "end": 805, "score": 0.9997223615646362, "start": 794, "tag": "USERNAME", "value": "JhonnyJason" }, { "context": "gmodule.user = \"JhonnyJason\"\n...
source/configmodule/configmodule.coffee
JhonnyJason/admin-tester-backend-sources
0
configmodule = {name: "configmodule"} ############################################################ log = (arg) -> if allModules.debugmodule.modulesToDebug["configmodule"]? then console.log "[configmodule]: " + arg return ############################################################ configmodule.initialize = ()...
29322
configmodule = {name: "configmodule"} ############################################################ log = (arg) -> if allModules.debugmodule.modulesToDebug["configmodule"]? then console.log "[configmodule]: " + arg return ############################################################ configmodule.initialize = ()...
true
configmodule = {name: "configmodule"} ############################################################ log = (arg) -> if allModules.debugmodule.modulesToDebug["configmodule"]? then console.log "[configmodule]: " + arg return ############################################################ configmodule.initialize = ()...
[ { "context": "###\njquery.cumin\nhttps://github.com/brewster1134/jquery.cumin\n@version 0.0.5\n@author Ryan Brewster", "end": 48, "score": 0.9993768334388733, "start": 36, "tag": "USERNAME", "value": "brewster1134" }, { "context": "m/brewster1134/jquery.cumin\n@version 0.0.5\n@author...
src/jquery.cumin.coffee
brewster1134/jquery-cumin
0
### jquery.cumin https://github.com/brewster1134/jquery.cumin @version 0.0.5 @author Ryan Brewster (@brewster1134) ### ((window, $) -> window.console ||= { log: -> } window.Cumin = events: onQueueChange: undefined settings: retryInterval: 600000 # PUBLIC METHODS # set: (key, value)...
210724
### jquery.cumin https://github.com/brewster1134/jquery.cumin @version 0.0.5 @author <NAME> (@brewster1134) ### ((window, $) -> window.console ||= { log: -> } window.Cumin = events: onQueueChange: undefined settings: retryInterval: 600000 # PUBLIC METHODS # set: (key, value) -> ...
true
### jquery.cumin https://github.com/brewster1134/jquery.cumin @version 0.0.5 @author PI:NAME:<NAME>END_PI (@brewster1134) ### ((window, $) -> window.console ||= { log: -> } window.Cumin = events: onQueueChange: undefined settings: retryInterval: 600000 # PUBLIC METHODS # set: (key,...
[ { "context": " s.trim(formData.email.toLowerCase())\n\t\t\tpassword: formData.pass\n\n\t\t# Check if user has already been imported and ", "end": 741, "score": 0.9991042017936707, "start": 728, "tag": "PASSWORD", "value": "formData.pass" } ]
server/methods/registerUser.coffee
claysaad/Rocket.Chat
0
Meteor.methods registerUser: (formData) -> check formData, Object if RocketChat.settings.get('Accounts_RegistrationForm') is 'Disabled' throw new Meteor.Error 'error-user-registration-disabled', 'User registration is disabled', { method: 'registerUser' } else if RocketChat.settings.get('Accounts_Registrati...
58220
Meteor.methods registerUser: (formData) -> check formData, Object if RocketChat.settings.get('Accounts_RegistrationForm') is 'Disabled' throw new Meteor.Error 'error-user-registration-disabled', 'User registration is disabled', { method: 'registerUser' } else if RocketChat.settings.get('Accounts_Registrati...
true
Meteor.methods registerUser: (formData) -> check formData, Object if RocketChat.settings.get('Accounts_RegistrationForm') is 'Disabled' throw new Meteor.Error 'error-user-registration-disabled', 'User registration is disabled', { method: 'registerUser' } else if RocketChat.settings.get('Accounts_Registrati...
[ { "context": "# # service layer\n#\n# Copyright (c) 2013 JeongHoon Byun aka \"Outsider\", <http://blog.outsider.ne.kr/>\n# L", "end": 55, "score": 0.9998595118522644, "start": 41, "tag": "NAME", "value": "JeongHoon Byun" }, { "context": " layer\n#\n# Copyright (c) 2013 JeongHoon Byun...
src/batch.coffee
outsideris/popularconvention
421
# # service layer # # Copyright (c) 2013 JeongHoon Byun aka "Outsider", <http://blog.outsider.ne.kr/> # Licensed under the MIT license. # <http://outsider.mit-license.org/> logger = (require './helpers').logger schedule = require 'node-schedule' service = require './service' helpers = (require './helpers') http = req...
187954
# # service layer # # Copyright (c) 2013 <NAME> aka "Outsider", <http://blog.outsider.ne.kr/> # Licensed under the MIT license. # <http://outsider.mit-license.org/> logger = (require './helpers').logger schedule = require 'node-schedule' service = require './service' helpers = (require './helpers') http = require 'ht...
true
# # service layer # # Copyright (c) 2013 PI:NAME:<NAME>END_PI aka "Outsider", <http://blog.outsider.ne.kr/> # Licensed under the MIT license. # <http://outsider.mit-license.org/> logger = (require './helpers').logger schedule = require 'node-schedule' service = require './service' helpers = (require './helpers') http...
[ { "context": " file are taken from the extrordinary work done by Chris Wilson (https://github.com/cwilso/PitchDetect/blob/maste", "end": 88, "score": 0.9997734427452087, "start": 76, "tag": "NAME", "value": "Chris Wilson" }, { "context": "ary work done by Chris Wilson (https://github...
research/pitch/PitchDetect.coffee
Sulcalibur/pi-voice-server
0
### Large parts of this file are taken from the extrordinary work done by Chris Wilson (https://github.com/cwilso/PitchDetect/blob/master/js/pitchdetect.js): Copyright (c) 2014 Chris Wilson Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documen...
71556
### Large parts of this file are taken from the extrordinary work done by <NAME> (https://github.com/cwilso/PitchDetect/blob/master/js/pitchdetect.js): Copyright (c) 2014 <NAME> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files...
true
### Large parts of this file are taken from the extrordinary work done by PI:NAME:<NAME>END_PI (https://github.com/cwilso/PitchDetect/blob/master/js/pitchdetect.js): Copyright (c) 2014 PI:NAME:<NAME>END_PI Permission is hereby granted, free of charge, to any person obtaining a copy of this software and as...
[ { "context": "ends LayerInfo\n @shouldParse: (key) -> key is 'pths'\n\n parse: ->\n @file.seek 4\n @dat", "end": 180, "score": 0.7424800992012024, "start": 176, "tag": "KEY", "value": "pths" } ]
src/psd/layer_info/unicode_path.coffee
taofei-pro/psd.js
0
LayerInfo = require '../layer_info.coffee' Descriptor = require '../descriptor.coffee' module.exports = class UnicodePath extends LayerInfo @shouldParse: (key) -> key is 'pths' parse: -> @file.seek 4 @data = new Descriptor(@file).parse() return @
196469
LayerInfo = require '../layer_info.coffee' Descriptor = require '../descriptor.coffee' module.exports = class UnicodePath extends LayerInfo @shouldParse: (key) -> key is '<KEY>' parse: -> @file.seek 4 @data = new Descriptor(@file).parse() return @
true
LayerInfo = require '../layer_info.coffee' Descriptor = require '../descriptor.coffee' module.exports = class UnicodePath extends LayerInfo @shouldParse: (key) -> key is 'PI:KEY:<KEY>END_PI' parse: -> @file.seek 4 @data = new Descriptor(@file).parse() return @
[ { "context": "###################################\n#\n# Created by Markus on 26/10/2015.\n#\n################################", "end": 75, "score": 0.9989125728607178, "start": 69, "tag": "NAME", "value": "Markus" }, { "context": "rByEmail(email)\n\n\tif not user\n\t\tuser =\n\t\t\te...
server/server.coffee
MooqitaSFH/worklearn
0
##################################################### # # Created by Markus on 26/10/2015. # ##################################################### ##################################################### _handle_startup_setting = () -> # make sure all indices are created _initialize_indices() _check_environment_variab...
197212
##################################################### # # Created by <NAME> on 26/10/2015. # ##################################################### ##################################################### _handle_startup_setting = () -> # make sure all indices are created _initialize_indices() _check_environment_variab...
true
##################################################### # # Created by PI:NAME:<NAME>END_PI on 26/10/2015. # ##################################################### ##################################################### _handle_startup_setting = () -> # make sure all indices are created _initialize_indices() _check_envi...
[ { "context": "icense\n Make.text v1.5 | (c) 2007 Trevor Jim\n */ \n \"\"\"\n\n # Tasks\n # ", "end": 836, "score": 0.9991726875305176, "start": 826, "tag": "NAME", "value": "Trevor Jim" } ]
Gruntfile.coffee
bergie/html.md
1
module.exports = (grunt) -> # Configuration # ------------- grunt.initConfig pkg: grunt.file.readJSON 'package.json' clean: lib: [ 'lib/*' ] dist: [ 'dist/*', 'docs/*' ] test: [ 'tmp' ] coffee: all: expand: yes cwd: 'src' src: '**/*.coffee' ...
223862
module.exports = (grunt) -> # Configuration # ------------- grunt.initConfig pkg: grunt.file.readJSON 'package.json' clean: lib: [ 'lib/*' ] dist: [ 'dist/*', 'docs/*' ] test: [ 'tmp' ] coffee: all: expand: yes cwd: 'src' src: '**/*.coffee' ...
true
module.exports = (grunt) -> # Configuration # ------------- grunt.initConfig pkg: grunt.file.readJSON 'package.json' clean: lib: [ 'lib/*' ] dist: [ 'dist/*', 'docs/*' ] test: [ 'tmp' ] coffee: all: expand: yes cwd: 'src' src: '**/*.coffee' ...
[ { "context": "---------------------------------\n# Copyright 2013 I.B.M.\n# \n# Licensed under the Apache License, Version 2", "end": 1180, "score": 0.9994888305664062, "start": 1175, "tag": "NAME", "value": "I.B.M" } ]
lib-src/coffee/common/logger.coffee
pmuellr/nodprof
6
# Licensed under the Apache License. See footer for details. _ = require "underscore" pkg = require "../../package.json" utils = require "./utils" logger = exports Verbose = false Debug = false Program = pkg.name #------------------------------------------------------------------------------- logger.log = (m...
124799
# Licensed under the Apache License. See footer for details. _ = require "underscore" pkg = require "../../package.json" utils = require "./utils" logger = exports Verbose = false Debug = false Program = pkg.name #------------------------------------------------------------------------------- logger.log = (m...
true
# Licensed under the Apache License. See footer for details. _ = require "underscore" pkg = require "../../package.json" utils = require "./utils" logger = exports Verbose = false Debug = false Program = pkg.name #------------------------------------------------------------------------------- logger.log = (m...
[ { "context": "db \"#{__dirname}/../db/tmp\"\n client.users.set 'dorianb',\n lastname: 'Bagur'\n firstname: 'Dori", "end": 285, "score": 0.8287396430969238, "start": 279, "tag": "USERNAME", "value": "dorian" }, { "context": "rianb',\n lastname: 'Bagur'\n firstna...
tests/db.coffee
dorianb/expressApp
0
rimraf = require 'rimraf' should = require 'should' db = require '../lib/db' describe 'users', -> beforeEach (next) -> rimraf "#{__dirname}/../db/tmp", next it 'insert and get user by username', (next) -> client = db "#{__dirname}/../db/tmp" client.users.set 'dorianb', lastname: 'Bagur' f...
22645
rimraf = require 'rimraf' should = require 'should' db = require '../lib/db' describe 'users', -> beforeEach (next) -> rimraf "#{__dirname}/../db/tmp", next it 'insert and get user by username', (next) -> client = db "#{__dirname}/../db/tmp" client.users.set 'dorianb', lastname: 'Bagur' f...
true
rimraf = require 'rimraf' should = require 'should' db = require '../lib/db' describe 'users', -> beforeEach (next) -> rimraf "#{__dirname}/../db/tmp", next it 'insert and get user by username', (next) -> client = db "#{__dirname}/../db/tmp" client.users.set 'dorianb', lastname: 'Bagur' f...
[ { "context": "here? Check your indentation.\"\n try\n key = Intent.utteranceToName(location, utterance)\n catch err\n throw ne", "end": 5081, "score": 0.974219799041748, "start": 5059, "tag": "KEY", "value": "Intent.utteranceToName" }, { "context": "collection[key].de...
packages/litexa/src/parser/state.coffee
cheruvian/litexa
34
### # ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ # Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. # SPDX-License-Identifier: Apache-2.0 # ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ### lib = module.exports.lib = {} { Func...
163183
### # ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ # Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. # SPDX-License-Identifier: Apache-2.0 # ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ### lib = module.exports.lib = {} { Func...
true
### # ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ # Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. # SPDX-License-Identifier: Apache-2.0 # ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ### lib = module.exports.lib = {} { Func...
[ { "context": "{}\n _.each fieldIds, (id) ->\n newKey = id.substr 4\n oldKey = \"#{id}.$t\"\n pluc", "end": 777, "score": 0.5743245482444763, "start": 775, "tag": "KEY", "value": "id" }, { "context": ") ->\n newKey = id.substr 4\n oldKey = \"#{i...
scripts/serverData.coffee
OOKB/contemporary
0
r = require 'request' _ = require 'queries' async = require 'async' fs = require 'fs-extra' imgix = require './imgix' makeReq = (url, handleData) -> (cb) -> console.log 'requesting', url r url, (err, resp, body) -> unless err body = JSON.parse body if _.isFunction handleData c...
179559
r = require 'request' _ = require 'queries' async = require 'async' fs = require 'fs-extra' imgix = require './imgix' makeReq = (url, handleData) -> (cb) -> console.log 'requesting', url r url, (err, resp, body) -> unless err body = JSON.parse body if _.isFunction handleData c...
true
r = require 'request' _ = require 'queries' async = require 'async' fs = require 'fs-extra' imgix = require './imgix' makeReq = (url, handleData) -> (cb) -> console.log 'requesting', url r url, (err, resp, body) -> unless err body = JSON.parse body if _.isFunction handleData c...
[ { "context": " new TooltipPositioner {\n @model\n key: 'mapLayers'\n zIndex: 97\n offset:\n lef", "end": 4160, "score": 0.7770834565162659, "start": 4157, "tag": "KEY", "value": "map" } ]
src/components/places_map_container/index.coffee
FreeRoamApp/free-roam
14
z = require 'zorium' _map = require 'lodash/map' _filter = require 'lodash/filter' _zipWith = require 'lodash/zipWith' _defaults = require 'lodash/defaults' _find = require 'lodash/find' _flatten = require 'lodash/flatten' _reduce = require 'lodash/reduce' _groupBy = require 'lodash/groupBy' _some = require 'lodash/som...
193401
z = require 'zorium' _map = require 'lodash/map' _filter = require 'lodash/filter' _zipWith = require 'lodash/zipWith' _defaults = require 'lodash/defaults' _find = require 'lodash/find' _flatten = require 'lodash/flatten' _reduce = require 'lodash/reduce' _groupBy = require 'lodash/groupBy' _some = require 'lodash/som...
true
z = require 'zorium' _map = require 'lodash/map' _filter = require 'lodash/filter' _zipWith = require 'lodash/zipWith' _defaults = require 'lodash/defaults' _find = require 'lodash/find' _flatten = require 'lodash/flatten' _reduce = require 'lodash/reduce' _groupBy = require 'lodash/groupBy' _some = require 'lodash/som...
[ { "context": "###\nCopyright (C) 2013, Bill Burdick, Tiny Concepts: https://github.com/zot/Leisure\n\n(", "end": 36, "score": 0.999830424785614, "start": 24, "tag": "NAME", "value": "Bill Burdick" }, { "context": ", Bill Burdick, Tiny Concepts: https://github.com/zot/Leisure\n\n(lice...
src/org.coffee
zot/Leisure
58
### Copyright (C) 2013, Bill Burdick, Tiny Concepts: https://github.com/zot/Leisure (licensed with ZLIB license) This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. Permission is granted to anyo...
44436
### Copyright (C) 2013, <NAME>, Tiny Concepts: https://github.com/zot/Leisure (licensed with ZLIB license) This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. Permission is granted to anyone to ...
true
### Copyright (C) 2013, PI:NAME:<NAME>END_PI, Tiny Concepts: https://github.com/zot/Leisure (licensed with ZLIB license) This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. Permission is granted...
[ { "context": "ression with variable assignment\", ->\n name =\n 'dave'\n\n eq name, 'dave'\n\ntest '#2211: splats in destr", "end": 8884, "score": 0.989509642124176, "start": 8880, "tag": "NAME", "value": "dave" }, { "context": "le assignment\", ->\n name =\n 'dave'\n\n eq name...
components/coffee-script/test/assignment.coffee
tubbo/sumatra
28
# Assignment # ---------- # * Assignment # * Compound Assignment # * Destructuring Assignment # * Context Property (@) Assignment # * Existential Assignment (?=) test "context property assignment (using @)", -> nonce = {} addMethod = -> @method = -> nonce this eq nonce, addMethod.call({}).method() test...
168574
# Assignment # ---------- # * Assignment # * Compound Assignment # * Destructuring Assignment # * Context Property (@) Assignment # * Existential Assignment (?=) test "context property assignment (using @)", -> nonce = {} addMethod = -> @method = -> nonce this eq nonce, addMethod.call({}).method() test...
true
# Assignment # ---------- # * Assignment # * Compound Assignment # * Destructuring Assignment # * Context Property (@) Assignment # * Existential Assignment (?=) test "context property assignment (using @)", -> nonce = {} addMethod = -> @method = -> nonce this eq nonce, addMethod.call({}).method() test...
[ { "context": "jQuery ->\n Stripe.setPublishableKey('pk_test_euex08dR6VzyTou3Nncrri1C')\n\n form = document.getElementById('payment-form", "end": 70, "score": 0.9936445355415344, "start": 38, "tag": "KEY", "value": "pk_test_euex08dR6VzyTou3Nncrri1C" } ]
app/assets/javascripts/subscription.js.coffee
reddrum/Games_store
0
jQuery -> Stripe.setPublishableKey('pk_test_euex08dR6VzyTou3Nncrri1C') form = document.getElementById('payment-form') form.addEventListener 'submit', (event) -> event.preventDefault() stripe.createToken(card).then (result) -> if result.error # Inform the customer that there was an error. ...
126698
jQuery -> Stripe.setPublishableKey('<KEY>') form = document.getElementById('payment-form') form.addEventListener 'submit', (event) -> event.preventDefault() stripe.createToken(card).then (result) -> if result.error # Inform the customer that there was an error. errorElement = document.get...
true
jQuery -> Stripe.setPublishableKey('PI:KEY:<KEY>END_PI') form = document.getElementById('payment-form') form.addEventListener 'submit', (event) -> event.preventDefault() stripe.createToken(card).then (result) -> if result.error # Inform the customer that there was an error. errorElement =...
[ { "context": "y adv --keyserver keyserver.ubuntu.com --recv-keys BA300B7755AFCFAE\n # add Typora's repository\n sudo add-apt-reposi", "end": 328, "score": 0.9852271676063538, "start": 312, "tag": "KEY", "value": "BA300B7755AFCFAE" } ]
notes/d1e222a115a7a1134452.cson
Shadowalker1995/Boostnote
0
createdAt: "2018-05-03T06:38:31.125Z" updatedAt: "2018-05-17T05:03:54.917Z" type: "MARKDOWN_NOTE" folder: "86d729dde83c4a092177" title: "Typora软件学习总结" content: ''' # Typora软件学习总结 [TOC] ### 安装 ```shell # optional, but recommended sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys BA300B77...
73889
createdAt: "2018-05-03T06:38:31.125Z" updatedAt: "2018-05-17T05:03:54.917Z" type: "MARKDOWN_NOTE" folder: "86d729dde83c4a092177" title: "Typora软件学习总结" content: ''' # Typora软件学习总结 [TOC] ### 安装 ```shell # optional, but recommended sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys <KEY> ...
true
createdAt: "2018-05-03T06:38:31.125Z" updatedAt: "2018-05-17T05:03:54.917Z" type: "MARKDOWN_NOTE" folder: "86d729dde83c4a092177" title: "Typora软件学习总结" content: ''' # Typora软件学习总结 [TOC] ### 安装 ```shell # optional, but recommended sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys PI:KEY:<...
[ { "context": "s file is part of the Konsserto package.\n *\n * (c) Jessym Reziga <jessym@konsserto.com>\n *\n * For the full copyrig", "end": 74, "score": 0.9998807311058044, "start": 61, "tag": "NAME", "value": "Jessym Reziga" }, { "context": "f the Konsserto package.\n *\n * (c) Je...
node_modules/konsserto/lib/src/Konsserto/Component/Form/FormValidator.coffee
konsserto/konsserto
2
### * This file is part of the Konsserto package. * * (c) Jessym Reziga <jessym@konsserto.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. ### forms = use('ks-forms') formValidators = forms.validators Tools = use('@Konsserto/Comp...
159167
### * This file is part of the Konsserto package. * * (c) <NAME> <<EMAIL>> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. ### forms = use('ks-forms') formValidators = forms.validators Tools = use('@Konsserto/Component/Static/Tools')...
true
### * This file is part of the Konsserto package. * * (c) PI:NAME:<NAME>END_PI <PI:EMAIL:<EMAIL>END_PI> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. ### forms = use('ks-forms') formValidators = forms.validators Tools = use('@Konss...
[ { "context": "ret_key = config_ini.web.secret_key\nsecret_key = 'changeme' if secret_key is undefined\n\nnode_port = config_i", "end": 389, "score": 0.9799318313598633, "start": 381, "tag": "KEY", "value": "changeme" } ]
core/webapp/fabnode/lib/config.coffee
fabrickit/fabkit
0
fs = require('fs') ini = require('ini') config_ini = ini.parse(fs.readFileSync('../../../../fabfile.ini', 'utf-8')) debug = config_ini.web.debug debug = true if debug is undefined hostname = config_ini.DEFAULT.host hostname = 'localhost' if hostname is undefined port = config_ini.web.port port = 8080 if port is und...
213124
fs = require('fs') ini = require('ini') config_ini = ini.parse(fs.readFileSync('../../../../fabfile.ini', 'utf-8')) debug = config_ini.web.debug debug = true if debug is undefined hostname = config_ini.DEFAULT.host hostname = 'localhost' if hostname is undefined port = config_ini.web.port port = 8080 if port is und...
true
fs = require('fs') ini = require('ini') config_ini = ini.parse(fs.readFileSync('../../../../fabfile.ini', 'utf-8')) debug = config_ini.web.debug debug = true if debug is undefined hostname = config_ini.DEFAULT.host hostname = 'localhost' if hostname is undefined port = config_ini.web.port port = 8080 if port is und...
[ { "context": "aptor(parseAdaptor(Parse)).set(\"prerenderToken\", \"6fsx3RMcXRBJlSPDNe8C\")\n\n# Global app configuration section\napp.set \"vi", "end": 280, "score": 0.9689062833786011, "start": 260, "tag": "PASSWORD", "value": "6fsx3RMcXRBJlSPDNe8C" } ]
src-cloud/app.coffee
nicgirault/allo-art-et-essai
0
# These two lines are required to initialize Express in Cloud Code. express = require("express") app = express() parseAdaptor = require("cloud/prerender-parse.js") app.use require("cloud/prerenderio.js").setAdaptor(parseAdaptor(Parse)).set("prerenderToken", "6fsx3RMcXRBJlSPDNe8C") # Global app configuration section a...
221478
# These two lines are required to initialize Express in Cloud Code. express = require("express") app = express() parseAdaptor = require("cloud/prerender-parse.js") app.use require("cloud/prerenderio.js").setAdaptor(parseAdaptor(Parse)).set("prerenderToken", "<PASSWORD>") # Global app configuration section app.set "vi...
true
# These two lines are required to initialize Express in Cloud Code. express = require("express") app = express() parseAdaptor = require("cloud/prerender-parse.js") app.use require("cloud/prerenderio.js").setAdaptor(parseAdaptor(Parse)).set("prerenderToken", "PI:PASSWORD:<PASSWORD>END_PI") # Global app configuration s...
[ { "context": " require '../lib/folder'\n params = {username: 'u', password: 'p', url: 'l', email: 'x'}\n accoun", "end": 218, "score": 0.7357020378112793, "start": 217, "tag": "USERNAME", "value": "u" }, { "context": "b/folder'\n params = {username: 'u', password: 'p', url: ...
spec/account-spec.coffee
xmail-client/xmail-exchange
1
Q = require 'q' require './spec-prepare' describe 'ExchangeAccount', -> it 'account has many folders', (done) -> Account = require '../lib/account' Folder = require '../lib/folder' params = {username: 'u', password: 'p', url: 'l', email: 'x'} account = Account.new(params) folder = Folder.new(name...
41792
Q = require 'q' require './spec-prepare' describe 'ExchangeAccount', -> it 'account has many folders', (done) -> Account = require '../lib/account' Folder = require '../lib/folder' params = {username: 'u', password: '<PASSWORD>', url: 'l', email: 'x'} account = Account.new(params) folder = Folder...
true
Q = require 'q' require './spec-prepare' describe 'ExchangeAccount', -> it 'account has many folders', (done) -> Account = require '../lib/account' Folder = require '../lib/folder' params = {username: 'u', password: 'PI:PASSWORD:<PASSWORD>END_PI', url: 'l', email: 'x'} account = Account.new(params) ...
[ { "context": "---------------------------------------\n# Authors: Maksym Melnyk <maxim@slatestudio.com>,\n# Alexander Kra", "end": 104, "score": 0.9998636245727539, "start": 91, "tag": "NAME", "value": "Maksym Melnyk" }, { "context": "-----------------------\n# Authors: Maks...
app/assets/javascripts/inputs/chart.coffee
slate-studio/insights
0
# ----------------------------------------------------------------------------- # Authors: Maksym Melnyk <maxim@slatestudio.com>, # Alexander Kravets <alex@slatestudio.com>, # Slate Studio (http://www.slatestudio.com) # ----------------------------------------------------------------------------- # IN...
39831
# ----------------------------------------------------------------------------- # Authors: <NAME> <<EMAIL>>, # <NAME> <<EMAIL>>, # Slate Studio (http://www.slatestudio.com) # ----------------------------------------------------------------------------- # INPUT CHART # ---------------------------------...
true
# ----------------------------------------------------------------------------- # Authors: PI:NAME:<NAME>END_PI <PI:EMAIL:<EMAIL>END_PI>, # PI:NAME:<NAME>END_PI <PI:EMAIL:<EMAIL>END_PI>, # Slate Studio (http://www.slatestudio.com) # ---------------------------------------------------------------------...
[ { "context": " '../../server/components/redis'\n\nemailAddress = 'lurenjia@teambition.com'\n\ndescribe 'Email', ->\n\n before util.prepare\n\n ", "end": 262, "score": 0.9999294281005859, "start": 239, "tag": "EMAIL", "value": "lurenjia@teambition.com" }, { "context": " emailAddr...
talk-account/test/apis/email.coffee
ikingye/talk-os
3,084
should = require 'should' config = require 'config' jwt = require 'jsonwebtoken' Promise = require 'bluebird' util = require '../util' appUtil = require '../../server/util' redis = require '../../server/components/redis' emailAddress = 'lurenjia@teambition.com' describe 'Email', -> before util.prepare it 'shou...
13060
should = require 'should' config = require 'config' jwt = require 'jsonwebtoken' Promise = require 'bluebird' util = require '../util' appUtil = require '../../server/util' redis = require '../../server/components/redis' emailAddress = '<EMAIL>' describe 'Email', -> before util.prepare it 'should create an ema...
true
should = require 'should' config = require 'config' jwt = require 'jsonwebtoken' Promise = require 'bluebird' util = require '../util' appUtil = require '../../server/util' redis = require '../../server/components/redis' emailAddress = 'PI:EMAIL:<EMAIL>END_PI' describe 'Email', -> before util.prepare it 'shoul...
[ { "context": "''\n 'sqoop.metastore.client.record.password': 'true'\n 'sqoop.metastore.server.location': '/tmp/sqo", "end": 945, "score": 0.9192981719970703, "start": 941, "tag": "PASSWORD", "value": "true" } ]
lib/sqoop/conf.coffee
zforkdump/heco
0
module.exports = sqoop: version: '1.3.0-cdh3u3' source: 'http://archive.cloudera.com/cdh4/cdh/4/sqoop-1.4.1-cdh4.1.2.tar.gz' attributes: ### A comma-delimited list of ManagerFactory implementations which are consulted, in order, to instantiate ConnManager instances used to drive connections to da...
5492
module.exports = sqoop: version: '1.3.0-cdh3u3' source: 'http://archive.cloudera.com/cdh4/cdh/4/sqoop-1.4.1-cdh4.1.2.tar.gz' attributes: ### A comma-delimited list of ManagerFactory implementations which are consulted, in order, to instantiate ConnManager instances used to drive connections to da...
true
module.exports = sqoop: version: '1.3.0-cdh3u3' source: 'http://archive.cloudera.com/cdh4/cdh/4/sqoop-1.4.1-cdh4.1.2.tar.gz' attributes: ### A comma-delimited list of ManagerFactory implementations which are consulted, in order, to instantiate ConnManager instances used to drive connections to da...
[ { "context": "ntication.login(\n\tp_username => $1,\n\tp_password => $2,\n\tp_uppercase_username => true\n);$3\"\"\"\n\t\t'descrip", "end": 16619, "score": 0.9974390268325806, "start": 16617, "tag": "PASSWORD", "value": "$2" }, { "context": "tion.post_login(\n\tp_username => $1,\n\tp...
OldSnippetPackage/snippets/snippets.cson
insum-labs/atom-apex-snippet
2
'.source.sql, .source.pkb, .source.pks, .source.plsql': #URL: http://docs.oracle.com/cd/E37097_01/doc.42/e35127/GUID-62AD14DB-5421-4ACD-9036-AC927F4A449E.htm 'apex_application.help': 'prefix': 'apex_application.help' 'body': """apex_application.help( p_request => null, p_flow_id => null, p_flow_step_id => null...
41361
'.source.sql, .source.pkb, .source.pks, .source.plsql': #URL: http://docs.oracle.com/cd/E37097_01/doc.42/e35127/GUID-62AD14DB-5421-4ACD-9036-AC927F4A449E.htm 'apex_application.help': 'prefix': 'apex_application.help' 'body': """apex_application.help( p_request => null, p_flow_id => null, p_flow_step_id => null...
true
'.source.sql, .source.pkb, .source.pks, .source.plsql': #URL: http://docs.oracle.com/cd/E37097_01/doc.42/e35127/GUID-62AD14DB-5421-4ACD-9036-AC927F4A449E.htm 'apex_application.help': 'prefix': 'apex_application.help' 'body': """apex_application.help( p_request => null, p_flow_id => null, p_flow_step_id => null...
[ { "context": "stats\n\nclass Stats extends EventEmitter\n keys: ['commits', 'pushes', 'deploys']\n constructor: (@db, callb", "end": 119, "score": 0.9491223096847534, "start": 112, "tag": "KEY", "value": "commits" }, { "context": "s Stats extends EventEmitter\n keys: ['commits', '...
models/stats.coffee
nko3/website
3
{ EventEmitter } = require 'events' # singleton for handling stats class Stats extends EventEmitter keys: ['commits', 'pushes', 'deploys'] constructor: (@db, callback) -> # initially set all counts to 0 @zeroCounts() # then reset the in-memory count based on what's in the db @resetCounts(callback...
225760
{ EventEmitter } = require 'events' # singleton for handling stats class Stats extends EventEmitter keys: ['<KEY>', '<KEY>', '<KEY>'] constructor: (@db, callback) -> # initially set all counts to 0 @zeroCounts() # then reset the in-memory count based on what's in the db @resetCounts(callback) ...
true
{ EventEmitter } = require 'events' # singleton for handling stats class Stats extends EventEmitter keys: ['PI:KEY:<KEY>END_PI', 'PI:KEY:<KEY>END_PI', 'PI:KEY:<KEY>END_PI'] constructor: (@db, callback) -> # initially set all counts to 0 @zeroCounts() # then reset the in-memory count based on what's i...
[ { "context": "# Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the GNU Affero General Public Li", "end": 43, "score": 0.9999109506607056, "start": 29, "tag": "EMAIL", "value": "contact@ppy.sh" } ]
resources/assets/coffee/react/beatmapset-page/scoreboard-table-row.coffee
osu-katakuna/osu-katakuna-web
5
# Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the GNU Affero General Public License v3.0. # See the LICENCE file in the repository root for full licence text. import { FlagCountry } from 'flag-country' import { Mods } from 'mods' import { PlayDetailMenu } from 'play-detail-menu' import * as React from '...
222619
# Copyright (c) ppy Pty Ltd <<EMAIL>>. Licensed under the GNU Affero General Public License v3.0. # See the LICENCE file in the repository root for full licence text. import { FlagCountry } from 'flag-country' import { Mods } from 'mods' import { PlayDetailMenu } from 'play-detail-menu' import * as React from 'react' ...
true
# Copyright (c) ppy Pty Ltd <PI:EMAIL:<EMAIL>END_PI>. Licensed under the GNU Affero General Public License v3.0. # See the LICENCE file in the repository root for full licence text. import { FlagCountry } from 'flag-country' import { Mods } from 'mods' import { PlayDetailMenu } from 'play-detail-menu' import * as Reac...
[ { "context": "# Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the GNU Affero General Public Li", "end": 43, "score": 0.9999130368232727, "start": 29, "tag": "EMAIL", "value": "contact@ppy.sh" } ]
resources/assets/coffee/react/beatmapset-page/scoreboard-tab.coffee
osu-katakuna/osu-katakuna-web
5
# Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the GNU Affero General Public License v3.0. # See the LICENCE file in the repository root for full licence text. import * as React from 'react' import { div } from 'react-dom-factories' export ScoreboardTab = (props) -> className = 'page-tabs__tab' clas...
65666
# Copyright (c) ppy Pty Ltd <<EMAIL>>. Licensed under the GNU Affero General Public License v3.0. # See the LICENCE file in the repository root for full licence text. import * as React from 'react' import { div } from 'react-dom-factories' export ScoreboardTab = (props) -> className = 'page-tabs__tab' className +...
true
# Copyright (c) ppy Pty Ltd <PI:EMAIL:<EMAIL>END_PI>. Licensed under the GNU Affero General Public License v3.0. # See the LICENCE file in the repository root for full licence text. import * as React from 'react' import { div } from 'react-dom-factories' export ScoreboardTab = (props) -> className = 'page-tabs__tab...
[ { "context": "turalis).\n\n@class joukou-api/persona/Model\n@author Isaac Johnston <isaac.johnston@joukou.com>\n###\n\n_ = requir", "end": 794, "score": 0.9998772740364075, "start": 780, "tag": "NAME", "value": "Isaac Johnston" }, { "context": " joukou-api/persona/Model\n@autho...
src/persona/model.coffee
joukou/joukou-api
0
"use strict" ###* Copyright 2014 Joukou Ltd Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing,...
205203
"use strict" ###* Copyright 2014 Joukou Ltd Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing,...
true
"use strict" ###* Copyright 2014 Joukou Ltd Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing,...
[ { "context": " {name: 'id', type: 'int'}\n {name: 'personnel'}\n {name: 'company'}\n {name: 'no", "end": 181, "score": 0.9882791042327881, "start": 175, "tag": "NAME", "value": "person" }, { "context": " {name: 'id', type: 'int'}\n {name: 'personne...
sencha/apps/cloud/coffee/app/Addressing/model/Address.coffee
liverbool/c.com
0
Ext.define 'Magice.Addressing.model.Address', extend: 'Magice.base.Model' rest: '/account/addressing' fields: [ {name: 'id', type: 'int'} {name: 'personnel'} {name: 'company'} {name: 'no'} {name: 'building'} {name: 'street'} {name: 'road'} {na...
188230
Ext.define 'Magice.Addressing.model.Address', extend: 'Magice.base.Model' rest: '/account/addressing' fields: [ {name: 'id', type: 'int'} {name: '<NAME> <NAME>'} {name: '<NAME>'} {name: '<NAME>'} {name: 'building'} {name: 'street'} {name: 'road'} ...
true
Ext.define 'Magice.Addressing.model.Address', extend: 'Magice.base.Model' rest: '/account/addressing' fields: [ {name: 'id', type: 'int'} {name: 'PI:NAME:<NAME>END_PI PI:NAME:<NAME>END_PI'} {name: 'PI:NAME:<NAME>END_PI'} {name: 'PI:NAME:<NAME>END_PI'} {name: 'buildin...
[ { "context": "d_bob()\npatrick_jack_and_mark_keys = [new Buffer('28536f6cd88b94772fc82b248163c5c7da76f75099be9e4bb3c7937f375ab70f', 'hex'), new Buffer('12474e6642d963c63bd8171cea7", "end": 290, "score": 0.9996365308761597, "start": 226, "tag": "KEY", "value": "28536f6cd88b94772fc82b248163c5c...
test/browser/demo.iced
hummhive/node-saltpack
21
saltpack = require('../..') prompt = Buffer.concat([new Buffer(window.prompt("Put all your secrets here", "")), new Buffer('\n')]) {alice, _} = saltpack.lowlevel.util.alice_and_bob() patrick_jack_and_mark_keys = [new Buffer('28536f6cd88b94772fc82b248163c5c7da76f75099be9e4bb3c7937f375ab70f', 'hex'), new Buffer('12474e6...
10865
saltpack = require('../..') prompt = Buffer.concat([new Buffer(window.prompt("Put all your secrets here", "")), new Buffer('\n')]) {alice, _} = saltpack.lowlevel.util.alice_and_bob() patrick_jack_and_mark_keys = [new Buffer('<KEY>', 'hex'), new Buffer('<KEY>6642<KEY>9<KEY>3c<KEY>3bd8171cea7ddaef11<KEY>055<KEY>cc<KEY>1...
true
saltpack = require('../..') prompt = Buffer.concat([new Buffer(window.prompt("Put all your secrets here", "")), new Buffer('\n')]) {alice, _} = saltpack.lowlevel.util.alice_and_bob() patrick_jack_and_mark_keys = [new Buffer('PI:KEY:<KEY>END_PI', 'hex'), new Buffer('PI:KEY:<KEY>END_PI6642PI:KEY:<KEY>END_PI9PI:KEY:<KEY>...
[ { "context": "manager = new Manager()\n\n john = new Person(\"John\")\n mark = new Person(\"Mark\")\n\n manager.", "end": 595, "score": 0.9998192191123962, "start": 591, "tag": "NAME", "value": "John" }, { "context": "ohn = new Person(\"John\")\n mark = new Person...
test/mixin.coffee
trello/hearsay
5
{ assert } = require 'chai' HearsayMixin = require 'hearsay/mixin' Slot = require 'hearsay/slot' Person = require 'person' defer = require 'util/defer' mixin = (obj, klass) -> for key, value of obj klass.prototype[key] = value return describe "Mixin", -> describe "subscribe", -> it "tracks subscribes", ...
171209
{ assert } = require 'chai' HearsayMixin = require 'hearsay/mixin' Slot = require 'hearsay/slot' Person = require 'person' defer = require 'util/defer' mixin = (obj, klass) -> for key, value of obj klass.prototype[key] = value return describe "Mixin", -> describe "subscribe", -> it "tracks subscribes", ...
true
{ assert } = require 'chai' HearsayMixin = require 'hearsay/mixin' Slot = require 'hearsay/slot' Person = require 'person' defer = require 'util/defer' mixin = (obj, klass) -> for key, value of obj klass.prototype[key] = value return describe "Mixin", -> describe "subscribe", -> it "tracks subscribes", ...
[ { "context": "ited.\n #\n # The class itself was inspired by Alok Menghrajani's code snippet for\n # sanitizing HTML which ca", "end": 334, "score": 0.9997174143791199, "start": 318, "tag": "NAME", "value": "Alok Menghrajani" }, { "context": " string of HTML\n\n # See...
src/scripts/clean-html.coffee
MasYaroslav/MasYaroslav.github.io
4,182
class ContentTools.HTMLCleaner # A class for cleaning (sanitizing) HTML. # # This class is specifically designed for cleaning HTML so that it can be # safely convert to ContentEdit elements, it use outside of ContentTools/ # Edit is probably limited. # # The class itself was inspired by Al...
60477
class ContentTools.HTMLCleaner # A class for cleaning (sanitizing) HTML. # # This class is specifically designed for cleaning HTML so that it can be # safely convert to ContentEdit elements, it use outside of ContentTools/ # Edit is probably limited. # # The class itself was inspired by <N...
true
class ContentTools.HTMLCleaner # A class for cleaning (sanitizing) HTML. # # This class is specifically designed for cleaning HTML so that it can be # safely convert to ContentEdit elements, it use outside of ContentTools/ # Edit is probably limited. # # The class itself was inspired by PI...
[ { "context": "equire 'ann'\n\nserver = 'irc.freenode.net'\nnick = 'annbot732'\n\nbot = new Ann server, nick,\n password: 'passwo", "end": 66, "score": 0.9984016418457031, "start": 57, "tag": "USERNAME", "value": "annbot732" }, { "context": "bot732'\n\nbot = new Ann server, nick,\n ...
test/identify/success.coffee
fent/ann
0
Ann = require 'ann' server = 'irc.freenode.net' nick = 'annbot732' bot = new Ann server, nick, password: 'password' debug: true bot.ready()
126504
Ann = require 'ann' server = 'irc.freenode.net' nick = 'annbot732' bot = new Ann server, nick, password: '<PASSWORD>' debug: true bot.ready()
true
Ann = require 'ann' server = 'irc.freenode.net' nick = 'annbot732' bot = new Ann server, nick, password: 'PI:PASSWORD:<PASSWORD>END_PI' debug: true bot.ready()
[ { "context": "###\n * cena_auth\n * https://github.com/1egoman/cena_app\n *\n * Copyright (c) 2015 Ryan Gaus\n * Li", "end": 46, "score": 0.9982231259346008, "start": 39, "tag": "USERNAME", "value": "1egoman" }, { "context": "thub.com/1egoman/cena_app\n *\n * Copyright (c) 2015 Ryan ...
src/frontend/services/shop.coffee
1egoman/cena_app
0
### * cena_auth * https://github.com/1egoman/cena_app * * Copyright (c) 2015 Ryan Gaus * Licensed under the MIT license. ### 'use strict'; # shop service @app.factory 'Shop', ($http, $resource) -> root = $resource "/shops/:id", id: "@_id" root.cache = {} root.gettingCache = [] # get all matching d...
221794
### * cena_auth * https://github.com/1egoman/cena_app * * Copyright (c) 2015 <NAME> * Licensed under the MIT license. ### 'use strict'; # shop service @app.factory 'Shop', ($http, $resource) -> root = $resource "/shops/:id", id: "@_id" root.cache = {} root.gettingCache = [] # get all matching deal...
true
### * cena_auth * https://github.com/1egoman/cena_app * * Copyright (c) 2015 PI:NAME:<NAME>END_PI * Licensed under the MIT license. ### 'use strict'; # shop service @app.factory 'Shop', ($http, $resource) -> root = $resource "/shops/:id", id: "@_id" root.cache = {} root.gettingCache = [] # get all...
[ { "context": " ->\n doc =\n email: email\n password: '12345678'\n profile:\n first_name: faker.name.fi", "end": 1240, "score": 0.9992780685424805, "start": 1232, "tag": "PASSWORD", "value": "12345678" }, { "context": "e, email) ->\n Meteor.loginWithPasswor...
app_tests/client/expanses.app-tests.coffee
Phaze1D/SA-Units
0
faker = require 'faker' { chai, assert, expect } = require 'meteor/practicalmeteor:chai' { Meteor } = require 'meteor/meteor' { Accounts } = require 'meteor/accounts-base' { resetDatabase } = require 'meteor/xolvio:cleaner' { Random } = require 'meteor/random' { _ } = require 'meteor/underscore' UnitModule = require ...
9275
faker = require 'faker' { chai, assert, expect } = require 'meteor/practicalmeteor:chai' { Meteor } = require 'meteor/meteor' { Accounts } = require 'meteor/accounts-base' { resetDatabase } = require 'meteor/xolvio:cleaner' { Random } = require 'meteor/random' { _ } = require 'meteor/underscore' UnitModule = require ...
true
faker = require 'faker' { chai, assert, expect } = require 'meteor/practicalmeteor:chai' { Meteor } = require 'meteor/meteor' { Accounts } = require 'meteor/accounts-base' { resetDatabase } = require 'meteor/xolvio:cleaner' { Random } = require 'meteor/random' { _ } = require 'meteor/underscore' UnitModule = require ...
[ { "context": "ice: message\n\n# Inspired by the original essage by 小鱼 sofish\n# https://github.com/sofish/essage\n\n# Cop", "end": 55, "score": 0.5562705993652344, "start": 54, "tag": "NAME", "value": "小" }, { "context": "e: message\n\n# Inspired by the original essage by 小鱼 sofish\n...
assets/javascripts/mice/message.coffee
miclle/mice
7
# Mice: message # Inspired by the original essage by 小鱼 sofish # https://github.com/sofish/essage # Copyright (c) 2014 Miclle # Licensed under MIT (https://github.com/miclle/mice/blob/master/LICENSE) 'use strict'; (($) -> class Message constructor: (element, options) -> @element = element @$ele...
53566
# Mice: message # Inspired by the original essage by <NAME>鱼 sofish # https://github.com/sofish/essage # Copyright (c) 2014 Miclle # Licensed under MIT (https://github.com/miclle/mice/blob/master/LICENSE) 'use strict'; (($) -> class Message constructor: (element, options) -> @element = element ...
true
# Mice: message # Inspired by the original essage by PI:NAME:<NAME>END_PI鱼 sofish # https://github.com/sofish/essage # Copyright (c) 2014 Miclle # Licensed under MIT (https://github.com/miclle/mice/blob/master/LICENSE) 'use strict'; (($) -> class Message constructor: (element, options) -> @element = ...
[ { "context": "detector for programming source code, developed by Andrey Kucherenko\n\"\"\"\n jscpd.run options\n logger.profile \"All tim", "end": 1965, "score": 0.9998471140861511, "start": 1948, "tag": "NAME", "value": "Andrey Kucherenko" } ]
src/cli/cli.coffee
Bhanditz/jscpd
0
logger = require 'winston' cli = require("cli").enable "help", "version" path = require "path" JsCpd = require "./../jscpd" logger.cli() cli.setUsage "jscpd [OPTIONS]" cli.setApp path.resolve "#{__dirname}/../../package.json" cli.setArgv(process.argv.map (el) -> if not isNaN el then parseFloat(el).toFixed(2) else e...
11640
logger = require 'winston' cli = require("cli").enable "help", "version" path = require "path" JsCpd = require "./../jscpd" logger.cli() cli.setUsage "jscpd [OPTIONS]" cli.setApp path.resolve "#{__dirname}/../../package.json" cli.setArgv(process.argv.map (el) -> if not isNaN el then parseFloat(el).toFixed(2) else e...
true
logger = require 'winston' cli = require("cli").enable "help", "version" path = require "path" JsCpd = require "./../jscpd" logger.cli() cli.setUsage "jscpd [OPTIONS]" cli.setApp path.resolve "#{__dirname}/../../package.json" cli.setArgv(process.argv.map (el) -> if not isNaN el then parseFloat(el).toFixed(2) else e...
[ { "context": "name: \"Racket\"\nscopeName: \"source.racket\"\ncomment: '''\n\n \t\tThe", "end": 14, "score": 0.8400484323501587, "start": 8, "tag": "NAME", "value": "Racket" }, { "context": "\t\tmatches an unpaired ( as being illegal. Why?! -- Rob Rix\n\n \t\tOk, hopefully this gr...
examples/syntax-racket.cson
prozion/atom-clojure-syntax
0
name: "Racket" scopeName: "source.racket" comment: ''' The foldings do not currently work the way I want them to. This may be a limitation of the way they are applied rather than the regexps in use. Nonetheless, the foldings will end on the last identically indented blank line following an s-expressio...
40715
name: "<NAME>" scopeName: "source.racket" comment: ''' The foldings do not currently work the way I want them to. This may be a limitation of the way they are applied rather than the regexps in use. Nonetheless, the foldings will end on the last identically indented blank line following an s-expressio...
true
name: "PI:NAME:<NAME>END_PI" scopeName: "source.racket" comment: ''' The foldings do not currently work the way I want them to. This may be a limitation of the way they are applied rather than the regexps in use. Nonetheless, the foldings will end on the last identically indented blank line following ...
[ { "context": " response = event.content\n\n @room.user.say('bob', '@hubot send event').then =>\n expect(res", "end": 686, "score": 0.6680315136909485, "start": 683, "tag": "NAME", "value": "bob" } ]
test/events.coffee
EdtechFoundry/hubot-test-helper
0
Helper = require('../src/index') helper = new Helper('./scripts/events.coffee') co = require('co') expect = require('chai').expect describe 'events', -> beforeEach -> @room = helper.createRoom(httpd: false) context 'should post on an event', -> beforeEach -> @room.robotEvent 'some-event', 'even...
143217
Helper = require('../src/index') helper = new Helper('./scripts/events.coffee') co = require('co') expect = require('chai').expect describe 'events', -> beforeEach -> @room = helper.createRoom(httpd: false) context 'should post on an event', -> beforeEach -> @room.robotEvent 'some-event', 'even...
true
Helper = require('../src/index') helper = new Helper('./scripts/events.coffee') co = require('co') expect = require('chai').expect describe 'events', -> beforeEach -> @room = helper.createRoom(httpd: false) context 'should post on an event', -> beforeEach -> @room.robotEvent 'some-event', 'even...
[ { "context": "# Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the GNU Affero General Public Li", "end": 43, "score": 0.999913215637207, "start": 29, "tag": "EMAIL", "value": "contact@ppy.sh" } ]
resources/assets/coffee/react/mp-history.coffee
osu-katakuna/osu-katakuna-web
5
# Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the GNU Affero General Public License v3.0. # See the LICENCE file in the repository root for full licence text. import { Main } from './mp-history/main' reactTurbolinks.register 'mp-history', Main, -> match: osu.parseJson('json-match') events: osu.pars...
168196
# Copyright (c) ppy Pty Ltd <<EMAIL>>. Licensed under the GNU Affero General Public License v3.0. # See the LICENCE file in the repository root for full licence text. import { Main } from './mp-history/main' reactTurbolinks.register 'mp-history', Main, -> match: osu.parseJson('json-match') events: osu.parseJson('...
true
# Copyright (c) ppy Pty Ltd <PI:EMAIL:<EMAIL>END_PI>. Licensed under the GNU Affero General Public License v3.0. # See the LICENCE file in the repository root for full licence text. import { Main } from './mp-history/main' reactTurbolinks.register 'mp-history', Main, -> match: osu.parseJson('json-match') events: ...
[ { "context": "ulp task images compile\n@create 2014-10-07\n@author KoutarouYabe <idolm@ster.pw>\n###\n\nmodule.exports = (gulp, plug", "end": 68, "score": 0.9998908638954163, "start": 56, "tag": "NAME", "value": "KoutarouYabe" }, { "context": " compile\n@create 2014-10-07\n@author Ko...
tasks/config/images.coffee
moorvin/Sea-Fight
1
### Gulp task images compile @create 2014-10-07 @author KoutarouYabe <idolm@ster.pw> ### module.exports = (gulp, plugins)-> gulp.task "images", -> gulp.src ["assets/images/**/*"] .pipe plugins.cache plugins.imagemin optimizationLevel: 3 progressive: true interlaced: true .pipe gulp.dest...
155129
### Gulp task images compile @create 2014-10-07 @author <NAME> <<EMAIL>> ### module.exports = (gulp, plugins)-> gulp.task "images", -> gulp.src ["assets/images/**/*"] .pipe plugins.cache plugins.imagemin optimizationLevel: 3 progressive: true interlaced: true .pipe gulp.dest plugins.con...
true
### Gulp task images compile @create 2014-10-07 @author PI:NAME:<NAME>END_PI <PI:EMAIL:<EMAIL>END_PI> ### module.exports = (gulp, plugins)-> gulp.task "images", -> gulp.src ["assets/images/**/*"] .pipe plugins.cache plugins.imagemin optimizationLevel: 3 progressive: true interlaced: true ...
[ { "context": "s\" : {\n \"def\" : [ {\n \"name\" : \"Patient\",\n \"context\" : \"Patient\",\n ", "end": 1098, "score": 0.6215999126434326, "start": 1091, "tag": "NAME", "value": "Patient" }, { "context": " }\n }, {\n ...
Src/coffeescript/cql-execution/test/elm/datetime/data.coffee
esteban-aliverti/clinical_quality_language
0
### WARNING: This is a GENERATED file. Do not manually edit! To generate this file: - Edit data.coffee to add a CQL Snippet - From java dir: ./gradlew :cql-to-elm:generateTestData ### ### DateTime library TestSnippet version '1' using QUICK context Patient define Year = DateTime(2012) define Mont...
183067
### WARNING: This is a GENERATED file. Do not manually edit! To generate this file: - Edit data.coffee to add a CQL Snippet - From java dir: ./gradlew :cql-to-elm:generateTestData ### ### DateTime library TestSnippet version '1' using QUICK context Patient define Year = DateTime(2012) define Mont...
true
### WARNING: This is a GENERATED file. Do not manually edit! To generate this file: - Edit data.coffee to add a CQL Snippet - From java dir: ./gradlew :cql-to-elm:generateTestData ### ### DateTime library TestSnippet version '1' using QUICK context Patient define Year = DateTime(2012) define Mont...
[ { "context": "###\nzh_CN.coffee\nCopyright (C) 2015 ender xu <xuender@gmail.com>\n\nDistributed under terms of t", "end": 44, "score": 0.9995858073234558, "start": 36, "tag": "NAME", "value": "ender xu" }, { "context": "###\nzh_CN.coffee\nCopyright (C) 2015 ender xu <xuender@gmail.co...
src/extension/i18n/zh_CN.coffee
roceys/cm
248
### zh_CN.coffee Copyright (C) 2015 ender xu <xuender@gmail.com> Distributed under terms of the MIT license. ### LANGUAGE = LANGUAGE || [] LANGUAGE.push 'zh_CN' TRANSLATIONS = TRANSLATIONS || {} TRANSLATIONS['zh_CN'] = 'Notice1': '重要升级:启用新云服务器,修复云存储,菜单下载,QR码生成等错误;' 'i18n': 'cn' # 标题 'Context Menus Option': '右...
105134
### zh_CN.coffee Copyright (C) 2015 <NAME> <<EMAIL>> Distributed under terms of the MIT license. ### LANGUAGE = LANGUAGE || [] LANGUAGE.push 'zh_CN' TRANSLATIONS = TRANSLATIONS || {} TRANSLATIONS['zh_CN'] = 'Notice1': '重要升级:启用新云服务器,修复云存储,菜单下载,QR码生成等错误;' 'i18n': 'cn' # 标题 'Context Menus Option': '右键搜 - 选项' '...
true
### zh_CN.coffee Copyright (C) 2015 PI:NAME:<NAME>END_PI <PI:EMAIL:<EMAIL>END_PI> Distributed under terms of the MIT license. ### LANGUAGE = LANGUAGE || [] LANGUAGE.push 'zh_CN' TRANSLATIONS = TRANSLATIONS || {} TRANSLATIONS['zh_CN'] = 'Notice1': '重要升级:启用新云服务器,修复云存储,菜单下载,QR码生成等错误;' 'i18n': 'cn' # 标题 'Context ...
[ { "context": "# Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the GNU Affero General Public Li", "end": 43, "score": 0.9999092817306519, "start": 29, "tag": "EMAIL", "value": "contact@ppy.sh" } ]
resources/assets/coffee/react/mp-history/game-header.coffee
osu-katakuna/osu-katakuna-web
5
# Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the GNU Affero General Public License v3.0. # See the LICENCE file in the repository root for full licence text. import { Mods } from 'mods' import * as React from 'react' import { div, a, span, h1, h2 } from 'react-dom-factories' import TimeWithTooltip from...
118266
# Copyright (c) ppy Pty Ltd <<EMAIL>>. Licensed under the GNU Affero General Public License v3.0. # See the LICENCE file in the repository root for full licence text. import { Mods } from 'mods' import * as React from 'react' import { div, a, span, h1, h2 } from 'react-dom-factories' import TimeWithTooltip from 'time-...
true
# Copyright (c) ppy Pty Ltd <PI:EMAIL:<EMAIL>END_PI>. Licensed under the GNU Affero General Public License v3.0. # See the LICENCE file in the repository root for full licence text. import { Mods } from 'mods' import * as React from 'react' import { div, a, span, h1, h2 } from 'react-dom-factories' import TimeWithTool...
[ { "context": "r sanboxed\", ->\n\n\tbeforeEach ->\n\t\t@user = {email:\"tom@yahoo.com\"}\n\t\t@activeRecurlySubscription = mockSubscription", "end": 624, "score": 0.9999254941940308, "start": 611, "tag": "EMAIL", "value": "tom@yahoo.com" }, { "context": "()\n\t\t\tuserHasSubscription...
test/UnitTests/coffee/Subscription/SubscriptionControllerTests.coffee
sandstormports/web-sharelatex
1
SandboxedModule = require('sandboxed-module') sinon = require 'sinon' should = require("chai").should() MockRequest = require "../helpers/MockRequest" MockResponse = require "../helpers/MockResponse" modulePath = '../../../../app/js/Features/Subscription/SubscriptionController' mockSubscriptions = "subscription-123-a...
205992
SandboxedModule = require('sandboxed-module') sinon = require 'sinon' should = require("chai").should() MockRequest = require "../helpers/MockRequest" MockResponse = require "../helpers/MockResponse" modulePath = '../../../../app/js/Features/Subscription/SubscriptionController' mockSubscriptions = "subscription-123-a...
true
SandboxedModule = require('sandboxed-module') sinon = require 'sinon' should = require("chai").should() MockRequest = require "../helpers/MockRequest" MockResponse = require "../helpers/MockResponse" modulePath = '../../../../app/js/Features/Subscription/SubscriptionController' mockSubscriptions = "subscription-123-a...
[ { "context": "isArray msgs\n msgs = [msgs]\n\n keysPerSecond = 50\n maxResponseTimeInSeconds = 2\n\n msg = msgs.shif", "end": 481, "score": 0.8441106677055359, "start": 479, "tag": "KEY", "value": "50" } ]
scripts/bot/index.coffee
banticscoop/hubot-natural
147
require 'coffeescript/register' { regexEscape, loadConfigfile } = require '../lib/common' { getUserRoles, checkRole } = require '../lib/security' actionHandler = require './action-handler' classifier = require './classifier' typing = (res, t) -> res.robot.adapter.callMethod 'stream-notify-room', res.envelope.us...
43721
require 'coffeescript/register' { regexEscape, loadConfigfile } = require '../lib/common' { getUserRoles, checkRole } = require '../lib/security' actionHandler = require './action-handler' classifier = require './classifier' typing = (res, t) -> res.robot.adapter.callMethod 'stream-notify-room', res.envelope.us...
true
require 'coffeescript/register' { regexEscape, loadConfigfile } = require '../lib/common' { getUserRoles, checkRole } = require '../lib/security' actionHandler = require './action-handler' classifier = require './classifier' typing = (res, t) -> res.robot.adapter.callMethod 'stream-notify-room', res.envelope.us...
[ { "context": "# Underscore.inflection\n# (c) 2011 Lance Carlson <lcarlson at rubyskills dot com>\n# Ported from ht", "end": 48, "score": 0.9998123049736023, "start": 35, "tag": "NAME", "value": "Lance Carlson" }, { "context": "# Underscore.inflection\n# (c) 2011 Lance Carlson <lcarls...
src/underscore.inflection.coffee
lancecarlson/corpus
1
# Underscore.inflection # (c) 2011 Lance Carlson <lcarlson at rubyskills dot com> # Ported from http://code.google.com/p/inflection-js/source/browse/trunk/inflection.js _s = uncountable_words: [ 'equipment', 'information', 'rice', 'money', 'species', 'series', 'fish', 'sheep', 'moose', 'deer', 'news' ] ...
107246
# Underscore.inflection # (c) 2011 <NAME> <<EMAIL>carlson at rubyskills dot com> # Ported from http://code.google.com/p/inflection-js/source/browse/trunk/inflection.js _s = uncountable_words: [ 'equipment', 'information', 'rice', 'money', 'species', 'series', 'fish', 'sheep', 'moose', 'deer', 'news' ] p...
true
# Underscore.inflection # (c) 2011 PI:NAME:<NAME>END_PI <PI:EMAIL:<EMAIL>END_PIcarlson at rubyskills dot com> # Ported from http://code.google.com/p/inflection-js/source/browse/trunk/inflection.js _s = uncountable_words: [ 'equipment', 'information', 'rice', 'money', 'species', 'series', 'fish', 'sheep', 'mo...
[ { "context": "ta for fetches', ->\n @user.set accessToken: 'foobarbaz'\n @user.fetch()\n Backbone.sync.args[0][", "end": 684, "score": 0.6138671636581421, "start": 675, "tag": "KEY", "value": "foobarbaz" }, { "context": "e.sync.args[0][2].data.access_token.should.equal...
test/current_user.coffee
joeyAghion/artsy-backbone-mixins
0
_ = require 'underscore' sinon = require 'sinon' Backbone = require 'backbone' CurrentUser = require '../lib/current_user' class User extends Backbone.Model _.extend @prototype, CurrentUser('http://artsy.net') describe 'CurrentUser Mixin', -> beforeEach -> sinon.stub Backbone, 'sync' @user = new User ...
22759
_ = require 'underscore' sinon = require 'sinon' Backbone = require 'backbone' CurrentUser = require '../lib/current_user' class User extends Backbone.Model _.extend @prototype, CurrentUser('http://artsy.net') describe 'CurrentUser Mixin', -> beforeEach -> sinon.stub Backbone, 'sync' @user = new User ...
true
_ = require 'underscore' sinon = require 'sinon' Backbone = require 'backbone' CurrentUser = require '../lib/current_user' class User extends Backbone.Model _.extend @prototype, CurrentUser('http://artsy.net') describe 'CurrentUser Mixin', -> beforeEach -> sinon.stub Backbone, 'sync' @user = new User ...
[ { "context": "if not MagiX\n\tconsole.log 'MagiX | Beyond magical. @etiennepinchon'\n\n__MAGIX_LOADED = no\n\nMagiX =\n\tversion: '1.0'\n\tc", "end": 85, "score": 0.9876718521118164, "start": 70, "tag": "USERNAME", "value": "@etiennepinchon" }, { "context": "X_LOADED = no\n\nMagiX =\...
sources/coffee/MagiXLoader.coffee
heschel6/Magic_Experiment
201
# MAGIX LOADER JS if not MagiX console.log 'MagiX | Beyond magical. @etiennepinchon' __MAGIX_LOADED = no MagiX = version: '1.0' creator: 'Etienne Pinchon (@etiennepinchon)' about: 'Beyond magical.' copyright: 'magixjs.com' boot: -> MagiX.__domComplete = [] MagiX.__domReady = no if document? document...
188437
# MAGIX LOADER JS if not MagiX console.log 'MagiX | Beyond magical. @etiennepinchon' __MAGIX_LOADED = no MagiX = version: '1.0' creator: '<NAME> (@etiennepinchon)' about: 'Beyond magical.' copyright: 'magixjs.com' boot: -> MagiX.__domComplete = [] MagiX.__domReady = no if document? document.onreadys...
true
# MAGIX LOADER JS if not MagiX console.log 'MagiX | Beyond magical. @etiennepinchon' __MAGIX_LOADED = no MagiX = version: '1.0' creator: 'PI:NAME:<NAME>END_PI (@etiennepinchon)' about: 'Beyond magical.' copyright: 'magixjs.com' boot: -> MagiX.__domComplete = [] MagiX.__domReady = no if document? doc...
[ { "context": "Cellular Automata Generator for WolfCage.\n\n@author Destin Moulton\n@git https://github.com/destinmoulton/wolfcage\n@l", "end": 74, "score": 0.9998466372489929, "start": 60, "tag": "NAME", "value": "Destin Moulton" }, { "context": ".\n\n@author Destin Moulton\n@git htt...
src/Generator.coffee
destinmoulton/cagen
0
### The Cellular Automata Generator for WolfCage. @author Destin Moulton @git https://github.com/destinmoulton/wolfcage @license MIT Component of the Wolfram Cellular Automata Generator (WolfCage) Functionality for building the generator for controlling the cellular automata generation. - Display a preview of the ...
59780
### The Cellular Automata Generator for WolfCage. @author <NAME> @git https://github.com/destinmoulton/wolfcage @license MIT Component of the Wolfram Cellular Automata Generator (WolfCage) Functionality for building the generator for controlling the cellular automata generation. - Display a preview of the rules. -...
true
### The Cellular Automata Generator for WolfCage. @author PI:NAME:<NAME>END_PI @git https://github.com/destinmoulton/wolfcage @license MIT Component of the Wolfram Cellular Automata Generator (WolfCage) Functionality for building the generator for controlling the cellular automata generation. - Display a preview o...
[ { "context": "_id: 'assay_chembl_id'\n bucket_key: 'BUCKET.key'\n extra_buckets: 'EXTRA_BUCKETS.key'", "end": 10436, "score": 0.9764861464500427, "start": 10426, "tag": "KEY", "value": "BUCKET.key" } ]
src/glados/static/coffee/assayReportCardApp.coffee
BNext-IQT/glados-frontend-chembl-main-interface
33
class AssayReportCardApp extends glados.ReportCardApp # ------------------------------------------------------------- # Initialisation # ------------------------------------------------------------- @init = -> super assay = AssayReportCardApp.getCurrentAssay() breadcrumbLinks = [ { ...
122749
class AssayReportCardApp extends glados.ReportCardApp # ------------------------------------------------------------- # Initialisation # ------------------------------------------------------------- @init = -> super assay = AssayReportCardApp.getCurrentAssay() breadcrumbLinks = [ { ...
true
class AssayReportCardApp extends glados.ReportCardApp # ------------------------------------------------------------- # Initialisation # ------------------------------------------------------------- @init = -> super assay = AssayReportCardApp.getCurrentAssay() breadcrumbLinks = [ { ...
[ { "context": "pha * 1.1\n d.y = d.y + (target.y - d.y) * (@damper + 0.02) * alpha * 1.1\n move_towards_surface: (al", "end": 14616, "score": 0.5919021368026733, "start": 14611, "tag": "USERNAME", "value": "amper" }, { "context": "tesiecle]\n d.x = d.x + (target.x - d.x) * ...
coffee/vis.coffee
JeanAbbiateci/art-market-V1
2
 class BubbleChart constructor: (data) -> @data = data @width = 710 @height = 680 @tooltip = CustomTooltip("gates_tooltip", 185) @center = {x: 2 * @width / 3, y: 1*@height / 3} @year_centers = { "2008": {x: 2 *@width / 6, y: 1.1*@height / 3}, "2009": {x: 4 *@width / 6, y: 1.1*@hei...
102047
 class BubbleChart constructor: (data) -> @data = data @width = 710 @height = 680 @tooltip = CustomTooltip("gates_tooltip", 185) @center = {x: 2 * @width / 3, y: 1*@height / 3} @year_centers = { "2008": {x: 2 *@width / 6, y: 1.1*@height / 3}, "2009": {x: 4 *@width / 6, y: 1.1*@hei...
true
 class BubbleChart constructor: (data) -> @data = data @width = 710 @height = 680 @tooltip = CustomTooltip("gates_tooltip", 185) @center = {x: 2 * @width / 3, y: 1*@height / 3} @year_centers = { "2008": {x: 2 *@width / 6, y: 1.1*@height / 3}, "2009": {x: 4 *@width / 6, y: 1.1*@hei...
[ { "context": "###\n Bookmarklet IDE\n (c) 2015 Daniel Davison & Contributors\n\n Bookmarklet IDE for Chrome\n###\n", "end": 47, "score": 0.9998350143432617, "start": 33, "tag": "NAME", "value": "Daniel Davison" } ]
src/coffee/ide.coffee
ddavison/chrome-bookmarklet-ide
15
### Bookmarklet IDE (c) 2015 Daniel Davison & Contributors Bookmarklet IDE for Chrome ### class Ide props = {} constructor: -> @get_properties(=> @load_bookmarklets()) # get a parameter from the url get_param: (which) -> result = null tmp = [] location.search .substr(1) .spli...
152705
### Bookmarklet IDE (c) 2015 <NAME> & Contributors Bookmarklet IDE for Chrome ### class Ide props = {} constructor: -> @get_properties(=> @load_bookmarklets()) # get a parameter from the url get_param: (which) -> result = null tmp = [] location.search .substr(1) .split("&") ...
true
### Bookmarklet IDE (c) 2015 PI:NAME:<NAME>END_PI & Contributors Bookmarklet IDE for Chrome ### class Ide props = {} constructor: -> @get_properties(=> @load_bookmarklets()) # get a parameter from the url get_param: (which) -> result = null tmp = [] location.search .substr(1) ...
[ { "context": " ]\n# }\n# ]\n# }\n#\n# Author:\n# Iristyle\n\nutil = require 'util'\naws = require 'aws2js'\n", "end": 1507, "score": 0.7598302960395813, "start": 1499, "tag": "NAME", "value": "Iristyle" } ]
src/scripts/s3-brain.coffee
Reelhouse/hubot-scripts
1,450
# Description: # Stores the brain in Amazon S3 # # Dependencies: # "aws2js": "0.7.10" # # Configuration: # HUBOT_S3_BRAIN_ACCESS_KEY_ID - AWS Access Key ID with S3 permissions # HUBOT_S3_BRAIN_SECRET_ACCESS_KEY - AWS Secret Access Key for ID # HUBOT_S3_BRAIN_BUCKET - Bucket to store brain in...
198349
# Description: # Stores the brain in Amazon S3 # # Dependencies: # "aws2js": "0.7.10" # # Configuration: # HUBOT_S3_BRAIN_ACCESS_KEY_ID - AWS Access Key ID with S3 permissions # HUBOT_S3_BRAIN_SECRET_ACCESS_KEY - AWS Secret Access Key for ID # HUBOT_S3_BRAIN_BUCKET - Bucket to store brain in...
true
# Description: # Stores the brain in Amazon S3 # # Dependencies: # "aws2js": "0.7.10" # # Configuration: # HUBOT_S3_BRAIN_ACCESS_KEY_ID - AWS Access Key ID with S3 permissions # HUBOT_S3_BRAIN_SECRET_ACCESS_KEY - AWS Secret Access Key for ID # HUBOT_S3_BRAIN_BUCKET - Bucket to store brain in...
[ { "context": "ated properties\", ->\n err = {\n name: \"the name\"\n message: \"the message\"\n stack: \"t", "end": 5690, "score": 0.868880033493042, "start": 5682, "tag": "NAME", "value": "the name" }, { "context": "util.serializeError(err)).to.eql({\n ...
packages/server/test/unit/plugins/util_spec.coffee
nongmanh/cypress
3
require("../../spec_helper") Promise = require("bluebird") util = require("#{root}../lib/plugins/util") describe "lib/plugins/util", -> context "#wrapIpc", -> beforeEach -> @theProcess = { send: sinon.spy() on: sinon.stub() } @ipc = util.wrapIpc(@theProcess) it "#send s...
150865
require("../../spec_helper") Promise = require("bluebird") util = require("#{root}../lib/plugins/util") describe "lib/plugins/util", -> context "#wrapIpc", -> beforeEach -> @theProcess = { send: sinon.spy() on: sinon.stub() } @ipc = util.wrapIpc(@theProcess) it "#send s...
true
require("../../spec_helper") Promise = require("bluebird") util = require("#{root}../lib/plugins/util") describe "lib/plugins/util", -> context "#wrapIpc", -> beforeEach -> @theProcess = { send: sinon.spy() on: sinon.stub() } @ipc = util.wrapIpc(@theProcess) it "#send s...
[ { "context": "# Copyright (c) Konode. All rights reserved.\n# This source code is subje", "end": 22, "score": 0.9938340187072754, "start": 16, "tag": "NAME", "value": "Konode" }, { "context": ">\n\t\t\t\t\t\tPersist.Users.Account.read Config.backend, userName, (err, result) =>\n\t\t\...
src/accountManagerTab.coffee
LogicalOutcomes/KoNote
1
# Copyright (c) Konode. All rights reserved. # This source code is subject to the terms of the Mozilla Public License, v. 2.0 # that can be found in the LICENSE file or at: http://mozilla.org/MPL/2.0 # Tab layer component for creating/managing user accounts Async = require 'async' Imm = require 'immutable' Persist =...
154732
# Copyright (c) <NAME>. All rights reserved. # This source code is subject to the terms of the Mozilla Public License, v. 2.0 # that can be found in the LICENSE file or at: http://mozilla.org/MPL/2.0 # Tab layer component for creating/managing user accounts Async = require 'async' Imm = require 'immutable' Persist =...
true
# Copyright (c) PI:NAME:<NAME>END_PI. All rights reserved. # This source code is subject to the terms of the Mozilla Public License, v. 2.0 # that can be found in the LICENSE file or at: http://mozilla.org/MPL/2.0 # Tab layer component for creating/managing user accounts Async = require 'async' Imm = require 'immutab...
[ { "context": "embedded expressions of template strings\n# @author Toru Nagashima\n###\n\n'use strict'\n\n#-----------------------------", "end": 117, "score": 0.9998638033866882, "start": 103, "tag": "NAME", "value": "Toru Nagashima" } ]
src/rules/template-curly-spacing.coffee
danielbayley/eslint-plugin-coffee
21
###* # @fileoverview Rule to enforce spacing around embedded expressions of template strings # @author Toru Nagashima ### 'use strict' #------------------------------------------------------------------------------ # Requirements #------------------------------------------------------------------------------ astUtil...
136132
###* # @fileoverview Rule to enforce spacing around embedded expressions of template strings # @author <NAME> ### 'use strict' #------------------------------------------------------------------------------ # Requirements #------------------------------------------------------------------------------ astUtils = requ...
true
###* # @fileoverview Rule to enforce spacing around embedded expressions of template strings # @author PI:NAME:<NAME>END_PI ### 'use strict' #------------------------------------------------------------------------------ # Requirements #------------------------------------------------------------------------------ a...
[ { "context": "ataDir\n}\n\n# Mock session object\ns = {\n\tuserName: 'test-user'\n\tdisplayName: 'testUser'\n\taccountType: 'normal'\n", "end": 632, "score": 0.9995819926261902, "start": 623, "tag": "USERNAME", "value": "test-user" }, { "context": "bject\ns = {\n\tuserName: 'test-use...
test/persist/apiBuilder.coffee
LogicalOutcomes/KoNote
1
Assert = require 'assert' Async = require 'async' Fs = require 'fs' Imm = require 'immutable' Joi = require 'joi' Mkdirp = require 'mkdirp' Moment = require 'moment' Path = require 'path' Rimraf = require 'rimraf' {buildApi} = require '../../src/persist/apiBuilder' {SymmetricEncryptionKey} = require '../../src/persist...
126863
Assert = require 'assert' Async = require 'async' Fs = require 'fs' Imm = require 'immutable' Joi = require 'joi' Mkdirp = require 'mkdirp' Moment = require 'moment' Path = require 'path' Rimraf = require 'rimraf' {buildApi} = require '../../src/persist/apiBuilder' {SymmetricEncryptionKey} = require '../../src/persist...
true
Assert = require 'assert' Async = require 'async' Fs = require 'fs' Imm = require 'immutable' Joi = require 'joi' Mkdirp = require 'mkdirp' Moment = require 'moment' Path = require 'path' Rimraf = require 'rimraf' {buildApi} = require '../../src/persist/apiBuilder' {SymmetricEncryptionKey} = require '../../src/persist...
[ { "context": "iled'\n\n (Api.DeviceSerial.save\n key: '123'\n ).$promise.then success, fail\n\n $scope.", "end": 898, "score": 0.9927938580513, "start": 895, "tag": "KEY", "value": "123" } ]
src/coffee/directives/device_creator.coffee
dadleyy/loftili.ui
0
dDeviceCreator = (Api, Auth, Notifications, Lang, $timeout) -> dDeviceCreatorLink = ($scope, $element, $attrs) -> $scope.failures = [] $scope.device = {} attempt = () -> device = $scope.device success = (created) -> if $scope.devices $scope.devices.push created $s...
117097
dDeviceCreator = (Api, Auth, Notifications, Lang, $timeout) -> dDeviceCreatorLink = ($scope, $element, $attrs) -> $scope.failures = [] $scope.device = {} attempt = () -> device = $scope.device success = (created) -> if $scope.devices $scope.devices.push created $s...
true
dDeviceCreator = (Api, Auth, Notifications, Lang, $timeout) -> dDeviceCreatorLink = ($scope, $element, $attrs) -> $scope.failures = [] $scope.device = {} attempt = () -> device = $scope.device success = (created) -> if $scope.devices $scope.devices.push created $s...
[ { "context": "..+x1]\n for y in [+y0..+y1]\n key = \"x#{x}y#{y}\"\n state[key] = actions[action]", "end": 611, "score": 0.9680787920951843, "start": 610, "tag": "KEY", "value": "\"" }, { "context": "+x1]\n for y in [+y0..+y1]\n key = \"x#{x}y#...
2015/day-6/index.coffee
Gobie/advent-of-code-2015
0
fs = require 'fs' path = require 'path' actionsPart1 = 'turn on': (value) -> 1 'turn off': (value) -> 0 'toggle': (value) -> +not value actionsPart2 = 'turn on': (value) -> (value or 0) + 1 'turn off': (value) -> Math.max (value or 0) - 1, 0 'toggle': (value) -> (value or 0) + 2 content = fs.readFileSync...
6154
fs = require 'fs' path = require 'path' actionsPart1 = 'turn on': (value) -> 1 'turn off': (value) -> 0 'toggle': (value) -> +not value actionsPart2 = 'turn on': (value) -> (value or 0) + 1 'turn off': (value) -> Math.max (value or 0) - 1, 0 'toggle': (value) -> (value or 0) + 2 content = fs.readFileSync...
true
fs = require 'fs' path = require 'path' actionsPart1 = 'turn on': (value) -> 1 'turn off': (value) -> 0 'toggle': (value) -> +not value actionsPart2 = 'turn on': (value) -> (value or 0) + 1 'turn off': (value) -> Math.max (value or 0) - 1, 0 'toggle': (value) -> (value or 0) + 2 content = fs.readFileSync...
[ { "context": "# Copyright Joyent, Inc. and other Node contributors.\n#\n# Permission", "end": 18, "score": 0.9979097247123718, "start": 12, "tag": "NAME", "value": "Joyent" }, { "context": "ert\")\nnet = require(\"net\")\nassert.equal net.isIP(\"127.0.0.1\"), 4\nassert.equal net.isIP...
test/simple/test-net-isip.coffee
lxe/io.coffee
0
# Copyright Joyent, Inc. and other Node contributors. # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the # "Software"), to deal in the Software without restriction, including # without limitation the rights to use, copy, modify, me...
174271
# Copyright <NAME>, Inc. and other Node contributors. # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the # "Software"), to deal in the Software without restriction, including # without limitation the rights to use, copy, modify, me...
true
# Copyright PI:NAME:<NAME>END_PI, Inc. and other Node contributors. # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the # "Software"), to deal in the Software without restriction, including # without limitation the rights to use, co...
[ { "context": "###\n *\n * GroundworkCSS JS by Gary Hepting - https://github.com/groundworkcss/groundwork\n * ", "end": 43, "score": 0.9998898506164551, "start": 31, "tag": "NAME", "value": "Gary Hepting" }, { "context": "ndworkCSS JS by Gary Hepting - https://github.com/groundworkcs...
src/coffee/groundwork.coffee
bitcoder/groundwork
0
### * * GroundworkCSS JS by Gary Hepting - https://github.com/groundworkcss/groundwork * * Open source under the BSD License. * * Copyright © 2013 Gary Hepting. All rights reserved. * ### $(document).ready -> # equal height columns equalizeColumns() # navigation menus delay = '' navitem = $(...
217405
### * * GroundworkCSS JS by <NAME> - https://github.com/groundworkcss/groundwork * * Open source under the BSD License. * * Copyright © 2013 <NAME>. All rights reserved. * ### $(document).ready -> # equal height columns equalizeColumns() # navigation menus delay = '' navitem = $('nav > ul > ...
true
### * * GroundworkCSS JS by PI:NAME:<NAME>END_PI - https://github.com/groundworkcss/groundwork * * Open source under the BSD License. * * Copyright © 2013 PI:NAME:<NAME>END_PI. All rights reserved. * ### $(document).ready -> # equal height columns equalizeColumns() # navigation menus delay = ''...
[ { "context": "# Author: Josh Bass\n\nReact = require(\"react\");\n\nmodule.exports = clas", "end": 19, "score": 0.9998787641525269, "start": 10, "tag": "NAME", "value": "Josh Bass" } ]
src/client/components/orders/OrderTable.coffee
jbass86/Aroma
0
# Author: Josh Bass React = require("react"); module.exports = class OrderTable extends React.Component constructor: (props) -> super(props); render: -> <div className="order-table"> Order Table... </div>
188825
# Author: <NAME> React = require("react"); module.exports = class OrderTable extends React.Component constructor: (props) -> super(props); render: -> <div className="order-table"> Order Table... </div>
true
# Author: PI:NAME:<NAME>END_PI React = require("react"); module.exports = class OrderTable extends React.Component constructor: (props) -> super(props); render: -> <div className="order-table"> Order Table... </div>
[ { "context": "ta: ->\n tabs = []\n tabs.push({\n name: 'Tribes'\n template: 'tribalTab'\n })\n if _.valu", "end": 394, "score": 0.9354333877563477, "start": 388, "tag": "NAME", "value": "Tribes" }, { "context": "echnologies'\n tabs\n assignment: ->\n name...
client/ages/tribal.coffee
Kestanous/resource-game-engine
0
Template.tribal.events 'mouseenter .hint': -> Session.set "hoverHint", {bucket: @bucket, key: @key} Template.tribal.helpers resources: -> _.values(GAME.unlockedBuckets('resources')) ownedTech: -> name: 'Technology Owned' height: 145 items: -> _.values(GAME.unlockedBuckets('technology')).filter (t) -> ...
37301
Template.tribal.events 'mouseenter .hint': -> Session.set "hoverHint", {bucket: @bucket, key: @key} Template.tribal.helpers resources: -> _.values(GAME.unlockedBuckets('resources')) ownedTech: -> name: 'Technology Owned' height: 145 items: -> _.values(GAME.unlockedBuckets('technology')).filter (t) -> ...
true
Template.tribal.events 'mouseenter .hint': -> Session.set "hoverHint", {bucket: @bucket, key: @key} Template.tribal.helpers resources: -> _.values(GAME.unlockedBuckets('resources')) ownedTech: -> name: 'Technology Owned' height: 145 items: -> _.values(GAME.unlockedBuckets('technology')).filter (t) -> ...
[ { "context": "\t\" <state>active</state>\" +\n\t\t\" <username nil=\\\"nil\\\"></username>\" +\n\t\t\" <email>verena@example.com</", "end": 4727, "score": 0.9271580576896667, "start": 4724, "tag": "USERNAME", "value": "nil" }, { "context": "te>active</state>\" +\n\t\t\" <username...
test/UnitTests/coffee/Subscription/RecurlyWrapperTests.coffee
sandstormports/web-sharelatex
1
should = require('chai').should() sinon = require 'sinon' crypto = require 'crypto' querystring = require 'querystring' RecurlyWrapper = require "../../../../app/js/Features/Subscription/RecurlyWrapper" Settings = require "settings-sharelatex" tk = require("timekeeper") fixtures = "subscriptions/44f83d7cba354d5b84812...
167765
should = require('chai').should() sinon = require 'sinon' crypto = require 'crypto' querystring = require 'querystring' RecurlyWrapper = require "../../../../app/js/Features/Subscription/RecurlyWrapper" Settings = require "settings-sharelatex" tk = require("timekeeper") fixtures = "subscriptions/44f83d7cba354d5b84812...
true
should = require('chai').should() sinon = require 'sinon' crypto = require 'crypto' querystring = require 'querystring' RecurlyWrapper = require "../../../../app/js/Features/Subscription/RecurlyWrapper" Settings = require "settings-sharelatex" tk = require("timekeeper") fixtures = "subscriptions/44f83d7cba354d5b84812...
[ { "context": "rn\n\n\tit 'search width space', (done)->\n\t\tquery = \"dolor accumsan\";\n\t\tresult = testCollA.search( query ).toJSON()\n\t", "end": 941, "score": 0.8448585867881775, "start": 927, "tag": "NAME", "value": "dolor accumsan" }, { "context": " (done)->\n\t\t\n\t\tresult...
_src/test.coffee
mpneuried/backlunr
6
class TestCollectionA extends Backbone.Collection.Lunr lunroptions: fields: [ { name: "title", boost: 10 } { name: "body" } ] class TestCollectionB extends Backbone.Collection.Lunr lunroptions: fields: [ { name: "name", boost: 10 } { name: "email" } { name: "tags", boost: 5 } { name: "...
166577
class TestCollectionA extends Backbone.Collection.Lunr lunroptions: fields: [ { name: "title", boost: 10 } { name: "body" } ] class TestCollectionB extends Backbone.Collection.Lunr lunroptions: fields: [ { name: "name", boost: 10 } { name: "email" } { name: "tags", boost: 5 } { name: "...
true
class TestCollectionA extends Backbone.Collection.Lunr lunroptions: fields: [ { name: "title", boost: 10 } { name: "body" } ] class TestCollectionB extends Backbone.Collection.Lunr lunroptions: fields: [ { name: "name", boost: 10 } { name: "email" } { name: "tags", boost: 5 } { name: "...
[ { "context": "io.com\n\nCopyright 2016 Chai Biotechnologies Inc. <info@chaibio.com>\n\nLicensed under the Apache License, Version 2.0 ", "end": 194, "score": 0.9999231696128845, "start": 178, "tag": "EMAIL", "value": "info@chaibio.com" } ]
frontend/javascripts/app/services/user.js.coffee
MakerButt/chaipcr
1
### Chai PCR - Software platform for Open qPCR and Chai's Real-Time PCR instruments. For more information visit http://www.chaibio.com Copyright 2016 Chai Biotechnologies Inc. <info@chaibio.com> Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the Lic...
166568
### Chai PCR - Software platform for Open qPCR and Chai's Real-Time PCR instruments. For more information visit http://www.chaibio.com Copyright 2016 Chai Biotechnologies Inc. <<EMAIL>> Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You...
true
### Chai PCR - Software platform for Open qPCR and Chai's Real-Time PCR instruments. For more information visit http://www.chaibio.com Copyright 2016 Chai Biotechnologies Inc. <PI:EMAIL:<EMAIL>END_PI> Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with t...