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": "= new Batman.Request data:\n user:\n name: 'Jim'\n equal req.hasFileUploads(), false\n\ntest 'hasFi",
"end": 439,
"score": 0.9995809197425842,
"start": 436,
"tag": "NAME",
"value": "Jim"
}
] | tests/batman/utilities/request_test.coffee | amco/batman | 0 | oldSend = Batman.Request::send
oldFile = Batman.container.File
QUnit.module 'Batman.Request',
setup: ->
@sendSpy = createSpy()
Batman.Request::send = @sendSpy
Batman.container.File = class File
teardown: ->
Batman.container.File = oldFile
Batman.Request::send = oldSend
test 'hasFileUploads() r... | 3530 | oldSend = Batman.Request::send
oldFile = Batman.container.File
QUnit.module 'Batman.Request',
setup: ->
@sendSpy = createSpy()
Batman.Request::send = @sendSpy
Batman.container.File = class File
teardown: ->
Batman.container.File = oldFile
Batman.Request::send = oldSend
test 'hasFileUploads() r... | true | oldSend = Batman.Request::send
oldFile = Batman.container.File
QUnit.module 'Batman.Request',
setup: ->
@sendSpy = createSpy()
Batman.Request::send = @sendSpy
Batman.container.File = class File
teardown: ->
Batman.container.File = oldFile
Batman.Request::send = oldSend
test 'hasFileUploads() r... |
[
{
"context": ".de/?url=https:%2F%2Flobid.org%2Fgnd%2F5004690-1\n# Albrecht Dürer - https://jsontojsonp.gbv.de/?url=https:%2F%2Flob",
"end": 123,
"score": 0.9997757077217102,
"start": 109,
"tag": "NAME",
"value": "Albrecht Dürer"
},
{
"context": "auberflöte . http://lobid.org/gnd/7599... | src/webfrontend/UBHDGNDUtil.coffee | ssciwr/easydb-custom-data-type-ubhdgnd | 0 | # examples:
# VolksWagenStiftung - https://jsontojsonp.gbv.de/?url=https:%2F%2Flobid.org%2Fgnd%2F5004690-1
# Albrecht Dürer - https://jsontojsonp.gbv.de/?url=https:%2F%2Flobid.org%2Fgnd%2F11852786X
# Entdeckung der Zauberflöte . http://lobid.org/gnd/7599114-7.json
# Edvard Grieg - https://jsontojsonp.gbv.de/?url=https:... | 12341 | # examples:
# VolksWagenStiftung - https://jsontojsonp.gbv.de/?url=https:%2F%2Flobid.org%2Fgnd%2F5004690-1
# <NAME> - https://jsontojsonp.gbv.de/?url=https:%2F%2Flobid.org%2Fgnd%2F11852786X
# Entdeckung der Zauberflöte . http://lobid.org/gnd/7599114-7.json
# <NAME> - https://jsontojsonp.gbv.de/?url=https:%2F%2Flobid.or... | true | # examples:
# VolksWagenStiftung - https://jsontojsonp.gbv.de/?url=https:%2F%2Flobid.org%2Fgnd%2F5004690-1
# PI:NAME:<NAME>END_PI - https://jsontojsonp.gbv.de/?url=https:%2F%2Flobid.org%2Fgnd%2F11852786X
# Entdeckung der Zauberflöte . http://lobid.org/gnd/7599114-7.json
# PI:NAME:<NAME>END_PI - https://jsontojsonp.gbv.... |
[
{
"context": "@mrfogg = {}\nmrfogg = @mrfogg\n\nmodules = [\n # Angular ",
"end": 7,
"score": 0.9552292227745056,
"start": 0,
"tag": "USERNAME",
"value": "@mrfogg"
},
{
"context": "@mrfogg = {}\nmrfogg = @mrfogg\n\nmodules = [\n # Angular addons\n \"ngRoute\",\n",
"end":... | mrfogg-front/app/coffee/app.coffee | PIWEEK/mrfogg | 0 | @mrfogg = {}
mrfogg = @mrfogg
modules = [
# Angular addons
"ngRoute",
"ngAnimate",
"ngSanitize",
# Controller
"mrfogg.controllers.main",
# Services
"mrfogg.services.resource",
"mrfogg.services.common",
"mrfogg.services.model",
# Modules
"mrKeypress",
# Widgets
... | 200828 | @mrfogg = {}
mrfogg = @mrfogg
modules = [
# Angular addons
"ngRoute",
"ngAnimate",
"ngSanitize",
# Controller
"mrfogg.controllers.main",
# Services
"mrfogg.services.resource",
"mrfogg.services.common",
"mrfogg.services.model",
# Modules
"mrKeypress",
# Widgets
... | true | @mrfogg = {}
mrfogg = @mrfogg
modules = [
# Angular addons
"ngRoute",
"ngAnimate",
"ngSanitize",
# Controller
"mrfogg.controllers.main",
# Services
"mrfogg.services.resource",
"mrfogg.services.common",
"mrfogg.services.model",
# Modules
"mrKeypress",
# Widgets
... |
[
{
"context": " using sync methods for comparison:\n password = 'topsecret'\n notPassword = 'somethingelse'\n encrypted = bc",
"end": 1083,
"score": 0.9993492364883423,
"start": 1074,
"tag": "PASSWORD",
"value": "topsecret"
},
{
"context": "arison:\n password = 'topsecret'\n notP... | test/domain.coffee | sehrope/node-bcrypt-domain-aware | 0 | bcrypt = require './app'
domain = require 'domain'
{assert, expect} = require 'chai'
describe 'generating a salt within a domain', () ->
it 'should maintain the active domain when invoking the callback', (done) ->
d = domain.create()
d.run () ->
bcrypt.genSalt 10, (err, salt) ->
expect(err).to.... | 20890 | bcrypt = require './app'
domain = require 'domain'
{assert, expect} = require 'chai'
describe 'generating a salt within a domain', () ->
it 'should maintain the active domain when invoking the callback', (done) ->
d = domain.create()
d.run () ->
bcrypt.genSalt 10, (err, salt) ->
expect(err).to.... | true | bcrypt = require './app'
domain = require 'domain'
{assert, expect} = require 'chai'
describe 'generating a salt within a domain', () ->
it 'should maintain the active domain when invoking the callback', (done) ->
d = domain.create()
d.run () ->
bcrypt.genSalt 10, (err, salt) ->
expect(err).to.... |
[
{
"context": "# Alexander Danylchenko\n# Test grammar. Check highlight and colors.\n# Use",
"end": 23,
"score": 0.9997908473014832,
"start": 2,
"tag": "NAME",
"value": "Alexander Danylchenko"
}
] | grammars/test_grammar.cson | triaglesis/language-tplpre | 1 | # Alexander Danylchenko
# Test grammar. Check highlight and colors.
# Used on "Monokai" best
'scopeName': 'source.grammar_check'
'name': 'GrammarCheck'
'fileTypes': [
'grammar_check'
]
'firstLineMatch': '.*'
'patterns': [
# Includes
# Initial
{ 'include': '#test_colors' }
{ 'include': '#check' }
]
# Repositor... | 151843 | # <NAME>
# Test grammar. Check highlight and colors.
# Used on "Monokai" best
'scopeName': 'source.grammar_check'
'name': 'GrammarCheck'
'fileTypes': [
'grammar_check'
]
'firstLineMatch': '.*'
'patterns': [
# Includes
# Initial
{ 'include': '#test_colors' }
{ 'include': '#check' }
]
# Repository
'repository':... | true | # PI:NAME:<NAME>END_PI
# Test grammar. Check highlight and colors.
# Used on "Monokai" best
'scopeName': 'source.grammar_check'
'name': 'GrammarCheck'
'fileTypes': [
'grammar_check'
]
'firstLineMatch': '.*'
'patterns': [
# Includes
# Initial
{ 'include': '#test_colors' }
{ 'include': '#check' }
]
# Repository... |
[
{
"context": "age-json\"\n version: \"0.1.1\"\n author:\n name: \"Isaac Z. Schlueter\"\n email: \"i@izs.me\"\n url: \"http://blog.izs.",
"end": 225,
"score": 0.9998819231987,
"start": 207,
"tag": "NAME",
"value": "Isaac Z. Schlueter"
},
{
"context": "uthor:\n name: \"Is... | deps/npm/node_modules/read-package-json/test/non-json.coffee | lxe/io.coffee | 0 | # vim: set softtabstop=16 shiftwidth=16:
tap = require("tap")
readJson = require("../")
path = require("path")
fs = require("fs")
expect =
name: "read-package-json"
version: "0.1.1"
author:
name: "Isaac Z. Schlueter"
email: "i@izs.me"
url: "http://blog.izs.me/"
description: "The thing npm uses to r... | 8338 | # vim: set softtabstop=16 shiftwidth=16:
tap = require("tap")
readJson = require("../")
path = require("path")
fs = require("fs")
expect =
name: "read-package-json"
version: "0.1.1"
author:
name: "<NAME>"
email: "<EMAIL>"
url: "http://blog.izs.me/"
description: "The thing npm uses to read package.j... | true | # vim: set softtabstop=16 shiftwidth=16:
tap = require("tap")
readJson = require("../")
path = require("path")
fs = require("fs")
expect =
name: "read-package-json"
version: "0.1.1"
author:
name: "PI:NAME:<NAME>END_PI"
email: "PI:EMAIL:<EMAIL>END_PI"
url: "http://blog.izs.me/"
description: "The thi... |
[
{
"context": " x.rangeBand());\n }\n\n // Inspired by Lee Byron's test data generator.\n function bumpLayer",
"end": 8890,
"score": 0.9993712902069092,
"start": 8881,
"tag": "NAME",
"value": "Lee Byron"
}
] | frontend/src/coffee/main.coffee | hotpxl/myap.ml | 1 | $ ->
server = 'http://api.myap.ml'
# id = location.search.match(/[^=]+$/)[0]
width = Math.min window.innerWidth, 1280
match = location.search.match /[^=]+$/
if match
id = match[0]
else
id = 233
d3.json "#{server}/summary/#{id}", (err, data) ->
origin = data
data = $.map data.data, (d, k)... | 125982 | $ ->
server = 'http://api.myap.ml'
# id = location.search.match(/[^=]+$/)[0]
width = Math.min window.innerWidth, 1280
match = location.search.match /[^=]+$/
if match
id = match[0]
else
id = 233
d3.json "#{server}/summary/#{id}", (err, data) ->
origin = data
data = $.map data.data, (d, k)... | true | $ ->
server = 'http://api.myap.ml'
# id = location.search.match(/[^=]+$/)[0]
width = Math.min window.innerWidth, 1280
match = location.search.match /[^=]+$/
if match
id = match[0]
else
id = 233
d3.json "#{server}/summary/#{id}", (err, data) ->
origin = data
data = $.map data.data, (d, k)... |
[
{
"context": "'#show-follow-artists').html().should.containEql 'Pablo Picasso'\n\ndescribe 'index', ->\n describe 'show with no e",
"end": 6141,
"score": 0.999750554561615,
"start": 6128,
"tag": "NAME",
"value": "Pablo Picasso"
},
{
"context": "w\n fair: new Fair fabricate 'f... | src/mobile/apps/show/test/templates/index.coffee | kanaabe/force | 1 | jade = require 'jade'
path = require 'path'
fs = require 'fs'
Backbone = require 'backbone'
{ fabricate } = require 'antigravity'
Show = require '../../../../models/show.coffee'
Location = require '../../../../models/location.coffee'
FairLocation = require '../../../../models/fair_location.coffee'
Artworks = require '.... | 163185 | jade = require 'jade'
path = require 'path'
fs = require 'fs'
Backbone = require 'backbone'
{ fabricate } = require 'antigravity'
Show = require '../../../../models/show.coffee'
Location = require '../../../../models/location.coffee'
FairLocation = require '../../../../models/fair_location.coffee'
Artworks = require '.... | true | jade = require 'jade'
path = require 'path'
fs = require 'fs'
Backbone = require 'backbone'
{ fabricate } = require 'antigravity'
Show = require '../../../../models/show.coffee'
Location = require '../../../../models/location.coffee'
FairLocation = require '../../../../models/fair_location.coffee'
Artworks = require '.... |
[
{
"context": "E OR OTHER DEALINGS IN\n# THE SOFTWARE.\n#\n# Author: Mark Lee\n\nclass FlashAnalytics extends Analytics\n\n @defau",
"end": 1141,
"score": 0.9997639656066895,
"start": 1133,
"tag": "NAME",
"value": "Mark Lee"
}
] | flash_stats.coffee | dreamboxlearning/google-analytics-formatter | 0 | ###!
Copyright (c) 2013 DreamBox Learning, Inc.
MIT License
###
#
# 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, ... | 102658 | ###!
Copyright (c) 2013 DreamBox Learning, Inc.
MIT License
###
#
# 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, ... | true | ###!
Copyright (c) 2013 DreamBox Learning, Inc.
MIT License
###
#
# 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, ... |
[
{
"context": "Cell - tableCell base data manage class\n# Coded by Hajime Oh-yake 2013.09.10\n#*************************************",
"end": 121,
"score": 0.9998949766159058,
"start": 107,
"tag": "NAME",
"value": "Hajime Oh-yake"
}
] | JSKit/03_JSTableViewCell.coffee | digitarhythm/codeJS | 0 | #*****************************************
# JSTableViewCell - tableCell base data manage class
# Coded by Hajime Oh-yake 2013.09.10
#*****************************************
class JSTableViewCell extends JSView
constructor:->
super()
@_image = null
@_imageview = null
@_alpha = 1.0... | 18504 | #*****************************************
# JSTableViewCell - tableCell base data manage class
# Coded by <NAME> 2013.09.10
#*****************************************
class JSTableViewCell extends JSView
constructor:->
super()
@_image = null
@_imageview = null
@_alpha = 1.0
... | true | #*****************************************
# JSTableViewCell - tableCell base data manage class
# Coded by PI:NAME:<NAME>END_PI 2013.09.10
#*****************************************
class JSTableViewCell extends JSView
constructor:->
super()
@_image = null
@_imageview = null
@_alpha... |
[
{
"context": "->\n console.log \"Initialized Name\"\n first: \"Bob\"\n last: \"Defaultson\"\n\n Prepare: (value) ->\n ",
"end": 1056,
"score": 0.9998420476913452,
"start": 1053,
"tag": "NAME",
"value": "Bob"
},
{
"context": "og \"Initialized Name\"\n first: \"Bob\"\n ... | tests/data/db-classes/litexa/game.coffee | Symbitic/litexa | 34 | ###
# ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
# Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.
# SPDX-License-Identifier: Apache-2.0
# ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
###
# When used to type a database variab... | 79529 | ###
# ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
# Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.
# SPDX-License-Identifier: Apache-2.0
# ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
###
# When used to type a database variab... | true | ###
# ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
# Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.
# SPDX-License-Identifier: Apache-2.0
# ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
###
# When used to type a database variab... |
[
{
"context": "helper\n\nprocess.env.HUBOT_MSTRANSLATE_APIKEY ||= \"0xDEADBEEF\"\n\n# start up a danger room for hubt speak\ndanger ",
"end": 175,
"score": 0.9969437122344971,
"start": 165,
"tag": "KEY",
"value": "0xDEADBEEF"
}
] | test/scripts/speak_test.coffee | neilprosser/hubot-scripts | 2 | Tests = require('../tests')
assert = require 'assert'
helper = Tests.helper()
require('../../src/scripts/speak') helper
process.env.HUBOT_MSTRANSLATE_APIKEY ||= "0xDEADBEEF"
# start up a danger room for hubt speak
danger = Tests.danger helper, (req, res, url) ->
res.writeHead 200
res.end JSON.stringify(
{re... | 138418 | Tests = require('../tests')
assert = require 'assert'
helper = Tests.helper()
require('../../src/scripts/speak') helper
process.env.HUBOT_MSTRANSLATE_APIKEY ||= "<KEY>"
# start up a danger room for hubt speak
danger = Tests.danger helper, (req, res, url) ->
res.writeHead 200
res.end JSON.stringify(
{respons... | true | Tests = require('../tests')
assert = require 'assert'
helper = Tests.helper()
require('../../src/scripts/speak') helper
process.env.HUBOT_MSTRANSLATE_APIKEY ||= "PI:KEY:<KEY>END_PI"
# start up a danger room for hubt speak
danger = Tests.danger helper, (req, res, url) ->
res.writeHead 200
res.end JSON.stringify(... |
[
{
"context": "# parsing JavaScript code\n#\n# Copyright (c) 2013 JeongHoon Byun aka \"Outsider\", <http://blog.outsider.ne.kr/>\n# L",
"end": 63,
"score": 0.9998614192008972,
"start": 49,
"tag": "NAME",
"value": "JeongHoon Byun"
},
{
"context": "t code\n#\n# Copyright (c) 2013 JeongH... | src/parser/js-parser.coffee | uppalapatisujitha/CodingConventionofCommitHistory | 421 | # parsing JavaScript code
#
# Copyright (c) 2013 JeongHoon Byun aka "Outsider", <http://blog.outsider.ne.kr/>
# Licensed under the MIT license.
# <http://outsider.mit-license.org/>
helpers = require '../helpers'
_ = require 'underscore'
jsParser = module.exports =
lang: 'js'
parse: (line, convention, commitUrl) ... | 192778 | # parsing JavaScript code
#
# Copyright (c) 2013 <NAME> aka "Outsider", <http://blog.outsider.ne.kr/>
# Licensed under the MIT license.
# <http://outsider.mit-license.org/>
helpers = require '../helpers'
_ = require 'underscore'
jsParser = module.exports =
lang: 'js'
parse: (line, convention, commitUrl) ->
c... | true | # parsing JavaScript code
#
# 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/>
helpers = require '../helpers'
_ = require 'underscore'
jsParser = module.exports =
lang: 'js'
parse: (line, convention, commi... |
[
{
"context": "###\n * fs-filesysteminfo\n * https://github.com/cookch10/node-fs-filesysteminfo\n *\n * Copyright (c) 2016 ",
"end": 57,
"score": 0.9996516704559326,
"start": 49,
"tag": "USERNAME",
"value": "cookch10"
},
{
"context": "0/node-fs-filesysteminfo\n *\n * Copyright (c)... | src/fs-filesysteminfo.coffee | cookch10/node-fs-filesysteminfo | 4 | ###
* fs-filesysteminfo
* https://github.com/cookch10/node-fs-filesysteminfo
*
* Copyright (c) 2016 Christopher M. Cook
* Licensed under the MIT license.
###
_root = exports ? this
_path = require('path')
_fs = require('fs')
_exec = require('child_process').exec
_child = null
oldmask = undefined
newmask = 0
... | 130868 | ###
* fs-filesysteminfo
* https://github.com/cookch10/node-fs-filesysteminfo
*
* Copyright (c) 2016 <NAME>
* Licensed under the MIT license.
###
_root = exports ? this
_path = require('path')
_fs = require('fs')
_exec = require('child_process').exec
_child = null
oldmask = undefined
newmask = 0
oldmask = pro... | true | ###
* fs-filesysteminfo
* https://github.com/cookch10/node-fs-filesysteminfo
*
* Copyright (c) 2016 PI:NAME:<NAME>END_PI
* Licensed under the MIT license.
###
_root = exports ? this
_path = require('path')
_fs = require('fs')
_exec = require('child_process').exec
_child = null
oldmask = undefined
newmask = 0... |
[
{
"context": "egy(\n# usernameField: 'email'\n# passwordField: 'password'\n#, (email, password, done) ->\n# User.findOne\n# ",
"end": 3823,
"score": 0.9993168115615845,
"start": 3815,
"tag": "PASSWORD",
"value": "password"
},
{
"context": "OD = 'DoExpressCheckoutPayment'\n# para... | server/app.coffee | MichaelMelkonian/TriggerRally | 176 | "use strict"
_ = require 'underscore'
bodyParser = require 'body-parser'
cookieParser = require 'cookie-parser'
connect = require 'connect'
compression = require 'compression'
cookie = require 'cookie'
express = require 'express'
expressSession = requ... | 168863 | "use strict"
_ = require 'underscore'
bodyParser = require 'body-parser'
cookieParser = require 'cookie-parser'
connect = require 'connect'
compression = require 'compression'
cookie = require 'cookie'
express = require 'express'
expressSession = requ... | true | "use strict"
_ = require 'underscore'
bodyParser = require 'body-parser'
cookieParser = require 'cookie-parser'
connect = require 'connect'
compression = require 'compression'
cookie = require 'cookie'
express = require 'express'
expressSession = requ... |
[
{
"context": "ion only\n * <get name> == Aiden => Your name is Aiden!\n\n + recursion\n - {@recursion}\n\n + impos",
"end": 2826,
"score": 0.9992562532424927,
"start": 2821,
"tag": "NAME",
"value": "Aiden"
}
] | test/test-rivescript.coffee | cemali/myChatBots | 1 | TestCase = require("./test-base")
################################################################################
# RiveScript API Tests
################################################################################
exports.test_load_directory_recursively = (test) ->
bot = new TestCase(test, """
+ *
- No... | 171661 | TestCase = require("./test-base")
################################################################################
# RiveScript API Tests
################################################################################
exports.test_load_directory_recursively = (test) ->
bot = new TestCase(test, """
+ *
- No... | true | TestCase = require("./test-base")
################################################################################
# RiveScript API Tests
################################################################################
exports.test_load_directory_recursively = (test) ->
bot = new TestCase(test, """
+ *
- No... |
[
{
"context": "ocess.env?.AWS_AKI?\n\t_CONFIG.aws.secretAccessKey = process.env.AWS_SAK if process.env?.AWS_SAK?\n\t_CONFIG.aws.region = pr",
"end": 378,
"score": 0.8504992723464966,
"start": 359,
"tag": "KEY",
"value": "process.env.AWS_SAK"
}
] | test/tests/_incl/crud_test.coffee | mpneuried/simple-dynamo | 1 | module.exports = ( testTitle, _basicTable, _overwriteTable, _logTable1, _logTable2, _setTable )->
# read configuration
_CONFIG = require "../../config.js"
_ = require("underscore")
should = require('should')
# read replace AWS keys from environment
_CONFIG.aws.accessKeyId = process.env.AWS_AKI if process.env?.A... | 28324 | module.exports = ( testTitle, _basicTable, _overwriteTable, _logTable1, _logTable2, _setTable )->
# read configuration
_CONFIG = require "../../config.js"
_ = require("underscore")
should = require('should')
# read replace AWS keys from environment
_CONFIG.aws.accessKeyId = process.env.AWS_AKI if process.env?.A... | true | module.exports = ( testTitle, _basicTable, _overwriteTable, _logTable1, _logTable2, _setTable )->
# read configuration
_CONFIG = require "../../config.js"
_ = require("underscore")
should = require('should')
# read replace AWS keys from environment
_CONFIG.aws.accessKeyId = process.env.AWS_AKI if process.env?.A... |
[
{
"context": "###\nContent: tabs de maps.\n@autor Ronny Cabrera\n###\nyOSON.AppCore.addModule \"getMap\", (Sb) ->\n\tde",
"end": 47,
"score": 0.9998655319213867,
"start": 34,
"tag": "NAME",
"value": "Ronny Cabrera"
},
{
"context": "s.googleapis.com/maps/api/js?libraries=places&key=AI... | frontend/resources/coffee/modules/inicio/inicio/getMap.coffee | ronnyfly2/openvios | 0 | ###
Content: tabs de maps.
@autor Ronny Cabrera
###
yOSON.AppCore.addModule "getMap", (Sb) ->
defaults =
btnTab : '.row_contact .list li'
zoomMap : 17
colorMapSilver : '#C0C0C0'
saturationMap : -98
lightnessMap : 2
st = {}
dom = {}
latGeo = -12.10419
longGeo = -76.939422
urlImgPin = '../img/pin.png'
... | 92288 | ###
Content: tabs de maps.
@autor <NAME>
###
yOSON.AppCore.addModule "getMap", (Sb) ->
defaults =
btnTab : '.row_contact .list li'
zoomMap : 17
colorMapSilver : '#C0C0C0'
saturationMap : -98
lightnessMap : 2
st = {}
dom = {}
latGeo = -12.10419
longGeo = -76.939422
urlImgPin = '../img/pin.png'
catchDo... | true | ###
Content: tabs de maps.
@autor PI:NAME:<NAME>END_PI
###
yOSON.AppCore.addModule "getMap", (Sb) ->
defaults =
btnTab : '.row_contact .list li'
zoomMap : 17
colorMapSilver : '#C0C0C0'
saturationMap : -98
lightnessMap : 2
st = {}
dom = {}
latGeo = -12.10419
longGeo = -76.939422
urlImgPin = '../img/pin... |
[
{
"context": "js\n\n PXL.js\n Benjamin Blundell - ben@pxljs.com\n http://pxljs.",
"end": 197,
"score": 0.9998756647109985,
"start": 180,
"tag": "NAME",
"value": "Benjamin Blundell"
},
{
"context": " PXL.js\n ... | test/mathTest.coffee | OniDaito/pxljs | 1 | ### ABOUT
.__
_________ __| |
\____ \ \/ / |
| |_> > <| |__
| __/__/\_ \____/
|__| \/ js
PXL.js
Benjamin Blundell - ben@pxljs.com
http://pxljs.com
This software is released under the MIT Licence. See LICENCE.txt for... | 53704 | ### ABOUT
.__
_________ __| |
\____ \ \/ / |
| |_> > <| |__
| __/__/\_ \____/
|__| \/ js
PXL.js
<NAME> - <EMAIL>
http://pxljs.com
This software is released under the MIT Licence. See LICENCE.txt for details
Maths T... | true | ### ABOUT
.__
_________ __| |
\____ \ \/ / |
| |_> > <| |__
| __/__/\_ \____/
|__| \/ js
PXL.js
PI:NAME:<NAME>END_PI - PI:EMAIL:<EMAIL>END_PI
http://pxljs.com
This software is released under the MIT Licence. See LIC... |
[
{
"context": " it )\n it\n\n## for locally access\n\nauthors =\n 'zenithar':\n name: 'Thibault NORMAND'\n email: 'me@zen",
"end": 211,
"score": 0.9988731741905212,
"start": 203,
"tag": "USERNAME",
"value": "zenithar"
},
{
"context": "ocally access\n\nauthors =\n 'zenithar'... | docpad.coffee | Zenithar/zenithar.docpad | 0 | moment = require 'moment'
_ = require 'underscore'
hl = require 'highlight.js'
moment.lang('fr')
to =
value: (it) ->
return it() if _.isFunction( it )
it
## for locally access
authors =
'zenithar':
name: 'Thibault NORMAND'
email: 'me@zenithar.org'
github: 'zenithar'
twitter: 'zenithar'
... | 224507 | moment = require 'moment'
_ = require 'underscore'
hl = require 'highlight.js'
moment.lang('fr')
to =
value: (it) ->
return it() if _.isFunction( it )
it
## for locally access
authors =
'zenithar':
name: '<NAME>'
email: '<EMAIL>'
github: 'zenithar'
twitter: 'zenithar'
gravata: '2694a... | true | moment = require 'moment'
_ = require 'underscore'
hl = require 'highlight.js'
moment.lang('fr')
to =
value: (it) ->
return it() if _.isFunction( it )
it
## for locally access
authors =
'zenithar':
name: 'PI:NAME:<NAME>END_PI'
email: 'PI:EMAIL:<EMAIL>END_PI'
github: 'zenithar'
twitter: '... |
[
{
"context": "string for alignment test\n text = \"\"\"\n foo = \"olá\"\n foobar = {\"key\": 1, \"value\": \"hello, world\"}",
"end": 209,
"score": 0.991783618927002,
"start": 206,
"tag": "NAME",
"value": "olá"
},
{
"context": "t(text)).to.be.equal \"\"\"\n foo ... | test/002-formatter-test.coffee | paulodiovani/atom-align-tab | 0 | expect = require("chai").expect
Parser = require("../lib/parser.coffee")
Formatter = require("../lib/formatter.coffee")
describe "Formatter", ->
# string for alignment test
text = """
foo = "olá"
foobar = {"key": 1, "value": "hello, world"}
myTinyLittleVar = {"key": 999, "value": "hello, world, a... | 139045 | expect = require("chai").expect
Parser = require("../lib/parser.coffee")
Formatter = require("../lib/formatter.coffee")
describe "Formatter", ->
# string for alignment test
text = """
foo = "<NAME>"
foobar = {"key": 1, "value": "hello, world"}
myTinyLittleVar = {"key": 999, "value": "hello, world... | true | expect = require("chai").expect
Parser = require("../lib/parser.coffee")
Formatter = require("../lib/formatter.coffee")
describe "Formatter", ->
# string for alignment test
text = """
foo = "PI:NAME:<NAME>END_PI"
foobar = {"key": 1, "value": "hello, world"}
myTinyLittleVar = {"key": 999, "value":... |
[
{
"context": "e 'uuid').v4\nmd5 = require 'blueimp-md5'\n\nmKey = 'key'\npullUrl = 'http://xxx'\npushUrl = 'rtmp://xxx'\nff",
"end": 129,
"score": 0.9944922924041748,
"start": 126,
"tag": "KEY",
"value": "key"
},
{
"context": "sh = md5 url\n \"#{pullUrl}/p/#{id}.flv?auth_key=#{time}... | src/push.coffee | Anillc/ytbpush | 2 | ytbdl = require 'youtube-dl'
ffmpeg = require 'fluent-ffmpeg'
uuid = (require 'uuid').v4
md5 = require 'blueimp-md5'
mKey = 'key'
pullUrl = 'http://xxx'
pushUrl = 'rtmp://xxx'
ffmpegPath = '/path/to/ffmpeg'
genUrl = (id) ->
time = (Math.round (new Date).getTime()/1000) + 60 * 60 * 4
rand = uuid().replace /-/g, ''... | 213305 | ytbdl = require 'youtube-dl'
ffmpeg = require 'fluent-ffmpeg'
uuid = (require 'uuid').v4
md5 = require 'blueimp-md5'
mKey = '<KEY>'
pullUrl = 'http://xxx'
pushUrl = 'rtmp://xxx'
ffmpegPath = '/path/to/ffmpeg'
genUrl = (id) ->
time = (Math.round (new Date).getTime()/1000) + 60 * 60 * 4
rand = uuid().replace /-/g, ... | true | ytbdl = require 'youtube-dl'
ffmpeg = require 'fluent-ffmpeg'
uuid = (require 'uuid').v4
md5 = require 'blueimp-md5'
mKey = 'PI:KEY:<KEY>END_PI'
pullUrl = 'http://xxx'
pushUrl = 'rtmp://xxx'
ffmpegPath = '/path/to/ffmpeg'
genUrl = (id) ->
time = (Math.round (new Date).getTime()/1000) + 60 * 60 * 4
rand = uuid().r... |
[
{
"context": "= false\n\n @client = new Dropbox.Client({ key: \"hlzfj39a4cfzpri\" })\n if cordova?\n @client.authDriver(new ",
"end": 282,
"score": 0.9987335205078125,
"start": 267,
"tag": "KEY",
"value": "hlzfj39a4cfzpri"
}
] | app/scripts/services/dropbox_service.coffee | scalableminds/fivepad | 1 | ### define
dropbox : Dropbox
lodash : _
app : app
###
# if not window.Dropbox?
# Dropbox = window.Dropbox = nodereq("./scripts/lib/dropbox-datastores-1.1.0")
class DropboxService
constructor : ->
@isReady = false
@client = new Dropbox.Client({ key: "hlzfj39a4cfzpri" })
if cordova?
@client.aut... | 39813 | ### define
dropbox : Dropbox
lodash : _
app : app
###
# if not window.Dropbox?
# Dropbox = window.Dropbox = nodereq("./scripts/lib/dropbox-datastores-1.1.0")
class DropboxService
constructor : ->
@isReady = false
@client = new Dropbox.Client({ key: "<KEY>" })
if cordova?
@client.authDriver(ne... | true | ### define
dropbox : Dropbox
lodash : _
app : app
###
# if not window.Dropbox?
# Dropbox = window.Dropbox = nodereq("./scripts/lib/dropbox-datastores-1.1.0")
class DropboxService
constructor : ->
@isReady = false
@client = new Dropbox.Client({ key: "PI:KEY:<KEY>END_PI" })
if cordova?
@client.... |
[
{
"context": "\n###\nTest CSV - Copyright David Worms <open@adaltas.com> (BSD Licensed)\n###\n\nrequire 'c",
"end": 37,
"score": 0.9998576641082764,
"start": 26,
"tag": "NAME",
"value": "David Worms"
},
{
"context": "\n###\nTest CSV - Copyright David Worms <open@adaltas.com> (BSD Lic... | Tools/phantalyzer-master/node_modules/csv/test/quotes.coffee | pianomanx/watchdog | 377 |
###
Test CSV - Copyright David Worms <open@adaltas.com> (BSD Licensed)
###
require 'coffee-script'
fs = require 'fs'
should = require 'should'
csv = if process.env.CSV_COV then require '../lib-cov' else require '../src'
describe 'quotes', ->
it 'Test regular quotes', (next) ->
csv()
.from.string("""
... | 225622 |
###
Test CSV - Copyright <NAME> <<EMAIL>> (BSD Licensed)
###
require 'coffee-script'
fs = require 'fs'
should = require 'should'
csv = if process.env.CSV_COV then require '../lib-cov' else require '../src'
describe 'quotes', ->
it 'Test regular quotes', (next) ->
csv()
.from.string("""
2032205154... | true |
###
Test CSV - Copyright PI:NAME:<NAME>END_PI <PI:EMAIL:<EMAIL>END_PI> (BSD Licensed)
###
require 'coffee-script'
fs = require 'fs'
should = require 'should'
csv = if process.env.CSV_COV then require '../lib-cov' else require '../src'
describe 'quotes', ->
it 'Test regular quotes', (next) ->
csv()
.fro... |
[
{
"context": "### Copyright (c) 2015 Magnus Leo. All rights reserved. ###\n\nActor = require('./Act",
"end": 33,
"score": 0.9998639225959778,
"start": 23,
"tag": "NAME",
"value": "Magnus Leo"
}
] | src/classes/Player.coffee | magnusleo/Leo-Engine | 1 | ### Copyright (c) 2015 Magnus Leo. All rights reserved. ###
Actor = require('./Actor')
collision = require('../modules/collision')
environment = require('../modules/environment')
event = require('../modules/event')
io = require('../modules/io')
layers = require('../modules/layers')
util = require('../modules/util')
m... | 219157 | ### Copyright (c) 2015 <NAME>. All rights reserved. ###
Actor = require('./Actor')
collision = require('../modules/collision')
environment = require('../modules/environment')
event = require('../modules/event')
io = require('../modules/io')
layers = require('../modules/layers')
util = require('../modules/util')
modul... | true | ### Copyright (c) 2015 PI:NAME:<NAME>END_PI. All rights reserved. ###
Actor = require('./Actor')
collision = require('../modules/collision')
environment = require('../modules/environment')
event = require('../modules/event')
io = require('../modules/io')
layers = require('../modules/layers')
util = require('../modules... |
[
{
"context": " miles. See the rest: 2013.artsy.net'\n 'Turns out @Artsy has a gene for Eye Contact, and it makes me uncom",
"end": 894,
"score": 0.9617022275924683,
"start": 888,
"tag": "USERNAME",
"value": "@Artsy"
},
{
"context": "rtable: See the rest: 2013.artsy.net'\n 'Turns ou... | src/scripts/index.coffee | MarcelRittershaus/2013.ARTSY.NET | 0 | _ = require 'underscore'
IScroll = require 'iscroll/build/iscroll-probe.js'
require './vendor/zepto.js'
require './vendor/zepto.touch.js'
morpheus = require 'morpheus'
easings = require './vendor/morpheus-easings.js'
# Constants
# ---------
MIXPANEL_ID = "297ce2530b6c87b16195b5fb6556b38f"
# The time it takes to scro... | 134561 | _ = require 'underscore'
IScroll = require 'iscroll/build/iscroll-probe.js'
require './vendor/zepto.js'
require './vendor/zepto.touch.js'
morpheus = require 'morpheus'
easings = require './vendor/morpheus-easings.js'
# Constants
# ---------
MIXPANEL_ID = "297ce2530b6c87b16195b5fb6556b38f"
# The time it takes to scro... | true | _ = require 'underscore'
IScroll = require 'iscroll/build/iscroll-probe.js'
require './vendor/zepto.js'
require './vendor/zepto.touch.js'
morpheus = require 'morpheus'
easings = require './vendor/morpheus-easings.js'
# Constants
# ---------
MIXPANEL_ID = "297ce2530b6c87b16195b5fb6556b38f"
# The time it takes to scro... |
[
{
"context": "rid: user.userid\n ip: user.ip\n name: user.name\n comment: log.comment\n timestamp: l",
"end": 933,
"score": 0.8481467366218567,
"start": 924,
"tag": "NAME",
"value": "user.name"
}
] | server/log.coffee | Davdegreat/werewolfweb | 0 | # logging feature
###
# speaklog =
# type: "speak"
# roomid: number
# logtype: "..."
# userid: "..."
# ip: "..."
# name: "..."
# comment: "..."
# timestamp: number
#
# lobbylog =
# type: "lobby"
# userid: "..."
# ip: "..."
# name: "..."
# comment: "..."
# timesta... | 9951 | # logging feature
###
# speaklog =
# type: "speak"
# roomid: number
# logtype: "..."
# userid: "..."
# ip: "..."
# name: "..."
# comment: "..."
# timestamp: number
#
# lobbylog =
# type: "lobby"
# userid: "..."
# ip: "..."
# name: "..."
# comment: "..."
# timesta... | true | # logging feature
###
# speaklog =
# type: "speak"
# roomid: number
# logtype: "..."
# userid: "..."
# ip: "..."
# name: "..."
# comment: "..."
# timestamp: number
#
# lobbylog =
# type: "lobby"
# userid: "..."
# ip: "..."
# name: "..."
# comment: "..."
# timesta... |
[
{
"context": "20,\n \"zoom\": 11\n },\n {\n \"Location name\": \"Washington, DC\",\n \"State\": \"DC\",\n \"Days At Lo",
"end": 308,
"score": 0.5587575435638428,
"start": 307,
"tag": "NAME",
"value": "W"
},
{
"context": "60,\n \"zoom\": 11\n },\n {\n \"Location ... | src/coffee/app.coffee | ejfox/roadtrip-site | 0 | $ = require('jquery')
URI = require('uri-js')
d3 = require('d3')
locations = [
{
"Location name": "New York City",
"State": "NY",
"Days At Location": 0,
"trip": 1,
"lat": 40.6957,
"lon": -73.9409,
"bearing": -50,
"pitch": 20,
"zoom": 11
},
{
"Location name": "Washington, D... | 91125 | $ = require('jquery')
URI = require('uri-js')
d3 = require('d3')
locations = [
{
"Location name": "New York City",
"State": "NY",
"Days At Location": 0,
"trip": 1,
"lat": 40.6957,
"lon": -73.9409,
"bearing": -50,
"pitch": 20,
"zoom": 11
},
{
"Location name": "<NAME>ashingt... | true | $ = require('jquery')
URI = require('uri-js')
d3 = require('d3')
locations = [
{
"Location name": "New York City",
"State": "NY",
"Days At Location": 0,
"trip": 1,
"lat": 40.6957,
"lon": -73.9409,
"bearing": -50,
"pitch": 20,
"zoom": 11
},
{
"Location name": "PI:NAME:<NAME... |
[
{
"context": "ystem.execute\n cmd: \"\"\"\n echo ' bonjour '\n echo ' monde ' >&2\n \"\"\"\n ",
"end": 3687,
"score": 0.7303239107131958,
"start": 3683,
"tag": "NAME",
"value": "jour"
},
{
"context": "ystem.execute\n cmd: \"\"\"\n ech... | packages/core/test/system.execute/index.coffee | DanielJohnHarty/node-nikita | 1 |
stream = require 'stream'
nikita = require '../../src'
{tags, ssh, scratch} = require '../test'
they = require('ssh2-they').configure ssh...
return unless tags.posix
describe 'system.execute', ->
they 'in option cmd or as a string', ({ssh}) ->
nikita
ssh: ssh
.system.execute
cmd: 'text=yes; ec... | 76752 |
stream = require 'stream'
nikita = require '../../src'
{tags, ssh, scratch} = require '../test'
they = require('ssh2-they').configure ssh...
return unless tags.posix
describe 'system.execute', ->
they 'in option cmd or as a string', ({ssh}) ->
nikita
ssh: ssh
.system.execute
cmd: 'text=yes; ec... | true |
stream = require 'stream'
nikita = require '../../src'
{tags, ssh, scratch} = require '../test'
they = require('ssh2-they').configure ssh...
return unless tags.posix
describe 'system.execute', ->
they 'in option cmd or as a string', ({ssh}) ->
nikita
ssh: ssh
.system.execute
cmd: 'text=yes; ec... |
[
{
"context": " path = @download\n data = @data\n key = 'tpl'\n if key? and not data\n data = @data\n ",
"end": 4995,
"score": 0.9868595600128174,
"start": 4992,
"tag": "KEY",
"value": "tpl"
}
] | src/layer-controller.coffee | dkiyatkin/layer-controller | 2 | _ = require('lodash')
Promise = require('bluebird')
superagent = require('superagent')
Module = require('./module')
pasteHTML = require('./pasteHTML')
Log = require('./log')
class LayerController extends Module
# Выполнить все события
# @param {String} event
# @param {*} args
# @return {?Promise} layer
emitA... | 181778 | _ = require('lodash')
Promise = require('bluebird')
superagent = require('superagent')
Module = require('./module')
pasteHTML = require('./pasteHTML')
Log = require('./log')
class LayerController extends Module
# Выполнить все события
# @param {String} event
# @param {*} args
# @return {?Promise} layer
emitA... | true | _ = require('lodash')
Promise = require('bluebird')
superagent = require('superagent')
Module = require('./module')
pasteHTML = require('./pasteHTML')
Log = require('./log')
class LayerController extends Module
# Выполнить все события
# @param {String} event
# @param {*} args
# @return {?Promise} layer
emitA... |
[
{
"context": "#\n# Tables main file\n#\n# Copyright (C) 2013 Nikolay Nemshilov\n#\n\ncore = require('core')\n$ = require('d",
"end": 61,
"score": 0.9998782873153687,
"start": 44,
"tag": "NAME",
"value": "Nikolay Nemshilov"
}
] | stl/table/main.coffee | lovely-io/lovely.io-stl | 2 | #
# Tables main file
#
# Copyright (C) 2013 Nikolay Nemshilov
#
core = require('core')
$ = require('dom')
ext = core.ext
Class = core.Class
Element = $.Element
include 'src/table'
$.Wrapper.set 'table', Table
$(document).delegate 'table th[data-sort]', 'click', ->
@parent('table').sort(@index(), ... | 30018 | #
# Tables main file
#
# Copyright (C) 2013 <NAME>
#
core = require('core')
$ = require('dom')
ext = core.ext
Class = core.Class
Element = $.Element
include 'src/table'
$.Wrapper.set 'table', Table
$(document).delegate 'table th[data-sort]', 'click', ->
@parent('table').sort(@index(), !@hasClass(... | true | #
# Tables main file
#
# Copyright (C) 2013 PI:NAME:<NAME>END_PI
#
core = require('core')
$ = require('dom')
ext = core.ext
Class = core.Class
Element = $.Element
include 'src/table'
$.Wrapper.set 'table', Table
$(document).delegate 'table th[data-sort]', 'click', ->
@parent('table').sort(@index(... |
[
{
"context": ", ->\n messageValue = memo().is -> { from: \"stenver1010@gmail.com\", to: \"stenver1010@gmail.com\" }\n beforeEac",
"end": 805,
"score": 0.9999133348464966,
"start": 784,
"tag": "EMAIL",
"value": "stenver1010@gmail.com"
},
{
"context": "emo().is -> { from:... | test/email_consumer_test.coffee | stenver/node-mailing-service | 0 | ConsumerObject = require './test_helper'
EmailConsumer = require './../lib/email_consumer'
describe 'EmailConsumer', ->
messageConsumer = memo().is -> new ConsumerObject()
emailjsserver = memo().is -> {send: ->}
emailConsumer = memo().is -> new EmailConsumer(emailjsserver(), messageConsumer())
describe '#sta... | 3823 | ConsumerObject = require './test_helper'
EmailConsumer = require './../lib/email_consumer'
describe 'EmailConsumer', ->
messageConsumer = memo().is -> new ConsumerObject()
emailjsserver = memo().is -> {send: ->}
emailConsumer = memo().is -> new EmailConsumer(emailjsserver(), messageConsumer())
describe '#sta... | true | ConsumerObject = require './test_helper'
EmailConsumer = require './../lib/email_consumer'
describe 'EmailConsumer', ->
messageConsumer = memo().is -> new ConsumerObject()
emailjsserver = memo().is -> {send: ->}
emailConsumer = memo().is -> new EmailConsumer(emailjsserver(), messageConsumer())
describe '#sta... |
[
{
"context": "ite description (for SEO)\n\t\t\tdescription: \"\"\"\n\t\t\t\tStephen Butterfill's research on philosophical issues in co",
"end": 1446,
"score": 0.6680141091346741,
"start": 1437,
"tag": "NAME",
"value": "Stephen B"
},
{
"context": "n (for SEO)\n\t\t\tdescription: \"\"... | docpad.coffee | butterfill/www-butterfill | 0 | # The DocPad Configuration File
# It is simply a CoffeeScript Object which is parsed by CSON
docpadConfig = {
#http://docpad.org/docs/troubleshoot#watching-doesn-t-work-works-only-some-of-the-time-or-i-get-eisdir-errors
watchOptions: preferredMethods: ['watchFile','watch']
plugins:
#this avoids problems wit... | 177503 | # The DocPad Configuration File
# It is simply a CoffeeScript Object which is parsed by CSON
docpadConfig = {
#http://docpad.org/docs/troubleshoot#watching-doesn-t-work-works-only-some-of-the-time-or-i-get-eisdir-errors
watchOptions: preferredMethods: ['watchFile','watch']
plugins:
#this avoids problems wit... | true | # The DocPad Configuration File
# It is simply a CoffeeScript Object which is parsed by CSON
docpadConfig = {
#http://docpad.org/docs/troubleshoot#watching-doesn-t-work-works-only-some-of-the-time-or-i-get-eisdir-errors
watchOptions: preferredMethods: ['watchFile','watch']
plugins:
#this avoids problems wit... |
[
{
"context": "an your opponent!\"\n }\n {\n name: 'Brawlwood'\n difficulty: 4\n id: 'brawlwood'\n ",
"end": 1751,
"score": 0.9969778060913086,
"start": 1742,
"tag": "NAME",
"value": "Brawlwood"
}
] | app/views/play/ladder_home.coffee | oaugereau/codecombat | 0 | View = require 'views/kinds/RootView'
template = require 'templates/play/ladder_home'
LevelSession = require 'models/LevelSession'
CocoCollection = require 'collections/CocoCollection'
class LevelSessionsCollection extends CocoCollection
url: ''
model: LevelSession
constructor: (model) ->
super()
@url =... | 3585 | View = require 'views/kinds/RootView'
template = require 'templates/play/ladder_home'
LevelSession = require 'models/LevelSession'
CocoCollection = require 'collections/CocoCollection'
class LevelSessionsCollection extends CocoCollection
url: ''
model: LevelSession
constructor: (model) ->
super()
@url =... | true | View = require 'views/kinds/RootView'
template = require 'templates/play/ladder_home'
LevelSession = require 'models/LevelSession'
CocoCollection = require 'collections/CocoCollection'
class LevelSessionsCollection extends CocoCollection
url: ''
model: LevelSession
constructor: (model) ->
super()
@url =... |
[
{
"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.9999203085899353,
"start": 178,
"tag": "EMAIL",
"value": "info@chaibio.com"
}
] | frontend/javascripts/app/directives/header-status.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... | 128993 | ###
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... |
[
{
"context": " ]\n series: [\n {\n name: \"Total\"\n type: \"pareto\"\n yAxis: 1\n ",
"end": 1326,
"score": 0.8853781223297119,
"start": 1321,
"tag": "NAME",
"value": "Total"
},
{
"context": "aseSeries: 1\n }\n {\n ... | app/assets/javascripts/components/pareto.coffee | sleepepi/helpds.study | 0 | @paretoCharts = ->
$("[data-object~=pareto-chart]").each((index, element) ->
$(element).highcharts
credits: enabled: false
chart:
type: "column"
colors: [
"#2196f3" # blue
"#fff176" # yellow
]
title: text: "Participant not interested"
tooltip:
sh... | 103962 | @paretoCharts = ->
$("[data-object~=pareto-chart]").each((index, element) ->
$(element).highcharts
credits: enabled: false
chart:
type: "column"
colors: [
"#2196f3" # blue
"#fff176" # yellow
]
title: text: "Participant not interested"
tooltip:
sh... | true | @paretoCharts = ->
$("[data-object~=pareto-chart]").each((index, element) ->
$(element).highcharts
credits: enabled: false
chart:
type: "column"
colors: [
"#2196f3" # blue
"#fff176" # yellow
]
title: text: "Participant not interested"
tooltip:
sh... |
[
{
"context": " accunt and sign in\", ->\n user_data = {\"email\": \"user_test@example.com\", \"password\": \"1234\"}\n\n it \"POST /api/user/signu",
"end": 342,
"score": 0.9999251365661621,
"start": 321,
"tag": "EMAIL",
"value": "user_test@example.com"
},
{
"context": "= {\"email\"... | development/server/test/server.coffee | SwingDev/MEAN-starter | 0 | process.env.NODE_ENV = "test"
request = require("supertest")
assert = require('chai').assert
app = require("../app")
expect = require('chai').expect
config = require("../config/config")
agent = request.agent(app) # agent should persist sessions
describe "Create accunt and sign in", ->
user_data = {"email": ... | 141980 | process.env.NODE_ENV = "test"
request = require("supertest")
assert = require('chai').assert
app = require("../app")
expect = require('chai').expect
config = require("../config/config")
agent = request.agent(app) # agent should persist sessions
describe "Create accunt and sign in", ->
user_data = {"email": ... | true | process.env.NODE_ENV = "test"
request = require("supertest")
assert = require('chai').assert
app = require("../app")
expect = require('chai').expect
config = require("../config/config")
agent = request.agent(app) # agent should persist sessions
describe "Create accunt and sign in", ->
user_data = {"email": ... |
[
{
"context": "\n noteId: noteId\n data: data\n name: name\n owner: @userId\n uploadedAt: new Date\n ",
"end": 1855,
"score": 0.9974361062049866,
"start": 1851,
"tag": "NAME",
"value": "name"
},
{
"context": "eId\n data: data\n name: name\n owne... | imports/api/files/methods.coffee | jean/BulletNotes | 7 | import { Meteor } from 'meteor/meteor'
import { _ } from 'meteor/underscore'
import { ValidatedMethod } from 'meteor/mdg:validated-method'
import SimpleSchema from 'simpl-schema'
import { DDPRateLimiter } from 'meteor/ddp-rate-limiter'
import { Notes } from '../notes/notes.coffee'
import { Files } from './files.coffee... | 34697 | import { Meteor } from 'meteor/meteor'
import { _ } from 'meteor/underscore'
import { ValidatedMethod } from 'meteor/mdg:validated-method'
import SimpleSchema from 'simpl-schema'
import { DDPRateLimiter } from 'meteor/ddp-rate-limiter'
import { Notes } from '../notes/notes.coffee'
import { Files } from './files.coffee... | true | import { Meteor } from 'meteor/meteor'
import { _ } from 'meteor/underscore'
import { ValidatedMethod } from 'meteor/mdg:validated-method'
import SimpleSchema from 'simpl-schema'
import { DDPRateLimiter } from 'meteor/ddp-rate-limiter'
import { Notes } from '../notes/notes.coffee'
import { Files } from './files.coffee... |
[
{
"context": "y {String} attributes.user.name ユーザー名\n # @property {String} attributes.user.",
"end": 5402,
"score": 0.6213860511779785,
"start": 5398,
"tag": "NAME",
"value": "ユーザー"
}
] | src/video/NicoVideoInfo.coffee | taku-o/node-nicovideo-api | 28 | _ = require "lodash"
__ = require "lodash-deep"
Request = require "request-promise"
cheerio = require "cheerio"
{sprintf} = require("sprintf")
deepFreeze = require "deep-freeze"
Ent = require "ent"
Deferred = require "promise-native-deferred"
APIEndpoints = require "../APIEndpoints"
NicoException = require "../NicoE... | 118590 | _ = require "lodash"
__ = require "lodash-deep"
Request = require "request-promise"
cheerio = require "cheerio"
{sprintf} = require("sprintf")
deepFreeze = require "deep-freeze"
Ent = require "ent"
Deferred = require "promise-native-deferred"
APIEndpoints = require "../APIEndpoints"
NicoException = require "../NicoE... | true | _ = require "lodash"
__ = require "lodash-deep"
Request = require "request-promise"
cheerio = require "cheerio"
{sprintf} = require("sprintf")
deepFreeze = require "deep-freeze"
Ent = require "ent"
Deferred = require "promise-native-deferred"
APIEndpoints = require "../APIEndpoints"
NicoException = require "../NicoE... |
[
{
"context": " isInternal: true\n\n\n credentialsUser:\n id: \"13a88c31413019245de27da7\"\n username: 'Martin Wawrusch'\n _tenantId: '",
"end": 537,
"score": 0.6131163239479065,
"start": 513,
"tag": "KEY",
"value": "13a88c31413019245de27da7"
},
{
"context": " id: \"13a... | test/support/fixtures.coffee | codedoctor/hapi-routes-roles | 1 |
module.exports =
clientId: '01234567890123456789000a'
_tenantId: '01234567890123456789000b'
invalidRoleId:'0123456789012345678900aa'
invalidRole:
description: "This is a role 1"
isInternal: false
role1:
name: "role1"
description: "This is a role 1"
isInternal: false
role2:
na... | 6351 |
module.exports =
clientId: '01234567890123456789000a'
_tenantId: '01234567890123456789000b'
invalidRoleId:'0123456789012345678900aa'
invalidRole:
description: "This is a role 1"
isInternal: false
role1:
name: "role1"
description: "This is a role 1"
isInternal: false
role2:
na... | true |
module.exports =
clientId: '01234567890123456789000a'
_tenantId: '01234567890123456789000b'
invalidRoleId:'0123456789012345678900aa'
invalidRole:
description: "This is a role 1"
isInternal: false
role1:
name: "role1"
description: "This is a role 1"
isInternal: false
role2:
na... |
[
{
"context": "s\",\"Prov\",\"Eccl\",\"Song\",\"Isa\",\"Jer\",\"Lam\",\"Ezek\",\"Dan\",\"Hos\",\"Joel\",\"Amos\",\"Obad\",\"Jonah\",\"Mic\",\"Nah\",\"",
"end": 505,
"score": 0.797730565071106,
"start": 502,
"tag": "NAME",
"value": "Dan"
},
{
"context": "ov\",\"Eccl\",\"Song\",\"Isa\",... | lib/bible-tools/lib/Bible-Passage-Reference-Parser/src/sl/spec.coffee | saiba-mais/bible-lessons | 0 | bcv_parser = require("../../js/sl_bcv_parser.js").bcv_parser
describe "Parsing", ->
p = {}
beforeEach ->
p = new bcv_parser
p.options.osis_compaction_strategy = "b"
p.options.sequence_combination_strategy = "combine"
it "should round-trip OSIS references", ->
p.set_options osis_compaction_strategy: "bc"
... | 80422 | bcv_parser = require("../../js/sl_bcv_parser.js").bcv_parser
describe "Parsing", ->
p = {}
beforeEach ->
p = new bcv_parser
p.options.osis_compaction_strategy = "b"
p.options.sequence_combination_strategy = "combine"
it "should round-trip OSIS references", ->
p.set_options osis_compaction_strategy: "bc"
... | true | bcv_parser = require("../../js/sl_bcv_parser.js").bcv_parser
describe "Parsing", ->
p = {}
beforeEach ->
p = new bcv_parser
p.options.osis_compaction_strategy = "b"
p.options.sequence_combination_strategy = "combine"
it "should round-trip OSIS references", ->
p.set_options osis_compaction_strategy: "bc"
... |
[
{
"context": "ne) ->\n customerParams =\n firstName: 'Adam'\n lastName: 'Jones'\n creditCard:\n ",
"end": 1458,
"score": 0.9998409748077393,
"start": 1454,
"tag": "NAME",
"value": "Adam"
},
{
"context": "ms =\n firstName: 'Adam'\n lastName: 'J... | spec/integration/braintree/transaction_gateway_spec.coffee | StreamCo/braintree_node | 0 | require('../../spec_helper')
{_} = require('underscore')
braintree = specHelper.braintree
{CreditCardNumbers} = require('../../../lib/braintree/test/credit_card_numbers')
{Nonces} = require('../../../lib/braintree/test/nonces')
{VenmoSdk} = require('../../../lib/braintree/test/venmo_sdk')
{CreditCard} = require('../..... | 26233 | require('../../spec_helper')
{_} = require('underscore')
braintree = specHelper.braintree
{CreditCardNumbers} = require('../../../lib/braintree/test/credit_card_numbers')
{Nonces} = require('../../../lib/braintree/test/nonces')
{VenmoSdk} = require('../../../lib/braintree/test/venmo_sdk')
{CreditCard} = require('../..... | true | require('../../spec_helper')
{_} = require('underscore')
braintree = specHelper.braintree
{CreditCardNumbers} = require('../../../lib/braintree/test/credit_card_numbers')
{Nonces} = require('../../../lib/braintree/test/nonces')
{VenmoSdk} = require('../../../lib/braintree/test/venmo_sdk')
{CreditCard} = require('../..... |
[
{
"context": "mailaddress': system.env.EMAIL,\n '#password': system.env.PASSWORD\n },\n true\n )\n\ncasper.then ->\n console.log",
"end": 386,
"score": 0.9951335191726685,
"start": 367,
"tag": "PASSWORD",
"value": "system.env.PASSWORD"
}
] | vote.coffee | kenchan/yuru-char-voter | 0 | system = require('system')
casper = require('casper').create()
casper.start 'http://www.yurugp.jp/vote/detail.php?id=' + system.env.CHARACTER_ID, ->
console.log @evaluate ->
document.querySelector("h3").innerHTML
@click('input[type=image]')
casper.then ->
@fillSelectors(
'form.inputBox', {
'#mail... | 140619 | system = require('system')
casper = require('casper').create()
casper.start 'http://www.yurugp.jp/vote/detail.php?id=' + system.env.CHARACTER_ID, ->
console.log @evaluate ->
document.querySelector("h3").innerHTML
@click('input[type=image]')
casper.then ->
@fillSelectors(
'form.inputBox', {
'#mail... | true | system = require('system')
casper = require('casper').create()
casper.start 'http://www.yurugp.jp/vote/detail.php?id=' + system.env.CHARACTER_ID, ->
console.log @evaluate ->
document.querySelector("h3").innerHTML
@click('input[type=image]')
casper.then ->
@fillSelectors(
'form.inputBox', {
'#mail... |
[
{
"context": ", cname : null ,cdn_subdomain : false, api_key : \"1234\", api_secret: \"b\" })\n @orig = _.clone(@cfg)\n\n ",
"end": 624,
"score": 0.9958975315093994,
"start": 620,
"tag": "KEY",
"value": "1234"
},
{
"context": "subdomain : false, api_key : \"1234\", api_secret: \"b... | keystone/node_modules/cloudinary/test/utilsspec.coffee | kinfen/sitecore-product | 0 | dotenv = require('dotenv')
dotenv.load()
expect = require("expect.js")
cloudinary = require("../cloudinary")
utils = require("../lib/utils")
api = require("../lib/api")
_ = require("lodash")
Q = require('q')
fs = require('fs')
describe "utils", ->
return console.warn("**** Please setup environment for api test to ru... | 131750 | dotenv = require('dotenv')
dotenv.load()
expect = require("expect.js")
cloudinary = require("../cloudinary")
utils = require("../lib/utils")
api = require("../lib/api")
_ = require("lodash")
Q = require('q')
fs = require('fs')
describe "utils", ->
return console.warn("**** Please setup environment for api test to ru... | true | dotenv = require('dotenv')
dotenv.load()
expect = require("expect.js")
cloudinary = require("../cloudinary")
utils = require("../lib/utils")
api = require("../lib/api")
_ = require("lodash")
Q = require('q')
fs = require('fs')
describe "utils", ->
return console.warn("**** Please setup environment for api test to ru... |
[
{
"context": "d: req.method\n route_key: [req.method,req.url].join ' '\n query: req.query ? null\n body: req.bod",
"end": 414,
"score": 0.5608383417129517,
"start": 410,
"tag": "KEY",
"value": "join"
}
] | core/request_logging.iced | tosadvisor/link-shortener | 7 | # vim: set expandtab tabstop=2 shiftwidth=2 softtabstop=2
_ = require('wegweg')({
globals: off
})
cache = require 'memory-cache'
request_logging = {}
stats_template =
count: 0
latency: 0
stats =
routes: {}
total: _.clone stats_template
request_logging.middleware = (req,res,next) ->
request_obj = {
... | 54847 | # vim: set expandtab tabstop=2 shiftwidth=2 softtabstop=2
_ = require('wegweg')({
globals: off
})
cache = require 'memory-cache'
request_logging = {}
stats_template =
count: 0
latency: 0
stats =
routes: {}
total: _.clone stats_template
request_logging.middleware = (req,res,next) ->
request_obj = {
... | true | # vim: set expandtab tabstop=2 shiftwidth=2 softtabstop=2
_ = require('wegweg')({
globals: off
})
cache = require 'memory-cache'
request_logging = {}
stats_template =
count: 0
latency: 0
stats =
routes: {}
total: _.clone stats_template
request_logging.middleware = (req,res,next) ->
request_obj = {
... |
[
{
"context": "dtown\"}\n {id: \"56c33d0f68dee9060073adaa\", name: \"Harlem\"}\n {id: \"56c33c8768dee9060073ada8\", name: \"East ",
"end": 421,
"score": 0.8436933755874634,
"start": 415,
"tag": "NAME",
"value": "Harlem"
},
{
"context": "oklyn\"}\n {id: \"56c33ad85e12af0600509eaf\",... | src/mobile/apps/fair_info/maps/armory_arts_week_neighborhoods.coffee | kanaabe/force | 1 | module.exports = [
{id: "56c33f4268dee9060073adb2", name: "Upper West Side"}
{id: "56c33ef55e12af0600509ec1", name: "Upper East Side"}
{id: "56c33ee25e12af0600509ebf", name: "Tribeca & Financial District"}
{id: "56c33e5368dee9060073adac", name: "Queens"}
{id: "56c33c5968dee9060073ada6", name: "Soho & Nolita"}... | 120683 | module.exports = [
{id: "56c33f4268dee9060073adb2", name: "Upper West Side"}
{id: "56c33ef55e12af0600509ec1", name: "Upper East Side"}
{id: "56c33ee25e12af0600509ebf", name: "Tribeca & Financial District"}
{id: "56c33e5368dee9060073adac", name: "Queens"}
{id: "56c33c5968dee9060073ada6", name: "Soho & Nolita"}... | true | module.exports = [
{id: "56c33f4268dee9060073adb2", name: "Upper West Side"}
{id: "56c33ef55e12af0600509ec1", name: "Upper East Side"}
{id: "56c33ee25e12af0600509ebf", name: "Tribeca & Financial District"}
{id: "56c33e5368dee9060073adac", name: "Queens"}
{id: "56c33c5968dee9060073ada6", name: "Soho & Nolita"}... |
[
{
"context": "overview Tests for no-useless-call rule.\n# @author Toru Nagashima\n###\n\n'use strict'\n\n#-----------------------------",
"end": 77,
"score": 0.9998607635498047,
"start": 63,
"tag": "NAME",
"value": "Toru Nagashima"
}
] | src/tests/rules/no-useless-call.coffee | danielbayley/eslint-plugin-coffee | 21 | ###*
# @fileoverview Tests for no-useless-call rule.
# @author Toru Nagashima
###
'use strict'
#------------------------------------------------------------------------------
# Requirements
#------------------------------------------------------------------------------
rule = require 'eslint/lib/rules/no-useless-cal... | 143809 | ###*
# @fileoverview Tests for no-useless-call rule.
# @author <NAME>
###
'use strict'
#------------------------------------------------------------------------------
# Requirements
#------------------------------------------------------------------------------
rule = require 'eslint/lib/rules/no-useless-call'
{Rule... | true | ###*
# @fileoverview Tests for no-useless-call rule.
# @author PI:NAME:<NAME>END_PI
###
'use strict'
#------------------------------------------------------------------------------
# Requirements
#------------------------------------------------------------------------------
rule = require 'eslint/lib/rules/no-usele... |
[
{
"context": "ourceRepo.setConfigValue('remote.origin.url', 'git@github.com:/another/repo')\n targetRepo.setConfigValue",
"end": 7838,
"score": 0.8259358406066895,
"start": 7827,
"tag": "EMAIL",
"value": "@github.com"
},
{
"context": "argetRepo.setConfigValue('remote.origin.ur... | spec/patrick-spec.coffee | atom/patrick | 5 | child_process = require 'child_process'
fs = require 'fs'
path = require 'path'
_ = require 'underscore'
git = require 'git-utils'
rm = require('rimraf').sync
tmp = require 'tmp'
cp = require('wrench').copyDirSyncRecursive
patrick = require '../lib/patrick'
describe 'patrick', ->
[snapshotHandler, mirrorHandler, s... | 179863 | child_process = require 'child_process'
fs = require 'fs'
path = require 'path'
_ = require 'underscore'
git = require 'git-utils'
rm = require('rimraf').sync
tmp = require 'tmp'
cp = require('wrench').copyDirSyncRecursive
patrick = require '../lib/patrick'
describe 'patrick', ->
[snapshotHandler, mirrorHandler, s... | true | child_process = require 'child_process'
fs = require 'fs'
path = require 'path'
_ = require 'underscore'
git = require 'git-utils'
rm = require('rimraf').sync
tmp = require 'tmp'
cp = require('wrench').copyDirSyncRecursive
patrick = require '../lib/patrick'
describe 'patrick', ->
[snapshotHandler, mirrorHandler, s... |
[
{
"context": " email: smartnoraConfig.email\n password: smartnoraConfig.password\n group: smartnoraConfig.group\n vali",
"end": 1191,
"score": 0.9987141489982605,
"start": 1167,
"tag": "PASSWORD",
"value": "smartnoraConfig.password"
},
{
"context": "status) =>... | adapters/light.coffee | bertreb/pimatic-smartnora | 0 | module.exports = (env) ->
Promise = env.require 'bluebird'
assert = env.require 'cassert'
events = require 'events'
rxjs = require("rxjs")
operators = require("rxjs/operators")
connection = require("../node_modules/node-red-contrib-smartnora/build/firebase/connection.js")
device_context = require("../node... | 87175 | module.exports = (env) ->
Promise = env.require 'bluebird'
assert = env.require 'cassert'
events = require 'events'
rxjs = require("rxjs")
operators = require("rxjs/operators")
connection = require("../node_modules/node-red-contrib-smartnora/build/firebase/connection.js")
device_context = require("../node... | true | module.exports = (env) ->
Promise = env.require 'bluebird'
assert = env.require 'cassert'
events = require 'events'
rxjs = require("rxjs")
operators = require("rxjs/operators")
connection = require("../node_modules/node-red-contrib-smartnora/build/firebase/connection.js")
device_context = require("../node... |
[
{
"context": "e.exports = class Eraser extends Pencil\n\n name: 'Eraser'\n iconName: 'eraser'\n\n constructor: () ->\n @",
"end": 132,
"score": 0.8719095587730408,
"start": 126,
"tag": "NAME",
"value": "Eraser"
}
] | src/tools/Eraser.coffee | juiceinc/literallycanvas | 0 | Pencil = require './Pencil'
{createShape} = require '../core/shapes'
module.exports = class Eraser extends Pencil
name: 'Eraser'
iconName: 'eraser'
constructor: () ->
@strokeWidth = 10
makePoint: (x, y, lc) ->
createShape('Point', {x, y, size: @strokeWidth, color: '#000'})
makeShape: -> createSha... | 61692 | Pencil = require './Pencil'
{createShape} = require '../core/shapes'
module.exports = class Eraser extends Pencil
name: '<NAME>'
iconName: 'eraser'
constructor: () ->
@strokeWidth = 10
makePoint: (x, y, lc) ->
createShape('Point', {x, y, size: @strokeWidth, color: '#000'})
makeShape: -> createSha... | true | Pencil = require './Pencil'
{createShape} = require '../core/shapes'
module.exports = class Eraser extends Pencil
name: 'PI:NAME:<NAME>END_PI'
iconName: 'eraser'
constructor: () ->
@strokeWidth = 10
makePoint: (x, y, lc) ->
createShape('Point', {x, y, size: @strokeWidth, color: '#000'})
makeShape... |
[
{
"context": "olorObject = new SolidColor()\n if keyClass == \"Grsc\"\n colorObject.grey.grey = color.getDouble(ch",
"end": 18949,
"score": 0.5900933742523193,
"start": 18945,
"tag": "KEY",
"value": "Grsc"
},
{
"context": "ouble(charIDToTypeID('Gry '))\n if keyClass == \"R... | PhotoshopScript/Baum.coffee | fum1h1ro/Baum2 | 0 | class Baum
@version = '0.6.1'
@maxLength = 1334
run: ->
@saveFolder = null
if app.documents.length == 0
filePaths = File.openDialog("Select a file", "*", true)
for filePath in filePaths
app.activeDocument = app.open(File(filePath))
@runOneFile(true)
else
@runOneFile... | 201507 | class Baum
@version = '0.6.1'
@maxLength = 1334
run: ->
@saveFolder = null
if app.documents.length == 0
filePaths = File.openDialog("Select a file", "*", true)
for filePath in filePaths
app.activeDocument = app.open(File(filePath))
@runOneFile(true)
else
@runOneFile... | true | class Baum
@version = '0.6.1'
@maxLength = 1334
run: ->
@saveFolder = null
if app.documents.length == 0
filePaths = File.openDialog("Select a file", "*", true)
for filePath in filePaths
app.activeDocument = app.open(File(filePath))
@runOneFile(true)
else
@runOneFile... |
[
{
"context": "restaurants = [\n {\n name: \"Denver Biscuit Co\"\n address: \"5412 S. Broadway St\"\n coordinat",
"end": 48,
"score": 0.999803364276886,
"start": 31,
"tag": "NAME",
"value": "Denver Biscuit Co"
},
{
"context": " close: \"2300\"\n recommendation:\n ... | source/assets/javascripts/picks/restaurants.coffee | isabella232/summit-guide-2015 | 1 | restaurants = [
{
name: "Denver Biscuit Co"
address: "5412 S. Broadway St"
coordinates:
lat: 39.794618
long: -104.987326
hours:
open: "0900"
close: "2300"
recommendation:
who: "corwin"
what: "The Franklin"
why: "Fresh made biscuits, fried chicken, what mor... | 49499 | restaurants = [
{
name: "<NAME>"
address: "5412 S. Broadway St"
coordinates:
lat: 39.794618
long: -104.987326
hours:
open: "0900"
close: "2300"
recommendation:
who: "<NAME>"
what: "The Franklin"
why: "Fresh made biscuits, fried chicken, what more is there ... | true | restaurants = [
{
name: "PI:NAME:<NAME>END_PI"
address: "5412 S. Broadway St"
coordinates:
lat: 39.794618
long: -104.987326
hours:
open: "0900"
close: "2300"
recommendation:
who: "PI:NAME:<NAME>END_PI"
what: "The Franklin"
why: "Fresh made biscuits, fried ... |
[
{
"context": "isualization', '1', {'packages':['corechart']})\n\n# alex's logging function that he likes to use.\nl = (",
"end": 66,
"score": 0.8907890319824219,
"start": 65,
"tag": "NAME",
"value": "a"
},
{
"context": "ualization', '1', {'packages':['corechart']})\n\n# alex's loggin... | coffee/main.coffee | gterrono/coursegrapher | 1 | google.load('visualization', '1', {'packages':['corechart']})
# alex's logging function that he likes to use.
l = (message, objs...) ->
now = new Date()
hours = now.getHours()
mins = now.getMinutes()
secs = now.getSeconds()
console.log(["#{ hours }:#{ mins }.#{ secs }", message, objs...])
return
window.dr... | 209903 | google.load('visualization', '1', {'packages':['corechart']})
# <NAME> <NAME>'s logging function that he likes to use.
l = (message, objs...) ->
now = new Date()
hours = now.getHours()
mins = now.getMinutes()
secs = now.getSeconds()
console.log(["#{ hours }:#{ mins }.#{ secs }", message, objs...])
return
... | true | google.load('visualization', '1', {'packages':['corechart']})
# PI:NAME:<NAME>END_PI PI:NAME:<NAME>END_PI's logging function that he likes to use.
l = (message, objs...) ->
now = new Date()
hours = now.getHours()
mins = now.getMinutes()
secs = now.getSeconds()
console.log(["#{ hours }:#{ mins }.#{ secs }", m... |
[
{
"context": "p; shut.png\" />'\n equal tag(\"div\", data: {name: 'Stephen', city_state: ['Chicago', 'IL']}), '<div data-cit",
"end": 1317,
"score": 0.9974467754364014,
"start": 1310,
"tag": "NAME",
"value": "Stephen"
},
{
"context": "\"["Chicago","IL"]\" data-na... | test/javascripts/tests/helpers/tag_test.js.coffee | evrone/ultimate-helpers | 2 | #= require ultimate/underscore/underscore
#= require ultimate/underscore/underscore.string
#= require ultimate/helpers/tag
module "Ultimate.Helpers.Tag"
_.extend @, Ultimate.Helpers.Tag
test "tag_options", ->
strictEqual tag_options(), ""
strictEqual tag_options({}), ""
ok /title="Some title"/.test tag_options... | 181974 | #= require ultimate/underscore/underscore
#= require ultimate/underscore/underscore.string
#= require ultimate/helpers/tag
module "Ultimate.Helpers.Tag"
_.extend @, Ultimate.Helpers.Tag
test "tag_options", ->
strictEqual tag_options(), ""
strictEqual tag_options({}), ""
ok /title="Some title"/.test tag_options... | true | #= require ultimate/underscore/underscore
#= require ultimate/underscore/underscore.string
#= require ultimate/helpers/tag
module "Ultimate.Helpers.Tag"
_.extend @, Ultimate.Helpers.Tag
test "tag_options", ->
strictEqual tag_options(), ""
strictEqual tag_options({}), ""
ok /title="Some title"/.test tag_options... |
[
{
"context": "(Darwin)\nComment: GPGTools - https://gpgtools.org\n\nmQENBFN+YH8BCACpPJOdWTS5T8fobGFOHyGXJi5sxX8Jr35+XVI3qebEgV9k9NA4\nq0DgjWYamWKm6kB4sLsKL2HFF/2Mm9jHAkRChnO6BlaSbbdg/OstxvPXarkzCNmH\nXhxQenqJRTpg7Tv/6LVq8dvrzKoRRzaruzrIE041WXX+viTdxIE4+uL2ibuA9Kly\nERbrSkDrBHf/4ufFDI7zPEX1pTq90GgkQQajukPPbI95Ag... | test/publickey.iced | taterbase/node-keybase | 10 | module.exports = """
-----BEGIN PGP PUBLIC KEY BLOCK-----
Version: GnuPG/MacGPG2 v2.0.22 (Darwin)
Comment: GPGTools - https://gpgtools.org
mQENBFN+YH8BCACpPJOdWTS5T8fobGFOHyGXJi5sxX8Jr35+XVI3qebEgV9k9NA4
q0DgjWYamWKm6kB4sLsKL2HFF/2Mm9jHAkRChnO6BlaSbbdg/OstxvPXarkzCNmH
XhxQenqJRTpg7Tv/6LVq8dvrzKoRRzaruzrIE041WXX+viTdxI... | 6603 | module.exports = """
-----BEGIN PGP PUBLIC KEY BLOCK-----
Version: GnuPG/MacGPG2 v2.0.22 (Darwin)
Comment: GPGTools - https://gpgtools.org
<KEY>
TG<KEY>
-----END PGP PUBLIC KEY BLOCK-----
"""
| true | module.exports = """
-----BEGIN PGP PUBLIC KEY BLOCK-----
Version: GnuPG/MacGPG2 v2.0.22 (Darwin)
Comment: GPGTools - https://gpgtools.org
PI:KEY:<KEY>END_PI
TGPI:KEY:<KEY>END_PI
-----END PGP PUBLIC KEY BLOCK-----
"""
|
[
{
"context": " values.appendChild value\n\n key = document.createElement 'div'\n key.classList.add 'text-padded'\n ",
"end": 722,
"score": 0.7473018765449524,
"start": 709,
"tag": "KEY",
"value": "createElement"
},
{
"context": "hild value\n\n key = document.cr... | lib/environment.coffee | deprint/build-tools-pty | 0 | pty = null
{TextEditorView, View} = require 'atom-space-pen-views'
module.exports =
name: 'Spawn in Pseudo-Terminal'
info:
class PtyInfoPane
constructor: (command) ->
@element = document.createElement 'div'
@element.classList.add 'module'
keys = document.createElement 'div'
... | 113797 | pty = null
{TextEditorView, View} = require 'atom-space-pen-views'
module.exports =
name: 'Spawn in Pseudo-Terminal'
info:
class PtyInfoPane
constructor: (command) ->
@element = document.createElement 'div'
@element.classList.add 'module'
keys = document.createElement 'div'
... | true | pty = null
{TextEditorView, View} = require 'atom-space-pen-views'
module.exports =
name: 'Spawn in Pseudo-Terminal'
info:
class PtyInfoPane
constructor: (command) ->
@element = document.createElement 'div'
@element.classList.add 'module'
keys = document.createElement 'div'
... |
[
{
"context": "http://alac.macosforge.org\n#\n# Javascript port by Jens Nockert and Devon Govett of OFMLabs, https://github.com/o",
"end": 101,
"score": 0.9998438954353333,
"start": 89,
"tag": "NAME",
"value": "Jens Nockert"
},
{
"context": "forge.org\n#\n# Javascript port by Jens N... | src/decoder.coffee | h0rn3z0r/alac.js | 0 | #
# Original C(++) version by Apple, http://alac.macosforge.org
#
# Javascript port by Jens Nockert and Devon Govett of OFMLabs, https://github.com/ofmlabs/alac.js
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtai... | 81016 | #
# Original C(++) version by Apple, http://alac.macosforge.org
#
# Javascript port by <NAME> and <NAME> of OFMLabs, https://github.com/ofmlabs/alac.js
#
# 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 ... | true | #
# Original C(++) version by Apple, http://alac.macosforge.org
#
# Javascript port by PI:NAME:<NAME>END_PI and PI:NAME:<NAME>END_PI of OFMLabs, https://github.com/ofmlabs/alac.js
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
... |
[
{
"context": "# Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the GNU Affero General Public Li",
"end": 43,
"score": 0.9999127388000488,
"start": 29,
"tag": "EMAIL",
"value": "contact@ppy.sh"
}
] | resources/assets/coffee/react/_components/notification-banner.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'
el = React.createElement
bn = 'notification-banner-v2'
notificationBann... | 93114 | # 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'
el = React.createElement
bn = 'notification-banner-v2'
notificationBanners = d... | 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'
el = React.createElement
bn = 'notification-banner-v2'
notifica... |
[
{
"context": "= context.robot.brain.userForId '1',\n name: 'mocha'\n room: '#mocha'\n\n done(context)\n\n conte",
"end": 795,
"score": 0.9363828301429749,
"start": 790,
"tag": "NAME",
"value": "mocha"
}
] | test/test_context.coffee | klarna/hubot-stash-poll | 8 | fs = require('fs')
nock = require('nock')
path = require('path')
sinon = require('sinon')
Robot = require('hubot/src/robot')
module.exports = (done) ->
context =
sandbox: sinon.sandbox.create()
robot: undefined
adapter: undefined
user: undefined
# to avoid "possible EventEmitter memory leak detec... | 124169 | fs = require('fs')
nock = require('nock')
path = require('path')
sinon = require('sinon')
Robot = require('hubot/src/robot')
module.exports = (done) ->
context =
sandbox: sinon.sandbox.create()
robot: undefined
adapter: undefined
user: undefined
# to avoid "possible EventEmitter memory leak detec... | true | fs = require('fs')
nock = require('nock')
path = require('path')
sinon = require('sinon')
Robot = require('hubot/src/robot')
module.exports = (done) ->
context =
sandbox: sinon.sandbox.create()
robot: undefined
adapter: undefined
user: undefined
# to avoid "possible EventEmitter memory leak detec... |
[
{
"context": "up logger\r\nlogger = bunyan.createLogger\r\n name: 'mobitor-bot'\r\n streams: [\r\n level: 'info',\r\n stream: p",
"end": 307,
"score": 0.9862768054008484,
"start": 296,
"tag": "USERNAME",
"value": "mobitor-bot"
},
{
"context": "ice}<br />\"\r\n\r\n utilities.... | src/index.coffee | lightbringer1991/DellMonitorBot | 0 | _ = require 'lodash'
nconf = require 'nconf'
tinyreq = require 'tinyreq'
cheerio = require 'cheerio'
bunyan = require 'bunyan'
utilities = require './utilities'
# setup nconf
nconf.argv()
.env()
.file {file: 'config.json'}
# setup logger
logger = bunyan.createLogger
name: 'mobitor-bot'
streams:... | 87806 | _ = require 'lodash'
nconf = require 'nconf'
tinyreq = require 'tinyreq'
cheerio = require 'cheerio'
bunyan = require 'bunyan'
utilities = require './utilities'
# setup nconf
nconf.argv()
.env()
.file {file: 'config.json'}
# setup logger
logger = bunyan.createLogger
name: 'mobitor-bot'
streams:... | true | _ = require 'lodash'
nconf = require 'nconf'
tinyreq = require 'tinyreq'
cheerio = require 'cheerio'
bunyan = require 'bunyan'
utilities = require './utilities'
# setup nconf
nconf.argv()
.env()
.file {file: 'config.json'}
# setup logger
logger = bunyan.createLogger
name: 'mobitor-bot'
streams:... |
[
{
"context": "CardSetId(CardSet.Coreshatter)\n\t\t\tcard.name = \"Oak in the Nemeton\"\n\t\t\tcard.setDescription(\"Trial: Have ",
"end": 4791,
"score": 0.5062854290008545,
"start": 4789,
"tag": "NAME",
"value": "in"
},
{
"context": "CardSet.Coreshatter)\n\t\t\tcard.name = \"Oak in t... | app/sdk/cards/factory/coreshatter/faction6.coffee | willroberts/duelyst | 5 | # do not add this file to a package
# it is specifically parsed by the package generation script
_ = require 'underscore'
moment = require 'moment'
Logger = require 'app/common/logger'
CONFIG = require('app/common/config')
RSX = require('app/data/resources')
Card = require 'app/sdk/cards/card'
Cards = require 'app/... | 157882 | # do not add this file to a package
# it is specifically parsed by the package generation script
_ = require 'underscore'
moment = require 'moment'
Logger = require 'app/common/logger'
CONFIG = require('app/common/config')
RSX = require('app/data/resources')
Card = require 'app/sdk/cards/card'
Cards = require 'app/... | true | # do not add this file to a package
# it is specifically parsed by the package generation script
_ = require 'underscore'
moment = require 'moment'
Logger = require 'app/common/logger'
CONFIG = require('app/common/config')
RSX = require('app/data/resources')
Card = require 'app/sdk/cards/card'
Cards = require 'app/... |
[
{
"context": "ason_from_value(@file_path)\n\n key_match = /tree\\.(\\S+)\\.(\\S+)\\.bmp/.exec(path.basename(@file_path))\n if k",
"end": 592,
"score": 0.6010903716087341,
"start": 585,
"tag": "KEY",
"value": "S+)\\.(\\"
},
{
"context": "lue(@file_path)\n\n key_match = /tree\... | src/land/tree/tree-texture.coffee | starpeace-project/starpeace-website-client-assets | 0 | _ = require('lodash')
path = require('path')
crypto = require('crypto')
Jimp = require('jimp')
LandAttributes = require('../land-attributes')
Texture = require('../../common/texture')
ConsoleProgressUpdater = require('../../utils/console-progress-updater')
FileUtils = require('../../utils/file-utils')
module.exports... | 67132 | _ = require('lodash')
path = require('path')
crypto = require('crypto')
Jimp = require('jimp')
LandAttributes = require('../land-attributes')
Texture = require('../../common/texture')
ConsoleProgressUpdater = require('../../utils/console-progress-updater')
FileUtils = require('../../utils/file-utils')
module.exports... | true | _ = require('lodash')
path = require('path')
crypto = require('crypto')
Jimp = require('jimp')
LandAttributes = require('../land-attributes')
Texture = require('../../common/texture')
ConsoleProgressUpdater = require('../../utils/console-progress-updater')
FileUtils = require('../../utils/file-utils')
module.exports... |
[
{
"context": "et: (params)->\n cookie = new Cookie(key: params.name, value: params.value, domain: params.domain || \"l",
"end": 1669,
"score": 0.9579185843467712,
"start": 1665,
"tag": "KEY",
"value": "name"
}
] | src/zombie/cookies.coffee | scoky/zombie | 0 | # See [RFC 2109](http://tools.ietf.org/html/rfc2109.html) and
# [document.cookie](http://developer.mozilla.org/en/document.cookie)
assert = require("assert")
HTML = require("jsdom").defaultLevel
{ isArray } = require("util")
Tough = require("tough-cookie")
Cookie = Tough.Cookie
# Lists all avai... | 59023 | # See [RFC 2109](http://tools.ietf.org/html/rfc2109.html) and
# [document.cookie](http://developer.mozilla.org/en/document.cookie)
assert = require("assert")
HTML = require("jsdom").defaultLevel
{ isArray } = require("util")
Tough = require("tough-cookie")
Cookie = Tough.Cookie
# Lists all avai... | true | # See [RFC 2109](http://tools.ietf.org/html/rfc2109.html) and
# [document.cookie](http://developer.mozilla.org/en/document.cookie)
assert = require("assert")
HTML = require("jsdom").defaultLevel
{ isArray } = require("util")
Tough = require("tough-cookie")
Cookie = Tough.Cookie
# Lists all avai... |
[
{
"context": "\nGulp task sass compile\n@create 2014-10-07\n@author KoutarouYabe <idolm@ster.pw>\n###\n\nmodule.exports = (gulp, plug",
"end": 66,
"score": 0.9998921751976013,
"start": 54,
"tag": "NAME",
"value": "KoutarouYabe"
},
{
"context": " compile\n@create 2014-10-07\n@author K... | tasks/config/sass.coffee | moorvin/Sea-Fight | 1 | ###
Gulp task sass compile
@create 2014-10-07
@author KoutarouYabe <idolm@ster.pw>
###
module.exports = (gulp, plugins)->
gulp.task "sass", ->
gulp.src [
"assets/css/**/*.sass",
"assets/css/**/*.scss"
]
.pipe plugins.plumber()
.pipe plugins.sass bare: true
.on 'error', plugins.e... | 95040 | ###
Gulp task sass compile
@create 2014-10-07
@author <NAME> <<EMAIL>>
###
module.exports = (gulp, plugins)->
gulp.task "sass", ->
gulp.src [
"assets/css/**/*.sass",
"assets/css/**/*.scss"
]
.pipe plugins.plumber()
.pipe plugins.sass bare: true
.on 'error', plugins.error
.pi... | true | ###
Gulp task sass compile
@create 2014-10-07
@author PI:NAME:<NAME>END_PI <PI:EMAIL:<EMAIL>END_PI>
###
module.exports = (gulp, plugins)->
gulp.task "sass", ->
gulp.src [
"assets/css/**/*.sass",
"assets/css/**/*.scss"
]
.pipe plugins.plumber()
.pipe plugins.sass bare: true
.on '... |
[
{
"context": "io/v3/d7abd15cee994b058394679cfe2eff7a\"\n\napiKey: \"zcrttestnet\"\n\ninvoices:\n minConfirmations: 1\n\npublic:\n cont",
"end": 128,
"score": 0.9994784593582153,
"start": 117,
"tag": "KEY",
"value": "zcrttestnet"
}
] | config/default.cson | mosqueiro/zcrtpay | 0 | listen: 443
provider:
type: "rpc"
uri: "https://ropsten.infura.io/v3/d7abd15cee994b058394679cfe2eff7a"
apiKey: "zcrttestnet"
invoices:
minConfirmations: 1
public:
contracts:
ZCRT:
address: "0x28858bb770de1e7689045117ff99c286ed24ea55" | 21901 | listen: 443
provider:
type: "rpc"
uri: "https://ropsten.infura.io/v3/d7abd15cee994b058394679cfe2eff7a"
apiKey: "<KEY>"
invoices:
minConfirmations: 1
public:
contracts:
ZCRT:
address: "0x28858bb770de1e7689045117ff99c286ed24ea55" | true | listen: 443
provider:
type: "rpc"
uri: "https://ropsten.infura.io/v3/d7abd15cee994b058394679cfe2eff7a"
apiKey: "PI:KEY:<KEY>END_PI"
invoices:
minConfirmations: 1
public:
contracts:
ZCRT:
address: "0x28858bb770de1e7689045117ff99c286ed24ea55" |
[
{
"context": "gth\n\n message =\n body: content\n authorName: authorName\n attachments: [\n category: 'quote'\n ",
"end": 401,
"score": 0.7541109919548035,
"start": 395,
"tag": "NAME",
"value": "author"
},
{
"context": "/icons/swathub@2x.png'\n\n @_fields.push\n k... | src/services/swathub.coffee | jianliaoim/talk-services | 40 | _ = require 'lodash'
util = require '../util'
_receiveWebhook = ({query, body}) ->
payload = _.assign {}
, query or {}
, body or {}
{
content
authorName
title
text
redirectUrl
imageUrl
} = payload
throw new Error("Title and text can not be empty") unless title?.length or text... | 42239 | _ = require 'lodash'
util = require '../util'
_receiveWebhook = ({query, body}) ->
payload = _.assign {}
, query or {}
, body or {}
{
content
authorName
title
text
redirectUrl
imageUrl
} = payload
throw new Error("Title and text can not be empty") unless title?.length or text... | true | _ = require 'lodash'
util = require '../util'
_receiveWebhook = ({query, body}) ->
payload = _.assign {}
, query or {}
, body or {}
{
content
authorName
title
text
redirectUrl
imageUrl
} = payload
throw new Error("Title and text can not be empty") unless title?.length or text... |
[
{
"context": "### ^\nBSD 3-Clause License\n\nCopyright (c) 2017, Stephan Jorek\nAll rights reserved.\n\nRedistribution and use in s",
"end": 61,
"score": 0.9998365640640259,
"start": 48,
"tag": "NAME",
"value": "Stephan Jorek"
}
] | src/Expressions.coffee | sjorek/goatee-rules.js | 0 | ### ^
BSD 3-Clause License
Copyright (c) 2017, Stephan Jorek
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright notice, this
list of cond... | 153107 | ### ^
BSD 3-Clause License
Copyright (c) 2017, <NAME>
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright notice, this
list of conditions ... | true | ### ^
BSD 3-Clause License
Copyright (c) 2017, PI:NAME:<NAME>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:
* Redistributions of source code must retain the above copyright notice, this
list ... |
[
{
"context": "nse_type') is -1\n # https://github.com/OAButton/discussion/issues/1793\n #sub = 'https:",
"end": 6356,
"score": 0.9994385838508606,
"start": 6348,
"tag": "USERNAME",
"value": "OAButton"
},
{
"context": "graphy+and+Recording+beyond+the+Phonograph&a... | noddy/service/v2/ill.coffee | oaworks/API | 2 |
import crypto from 'crypto'
import { Random } from 'meteor/random'
API.add 'service/oab/subscription',
get:
#roleRequired: 'openaccessbutton.user'
authOptional: true
action: () ->
if this.user
uid = this.user._id
else if this.queryParams.uid
uid = this.queryParams.uid
... | 100879 |
import crypto from 'crypto'
import { Random } from 'meteor/random'
API.add 'service/oab/subscription',
get:
#roleRequired: 'openaccessbutton.user'
authOptional: true
action: () ->
if this.user
uid = this.user._id
else if this.queryParams.uid
uid = this.queryParams.uid
... | true |
import crypto from 'crypto'
import { Random } from 'meteor/random'
API.add 'service/oab/subscription',
get:
#roleRequired: 'openaccessbutton.user'
authOptional: true
action: () ->
if this.user
uid = this.user._id
else if this.queryParams.uid
uid = this.queryParams.uid
... |
[
{
"context": "or + bleacon.minor\n\n scan: (bleacon) =>\n key = @hashKey(bleacon)\n @beacons[key] = new Beacon(bl",
"end": 291,
"score": 0.5569745302200317,
"start": 290,
"tag": "KEY",
"value": "@"
}
] | app/ble_scan.coffee | c0ze/node-ble-beacon-scanner | 1 | Bleacon = require('bleacon')
Beacon = require('./beacon').Beacon
Report = require('./report').Report
class BleScan
constructor: () ->
@beacons = {}
@reporter = new Report()
hashKey: (bleacon) =>
bleacon.uuid + bleacon.major + bleacon.minor
scan: (bleacon) =>
key = @hashKey(bleacon)
@beacons... | 205560 | Bleacon = require('bleacon')
Beacon = require('./beacon').Beacon
Report = require('./report').Report
class BleScan
constructor: () ->
@beacons = {}
@reporter = new Report()
hashKey: (bleacon) =>
bleacon.uuid + bleacon.major + bleacon.minor
scan: (bleacon) =>
key = <KEY>hashKey(bleacon)
@bea... | true | Bleacon = require('bleacon')
Beacon = require('./beacon').Beacon
Report = require('./report').Report
class BleScan
constructor: () ->
@beacons = {}
@reporter = new Report()
hashKey: (bleacon) =>
bleacon.uuid + bleacon.major + bleacon.minor
scan: (bleacon) =>
key = PI:KEY:<KEY>END_PIhashKey(blea... |
[
{
"context": "= do -> \n # Public variables \n firstName = \"Baptiste\"\n lastName = \"Vannesson\"\n\n # Private variab",
"end": 75,
"score": 0.9997687339782715,
"start": 67,
"tag": "NAME",
"value": "Baptiste"
},
{
"context": "ables \n firstName = \"Baptiste\"\n las... | misc/RevealingModule/CoffeeScript/index.coffee | irynaO/JavaScript-Design-Patterns | 293 | 'use strict'
me = do ->
# Public variables
firstName = "Baptiste"
lastName = "Vannesson"
# Private variable
secretNickname = "Bada"
# Public functions
sayHello = -> "Hello, #{firstName} #{lastName}!"
getSecretNickname = -> secretNickname
# Revealed module
firstName: firstN... | 71280 | 'use strict'
me = do ->
# Public variables
firstName = "<NAME>"
lastName = "<NAME>"
# Private variable
secretNickname = "<NAME>ada"
# Public functions
sayHello = -> "Hello, #{firstName} #{lastName}!"
getSecretNickname = -> secretNickname
# Revealed module
firstName: firstN... | true | 'use strict'
me = do ->
# Public variables
firstName = "PI:NAME:<NAME>END_PI"
lastName = "PI:NAME:<NAME>END_PI"
# Private variable
secretNickname = "PI:NAME:<NAME>END_PIada"
# Public functions
sayHello = -> "Hello, #{firstName} #{lastName}!"
getSecretNickname = -> secretNickname
... |
[
{
"context": "ions.New\n constructor: ->\n Iugu.setAccountID 'a63f657b-a787-4ac0-8e39-1b06e869dea5'\n\n initializeElements: ->\n @form = $('.simple",
"end": 105,
"score": 0.9469227194786072,
"start": 69,
"tag": "KEY",
"value": "a63f657b-a787-4ac0-8e39-1b06e869dea5"
}
] | app/assets/javascripts/modules/registrations.coffee | mailkiq/mailkiq | 12 | class App.Registrations.New
constructor: ->
Iugu.setAccountID 'a63f657b-a787-4ac0-8e39-1b06e869dea5'
initializeElements: ->
@form = $('.simple_form:has(.usable-creditcard-form)')
initializeEvents: =>
$('.credit_card_number').keyup(@onKeyUp)
$('.credit_card_number').formatter
pattern: '{{99... | 117399 | class App.Registrations.New
constructor: ->
Iugu.setAccountID '<KEY>'
initializeElements: ->
@form = $('.simple_form:has(.usable-creditcard-form)')
initializeEvents: =>
$('.credit_card_number').keyup(@onKeyUp)
$('.credit_card_number').formatter
pattern: '{{9999}} {{9999}} {{9999}} {{9999}}... | true | class App.Registrations.New
constructor: ->
Iugu.setAccountID 'PI:KEY:<KEY>END_PI'
initializeElements: ->
@form = $('.simple_form:has(.usable-creditcard-form)')
initializeEvents: =>
$('.credit_card_number').keyup(@onKeyUp)
$('.credit_card_number').formatter
pattern: '{{9999}} {{9999}} {{99... |
[
{
"context": "s: true\n shadowsocks:\n serverIp: '106.186.30.188'\n serverPort: 3118\n localPort: ",
"end": 216,
"score": 0.9996692538261414,
"start": 202,
"tag": "IP_ADDRESS",
"value": "106.186.30.188"
},
{
"context": "hod: 'aes-256-cfb'\n ... | modules/config.coffee | Magimagi/poi | 3 | fs = require('fs')
configPath = "#{global.appDataPath}/poi-config.json"
exports.config = defaultConfig =
version: '0.0.3'
proxy:
useShadowsocks: true
shadowsocks:
serverIp: '106.186.30.188'
serverPort: 3118
localPort: 8788
method: 'aes-256-cfb'
passwo... | 200391 | fs = require('fs')
configPath = "#{global.appDataPath}/poi-config.json"
exports.config = defaultConfig =
version: '0.0.3'
proxy:
useShadowsocks: true
shadowsocks:
serverIp: '172.16.31.10'
serverPort: 3118
localPort: 8788
method: 'aes-256-cfb'
password... | true | fs = require('fs')
configPath = "#{global.appDataPath}/poi-config.json"
exports.config = defaultConfig =
version: '0.0.3'
proxy:
useShadowsocks: true
shadowsocks:
serverIp: 'PI:IP_ADDRESS:172.16.31.10END_PI'
serverPort: 3118
localPort: 8788
method: 'aes-256... |
[
{
"context": "mfabrik GmbH\n * MIT Licence\n * https://github.com/programmfabrik/coffeescript-ui, http://www.coffeescript-ui.org\n#",
"end": 166,
"score": 0.9914006590843201,
"start": 152,
"tag": "USERNAME",
"value": "programmfabrik"
},
{
"context": ", pos, defaults, limitRect\n\n\t\... | src/base/DragDropSelect/Draggable.coffee | programmfabrik/coffeescript-ui | 10 | ###
* coffeescript-ui - Coffeescript User Interface System (CUI)
* Copyright (c) 2013 - 2016 Programmfabrik GmbH
* MIT Licence
* https://github.com/programmfabrik/coffeescript-ui, http://www.coffeescript-ui.org
###
class CUI.Draggable extends CUI.DragDropSelect
@cls = "draggable"
initOpts: ->
super()
@addOp... | 100652 | ###
* coffeescript-ui - Coffeescript User Interface System (CUI)
* Copyright (c) 2013 - 2016 Programmfabrik GmbH
* MIT Licence
* https://github.com/programmfabrik/coffeescript-ui, http://www.coffeescript-ui.org
###
class CUI.Draggable extends CUI.DragDropSelect
@cls = "draggable"
initOpts: ->
super()
@addOp... | true | ###
* coffeescript-ui - Coffeescript User Interface System (CUI)
* Copyright (c) 2013 - 2016 Programmfabrik GmbH
* MIT Licence
* https://github.com/programmfabrik/coffeescript-ui, http://www.coffeescript-ui.org
###
class CUI.Draggable extends CUI.DragDropSelect
@cls = "draggable"
initOpts: ->
super()
@addOp... |
[
{
"context": "# Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the GNU Affero General Public Li",
"end": 43,
"score": 0.999911904335022,
"start": 29,
"tag": "EMAIL",
"value": "contact@ppy.sh"
}
] | resources/assets/lib/play-detail-list.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 { PlayDetail } from 'play-detail'
import { createElement as el, PureComponent } from 'react'
import * as React from 'react'
import { div }... | 21198 | # 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 { PlayDetail } from 'play-detail'
import { createElement as el, PureComponent } from 'react'
import * as React from 'react'
import { div } from '... | 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 { PlayDetail } from 'play-detail'
import { createElement as el, PureComponent } from 'react'
import * as React from 'react'
import... |
[
{
"context": "xtends LayerInfo\n @shouldParse: (key) -> key is 'TySh'\n\n TRANSFORM_VALUE = ['xx', 'xy', 'yx', 'yy', 't",
"end": 246,
"score": 0.9982836246490479,
"start": 242,
"tag": "KEY",
"value": "TySh"
}
] | lib/psd/layer_info/typetool.coffee | PUGE/psd.js | 0 | _ = require 'lodash'
parseEngineData = require 'parse-engine-data'
LayerInfo = require '../layer_info.coffee'
Descriptor = require '../descriptor.coffee'
module.exports = class TextElements extends LayerInfo
@shouldParse: (key) -> key is 'TySh'
TRANSFORM_VALUE = ['xx', 'xy', 'yx', 'yy', 'tx', 'ty']
COORDS_VALUE... | 91535 | _ = require 'lodash'
parseEngineData = require 'parse-engine-data'
LayerInfo = require '../layer_info.coffee'
Descriptor = require '../descriptor.coffee'
module.exports = class TextElements extends LayerInfo
@shouldParse: (key) -> key is '<KEY>'
TRANSFORM_VALUE = ['xx', 'xy', 'yx', 'yy', 'tx', 'ty']
COORDS_VALU... | true | _ = require 'lodash'
parseEngineData = require 'parse-engine-data'
LayerInfo = require '../layer_info.coffee'
Descriptor = require '../descriptor.coffee'
module.exports = class TextElements extends LayerInfo
@shouldParse: (key) -> key is 'PI:KEY:<KEY>END_PI'
TRANSFORM_VALUE = ['xx', 'xy', 'yx', 'yy', 'tx', 'ty']
... |
[
{
"context": "\n#\n# Bot Builder SDK Github:\n# https://github.com/Microsoft/BotBuilder\n\n{ Robot, TextMessage, Message, User }",
"end": 193,
"score": 0.7812799215316772,
"start": 184,
"tag": "USERNAME",
"value": "Microsoft"
},
{
"context": "...\"\n @appId = appId\n @a... | src/adapter-middleware.coffee | stephanepiel/BotFramework-Hubot | 0 | # Copyright (c) Microsoft. All rights reserved.
# Licensed under the MIT license.
#
# Microsoft Bot Framework: http://botframework.com
#
# Bot Builder SDK Github:
# https://github.com/Microsoft/BotBuilder
{ Robot, TextMessage, Message, User } = require 'hubot'
LogPrefix = "hubot-botframework-middleware:"
class BaseM... | 35500 | # Copyright (c) Microsoft. All rights reserved.
# Licensed under the MIT license.
#
# Microsoft Bot Framework: http://botframework.com
#
# Bot Builder SDK Github:
# https://github.com/Microsoft/BotBuilder
{ Robot, TextMessage, Message, User } = require 'hubot'
LogPrefix = "hubot-botframework-middleware:"
class BaseM... | true | # Copyright (c) Microsoft. All rights reserved.
# Licensed under the MIT license.
#
# Microsoft Bot Framework: http://botframework.com
#
# Bot Builder SDK Github:
# https://github.com/Microsoft/BotBuilder
{ Robot, TextMessage, Message, User } = require 'hubot'
LogPrefix = "hubot-botframework-middleware:"
class BaseM... |
[
{
"context": " cb? _c[key]\n _key = (key) ->\n \"cache.#{_name}.#{key}\"\n class InnerCache\n ",
"end": 391,
"score": 0.9371328353881836,
"start": 383,
"tag": "KEY",
"value": "cache.#{"
},
{
"context": "ey]\n _key = (key) ->\n \"cac... | src/js/cache.coffee | GW2Treasures/gw2treasures-assets | 12 | define 'cache', ['storage'], (storage) ->
Cache = (name, storage) ->
_name = 'globalCache'
_storage =
_c = {}
_raw = (key, cb) ->
if _c[key] == undefined
storage.get (_key key), (x) =>
cb? _c[key] = new CacheObject x
else
... | 52924 | define 'cache', ['storage'], (storage) ->
Cache = (name, storage) ->
_name = 'globalCache'
_storage =
_c = {}
_raw = (key, cb) ->
if _c[key] == undefined
storage.get (_key key), (x) =>
cb? _c[key] = new CacheObject x
else
... | true | define 'cache', ['storage'], (storage) ->
Cache = (name, storage) ->
_name = 'globalCache'
_storage =
_c = {}
_raw = (key, cb) ->
if _c[key] == undefined
storage.get (_key key), (x) =>
cb? _c[key] = new CacheObject x
else
... |
[
{
"context": " 'key', {\n links: [{ bucket: 'test', key: 'doc%2$@', tag: 'next' }]\n fire: true\n overr",
"end": 1711,
"score": 0.9897633790969849,
"start": 1704,
"tag": "KEY",
"value": "doc%2$@"
},
{
"context": "meta.bucket, 'test'\n assert.equal meta.key, ... | spec/test_http_meta.coffee | geeklist/riak-js-geeklist | 1 | vows = require 'vows'
assert = require 'assert'
Meta = require '../src/http_meta'
full = {}
vows.describe('Meta for HTTP').addBatch(
'a meta with a key':
topic: ->
new Meta 'bucket', 'key'
'gives back its HTTP path': (keyed) ->
assert.equal "/riak/bucket/key", keyed.path
'a meta loaded ... | 90440 | vows = require 'vows'
assert = require 'assert'
Meta = require '../src/http_meta'
full = {}
vows.describe('Meta for HTTP').addBatch(
'a meta with a key':
topic: ->
new Meta 'bucket', 'key'
'gives back its HTTP path': (keyed) ->
assert.equal "/riak/bucket/key", keyed.path
'a meta loaded ... | true | vows = require 'vows'
assert = require 'assert'
Meta = require '../src/http_meta'
full = {}
vows.describe('Meta for HTTP').addBatch(
'a meta with a key':
topic: ->
new Meta 'bucket', 'key'
'gives back its HTTP path': (keyed) ->
assert.equal "/riak/bucket/key", keyed.path
'a meta loaded ... |
[
{
"context": " null)\n requestParams =\n password: password\n confirm_password: confirmPassword\n ",
"end": 637,
"score": 0.9991713166236877,
"start": 629,
"tag": "PASSWORD",
"value": "password"
},
{
"context": " password: password\n confirm_p... | ui/app/components/reset-password-page/reset-password-page.coffee | Metaburn/cobudget | 1 | module.exports =
url: '/reset_password?reset_password_token'
template: require('./reset-password-page.html')
reloadOnSearch: false
controller: (Dialog, LoadBar, $location, Records, $scope, Session, $stateParams, Toast) ->
$scope.formData = {}
resetPasswordToken = $stateParams.reset_password_token
... | 199108 | module.exports =
url: '/reset_password?reset_password_token'
template: require('./reset-password-page.html')
reloadOnSearch: false
controller: (Dialog, LoadBar, $location, Records, $scope, Session, $stateParams, Toast) ->
$scope.formData = {}
resetPasswordToken = $stateParams.reset_password_token
... | true | module.exports =
url: '/reset_password?reset_password_token'
template: require('./reset-password-page.html')
reloadOnSearch: false
controller: (Dialog, LoadBar, $location, Records, $scope, Session, $stateParams, Toast) ->
$scope.formData = {}
resetPasswordToken = $stateParams.reset_password_token
... |
[
{
"context": "ndicatorDefinition:\n fields:[\n name: 'theDate'\n type: 'date'\n ]\n )\n\n assert.s",
"end": 885,
"score": 0.6209664940834045,
"start": 882,
"tag": "NAME",
"value": "the"
}
] | client/test/src/models/indicator_model.coffee | unepwcmc/NRT | 0 | suite('Indicator Model')
test('when initialised with page attributes, it creates a page model with those attributes', ->
indicator = Factory.indicator(page: {})
assert.strictEqual indicator.get('page').constructor.name, 'Page'
)
test('when initialised with owner attributes, it creates an user model with
those ... | 137157 | suite('Indicator Model')
test('when initialised with page attributes, it creates a page model with those attributes', ->
indicator = Factory.indicator(page: {})
assert.strictEqual indicator.get('page').constructor.name, 'Page'
)
test('when initialised with owner attributes, it creates an user model with
those ... | true | suite('Indicator Model')
test('when initialised with page attributes, it creates a page model with those attributes', ->
indicator = Factory.indicator(page: {})
assert.strictEqual indicator.get('page').constructor.name, 'Page'
)
test('when initialised with owner attributes, it creates an user model with
those ... |
[
{
"context": "ber\n @num: 1\n\n constructor: () ->\n @name = \"Robber\"\n\n # setAssignedMemberName: (@assignedMemberName",
"end": 65,
"score": 0.9707460403442383,
"start": 59,
"tag": "NAME",
"value": "Robber"
},
{
"context": " @name = \"Robber\"\n\n # setAssignedMemberName... | scripts/robber.coffee | mpppk/hubot-onenight-werewolf | 1 | class Robber
@num: 1
constructor: () ->
@name = "Robber"
# setAssignedMemberName: (@assignedMemberName) ->
# setMemberManager: (@memberManager) ->
# 夜に表示するメッセージ
getMessageAtNight: () ->
@messageAtNight
# 夜に行う行動
workAtNight: () ->
assignedMember = @memberManager.getMemberByName(@assigned... | 51605 | class Robber
@num: 1
constructor: () ->
@name = "<NAME>"
# setAssignedMemberName: (@assignedMemberName) ->
# setMemberManager: (@memberManager) ->
# 夜に表示するメッセージ
getMessageAtNight: () ->
@messageAtNight
# 夜に行う行動
workAtNight: () ->
assignedMember = @memberManager.getMemberByName(@assigned... | true | class Robber
@num: 1
constructor: () ->
@name = "PI:NAME:<NAME>END_PI"
# setAssignedMemberName: (@assignedMemberName) ->
# setMemberManager: (@memberManager) ->
# 夜に表示するメッセージ
getMessageAtNight: () ->
@messageAtNight
# 夜に行う行動
workAtNight: () ->
assignedMember = @memberManager.getMemberBy... |
[
{
"context": "ia.org/wiki/Error_function\n# - https://github.com/ghewgill/picomath\n#\nMath.erf = (x) ->\n # Constants\n a1 =",
"end": 796,
"score": 0.9982037544250488,
"start": 788,
"tag": "USERNAME",
"value": "ghewgill"
},
{
"context": "\n x = Math.abs(x)\n\n # Formula 7.1.26 f... | src/math-extras.coffee | msmiley/math-extras | 0 |
# #### Useful mathematical functions which should be part of the JavaScript Math object.
#
# Compute conversion from degrees to radians.
#
Math.radians = (degrees) ->
degrees * Math.PI / 180
#
# Compute conversion from radians to degrees.
#
Math.degrees = (radians) ->
radians * 180 / Math.PI
#
# Obtain the si... | 155928 |
# #### Useful mathematical functions which should be part of the JavaScript Math object.
#
# Compute conversion from degrees to radians.
#
Math.radians = (degrees) ->
degrees * Math.PI / 180
#
# Compute conversion from radians to degrees.
#
Math.degrees = (radians) ->
radians * 180 / Math.PI
#
# Obtain the si... | true |
# #### Useful mathematical functions which should be part of the JavaScript Math object.
#
# Compute conversion from degrees to radians.
#
Math.radians = (degrees) ->
degrees * Math.PI / 180
#
# Compute conversion from radians to degrees.
#
Math.degrees = (radians) ->
radians * 180 / Math.PI
#
# Obtain the si... |
[
{
"context": "vice')\n\nclass NPMDetailService\n constructor: ({ @npmUsername, @npmPassword, @npmEmail })->\n @NPM_REGISTRY_A",
"end": 216,
"score": 0.8740590810775757,
"start": 205,
"tag": "USERNAME",
"value": "npmUsername"
},
{
"context": "nt = new NPMClient {\n auth:\n ... | src/services/npm-detail-service.coffee | octoblu/connector-detail-service | 0 | _ = require 'lodash'
NPMClient = require 'npm-registry-client'
debug = require('debug')('connector-detail-service:npm-detail-service')
class NPMDetailService
constructor: ({ @npmUsername, @npmPassword, @npmEmail })->
@NPM_REGISTRY_API_URL = 'https://registry.npmjs.org'
@npmClient =... | 202785 | _ = require 'lodash'
NPMClient = require 'npm-registry-client'
debug = require('debug')('connector-detail-service:npm-detail-service')
class NPMDetailService
constructor: ({ @npmUsername, @npmPassword, @npmEmail })->
@NPM_REGISTRY_API_URL = 'https://registry.npmjs.org'
@npmClient =... | true | _ = require 'lodash'
NPMClient = require 'npm-registry-client'
debug = require('debug')('connector-detail-service:npm-detail-service')
class NPMDetailService
constructor: ({ @npmUsername, @npmPassword, @npmEmail })->
@NPM_REGISTRY_API_URL = 'https://registry.npmjs.org'
@npmClient =... |
[
{
"context": "###\n#Authentication Actions\n*__Author__: Panjie SW <panjie@panjiesw.com>*\n*__Project__: ah-auth-plug",
"end": 50,
"score": 0.9998830556869507,
"start": 41,
"tag": "NAME",
"value": "Panjie SW"
},
{
"context": "#\n#Authentication Actions\n*__Author__: Panjie SW <panjie... | .src/actions/auth.coffee | manjunathkg/ah-auth-plugin | 0 | ###
#Authentication Actions
*__Author__: Panjie SW <panjie@panjiesw.com>*
*__Project__: ah-auth-plugin*
*__Company__: PanjieSW*
Defines actions related to authentication process
*********************************************
###
authenticateAction =
name: "authenticate"
description: "Authenticate a user"
inputs:... | 98762 | ###
#Authentication Actions
*__Author__: <NAME> <<EMAIL>>*
*__Project__: ah-auth-plugin*
*__Company__: PanjieSW*
Defines actions related to authentication process
*********************************************
###
authenticateAction =
name: "authenticate"
description: "Authenticate a user"
inputs:
required: ... | true | ###
#Authentication Actions
*__Author__: PI:NAME:<NAME>END_PI <PI:EMAIL:<EMAIL>END_PI>*
*__Project__: ah-auth-plugin*
*__Company__: PanjieSW*
Defines actions related to authentication process
*********************************************
###
authenticateAction =
name: "authenticate"
description: "Authenticate a u... |
[
{
"context": "Map\", ->\n\tmap = null\n\tsorter = null\n\tkey1 = name:\"Alice\", age:42\n\tkey2 = name:\"Bob\", age:43\n\tkey3 =",
"end": 169,
"score": 0.9997026920318604,
"start": 164,
"tag": "NAME",
"value": "Alice"
},
{
"context": "null\n\tkey1 = name:\"Alice\", age:42\n\t... | spec/SortedMapSpec.coffee | kennethjor/discrete | 0 | _ = require "underscore"
sinon = require "sinon"
{SortedMap, Map, Model} = require "../discrete"
describe "SortedMap", ->
map = null
sorter = null
key1 = name:"Alice", age:42
key2 = name:"Bob", age:43
key3 = name:"Charlie", age:44
val1 = floor:1, salary:1000
val2 = floor:2, salary:2000
val3 = floor:3, sa... | 10177 | _ = require "underscore"
sinon = require "sinon"
{SortedMap, Map, Model} = require "../discrete"
describe "SortedMap", ->
map = null
sorter = null
key1 = name:"<NAME>", age:42
key2 = name:"<NAME>", age:43
key3 = name:"<NAME>", age:44
val1 = floor:1, salary:1000
val2 = floor:2, salary:2000
val3 = floor:3,... | true | _ = require "underscore"
sinon = require "sinon"
{SortedMap, Map, Model} = require "../discrete"
describe "SortedMap", ->
map = null
sorter = null
key1 = name:"PI:NAME:<NAME>END_PI", age:42
key2 = name:"PI:NAME:<NAME>END_PI", age:43
key3 = name:"PI:NAME:<NAME>END_PI", age:44
val1 = floor:1, salary:1000
va... |
[
{
"context": " email = generateRandomEmail()\n username = generateRandomUsername()\n\n queue = [\n\n (next) ->\n # regis",
"end": 1962,
"score": 0.9773983955383301,
"start": 1940,
"tag": "USERNAME",
"value": "generateRandomUsername"
},
{
"context": " ... | servers/lib/server/handlers/login.test.coffee | ezgikaysi/koding | 1 | Speakeasy = require 'speakeasy'
{ async
expect
request
generateRandomEmail
generateRandomString
generateRandomUsername
checkBongoConnectivity } = require '../../../testhelper'
{ testCsrfToken } = require '../../../testhelper/handler'
{ generateLoginRequestParam... | 54839 | Speakeasy = require 'speakeasy'
{ async
expect
request
generateRandomEmail
generateRandomString
generateRandomUsername
checkBongoConnectivity } = require '../../../testhelper'
{ testCsrfToken } = require '../../../testhelper/handler'
{ generateLoginRequestParam... | true | Speakeasy = require 'speakeasy'
{ async
expect
request
generateRandomEmail
generateRandomString
generateRandomUsername
checkBongoConnectivity } = require '../../../testhelper'
{ testCsrfToken } = require '../../../testhelper/handler'
{ generateLoginRequestParam... |
[
{
"context": "icense:\n#\n# The Central Randomizer 1.3 (C) 1997 by Paul Houle (paul@honeylocust.com)\n# See: http://www.honeylo",
"end": 149,
"score": 0.9998937249183655,
"start": 139,
"tag": "NAME",
"value": "Paul Houle"
},
{
"context": "he Central Randomizer 1.3 (C) 1997 by Paul H... | src/random/seeds/paul_houle.coffee | abe33/agt | 1 | {Cloneable, Sourcable, Formattable} = require '../../mixins'
# Original Implementation License:
#
# The Central Randomizer 1.3 (C) 1997 by Paul Houle (paul@honeylocust.com)
# See: http://www.honeylocust.com/javascript/randomizer.html
# Public:
module.exports =
class PaulHoule
@include Cloneable('seed')
@include S... | 144209 | {Cloneable, Sourcable, Formattable} = require '../../mixins'
# Original Implementation License:
#
# The Central Randomizer 1.3 (C) 1997 by <NAME> (<EMAIL>)
# See: http://www.honeylocust.com/javascript/randomizer.html
# Public:
module.exports =
class PaulHoule
@include Cloneable('seed')
@include Sourcable('chancej... | true | {Cloneable, Sourcable, Formattable} = require '../../mixins'
# Original Implementation License:
#
# The Central Randomizer 1.3 (C) 1997 by PI:NAME:<NAME>END_PI (PI:EMAIL:<EMAIL>END_PI)
# See: http://www.honeylocust.com/javascript/randomizer.html
# Public:
module.exports =
class PaulHoule
@include Cloneable('seed')
... |
[
{
"context": "source.options\n key = index = keys.next()\n value = @state[\"option-#{index}",
"end": 5090,
"score": 0.6878712773323059,
"start": 5086,
"tag": "KEY",
"value": "next"
}
] | clients/widgets/product/list.cjsx | jacob22/accounting | 0 | /*
Copyright 2019 Open End AB
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, software
dis... | 207774 | /*
Copyright 2019 Open End AB
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, software
dis... | true | /*
Copyright 2019 Open End AB
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, software
dis... |
[
{
"context": "reate CriscoModel and Aux\n instances\n\n # TODO(chris): Might need to curry with\n domainConfig if Cr",
"end": 770,
"score": 0.8009651899337769,
"start": 765,
"tag": "NAME",
"value": "chris"
}
] | src/core/middleware.action/init.coffee | classdojo/crisco | 0 | ###
A collection of the first N
steps of Crisco initialization.
###
###
Let's just define the ordered middleware here. Bind each
anonymous function to this context so it get's access to
the instance variables.
###
Middleware =
###
Step 1:
-Create a namespaced __crisco variable
container on the e... | 126369 | ###
A collection of the first N
steps of Crisco initialization.
###
###
Let's just define the ordered middleware here. Bind each
anonymous function to this context so it get's access to
the instance variables.
###
Middleware =
###
Step 1:
-Create a namespaced __crisco variable
container on the e... | true | ###
A collection of the first N
steps of Crisco initialization.
###
###
Let's just define the ordered middleware here. Bind each
anonymous function to this context so it get's access to
the instance variables.
###
Middleware =
###
Step 1:
-Create a namespaced __crisco variable
container on the e... |
[
{
"context": "facts = [\n \"There used to be a street named after Chuck Norris, but it was changed because nobody crosses Chuck ",
"end": 100,
"score": 0.959043562412262,
"start": 88,
"tag": "NAME",
"value": "Chuck Norris"
},
{
"context": "the courage to tell him yet.\",\n \"Chuck ... | scripts/entertain.coffee | atf-hackathon/nick | 0 | # Description:
# File for facts
#
facts = [
"There used to be a street named after Chuck Norris, but it was changed because nobody crosses Chuck Norris and lives.",
"Chuck Norris has already been to Mars; that's why there are no signs of life.",
"Chuck Norris died 20 years ago, Death just hasn't built up the c... | 48635 | # Description:
# File for facts
#
facts = [
"There used to be a street named after <NAME>, but it was changed because nobody crosses Chuck Norris and lives.",
"Chuck Norris has already been to Mars; that's why there are no signs of life.",
"Chuck Norris died 20 years ago, Death just hasn't built up the courage... | true | # Description:
# File for facts
#
facts = [
"There used to be a street named after PI:NAME:<NAME>END_PI, but it was changed because nobody crosses Chuck Norris and lives.",
"Chuck Norris has already been to Mars; that's why there are no signs of life.",
"Chuck Norris died 20 years ago, Death just hasn't built ... |
[
{
"context": "d'\n username: config.im.client.id\n password: config.im.client.secret\n data = \n grant_type: 'password'\n username",
"end": 282,
"score": 0.9969449043273926,
"start": 259,
"tag": "PASSWORD",
"value": "config.im.client.secret"
},
{
"context": "ord'\n us... | test/specs/dp/config.coffee | twhtanghk/wdio.inhse | 0 | fs = require 'fs'
Promise = require 'bluebird'
http = Promise.promisifyAll require 'needle'
token = (client, user) ->
config = module.exports
opts =
'Content-Type': 'application/x-www-form-urlencoded'
username: config.im.client.id
password: config.im.client.secret
data =
grant_type: 'password'
... | 82268 | fs = require 'fs'
Promise = require 'bluebird'
http = Promise.promisifyAll require 'needle'
token = (client, user) ->
config = module.exports
opts =
'Content-Type': 'application/x-www-form-urlencoded'
username: config.im.client.id
password: <PASSWORD>
data =
grant_type: 'password'
username:... | true | fs = require 'fs'
Promise = require 'bluebird'
http = Promise.promisifyAll require 'needle'
token = (client, user) ->
config = module.exports
opts =
'Content-Type': 'application/x-www-form-urlencoded'
username: config.im.client.id
password: PI:PASSWORD:<PASSWORD>END_PI
data =
grant_type: 'passw... |
[
{
"context": "\n\ndnschain\nhttp://dnschain.net\n\nCopyright (c) 2013 Greg Slepak\nLicensed under the BSD 3-Clause license.\n\n###\n\n# ",
"end": 65,
"score": 0.9998682737350464,
"start": 54,
"tag": "NAME",
"value": "Greg Slepak"
}
] | src/lib/stacked-scheduler.coffee | wartron/dnschain | 1 | ###
dnschain
http://dnschain.net
Copyright (c) 2013 Greg Slepak
Licensed under the BSD 3-Clause license.
###
# TODO: go through 'TODO's!
module.exports = (dnschain) ->
# expose these into our namespace
for k of dnschain.globals
eval "var #{k} = dnschain.globals.#{k};"
class StackedScheduler
... | 25237 | ###
dnschain
http://dnschain.net
Copyright (c) 2013 <NAME>
Licensed under the BSD 3-Clause license.
###
# TODO: go through 'TODO's!
module.exports = (dnschain) ->
# expose these into our namespace
for k of dnschain.globals
eval "var #{k} = dnschain.globals.#{k};"
class StackedScheduler
... | true | ###
dnschain
http://dnschain.net
Copyright (c) 2013 PI:NAME:<NAME>END_PI
Licensed under the BSD 3-Clause license.
###
# TODO: go through 'TODO's!
module.exports = (dnschain) ->
# expose these into our namespace
for k of dnschain.globals
eval "var #{k} = dnschain.globals.#{k};"
class StackedSch... |
[
{
"context": "ileoverview Tests for no-array-index-key\n# @author Joe Lencioni\n###\n\n'use strict'\n\n# ----------------------------",
"end": 72,
"score": 0.9997994303703308,
"start": 60,
"tag": "NAME",
"value": "Joe Lencioni"
},
{
"context": "(bar, i) => React.createElement('Foo', ... | src/tests/rules/no-array-index-key.coffee | danielbayley/eslint-plugin-coffee | 21 | ###*
# @fileoverview Tests for no-array-index-key
# @author Joe Lencioni
###
'use strict'
# -----------------------------------------------------------------------------
# Requirements
# -----------------------------------------------------------------------------
rule = require 'eslint-plugin-react/lib/rules/no-arr... | 199015 | ###*
# @fileoverview Tests for no-array-index-key
# @author <NAME>
###
'use strict'
# -----------------------------------------------------------------------------
# Requirements
# -----------------------------------------------------------------------------
rule = require 'eslint-plugin-react/lib/rules/no-array-ind... | true | ###*
# @fileoverview Tests for no-array-index-key
# @author PI:NAME:<NAME>END_PI
###
'use strict'
# -----------------------------------------------------------------------------
# Requirements
# -----------------------------------------------------------------------------
rule = require 'eslint-plugin-react/lib/rule... |
[
{
"context": "\"\n data:\n email: email\n passwd: passwd\n success: (response) =>\n # Save the s",
"end": 1984,
"score": 0.8274534344673157,
"start": 1978,
"tag": "PASSWORD",
"value": "passwd"
},
{
"context": " name: name\n email: email\n ... | src/coffee/user/account.coffee | agiza/mondrian | 226 | ###
The logged-in account
strings
email: user's email address
session_token: secret token used to verify their logged-in session
lists
services: which services they have access to
default:
'local'
possibly also:
'... | 144025 | ###
The logged-in account
strings
email: user's email address
session_token: secret token used to verify their logged-in session
lists
services: which services they have access to
default:
'local'
possibly also:
'... | true | ###
The logged-in account
strings
email: user's email address
session_token: secret token used to verify their logged-in session
lists
services: which services they have access to
default:
'local'
possibly also:
'... |
[
{
"context": "###\nCopyright (c) 2014, Groupon\nAll rights reserved.\n\nRedistribution and use in s",
"end": 31,
"score": 0.9859025478363037,
"start": 24,
"tag": "NAME",
"value": "Groupon"
}
] | src/client/gscreen.coffee | Mefiso/greenscreen | 729 | ###
Copyright (c) 2014, Groupon
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 following discla... | 55230 | ###
Copyright (c) 2014, <NAME>
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 following disclai... | true | ###
Copyright (c) 2014, PI:NAME:<NAME>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 list of conditions and the fol... |
[
{
"context": "sages = []\n\ntemplate.users = []\n\ndefaultNames = [\"Killer Whale\", \"Giraffe\", \"Rabbit\", \"Polar Bear\", \"Cheetah\", \"",
"end": 281,
"score": 0.9995099902153015,
"start": 269,
"tag": "NAME",
"value": "Killer Whale"
},
{
"context": "late.users = []\n\ndefaultNam... | public/polymer.coffee | sopu/kai-jinora | 0 | template = document.querySelector('#template')
socket = io.connect document.location.origin,
reconnectionDelay: 200
reconnectionDelayMax: 1000
template.announcement = ""
template.status = 'connected'
template.messages = []
template.users = []
defaultNames = ["Killer Whale", "Giraffe", "Rabbit", "Polar Bear", "... | 24301 | template = document.querySelector('#template')
socket = io.connect document.location.origin,
reconnectionDelay: 200
reconnectionDelayMax: 1000
template.announcement = ""
template.status = 'connected'
template.messages = []
template.users = []
defaultNames = ["<NAME>", "<NAME>", "Rabbit", "Polar Bear", "Cheetah... | true | template = document.querySelector('#template')
socket = io.connect document.location.origin,
reconnectionDelay: 200
reconnectionDelayMax: 1000
template.announcement = ""
template.status = 'connected'
template.messages = []
template.users = []
defaultNames = ["PI:NAME:<NAME>END_PI", "PI:NAME:<NAME>END_PI", "Rab... |
[
{
"context": "api key for replygif.net, defaults to public key \"39YAprx5Yi\"\n#\n# Commands:\n# hubot replygif <tag> - Embed a",
"end": 212,
"score": 0.9994430541992188,
"start": 202,
"tag": "KEY",
"value": "39YAprx5Yi"
},
{
"context": "orthand for the 'replygif' command\n#\n# Aut... | src/scripts/replygif.coffee | contolini/hubot-scripts | 1,450 | # Description:
# Show ReplyGifs based on tags. See http://replygif.net.
#
# Dependencies:
# None
#
# Configuration:
# HUBOT_REPLYGIF_API_KEY: the api key for replygif.net, defaults to public key "39YAprx5Yi"
#
# Commands:
# hubot replygif <tag> - Embed a random ReplyGif with the given tag.
# hubot replygif me... | 150548 | # Description:
# Show ReplyGifs based on tags. See http://replygif.net.
#
# Dependencies:
# None
#
# Configuration:
# HUBOT_REPLYGIF_API_KEY: the api key for replygif.net, defaults to public key "<KEY>"
#
# Commands:
# hubot replygif <tag> - Embed a random ReplyGif with the given tag.
# hubot replygif me <tag... | true | # Description:
# Show ReplyGifs based on tags. See http://replygif.net.
#
# Dependencies:
# None
#
# Configuration:
# HUBOT_REPLYGIF_API_KEY: the api key for replygif.net, defaults to public key "PI:KEY:<KEY>END_PI"
#
# Commands:
# hubot replygif <tag> - Embed a random ReplyGif with the given tag.
# hubot rep... |
[
{
"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.9999221563339233,
"start": 178,
"tag": "EMAIL",
"value": "info@chaibio.com"
}
] | frontend/javascripts/app/services/test_in_progress_helper.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... | 108515 | ###
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... |
[
{
"context": " and: \"và\"\n back: \"trở lại\",\n changePassword: \"Đổi mật khẩu\"\n choosePassword: \"Chọn một mật khẩu\"\n clickAgr",
"end": 127,
"score": 0.9991682767868042,
"start": 115,
"tag": "PASSWORD",
"value": "Đổi mật khẩu"
},
{
"context": "changePassword: \"Đổi mật kh... | t9n/vi.coffee | tnedich/meteor-accounts-t9n | 0 | #Language: Vietnamese
#Translators: olragon
vi =
add: "thêm"
and: "và"
back: "trở lại",
changePassword: "Đổi mật khẩu"
choosePassword: "Chọn một mật khẩu"
clickAgree: "Bằng cách nhấn vào Đăng ký, bạn đã đồng ý với"
configure: "Cấu hình"
createAccount: "Tạo Tài khoản"
currentPassword: "Mật khẩu hiện ... | 16239 | #Language: Vietnamese
#Translators: olragon
vi =
add: "thêm"
and: "và"
back: "trở lại",
changePassword: "<PASSWORD>"
choosePassword: "<PASSWORD>"
clickAgree: "Bằng cách nhấn vào Đăng ký, bạn đã đồng ý với"
configure: "Cấu hình"
createAccount: "Tạo Tài khoản"
currentPassword: "<PASSWORD>"
dontHaveA... | true | #Language: Vietnamese
#Translators: olragon
vi =
add: "thêm"
and: "và"
back: "trở lại",
changePassword: "PI:PASSWORD:<PASSWORD>END_PI"
choosePassword: "PI:PASSWORD:<PASSWORD>END_PI"
clickAgree: "Bằng cách nhấn vào Đăng ký, bạn đã đồng ý với"
configure: "Cấu hình"
createAccount: "Tạo Tài khoản"
curre... |
[
{
"context": "h\n nr = 0\n R = []\n keys = [ '^word', '^fun', '^text', '^something', ]\n last_idx = ",
"end": 3909,
"score": 0.9268066883087158,
"start": 3903,
"tag": "KEY",
"value": "'^word"
},
{
"context": " = 0\n R = []\n keys = [ '^word... | src/data-providers.coffee | loveencounterflow/hengist | 0 |
'use strict'
############################################################################################################
CND = require 'cnd'
rpr = CND.rpr
badge = 'BENCHMARKS'
debug = CND.get_logger 'debug', badge
warn ... | 56069 |
'use strict'
############################################################################################################
CND = require 'cnd'
rpr = CND.rpr
badge = 'BENCHMARKS'
debug = CND.get_logger 'debug', badge
warn ... | true |
'use strict'
############################################################################################################
CND = require 'cnd'
rpr = CND.rpr
badge = 'BENCHMARKS'
debug = CND.get_logger 'debug', badge
warn ... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.