entities listlengths 1 44.6k | max_stars_repo_path stringlengths 6 160 | max_stars_repo_name stringlengths 6 66 | max_stars_count int64 0 47.9k | content stringlengths 18 1.04M | id stringlengths 1 6 | new_content stringlengths 18 1.04M | modified bool 1
class | references stringlengths 32 1.52M |
|---|---|---|---|---|---|---|---|---|
[
{
"context": ".test.ref\n\n \"Testing `convex.ref`.\"\n\n {:author \"Adam Helinski\"}\n\n (:require [clojure.test :as T]\n [",
"end": 73,
"score": 0.9987145662307739,
"start": 60,
"tag": "NAME",
"value": "Adam Helinski"
}
] | project/cvm/src/clj/test/convex/test/ref.clj | rosejn/convex.cljc | 30 | (ns convex.test.ref
"Testing `convex.ref`."
{:author "Adam Helinski"}
(:require [clojure.test :as T]
[convex.db :as $.db]
[convex.cell :as $.cell]
[convex.read :as $.read]
[convex.ref :as $.ref])
(:refer-clojure :exclude [hash
... | 31011 | (ns convex.test.ref
"Testing `convex.ref`."
{:author "<NAME>"}
(:require [clojure.test :as T]
[convex.db :as $.db]
[convex.cell :as $.cell]
[convex.read :as $.read]
[convex.ref :as $.ref])
(:refer-clojure :exclude [hash
resolv... | true | (ns convex.test.ref
"Testing `convex.ref`."
{:author "PI:NAME:<NAME>END_PI"}
(:require [clojure.test :as T]
[convex.db :as $.db]
[convex.cell :as $.cell]
[convex.read :as $.read]
[convex.ref :as $.ref])
(:refer-clojure :exclude [hash
... |
[
{
"context": "ns under the License.\n;;\n;; Copyright © 2013-2022, Kenneth Leung. All rights reserved.\n\n(ns czlab.test.basal.io\n\n ",
"end": 597,
"score": 0.9998559951782227,
"start": 584,
"tag": "NAME",
"value": "Kenneth Leung"
}
] | src/test/clojure/czlab/test/basal/io.clj | llnek/xlib | 0 | ;; 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
;; distributed ... | 81863 | ;; 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
;; distributed ... | true | ;; 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
;; distributed ... |
[
{
"context": "; MIT License\n;\n; Copyright (c) 2017 Frederic Merizen\n;\n; Permission is hereby granted, free of charge,",
"end": 53,
"score": 0.999829888343811,
"start": 37,
"tag": "NAME",
"value": "Frederic Merizen"
}
] | src/plumula/soles/task_pipeline.clj | plumula/soles | 0 | ; MIT License
;
; Copyright (c) 2017 Frederic Merizen
;
; Permission is hereby granted, free of charge, to any person obtaining a copy
; of this software and associated documentation files (the "Software"), to deal
; in the Software without restriction, including without limitation the rights
; to use, copy, modify, me... | 74871 | ; MIT License
;
; Copyright (c) 2017 <NAME>
;
; Permission is hereby granted, free of charge, to any person obtaining a copy
; of this software and associated documentation files (the "Software"), to deal
; in the Software without restriction, including without limitation the rights
; to use, copy, modify, merge, publi... | true | ; MIT License
;
; Copyright (c) 2017 PI:NAME:<NAME>END_PI
;
; Permission is hereby granted, free of charge, to any person obtaining a copy
; of this software and associated documentation files (the "Software"), to deal
; in the Software without restriction, including without limitation the rights
; to use, copy, modify... |
[
{
"context": ";;\n;;\n;; Copyright 2013 Netflix, Inc.\n;;\n;; Licensed under the Apache Lic",
"end": 28,
"score": 0.9323139190673828,
"start": 25,
"tag": "NAME",
"value": "Net"
}
] | src/test/clojure/pigpen/join_test.clj | magomimmo/PigPen | 1 | ;;
;;
;; Copyright 2013 Netflix, Inc.
;;
;; 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 ap... | 30069 | ;;
;;
;; Copyright 2013 <NAME>flix, Inc.
;;
;; 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... | true | ;;
;;
;; Copyright 2013 PI:NAME:<NAME>END_PIflix, Inc.
;;
;; 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
;;
;; Unle... |
[
{
"context": "-placeholder\n \"user@example.com\")\n :required true}]]\n ",
"end": 2212,
"score": 0.9999043345451355,
"start": 2196,
"tag": "EMAIL",
"value": "user@example.com"
}
] | src/feedback_box/core.cljs | wildwestrom/feedback-box-component | 0 | (ns feedback-box.core
(:require [ajax.core :refer [POST]]
[rum.core :as rum]))
(defn send-data [endpoint]
(let [*aft* (.getAttribute (. js/document (getElementById "aft")) "data-aft")
in (.-value (. js/document (getElementById "feedback-input")))]
(POST endpoint
{:params {:fee... | 8873 | (ns feedback-box.core
(:require [ajax.core :refer [POST]]
[rum.core :as rum]))
(defn send-data [endpoint]
(let [*aft* (.getAttribute (. js/document (getElementById "aft")) "data-aft")
in (.-value (. js/document (getElementById "feedback-input")))]
(POST endpoint
{:params {:fee... | true | (ns feedback-box.core
(:require [ajax.core :refer [POST]]
[rum.core :as rum]))
(defn send-data [endpoint]
(let [*aft* (.getAttribute (. js/document (getElementById "aft")) "data-aft")
in (.-value (. js/document (getElementById "feedback-input")))]
(POST endpoint
{:params {:fee... |
[
{
"context": " [fipp \"0.6.8\"]\n [pjstadig/humane-test-output \"0.10.0\" :scope \"test\"]\n ",
"end": 1437,
"score": 0.7479913234710693,
"start": 1431,
"tag": "USERNAME",
"value": "stadig"
},
{
"context": "ources\"\n :url \"https://... | build.boot | elasticpath/rest-resource-viz | 4 | (set-env! :source-paths #{"dev"})
(require '[boot.util :as util]
'[clojure.java.io :as io]
'[clojure.string :as str]
'[boot])
(def repositories [["maven-central" {:url "https://repo1.maven.org/maven2/"
:snapshots false
... | 84086 | (set-env! :source-paths #{"dev"})
(require '[boot.util :as util]
'[clojure.java.io :as io]
'[clojure.string :as str]
'[boot])
(def repositories [["maven-central" {:url "https://repo1.maven.org/maven2/"
:snapshots false
... | true | (set-env! :source-paths #{"dev"})
(require '[boot.util :as util]
'[clojure.java.io :as io]
'[clojure.string :as str]
'[boot])
(def repositories [["maven-central" {:url "https://repo1.maven.org/maven2/"
:snapshots false
... |
[
{
"context": "re-enter password:\"]\n (password-field \"rp-too\")\n [:br](submit-button \"Submit\")]))\n\n(",
"end": 5682,
"score": 0.9973514080047607,
"start": 5676,
"tag": "PASSWORD",
"value": "rp-too"
}
] | data/train/clojure/482671e38730ea0e5a6e5847a2408363cae5d96fcommon.clj | harshp8l/deep-learning-lang-detection | 84 | (ns tinyforum.views.common
(:require [noir.response :as resp])
(:require [noir.session :as sess])
(:require [tinyforum.models.users :as users])
(:require [noir.util.crypt :as crypt])
(:use [noir.core :only [defpartial defpage]]
[tinyforum.util.utils]
[tinyforum.models.static :only [get-masthea... | 109991 | (ns tinyforum.views.common
(:require [noir.response :as resp])
(:require [noir.session :as sess])
(:require [tinyforum.models.users :as users])
(:require [noir.util.crypt :as crypt])
(:use [noir.core :only [defpartial defpage]]
[tinyforum.util.utils]
[tinyforum.models.static :only [get-masthea... | true | (ns tinyforum.views.common
(:require [noir.response :as resp])
(:require [noir.session :as sess])
(:require [tinyforum.models.users :as users])
(:require [noir.util.crypt :as crypt])
(:use [noir.core :only [defpartial defpage]]
[tinyforum.util.utils]
[tinyforum.models.static :only [get-masthea... |
[
{
"context": ";; Copyright © 2015-2021 Esko Luontola\n;; This software is released under the Apache Lic",
"end": 38,
"score": 0.9998826384544373,
"start": 25,
"tag": "NAME",
"value": "Esko Luontola"
}
] | src/territory_bro/infra/event_store.clj | 3breadt/territory-bro | 2 | ;; Copyright © 2015-2021 Esko Luontola
;; This software is released under the Apache License 2.0.
;; The license text is at http://www.apache.org/licenses/LICENSE-2.0
(ns territory-bro.infra.event-store
(:require [clojure.java.jdbc :as jdbc]
[territory-bro.events :as events]
[territory-bro.in... | 66777 | ;; Copyright © 2015-2021 <NAME>
;; This software is released under the Apache License 2.0.
;; The license text is at http://www.apache.org/licenses/LICENSE-2.0
(ns territory-bro.infra.event-store
(:require [clojure.java.jdbc :as jdbc]
[territory-bro.events :as events]
[territory-bro.infra.con... | true | ;; Copyright © 2015-2021 PI:NAME:<NAME>END_PI
;; This software is released under the Apache License 2.0.
;; The license text is at http://www.apache.org/licenses/LICENSE-2.0
(ns territory-bro.infra.event-store
(:require [clojure.java.jdbc :as jdbc]
[territory-bro.events :as events]
[territory... |
[
{
"context": "rat_val name)))\n\n(ratings-coll)\n\n(def proba {:5 {:Marko 2 :Jelena 3}})\n\n(get (get proba :5) :Marko)\n\n(def",
"end": 748,
"score": 0.9980816841125488,
"start": 743,
"tag": "NAME",
"value": "Marko"
},
{
"context": "ame)))\n\n(ratings-coll)\n\n(def proba {:5 {:Marko... | src/blog/routes/pearson.clj | VukTheBeast/Blog | 0 | (ns blog.routes.pearson
(:require [compojure.core :refer :all]
;;helper
[blog.routes.helper :as helper]
;;validacija
[noir.validation :refer [rule errors? has-value? on-error]]
;;baza
[blog.models.db :as db]))
(db/read-ratings)
(db/get-rating... | 12409 | (ns blog.routes.pearson
(:require [compojure.core :refer :all]
;;helper
[blog.routes.helper :as helper]
;;validacija
[noir.validation :refer [rule errors? has-value? on-error]]
;;baza
[blog.models.db :as db]))
(db/read-ratings)
(db/get-rating... | true | (ns blog.routes.pearson
(:require [compojure.core :refer :all]
;;helper
[blog.routes.helper :as helper]
;;validacija
[noir.validation :refer [rule errors? has-value? on-error]]
;;baza
[blog.models.db :as db]))
(db/read-ratings)
(db/get-rating... |
[
{
"context": "[{:name \"Tobi\"\n :id 9\n ; Week number, time in hours\n :availa",
"end": 13,
"score": 0.9996058344841003,
"start": 9,
"tag": "NAME",
"value": "Tobi"
},
{
"context": "[\"02.09.2019\" 11]\n [\"03.09.2019\" 11]]}\n {:name \"Nils\"\n :id 10\n :availability\n [[\"1... | plain-planner/clojure/resources/projects_templates/test3/people.clj | danielmarreirosdeoliveira/prototypes | 0 | [{:name "Tobi"
:id 9
; Week number, time in hours
:availability
[["19.08.2019" 10]
["22.08.2019" 10]
["23.08.2019" 10]
["31.08.2019" 8]
["01.09.2019" 12]
["02.09.2019" 11]
["03.09.2019" 11]]}
{:name "Nils"
:id 10
:availability
[["19.08.2019" 10]
["22.08.2019" 10]
["23.08.2019" 10]... | 61042 | [{:name "<NAME>"
:id 9
; Week number, time in hours
:availability
[["19.08.2019" 10]
["22.08.2019" 10]
["23.08.2019" 10]
["31.08.2019" 8]
["01.09.2019" 12]
["02.09.2019" 11]
["03.09.2019" 11]]}
{:name "<NAME>"
:id 10
:availability
[["19.08.2019" 10]
["22.08.2019" 10]
["23.08.2019"... | true | [{:name "PI:NAME:<NAME>END_PI"
:id 9
; Week number, time in hours
:availability
[["19.08.2019" 10]
["22.08.2019" 10]
["23.08.2019" 10]
["31.08.2019" 8]
["01.09.2019" 12]
["02.09.2019" 11]
["03.09.2019" 11]]}
{:name "PI:NAME:<NAME>END_PI"
:id 10
:availability
[["19.08.2019" 10]
["22.0... |
[
{
"context": "rum/cascalog-user\"\n :post \"cascalog-user@googlegroups.com\"}\n :dependencies [~@DEPENDENCIES]\n ",
"end": 617,
"score": 0.9999168515205383,
"start": 587,
"tag": "EMAIL",
"value": "cascalog-user@googlegroups.com"
},
{
"context": "\... | project.clj | alexrobbins/cascalog | 0 | (def VERSION (slurp "VERSION"))
(def MODULES (-> "MODULES" slurp (.split "\n")))
(def DEPENDENCIES (for [m MODULES] [(symbol (str "cascalog/" m)) VERSION]))
(eval `(defproject cascalog/cascalog ~VERSION
:description "Hadoop without the Hassle."
:url "http://www.cascalog.org"
:license {:name ... | 4354 | (def VERSION (slurp "VERSION"))
(def MODULES (-> "MODULES" slurp (.split "\n")))
(def DEPENDENCIES (for [m MODULES] [(symbol (str "cascalog/" m)) VERSION]))
(eval `(defproject cascalog/cascalog ~VERSION
:description "Hadoop without the Hassle."
:url "http://www.cascalog.org"
:license {:name ... | true | (def VERSION (slurp "VERSION"))
(def MODULES (-> "MODULES" slurp (.split "\n")))
(def DEPENDENCIES (for [m MODULES] [(symbol (str "cascalog/" m)) VERSION]))
(eval `(defproject cascalog/cascalog ~VERSION
:description "Hadoop without the Hassle."
:url "http://www.cascalog.org"
:license {:name ... |
[
{
"context": "f-gold-standard\n (test-data/create-user! {:eppn \"alice\" :commonName \"Alice Applicant\" :mail \"alice@examp",
"end": 597,
"score": 0.9987075328826904,
"start": 592,
"tag": "NAME",
"value": "alice"
},
{
"context": "est-data/create-user! {:eppn \"alice\" :commonName \... | test/clj/rems/test_pdf.clj | juholehtonen/rems | 0 | (ns ^:integration rems.test-pdf
(:require [clj-time.core :as time]
[clojure.test :refer :all]
[rems.db.applications :as applications]
[rems.db.test-data :as test-data]
[rems.db.testing :refer [test-db-fixture rollback-db-fixture]]
[rems.pdf :as pdf]
... | 69346 | (ns ^:integration rems.test-pdf
(:require [clj-time.core :as time]
[clojure.test :refer :all]
[rems.db.applications :as applications]
[rems.db.test-data :as test-data]
[rems.db.testing :refer [test-db-fixture rollback-db-fixture]]
[rems.pdf :as pdf]
... | true | (ns ^:integration rems.test-pdf
(:require [clj-time.core :as time]
[clojure.test :refer :all]
[rems.db.applications :as applications]
[rems.db.test-data :as test-data]
[rems.db.testing :refer [test-db-fixture rollback-db-fixture]]
[rems.pdf :as pdf]
... |
[
{
"context": "ge, London, All rights reserved.\n;\n; Contributors: Jony Hudson\n;\n; Released under the MIT license..\n;\n\n(ns algeb",
"end": 137,
"score": 0.999813437461853,
"start": 126,
"tag": "NAME",
"value": "Jony Hudson"
}
] | test/algebolic/expression/expression_test.clj | AlgorithmicScience/algebolic | 19 | ;
; This file is part of algebolic.
;
; Copyright (C) 2014-, Imperial College, London, All rights reserved.
;
; Contributors: Jony Hudson
;
; Released under the MIT license..
;
(ns algebolic.expression.expression-test
(:use [clojure.test])
(:require [algebolic.expression.interpreter :as interpreter]))
;; * Helper... | 34547 | ;
; This file is part of algebolic.
;
; Copyright (C) 2014-, Imperial College, London, All rights reserved.
;
; Contributors: <NAME>
;
; Released under the MIT license..
;
(ns algebolic.expression.expression-test
(:use [clojure.test])
(:require [algebolic.expression.interpreter :as interpreter]))
;; * Helper func... | true | ;
; This file is part of algebolic.
;
; Copyright (C) 2014-, Imperial College, London, All rights reserved.
;
; Contributors: PI:NAME:<NAME>END_PI
;
; Released under the MIT license..
;
(ns algebolic.expression.expression-test
(:use [clojure.test])
(:require [algebolic.expression.interpreter :as interpreter]))
;;... |
[
{
"context": "dbezknjgkanktnzqbxwl.supabase.co\")\n\n(def api-key \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJyb2xlIjoiYW5vbiIsImlhdCI6MTYzOTQzMTkyMiwiZXhwIjoxOTU1MDA3OTIyfQ.ra7jdBsHq9UMIa-gQvH-IT2O6ALdD6iZ_lY7mv_EMHE\")\n\n(defonce client (atom (createClient api-url ap",
"end": 407,
"score": 0.9997808337... | src/com/example/supabase.cljs | theianjones/fulcro-should-i-train | 3 | (ns com.example.supabase
(:require ["@supabase/supabase-js" :refer (createClient)]
[cljs.core.async :refer [go]]
[cljs.core.async.interop :refer-macros [<p!]]))
(def api-url "https://dbezknjgkanktnzqbxwl.supabase.co")
(def api-key "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJyb2xlIjoiYW5vbiIsIml... | 32383 | (ns com.example.supabase
(:require ["@supabase/supabase-js" :refer (createClient)]
[cljs.core.async :refer [go]]
[cljs.core.async.interop :refer-macros [<p!]]))
(def api-url "https://dbezknjgkanktnzqbxwl.supabase.co")
(def api-key "<KEY>")
(defonce client (atom (createClient api-url api-key... | true | (ns com.example.supabase
(:require ["@supabase/supabase-js" :refer (createClient)]
[cljs.core.async :refer [go]]
[cljs.core.async.interop :refer-macros [<p!]]))
(def api-url "https://dbezknjgkanktnzqbxwl.supabase.co")
(def api-key "PI:KEY:<KEY>END_PI")
(defonce client (atom (createClient ap... |
[
{
"context": "orrectly parses json params\"\n (is (= {:name \"Foo\"\n :config {:page 1\n ",
"end": 1246,
"score": 0.5662758946418762,
"start": 1243,
"tag": "NAME",
"value": "Foo"
}
] | test/ohmycards/web/services/cards_grid_profile_manager/impl/create_test.cljs | vitorqb/oh-my-cards-web | 1 | (ns ohmycards.web.services.cards-grid-profile-manager.impl.create-test
(:require [cljs.core.async :as a]
[cljs.test :refer-macros [are async deftest is testing use-fixtures]]
[ohmycards.web.kws.cards-grid.config.core :as kws.config]
[ohmycards.web.kws.cards-grid.profile.core :as kw... | 53951 | (ns ohmycards.web.services.cards-grid-profile-manager.impl.create-test
(:require [cljs.core.async :as a]
[cljs.test :refer-macros [are async deftest is testing use-fixtures]]
[ohmycards.web.kws.cards-grid.config.core :as kws.config]
[ohmycards.web.kws.cards-grid.profile.core :as kw... | true | (ns ohmycards.web.services.cards-grid-profile-manager.impl.create-test
(:require [cljs.core.async :as a]
[cljs.test :refer-macros [are async deftest is testing use-fixtures]]
[ohmycards.web.kws.cards-grid.config.core :as kws.config]
[ohmycards.web.kws.cards-grid.profile.core :as kw... |
[
{
"context": " :genre :horror}\n {:name \"Daredevil\"\n :episode-count 20\n :r",
"end": 519,
"score": 0.9998688697814941,
"start": 510,
"tag": "NAME",
"value": "Daredevil"
},
{
"context": " :genre :action}\n {:... | src/intro/netflix.clj | Ceega/clojure-intro | 0 | (ns intro.netflix)
;; Higher-order functions are functions that either take functions as arguments
;; or return them. They are used for many things in functional programming. This
;; namespace is used to demonstrate how loops are often avoided in functional
;; programming.
;; An example data: vector of maps. Maps are... | 30241 | (ns intro.netflix)
;; Higher-order functions are functions that either take functions as arguments
;; or return them. They are used for many things in functional programming. This
;; namespace is used to demonstrate how loops are often avoided in functional
;; programming.
;; An example data: vector of maps. Maps are... | true | (ns intro.netflix)
;; Higher-order functions are functions that either take functions as arguments
;; or return them. They are used for many things in functional programming. This
;; namespace is used to demonstrate how loops are often avoided in functional
;; programming.
;; An example data: vector of maps. Maps are... |
[
{
"context": "t [fd (select-api-version 520)\n keys [\"bar\" \"bar1\" \"bar2\" \"car\"]\n value \"1\"]\n (wit",
"end": 854,
"score": 0.9966867566108704,
"start": 851,
"tag": "KEY",
"value": "bar"
},
{
"context": " (select-api-version 520)\n keys [\"bar\... | test/clj_foundationdb/core_test.clj | tirkarthi/clj-foundationdb | 16 | (ns clj-foundationdb.core-test
(:import (com.apple.foundationdb Database)
(com.apple.foundationdb FDB)
(com.apple.foundationdb Range)
(com.apple.foundationdb.tuple Tuple)
(java.nio ByteBuffer))
(:require [clojure.test :refer :all]
[clj-foundationdb.core :refer... | 4269 | (ns clj-foundationdb.core-test
(:import (com.apple.foundationdb Database)
(com.apple.foundationdb FDB)
(com.apple.foundationdb Range)
(com.apple.foundationdb.tuple Tuple)
(java.nio ByteBuffer))
(:require [clojure.test :refer :all]
[clj-foundationdb.core :refer... | true | (ns clj-foundationdb.core-test
(:import (com.apple.foundationdb Database)
(com.apple.foundationdb FDB)
(com.apple.foundationdb Range)
(com.apple.foundationdb.tuple Tuple)
(java.nio ByteBuffer))
(:require [clojure.test :refer :all]
[clj-foundationdb.core :refer... |
[
{
"context": ";;;;;;;;;;;;;;;;;;;;;;;;;;;\n;; Copyright (c) 2008, J. Bester\n;; All rights reserved.\n;;\n;; Redistribution and ",
"end": 429,
"score": 0.9998566508293152,
"start": 420,
"tag": "NAME",
"value": "J. Bester"
}
] | src/cljext/math.clj | jbester/cljext | 9 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; File : math.clj
;; Function : Math library
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; Send comments or questions to code at freshlime dot org
;; $Id: cdf88d6d1eed9dd1e3c3527247965ccb27b50c21 $
;;... | 111851 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; File : math.clj
;; Function : Math library
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; Send comments or questions to code at freshlime dot org
;; $Id: cdf88d6d1eed9dd1e3c3527247965ccb27b50c21 $
;;... | true | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; File : math.clj
;; Function : Math library
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; Send comments or questions to code at freshlime dot org
;; $Id: cdf88d6d1eed9dd1e3c3527247965ccb27b50c21 $
;;... |
[
{
"context": ";; Dark Flow\n;;\n;; (C) 2013 g/christensen (gchristnsn@gmail.com)\n\n(ns kuroi.fron",
"end": 29,
"score": 0.7922248244285583,
"start": 28,
"tag": "NAME",
"value": "g"
},
{
"context": ";; Dark Flow\n;;\n;; (C) 2013 g/christensen (gchristnsn@gmail.com)\n\n(ns kuroi.front... | clojure/cljs/kuroi/frontend.cljs | GChristensen/dark-flow | 4 | ;; Dark Flow
;;
;; (C) 2013 g/christensen (gchristnsn@gmail.com)
(ns kuroi.frontend
(:require
[kuroi.io :as io]
[kuroi.base :as base]
[kuroi.render :as rdr]
[kuroi.backend :as bk]
[kuroi.page-parser :as pp]
[kuroi.settings :as opts]
[clojure.string :as str]
[clojure.browser.repl :as repl]
... | 26999 | ;; Dark Flow
;;
;; (C) 2013 <NAME>/ch<NAME> (<EMAIL>)
(ns kuroi.frontend
(:require
[kuroi.io :as io]
[kuroi.base :as base]
[kuroi.render :as rdr]
[kuroi.backend :as bk]
[kuroi.page-parser :as pp]
[kuroi.settings :as opts]
[clojure.string :as str]
[clojure.browser.repl :as repl]
[cljs.read... | true | ;; Dark Flow
;;
;; (C) 2013 PI:NAME:<NAME>END_PI/chPI:NAME:<NAME>END_PI (PI:EMAIL:<EMAIL>END_PI)
(ns kuroi.frontend
(:require
[kuroi.io :as io]
[kuroi.base :as base]
[kuroi.render :as rdr]
[kuroi.backend :as bk]
[kuroi.page-parser :as pp]
[kuroi.settings :as opts]
[clojure.string :as str]
[c... |
[
{
"context": "reate {:DBInstanceIdentifier \"a\" :MasterUsername \"foo\" :MasterUserPassword \"bar\"}))))\n (is (thrown-wit",
"end": 402,
"score": 0.8158199787139893,
"start": 399,
"tag": "USERNAME",
"value": "foo"
},
{
"context": "er \"a\" :MasterUsername \"foo\" :MasterUserPasswor... | test/stack_mitosis/predict_test.clj | dgtized/stack-mitosis | 1 | (ns stack-mitosis.predict-test
(:require [stack-mitosis.predict :as p]
[stack-mitosis.operations :as op]
[clojure.test :refer :all]))
(deftest create
(is (= [{:DBInstanceIdentifier "a"}]
(p/predict [] (op/create {:DBInstanceIdentifier "a"}))))
(is (= [{:DBInstanceIdentifier "a"}]... | 59137 | (ns stack-mitosis.predict-test
(:require [stack-mitosis.predict :as p]
[stack-mitosis.operations :as op]
[clojure.test :refer :all]))
(deftest create
(is (= [{:DBInstanceIdentifier "a"}]
(p/predict [] (op/create {:DBInstanceIdentifier "a"}))))
(is (= [{:DBInstanceIdentifier "a"}]... | true | (ns stack-mitosis.predict-test
(:require [stack-mitosis.predict :as p]
[stack-mitosis.operations :as op]
[clojure.test :refer :all]))
(deftest create
(is (= [{:DBInstanceIdentifier "a"}]
(p/predict [] (op/create {:DBInstanceIdentifier "a"}))))
(is (= [{:DBInstanceIdentifier "a"}]... |
[
{
"context": "-util]))\r\n\r\n(def records [\r\n { :id 1\r\n :name \"test-user\"\r\n :encrypted_password \"jgMGBQa8DwKN1UzMlg2iTO",
"end": 203,
"score": 0.9994601607322693,
"start": 194,
"tag": "USERNAME",
"value": "test-user"
},
{
"context": "\r\n :name \"test-user\"\r\n ... | test/test/fixtures/user.clj | cryptocurrent/Dark-Exchange | 36 | (ns test.fixtures.user
(:use darkexchange.database.util)
(:require [test.init :as test-init]
[test.fixtures.util :as fixtures-util]))
(def records [
{ :id 1
:name "test-user"
:encrypted_password "jgMGBQa8DwKN1UzMlg2iTOPW7TI6xx5CzOWjWczChYg=" ; the test password is "password"
:sal... | 96772 | (ns test.fixtures.user
(:use darkexchange.database.util)
(:require [test.init :as test-init]
[test.fixtures.util :as fixtures-util]))
(def records [
{ :id 1
:name "test-user"
:encrypted_password "<PASSWORD>=" ; the test password is "<PASSWORD>"
:salt "<PASSWORD>"
:encrypted_... | true | (ns test.fixtures.user
(:use darkexchange.database.util)
(:require [test.init :as test-init]
[test.fixtures.util :as fixtures-util]))
(def records [
{ :id 1
:name "test-user"
:encrypted_password "PI:PASSWORD:<PASSWORD>END_PI=" ; the test password is "PI:PASSWORD:<PASSWORD>END_PI"
... |
[
{
"context": "he Precipice library.\"\n :url \"https://github.com/tbrooks8/Beehive\"\n :license {:name \"Apache License, Versi",
"end": 160,
"score": 0.9854997396469116,
"start": 152,
"tag": "USERNAME",
"value": "tbrooks8"
},
{
"context": ".org/licenses/LICENSE-2.0\"}\n :signing {... | project.clj | tbrooks8/fault | 2 | (defproject net.uncontended/beehive "0.7.1-SNAPSHOT"
:description "Beehive is a Clojure facade for the Precipice library."
:url "https://github.com/tbrooks8/Beehive"
:license {:name "Apache License, Version 2.0"
:url "http://www.apache.org/licenses/LICENSE-2.0"}
:signing {:gpg-key "tim@uncontended.n... | 81102 | (defproject net.uncontended/beehive "0.7.1-SNAPSHOT"
:description "Beehive is a Clojure facade for the Precipice library."
:url "https://github.com/tbrooks8/Beehive"
:license {:name "Apache License, Version 2.0"
:url "http://www.apache.org/licenses/LICENSE-2.0"}
:signing {:gpg-key "<EMAIL>"}
:java... | true | (defproject net.uncontended/beehive "0.7.1-SNAPSHOT"
:description "Beehive is a Clojure facade for the Precipice library."
:url "https://github.com/tbrooks8/Beehive"
:license {:name "Apache License, Version 2.0"
:url "http://www.apache.org/licenses/LICENSE-2.0"}
:signing {:gpg-key "PI:EMAIL:<EMAIL>E... |
[
{
"context": " [[zensols.nlparse.parse/parse]].\"\n :author \"Paul Landes\"}\n zensols.nlparse.feature.lang\n (:require [c",
"end": 197,
"score": 0.9998925924301147,
"start": 186,
"tag": "NAME",
"value": "Paul Landes"
}
] | src/clojure/zensols/nlparse/feature/lang.clj | plandes/clj-nlp-parse | 33 | (ns ^{:doc "Feature utility functions. In this library, all references to
`panon` stand for *parsed annotation*, which is returned
from [[zensols.nlparse.parse/parse]]."
:author "Paul Landes"}
zensols.nlparse.feature.lang
(:require [clojure.tools.logging :as log]
[clojure.pprint :refer (pprint)... | 100978 | (ns ^{:doc "Feature utility functions. In this library, all references to
`panon` stand for *parsed annotation*, which is returned
from [[zensols.nlparse.parse/parse]]."
:author "<NAME>"}
zensols.nlparse.feature.lang
(:require [clojure.tools.logging :as log]
[clojure.pprint :refer (pprint)]
... | true | (ns ^{:doc "Feature utility functions. In this library, all references to
`panon` stand for *parsed annotation*, which is returned
from [[zensols.nlparse.parse/parse]]."
:author "PI:NAME:<NAME>END_PI"}
zensols.nlparse.feature.lang
(:require [clojure.tools.logging :as log]
[clojure.pprint :refer... |
[
{
"context": ":reference-time (time/t -2 2013 2 12 4 30 0)}\n\n \"maintenant\"\n \"tout de suite\"\n (datetime 2013 2 12 4 30 00)",
"end": 140,
"score": 0.7502827644348145,
"start": 130,
"tag": "NAME",
"value": "maintenant"
},
{
"context": "me 2013 2 18 :day-of-week 1 :day 18 :mon... | resources/languages/fr/corpus/time.clj | guivn/duckling | 922 | (; Context map
; Tuesday Feb 12, 2013 at 4:30am is the "now" for the tests
{:reference-time (time/t -2 2013 2 12 4 30 0)}
"maintenant"
"tout de suite"
(datetime 2013 2 12 4 30 00)
"aujourd'hui"
"ce jour"
"dans la journée"
"en ce moment"
(datetime 2013 2 12)
"hier"
"le jour d'avant"
"le jour... | 80001 | (; Context map
; Tuesday Feb 12, 2013 at 4:30am is the "now" for the tests
{:reference-time (time/t -2 2013 2 12 4 30 0)}
"<NAME>"
"tout de suite"
(datetime 2013 2 12 4 30 00)
"aujourd'hui"
"ce jour"
"dans la journée"
"en ce moment"
(datetime 2013 2 12)
"hier"
"le jour d'avant"
"le jour pré... | true | (; Context map
; Tuesday Feb 12, 2013 at 4:30am is the "now" for the tests
{:reference-time (time/t -2 2013 2 12 4 30 0)}
"PI:NAME:<NAME>END_PI"
"tout de suite"
(datetime 2013 2 12 4 30 00)
"aujourd'hui"
"ce jour"
"dans la journée"
"en ce moment"
(datetime 2013 2 12)
"hier"
"le jour d'avant"
... |
[
{
"context": "-256 HMAC.\"\n (let [hmac-key (SecretKeySpec. key \"HmacSHA256\")\n hmac (doto (Mac/getInstance \"HmacSHA256",
"end": 238,
"score": 0.998953640460968,
"start": 228,
"tag": "KEY",
"value": "HmacSHA256"
}
] | src/auth/signature.clj | peterromfeldhk/clj-cfn | 0 | (ns auth.signature
(:import
javax.crypto.Mac
javax.crypto.spec.SecretKeySpec))
(defn sign [key data]
"Returns the signature of a string with a given key, using a SHA-256 HMAC."
(let [hmac-key (SecretKeySpec. key "HmacSHA256")
hmac (doto (Mac/getInstance "HmacSHA256") (.init hmac-key))]
(.doFi... | 87434 | (ns auth.signature
(:import
javax.crypto.Mac
javax.crypto.spec.SecretKeySpec))
(defn sign [key data]
"Returns the signature of a string with a given key, using a SHA-256 HMAC."
(let [hmac-key (SecretKeySpec. key "<KEY>")
hmac (doto (Mac/getInstance "HmacSHA256") (.init hmac-key))]
(.doFinal h... | true | (ns auth.signature
(:import
javax.crypto.Mac
javax.crypto.spec.SecretKeySpec))
(defn sign [key data]
"Returns the signature of a string with a given key, using a SHA-256 HMAC."
(let [hmac-key (SecretKeySpec. key "PI:KEY:<KEY>END_PI")
hmac (doto (Mac/getInstance "HmacSHA256") (.init hmac-key))]
... |
[
{
"context": " \"CREATE USER IF NOT EXISTS GUEST PASSWORD 'guest';\"\n ;; Keep DB open until",
"end": 2197,
"score": 0.8910830020904541,
"start": 2192,
"tag": "PASSWORD",
"value": "guest"
}
] | c#-metabase/test/metabase/models/table_test.clj | hanakhry/Crime_Admin | 0 | (ns metabase.models.table-test
(:require [clojure.java.jdbc :as jdbc]
[clojure.test :refer :all]
[metabase.models.table :as table :refer [Table]]
[metabase.sync :as sync]
[metabase.test :as mt]
[metabase.test.data.one-off-dbs :as one-off-dbs]
[to... | 101883 | (ns metabase.models.table-test
(:require [clojure.java.jdbc :as jdbc]
[clojure.test :refer :all]
[metabase.models.table :as table :refer [Table]]
[metabase.sync :as sync]
[metabase.test :as mt]
[metabase.test.data.one-off-dbs :as one-off-dbs]
[to... | true | (ns metabase.models.table-test
(:require [clojure.java.jdbc :as jdbc]
[clojure.test :refer :all]
[metabase.models.table :as table :refer [Table]]
[metabase.sync :as sync]
[metabase.test :as mt]
[metabase.test.data.one-off-dbs :as one-off-dbs]
[to... |
[
{
"context": " \"Ubuntu\"\n :loginUser \"ubuntu\"\n :sudo true\n\n ",
"end": 1185,
"score": 0.9995869994163513,
"start": 1179,
"tag": "USERNAME",
"value": "ubuntu"
},
{
"context": " \"great-stuff\"}\n\n :au... | cimi-resources/test/com/sixsq/slipstream/ssclj/resources/module_lifecycle_test.clj | slipstream/SlipStreamServer | 6 | (ns com.sixsq.slipstream.ssclj.resources.module-lifecycle-test
(:require
[clojure.data.json :as json]
[clojure.test :refer [are deftest is use-fixtures]]
[com.sixsq.slipstream.ssclj.app.params :as p]
[com.sixsq.slipstream.ssclj.middleware.authn-info-header :refer [authn-info-header]]
[com.sixsq.sl... | 54629 | (ns com.sixsq.slipstream.ssclj.resources.module-lifecycle-test
(:require
[clojure.data.json :as json]
[clojure.test :refer [are deftest is use-fixtures]]
[com.sixsq.slipstream.ssclj.app.params :as p]
[com.sixsq.slipstream.ssclj.middleware.authn-info-header :refer [authn-info-header]]
[com.sixsq.sl... | true | (ns com.sixsq.slipstream.ssclj.resources.module-lifecycle-test
(:require
[clojure.data.json :as json]
[clojure.test :refer [are deftest is use-fixtures]]
[com.sixsq.slipstream.ssclj.app.params :as p]
[com.sixsq.slipstream.ssclj.middleware.authn-info-header :refer [authn-info-header]]
[com.sixsq.sl... |
[
{
"context": "by-path [:name] field/change {:person/first-name \"John\"\n ",
"end": 2292,
"score": 0.9998527765274048,
"start": 2288,
"tag": "NAME",
"value": "John"
},
{
"context": " :person/last-name \"Doe\... | test/vlad_validation_test.cljc | mainej/f-form | 0 | (ns vlad-validation-test
(:require #?(:clj [clojure.test :as t]
:cljs [cljs.test :as t :include-macros true])
[f-form.field :as field]
[f-form.field-tracker :as tracker]
[f-form.form :as form]
[f-form.validation :as validation]
[f-form.validat... | 4127 | (ns vlad-validation-test
(:require #?(:clj [clojure.test :as t]
:cljs [cljs.test :as t :include-macros true])
[f-form.field :as field]
[f-form.field-tracker :as tracker]
[f-form.form :as form]
[f-form.validation :as validation]
[f-form.validat... | true | (ns vlad-validation-test
(:require #?(:clj [clojure.test :as t]
:cljs [cljs.test :as t :include-macros true])
[f-form.field :as field]
[f-form.field-tracker :as tracker]
[f-form.form :as form]
[f-form.validation :as validation]
[f-form.validat... |
[
{
"context": " :service \"host\"\n :access-key \"AKIDEXAMPLE\"\n :secret-key \"wJalrXUtnFEMI/K7MDENG",
"end": 2156,
"score": 0.9995169639587402,
"start": 2145,
"tag": "KEY",
"value": "AKIDEXAMPLE"
},
{
"context": "cess-key \"AKIDEXAMPLE\"\n ... | test/aws_sig4/core_test.clj | zarkone/aws-sig4 | 1 | (ns aws-sig4.core-test
(:require [clojure.test :refer :all]
[clojure.java.io :as io]
[clojure.string :as str]
[clj-http.client :as http]
[aws-sig4.auth :as auth]
[aws-sig4.middleware :as aws-sig4]
[clj-time.format :as format]
[clj-tim... | 100103 | (ns aws-sig4.core-test
(:require [clojure.test :refer :all]
[clojure.java.io :as io]
[clojure.string :as str]
[clj-http.client :as http]
[aws-sig4.auth :as auth]
[aws-sig4.middleware :as aws-sig4]
[clj-time.format :as format]
[clj-tim... | true | (ns aws-sig4.core-test
(:require [clojure.test :refer :all]
[clojure.java.io :as io]
[clojure.string :as str]
[clj-http.client :as http]
[aws-sig4.auth :as auth]
[aws-sig4.middleware :as aws-sig4]
[clj-time.format :as format]
[clj-tim... |
[
{
"context": ";; MIT License\n;;\n;; Copyright (c) 2018 Anthony Johnson\n;;\n;;Permission is hereby granted, free of charge",
"end": 55,
"score": 0.9998496174812317,
"start": 40,
"tag": "NAME",
"value": "Anthony Johnson"
}
] | type0ChomskyGrammarProver.clj | trj2059/type0ChomskyGrammarProver | 0 | ;; MIT License
;;
;; Copyright (c) 2018 Anthony Johnson
;;
;;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, modi... | 100461 | ;; MIT License
;;
;; Copyright (c) 2018 <NAME>
;;
;;Permission is hereby granted, free of charge, to any person obtaining a copy
;;of this software and associated documentation files (the "Software"), to deal
;;in the Software without restriction, including without limitation the rights to
;;use, copy, modify, merge... | true | ;; MIT License
;;
;; Copyright (c) 2018 PI:NAME:<NAME>END_PI
;;
;;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": "========================\n; Copyright (C) 2021-2022 Radislav (Radicchio) Golubtsov\n;\n; (See the LICENSE file at the top o",
"end": 541,
"score": 0.9425910711288452,
"start": 522,
"tag": "NAME",
"value": "Radislav (Radicchio"
},
{
"context": "===\n; Copyright (C) 2021-... | src/com/transroutownish/proto/bus/core.clj | rgolubtsov/transroutownish-proto-bus-clojure | 0 | ;
; src/com/transroutownish/proto/bus/core.clj
; =============================================================================
; Urban bus routing microservice prototype (Clojure port). Version 0.15.1
; =============================================================================
; A daemon written in Clojure, designed... | 15629 | ;
; src/com/transroutownish/proto/bus/core.clj
; =============================================================================
; Urban bus routing microservice prototype (Clojure port). Version 0.15.1
; =============================================================================
; A daemon written in Clojure, designed... | true | ;
; src/com/transroutownish/proto/bus/core.clj
; =============================================================================
; Urban bus routing microservice prototype (Clojure port). Version 0.15.1
; =============================================================================
; A daemon written in Clojure, designed... |
[
{
"context": "id 1\n :account/name \"Bob\"\n :account/password \"letmein\"}",
"end": 888,
"score": 0.9984013438224792,
"start": 885,
"tag": "NAME",
"value": "Bob"
},
{
"context": " \"Bob\"\n :account/password \"le... | src/main/app/model/mock_database.clj | fulcrologic/fulcro-expermental-template | 0 | (ns app.model.mock-database
"This is a mock database implemented via Datascript, which runs completely in memory, has few deps, and requires
less setup than Datomic itself. Its API is very close to Datomics, and for a demo app makes it possible to have the
*look* of a real back-end without having quite the amoun... | 1329 | (ns app.model.mock-database
"This is a mock database implemented via Datascript, which runs completely in memory, has few deps, and requires
less setup than Datomic itself. Its API is very close to Datomics, and for a demo app makes it possible to have the
*look* of a real back-end without having quite the amoun... | true | (ns app.model.mock-database
"This is a mock database implemented via Datascript, which runs completely in memory, has few deps, and requires
less setup than Datomic itself. Its API is very close to Datomics, and for a demo app makes it possible to have the
*look* of a real back-end without having quite the amoun... |
[
{
"context": ";; Copyright (c) Nicola Mometto, Rich Hickey & contributors.\n;; The use and dis",
"end": 33,
"score": 0.9998517632484436,
"start": 19,
"tag": "NAME",
"value": "Nicola Mometto"
},
{
"context": ";; Copyright (c) Nicola Mometto, Rich Hickey & contributors.\n;; The... | src/lucid/legacy/analyzer/passes/jvm/validate.clj | willcohen/lucidity | 3 | ;; Copyright (c) Nicola Mometto, Rich Hickey & contributors.
;; The use and distribution terms for this software are covered by the
;; Eclipse Public License 1.0 (http://opensource.org/licenses/eclipse-1.0.php)
;; which can be found in the file epl-v10.html at the root of this distribution.
;; By using this s... | 93451 | ;; Copyright (c) <NAME>, <NAME> & contributors.
;; The use and distribution terms for this software are covered by the
;; Eclipse Public License 1.0 (http://opensource.org/licenses/eclipse-1.0.php)
;; which can be found in the file epl-v10.html at the root of this distribution.
;; By using this software in an... | true | ;; Copyright (c) PI:NAME:<NAME>END_PI, PI:NAME:<NAME>END_PI & contributors.
;; The use and distribution terms for this software are covered by the
;; Eclipse Public License 1.0 (http://opensource.org/licenses/eclipse-1.0.php)
;; which can be found in the file epl-v10.html at the root of this distribution.
;; ... |
[
{
"context": "hấm 23 đô la\"\n\"hai phẩy 23 đô\"\n(money 2.23 \"$\")\n\n\"mười đồng\"\n(money 10 \"đồng\")\n\n\"10,000 đồng\"\n\"10K đồng\"\n\"10k",
"end": 420,
"score": 0.8358927965164185,
"start": 411,
"tag": "NAME",
"value": "mười đồng"
}
] | resources/languages/vi/corpus/finance.clj | guivn/duckling | 922 | (
{}
"$10"
"10$"
"mười đô"
"mười đô la"
"mười đô mỹ"
(money 10 "$")
;"under $15"
;"no more than 15$"
;"no greater than 15$"
;"less than fifteen dollars"
;(money 15 "$" "<")
"mười xen"
"mười xu"
(money 10 "cent")
"$10,000"
"10K$"
"$10k"
(money 10000 "$")
"USD1.23"
(money 1.23 "USD")
"2 đô la và 23 xen"
"hai đô la... | 102679 | (
{}
"$10"
"10$"
"mười đô"
"mười đô la"
"mười đô mỹ"
(money 10 "$")
;"under $15"
;"no more than 15$"
;"no greater than 15$"
;"less than fifteen dollars"
;(money 15 "$" "<")
"mười xen"
"mười xu"
(money 10 "cent")
"$10,000"
"10K$"
"$10k"
(money 10000 "$")
"USD1.23"
(money 1.23 "USD")
"2 đô la và 23 xen"
"hai đô la... | true | (
{}
"$10"
"10$"
"mười đô"
"mười đô la"
"mười đô mỹ"
(money 10 "$")
;"under $15"
;"no more than 15$"
;"no greater than 15$"
;"less than fifteen dollars"
;(money 15 "$" "<")
"mười xen"
"mười xu"
(money 10 "cent")
"$10,000"
"10K$"
"$10k"
(money 10000 "$")
"USD1.23"
(money 1.23 "USD")
"2 đô la và 23 xen"
"hai đô la... |
[
{
"context": "tocol \"postgresql\"\n :subname \"events\"\n :user \"pgusr\"\n :password \"pgusr\"\n :host \"127.0.0.1\"\n :db \"even",
"end": 493,
"score": 0.533657431602478,
"start": 488,
"tag": "USERNAME",
"value": "pgusr"
},
{
"context": " :subname \"events\"\n :user \"pgus... | src/kinesis2/db.clj | bcambel/kinesis2 | 0 | (ns kinesis2.db
(:require [clojure.java.jdbc :as jdbc]
[com.stuartsierra.component :as component]
[honeysql.core :as sql]
[honeysql.helpers :refer :all]
[taoensso.timbre :as log]
[cheshire.core :refer :all]
[taoensso.carmine :as redis]
[kinesis2.utils :refer [in? epoch->datetime <urlsafe-s... | 80019 | (ns kinesis2.db
(:require [clojure.java.jdbc :as jdbc]
[com.stuartsierra.component :as component]
[honeysql.core :as sql]
[honeysql.helpers :refer :all]
[taoensso.timbre :as log]
[cheshire.core :refer :all]
[taoensso.carmine :as redis]
[kinesis2.utils :refer [in? epoch->datetime <urlsafe-s... | true | (ns kinesis2.db
(:require [clojure.java.jdbc :as jdbc]
[com.stuartsierra.component :as component]
[honeysql.core :as sql]
[honeysql.helpers :refer :all]
[taoensso.timbre :as log]
[cheshire.core :refer :all]
[taoensso.carmine :as redis]
[kinesis2.utils :refer [in? epoch->datetime <urlsafe-s... |
[
{
"context": "; Copyright 2009, 2010, 2011 Howard M. Lewis Ship\n;\n; Licensed under the Apache License, Version 2.",
"end": 49,
"score": 0.9998589754104614,
"start": 29,
"tag": "NAME",
"value": "Howard M. Lewis Ship"
}
] | src/cascade/fail.clj | hlship/cascade | 8 | ; Copyright 2009, 2010, 2011 Howard M. Lewis Ship
;
; 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 agree... | 46020 | ; Copyright 2009, 2010, 2011 <NAME>
;
; 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 writin... | true | ; Copyright 2009, 2010, 2011 PI:NAME:<NAME>END_PI
;
; 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 agree... |
[
{
"context": "(ns ^{:author \"Leeor Engel\"}\n chapter-2.chapter-2-q6-test\n (:require [cloj",
"end": 26,
"score": 0.9998868107795715,
"start": 15,
"tag": "NAME",
"value": "Leeor Engel"
}
] | Clojure/test/chapter_2/chapter_2_q6_test.clj | Kiandr/crackingcodinginterview | 0 | (ns ^{:author "Leeor Engel"}
chapter-2.chapter-2-q6-test
(:require [clojure.test :refer :all]
[data-structures.linked-list :refer :all]
[chapter-2.chapter-2-q6 :refer :all]))
(deftest palindrome-test
(is (palindrome? (create-linked-list [1])))
(is (palindrome? (create-linked-list [1 1])... | 10588 | (ns ^{:author "<NAME>"}
chapter-2.chapter-2-q6-test
(:require [clojure.test :refer :all]
[data-structures.linked-list :refer :all]
[chapter-2.chapter-2-q6 :refer :all]))
(deftest palindrome-test
(is (palindrome? (create-linked-list [1])))
(is (palindrome? (create-linked-list [1 1])))
... | true | (ns ^{:author "PI:NAME:<NAME>END_PI"}
chapter-2.chapter-2-q6-test
(:require [clojure.test :refer :all]
[data-structures.linked-list :refer :all]
[chapter-2.chapter-2-q6 :refer :all]))
(deftest palindrome-test
(is (palindrome? (create-linked-list [1])))
(is (palindrome? (create-linked-li... |
[
{
"context": "\"text-muted\"}\n \"Clojure Meetup Düsseldorf \"\n (dom/a #js {:href \"https://twitter.c",
"end": 1945,
"score": 0.5144962072372437,
"start": 1944,
"tag": "NAME",
"value": "f"
},
{
"context": " (dom/a #js {:href \"https://twitter.com/clojur... | src/todo/core.cljs | n2o/todo-cljs | 1 | (ns todo.core
(:require [goog.dom :as gdom]
[om.next :as om :refer-macros [defui]]
[om.dom :as dom]))
(def init-data
{:counter 0
:todo/items [{:title "Liste irgendwie darstellen" :done? true}
{:title "Per Klick Items abhaken" :done? false}
{:title "Abgesch... | 90223 | (ns todo.core
(:require [goog.dom :as gdom]
[om.next :as om :refer-macros [defui]]
[om.dom :as dom]))
(def init-data
{:counter 0
:todo/items [{:title "Liste irgendwie darstellen" :done? true}
{:title "Per Klick Items abhaken" :done? false}
{:title "Abgesch... | true | (ns todo.core
(:require [goog.dom :as gdom]
[om.next :as om :refer-macros [defui]]
[om.dom :as dom]))
(def init-data
{:counter 0
:todo/items [{:title "Liste irgendwie darstellen" :done? true}
{:title "Per Klick Items abhaken" :done? false}
{:title "Abgesch... |
[
{
"context": "sting \"get all pets\"\n (is (= {:pets [{:name \"Uber\" :type \"dog\"} {:name \"Pinpolho\" :type \"cat\"}]}\n ",
"end": 685,
"score": 0.9992610216140747,
"start": 681,
"tag": "NAME",
"value": "Uber"
},
{
"context": "(is (= {:pets [{:name \"Uber\" :type \"dog\"} {:... | test/moclojer/edn_test.clj | avelino/moclojer | 35 | (ns moclojer.edn-test
(:require [cheshire.core :as json]
[clojure.test :refer [deftest is testing]]
[io.pedestal.http :as http]
[io.pedestal.test :refer [response-for]]
[moclojer.router :as router]))
(deftest dynamic-endpoint-edn
(let [service-fn (-> {::http/routes ... | 424 | (ns moclojer.edn-test
(:require [cheshire.core :as json]
[clojure.test :refer [deftest is testing]]
[io.pedestal.http :as http]
[io.pedestal.test :refer [response-for]]
[moclojer.router :as router]))
(deftest dynamic-endpoint-edn
(let [service-fn (-> {::http/routes ... | true | (ns moclojer.edn-test
(:require [cheshire.core :as json]
[clojure.test :refer [deftest is testing]]
[io.pedestal.http :as http]
[io.pedestal.test :refer [response-for]]
[moclojer.router :as router]))
(deftest dynamic-endpoint-edn
(let [service-fn (-> {::http/routes ... |
[
{
"context": "ear))\n\n(defn first-callback [o, id]\n (log \"Hello, Arcadia\"))\n",
"end": 107,
"score": 0.98907470703125,
"start": 100,
"tag": "NAME",
"value": "Arcadia"
}
] | arcadia-test-new/Assets/minimal/core.clj | spPT-2018/language-benchmark | 0 | (ns minimal.core
(:use arcadia.core arcadia.linear))
(defn first-callback [o, id]
(log "Hello, Arcadia"))
| 19775 | (ns minimal.core
(:use arcadia.core arcadia.linear))
(defn first-callback [o, id]
(log "Hello, <NAME>"))
| true | (ns minimal.core
(:use arcadia.core arcadia.linear))
(defn first-callback [o, id]
(log "Hello, PI:NAME:<NAME>END_PI"))
|
[
{
"context": "\n\t\t :subprotocol \"postgresql\"\n\t\t :subname (str \"//127.0.0.1:5432/\" dbname)\n\t ;; :user \"demoworks\"\n\t\t ;; :",
"end": 195,
"score": 0.9714893698692322,
"start": 186,
"tag": "IP_ADDRESS",
"value": "127.0.0.1"
},
{
"context": " (str \"//127.0.0.1:5432/\"... | todo-list/src/todo_list/list.clj | croeder/To-Do-List | 0 | (ns todo-list.list
(:require [clojure.java.jdbc :as jdbc]))
(def dbname "democracy_works")
(def db {:classname "org.postgresql.Driver"
:subprotocol "postgresql"
:subname (str "//127.0.0.1:5432/" dbname)
;; :user "demoworks"
;; :password "cap10"
:user "postgres"
})
(defn drop-list-table []
(j... | 125019 | (ns todo-list.list
(:require [clojure.java.jdbc :as jdbc]))
(def dbname "democracy_works")
(def db {:classname "org.postgresql.Driver"
:subprotocol "postgresql"
:subname (str "//127.0.0.1:5432/" dbname)
;; :user "demoworks"
;; :password "<PASSWORD>"
:user "postgres"
})
(defn drop-list-table [... | true | (ns todo-list.list
(:require [clojure.java.jdbc :as jdbc]))
(def dbname "democracy_works")
(def db {:classname "org.postgresql.Driver"
:subprotocol "postgresql"
:subname (str "//127.0.0.1:5432/" dbname)
;; :user "demoworks"
;; :password "PI:PASSWORD:<PASSWORD>END_PI"
:user "postgres"
})
(defn... |
[
{
"context": "(ns ^{:doc \"Tests for filter.clj\"\n :author \"Eric Weinstein <eric.q.weinstein@gmail.com>\"}\n quixote.filter-t",
"end": 63,
"score": 0.9998828768730164,
"start": 49,
"tag": "NAME",
"value": "Eric Weinstein"
},
{
"context": "ts for filter.clj\"\n :author \"... | test/quixote/filter_test.clj | ericqweinstein/quixote | 0 | (ns ^{:doc "Tests for filter.clj"
:author "Eric Weinstein <eric.q.weinstein@gmail.com>"}
quixote.filter-test
(:require [clojure.test :refer :all]
[midje.sweet :refer :all]
[quixote.filter :refer :all]))
(facts "About book availability"
(fact "It knows when a book is available")
... | 52091 | (ns ^{:doc "Tests for filter.clj"
:author "<NAME> <<EMAIL>>"}
quixote.filter-test
(:require [clojure.test :refer :all]
[midje.sweet :refer :all]
[quixote.filter :refer :all]))
(facts "About book availability"
(fact "It knows when a book is available")
(#'quixote.filter/has? "In ... | true | (ns ^{:doc "Tests for filter.clj"
:author "PI:NAME:<NAME>END_PI <PI:EMAIL:<EMAIL>END_PI>"}
quixote.filter-test
(:require [clojure.test :refer :all]
[midje.sweet :refer :all]
[quixote.filter :refer :all]))
(facts "About book availability"
(fact "It knows when a book is available")
... |
[
{
"context": "and reading data from different formats\n;; @author Antonio Garrote\n;;\n\n(ns #^{:author \"Antonio Garrote <antoniogarro",
"end": 80,
"score": 0.9998946189880371,
"start": 65,
"tag": "NAME",
"value": "Antonio Garrote"
},
{
"context": "ts\n;; @author Antonio Garrote\n;;... | src/clj_ml/io.clj | yogsototh/clj-ml | 114 | ;;
;; Storing and reading data from different formats
;; @author Antonio Garrote
;;
(ns #^{:author "Antonio Garrote <antoniogarrote@gmail.com>"}
clj-ml.io
"Functions for reading and saving datasets, classifiers and clusterers to files and other
persistence mechanisms."
(:import (weka.core.converters CSVLoader... | 60736 | ;;
;; Storing and reading data from different formats
;; @author <NAME>
;;
(ns #^{:author "<NAME> <<EMAIL>>"}
clj-ml.io
"Functions for reading and saving datasets, classifiers and clusterers to files and other
persistence mechanisms."
(:import (weka.core.converters CSVLoader ArffLoader XRFFLoader LibSVMLoader... | true | ;;
;; Storing and reading data from different formats
;; @author PI:NAME:<NAME>END_PI
;;
(ns #^{:author "PI:NAME:<NAME>END_PI <PI:EMAIL:<EMAIL>END_PI>"}
clj-ml.io
"Functions for reading and saving datasets, classifiers and clusterers to files and other
persistence mechanisms."
(:import (weka.core.converters C... |
[
{
"context": ";; Copyright (c) Jeffrey Straszheim. All rights reserved. The use and\n;; distributi",
"end": 36,
"score": 0.9998761415481567,
"start": 18,
"tag": "NAME",
"value": "Jeffrey Straszheim"
},
{
"context": "il)\n;; Created 10 March 2009\n\n\n(ns\n #^{:author \"Jeffrey S... | ThirdParty/clojure-contrib-1.1.0/src/clojure/contrib/dataflow.clj | allertonm/Couverjure | 3 | ;; Copyright (c) Jeffrey Straszheim. All rights reserved. The use and
;; distribution terms for this software are covered by the Eclipse Public
;; License 1.0 (http://opensource.org/licenses/eclipse-1.0.php) which can
;; be found in the file epl-v10.html at the root of this distribution. By
;; using this softwar... | 87728 | ;; Copyright (c) <NAME>. All rights reserved. The use and
;; distribution terms for this software are covered by the Eclipse Public
;; License 1.0 (http://opensource.org/licenses/eclipse-1.0.php) which can
;; be found in the file epl-v10.html at the root of this distribution. By
;; using this software in any fas... | true | ;; Copyright (c) PI:NAME:<NAME>END_PI. All rights reserved. The use and
;; distribution terms for this software are covered by the Eclipse Public
;; License 1.0 (http://opensource.org/licenses/eclipse-1.0.php) which can
;; be found in the file epl-v10.html at the root of this distribution. By
;; using this softw... |
[
{
"context": "ipulating session state from\n https://github.com/ring-clojure/ring/wiki/Sessions\"\n [{session :session}]\n (let",
"end": 818,
"score": 0.9992569088935852,
"start": 806,
"tag": "USERNAME",
"value": "ring-clojure"
},
{
"context": "resources/server.keystore\"\n ;... | src/demo/web.clj | ck/jasper-test | 0 | (ns demo.web
(:require [immutant.web :as web]
[immutant.web.async :as async]
[immutant.web.middleware :as mw]
[demo.web.sse :as sse]
[demo.web.http-kit-comparison :as hk]
[compojure.route :as route]... | 62968 | (ns demo.web
(:require [immutant.web :as web]
[immutant.web.async :as async]
[immutant.web.middleware :as mw]
[demo.web.sse :as sse]
[demo.web.http-kit-comparison :as hk]
[compojure.route :as route]... | true | (ns demo.web
(:require [immutant.web :as web]
[immutant.web.async :as async]
[immutant.web.middleware :as mw]
[demo.web.sse :as sse]
[demo.web.http-kit-comparison :as hk]
[compojure.route :as route]... |
[
{
"context": "(frame :title \"Hello\",\n :content \"Hello, Seesaw\",\n :on-close :exit)\n pack!\n sho",
"end": 138,
"score": 0.914088249206543,
"start": 132,
"tag": "NAME",
"value": "Seesaw"
}
] | gui/src/gui/core.clj | miroslavvidovic/learning-clojure | 0 | (ns gui.core
(:use seesaw.core))
(defn -main [& args]
(invoke-later
(-> (frame :title "Hello",
:content "Hello, Seesaw",
:on-close :exit)
pack!
show!)))
| 947 | (ns gui.core
(:use seesaw.core))
(defn -main [& args]
(invoke-later
(-> (frame :title "Hello",
:content "Hello, <NAME>",
:on-close :exit)
pack!
show!)))
| true | (ns gui.core
(:use seesaw.core))
(defn -main [& args]
(invoke-later
(-> (frame :title "Hello",
:content "Hello, PI:NAME:<NAME>END_PI",
:on-close :exit)
pack!
show!)))
|
[
{
"context": "https://adventofcode.com/2020/day/11\n;; author: Vitor SRG (vitorssrg@gmail.com)\n;; date: 2021-01-07\n;;",
"end": 226,
"score": 0.999896764755249,
"start": 217,
"tag": "NAME",
"value": "Vitor SRG"
},
{
"context": "ntofcode.com/2020/day/11\n;; author: Vitor S... | aoc2020/d11/main.clj | vitorsrg/advent-of-code | 0 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; domain: Advent of Code 2020
;; challenge: Day 11: Seating System
;; url: https://adventofcode.com/2020/day/11
;; author: Vitor SRG (vitorssrg@gmail.com)
;; date: 2021-01-07
;; execution: $ bash ./aoc2020/run.sh d11 < [I... | 22482 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; domain: Advent of Code 2020
;; challenge: Day 11: Seating System
;; url: https://adventofcode.com/2020/day/11
;; author: <NAME> (<EMAIL>)
;; date: 2021-01-07
;; execution: $ bash ./aoc2020/run.sh d11 < [INPUT_FILE]
;; e... | true | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; domain: Advent of Code 2020
;; challenge: Day 11: Seating System
;; url: https://adventofcode.com/2020/day/11
;; author: PI:NAME:<NAME>END_PI (PI:EMAIL:<EMAIL>END_PI)
;; date: 2021-01-07
;; execution: $ bash ./aoc2020/r... |
[
{
"context": " (cljs.core/clj->js {:key (rand-int 9999)}) {}\n (tiltont",
"end": 1442,
"score": 0.5134631991386414,
"start": 1439,
"tag": "KEY",
"value": "int"
},
{
"context": " (cljs.core/clj->js {:key (rand-int 9999)}) {}\... | cljs/expo/matrixrn/src/main/matrixrn/matrixrn.clj | kennytilton/matrix | 84 | (ns matrixrn.matrixrn)
; useEffect(() => {
; window.addEventListener('mousemove', () => {});
;
; // returned function will be called on component unmount
; return () => {
; window.removeEventListener('mousemove', () => {})
; }
;}, [])
(defmacro component-with-hooks [& body]
`(fn []
(let [[~'_ set-state#]... | 103294 | (ns matrixrn.matrixrn)
; useEffect(() => {
; window.addEventListener('mousemove', () => {});
;
; // returned function will be called on component unmount
; return () => {
; window.removeEventListener('mousemove', () => {})
; }
;}, [])
(defmacro component-with-hooks [& body]
`(fn []
(let [[~'_ set-state#]... | true | (ns matrixrn.matrixrn)
; useEffect(() => {
; window.addEventListener('mousemove', () => {});
;
; // returned function will be called on component unmount
; return () => {
; window.removeEventListener('mousemove', () => {})
; }
;}, [])
(defmacro component-with-hooks [& body]
`(fn []
(let [[~'_ set-state#]... |
[
{
"context": " (setter \"example\")))\n (is (= {:data \"example@example.com\"\n :errors nil}\n (setter \"exa",
"end": 16077,
"score": 0.9998639225959778,
"start": 16058,
"tag": "EMAIL",
"value": "example@example.com"
},
{
"context": "com\"\n ... | test/cljs/content_store/content_store/atom_test.cljs | retro/content-store | 2 | (ns content-store.content-store.atom-test
(:require [cljs.test :refer-macros [is are deftest testing use-fixtures]]
[content-store.core :as cs]
[content-store.content-store.atom :as atom]
[cljsjs.moment]))
(defn make-setter
([extends-type] (make-setter extends-type {}))
([exte... | 54359 | (ns content-store.content-store.atom-test
(:require [cljs.test :refer-macros [is are deftest testing use-fixtures]]
[content-store.core :as cs]
[content-store.content-store.atom :as atom]
[cljsjs.moment]))
(defn make-setter
([extends-type] (make-setter extends-type {}))
([exte... | true | (ns content-store.content-store.atom-test
(:require [cljs.test :refer-macros [is are deftest testing use-fixtures]]
[content-store.core :as cs]
[content-store.content-store.atom :as atom]
[cljsjs.moment]))
(defn make-setter
([extends-type] (make-setter extends-type {}))
([exte... |
[
{
"context": "com\"\r\n \"mncdn.com\"\r\n \"wootric.com\"\r\n \"donjohnston.net\"\r\n \"wfxtriggers.com\"\r\n \"bankofamerica.c",
"end": 28360,
"score": 0.600779116153717,
"start": 28352,
"tag": "USERNAME",
"value": "johnston"
},
{
"context": " \"mncdn.com\"\r\n \"w... | src/main/ampie/background/top_10k_domains.cljs | posobin/ampie | 37 | (ns ampie.background.top-10k-domains)
(def top-10k-domains
#{"google.com"
"meet.google.com"
"maps.google.com"
"mail.google.com"
"images.google.com"
"news.google.com"
"video.google.com"
"books.google.com"
"docs.google.com"
"translate.google.com"
"scholar.google.com... | 3487 | (ns ampie.background.top-10k-domains)
(def top-10k-domains
#{"google.com"
"meet.google.com"
"maps.google.com"
"mail.google.com"
"images.google.com"
"news.google.com"
"video.google.com"
"books.google.com"
"docs.google.com"
"translate.google.com"
"scholar.google.com... | true | (ns ampie.background.top-10k-domains)
(def top-10k-domains
#{"google.com"
"meet.google.com"
"maps.google.com"
"mail.google.com"
"images.google.com"
"news.google.com"
"video.google.com"
"books.google.com"
"docs.google.com"
"translate.google.com"
"scholar.google.com... |
[
{
"context": ")\n (:import (java.util Properties)))\n\n(def key1 \"language\")\n(def val1 \"clojure\")\n(def key2 \"year\")\n(def val",
"end": 308,
"score": 0.9949795603752136,
"start": 300,
"tag": "KEY",
"value": "language"
},
{
"context": "l Properties)))\n\n(def key1 \"language\"... | test/bridge/connectors/kafka/kafka_test.clj | thr0n/clojure2flink | 5 | (ns bridge.connectors.kafka.kafka-test
(:use clojure.test)
(:require [bridge.connectors.kafka :refer [create-properties create-kafka-consumer assign-timestamp-and-watermarks]]
[bridge.environment :refer [stream-execution-environment]])
(:import (java.util Properties)))
(def key1 "language")
(def val1... | 47223 | (ns bridge.connectors.kafka.kafka-test
(:use clojure.test)
(:require [bridge.connectors.kafka :refer [create-properties create-kafka-consumer assign-timestamp-and-watermarks]]
[bridge.environment :refer [stream-execution-environment]])
(:import (java.util Properties)))
(def key1 "<KEY>")
(def val1 "<... | true | (ns bridge.connectors.kafka.kafka-test
(:use clojure.test)
(:require [bridge.connectors.kafka :refer [create-properties create-kafka-consumer assign-timestamp-and-watermarks]]
[bridge.environment :refer [stream-execution-environment]])
(:import (java.util Properties)))
(def key1 "PI:KEY:<KEY>END_PI")... |
[
{
"context": "es-editor\",\n :theme \"#eeeeff\",\n :storage-key \"locales-editor\",\n :storage-path \"locales.edn\"})\n",
"end": 877,
"score": 0.8895966410636902,
"start": 863,
"tag": "KEY",
"value": "locales-editor"
}
] | src/app/config.cljs | jimengio/locales-editor | 1 |
(ns app.config )
(def bundle-builds #{"release" "local-bundle"})
(def cdn?
(cond
(exists? js/window) false
(exists? js/process) (= "true" js/process.env.cdn)
:else false))
(def dev?
(let [debug? (do ^boolean js/goog.DEBUG)]
(if debug?
(cond
(exists? js/window) true
(exists?... | 93859 |
(ns app.config )
(def bundle-builds #{"release" "local-bundle"})
(def cdn?
(cond
(exists? js/window) false
(exists? js/process) (= "true" js/process.env.cdn)
:else false))
(def dev?
(let [debug? (do ^boolean js/goog.DEBUG)]
(if debug?
(cond
(exists? js/window) true
(exists?... | true |
(ns app.config )
(def bundle-builds #{"release" "local-bundle"})
(def cdn?
(cond
(exists? js/window) false
(exists? js/process) (= "true" js/process.env.cdn)
:else false))
(def dev?
(let [debug? (do ^boolean js/goog.DEBUG)]
(if debug?
(cond
(exists? js/window) true
(exists?... |
[
{
"context": "user-request]\n (dom/input\n #js {:key \"search-field\"\n :value user-request\n :onChange\n",
"end": 352,
"score": 0.9203670024871826,
"start": 347,
"tag": "KEY",
"value": "field"
}
] | src/client/autocomplete/ui.cljs | chrismurrph/autocomplete | 0 | (ns autocomplete.ui
(:require [om.next :as om :refer-macros [defui]]
[untangled.client.mutations :as mut]
[om.dom :as dom]))
(defn result-list [results]
(dom/ul #js {:key "result-list"}
(map #(dom/li #js{:key %} %) results)))
(defn search-field [component user-request]
(dom/inp... | 10344 | (ns autocomplete.ui
(:require [om.next :as om :refer-macros [defui]]
[untangled.client.mutations :as mut]
[om.dom :as dom]))
(defn result-list [results]
(dom/ul #js {:key "result-list"}
(map #(dom/li #js{:key %} %) results)))
(defn search-field [component user-request]
(dom/inp... | true | (ns autocomplete.ui
(:require [om.next :as om :refer-macros [defui]]
[untangled.client.mutations :as mut]
[om.dom :as dom]))
(defn result-list [results]
(dom/ul #js {:key "result-list"}
(map #(dom/li #js{:key %} %) results)))
(defn search-field [component user-request]
(dom/inp... |
[
{
"context": ";; Copyright 2014-2020 King\n;; Copyright 2009-2014 Ragnar Svensson, Christian Murray\n;; Licensed under the Defold Li",
"end": 111,
"score": 0.9998164772987366,
"start": 96,
"tag": "NAME",
"value": "Ragnar Svensson"
},
{
"context": "-2020 King\n;; Copyright 2009-2014 R... | editor/src/clj/editor/pipeline/texture_set_gen.clj | cmarincia/defold | 0 | ;; Copyright 2020-2022 The Defold Foundation
;; Copyright 2014-2020 King
;; Copyright 2009-2014 Ragnar Svensson, Christian Murray
;; Licensed under the Defold License version 1.0 (the "License"); you may not use
;; this file except in compliance with the License.
;;
;; You may obtain a copy of the License, together wi... | 17032 | ;; Copyright 2020-2022 The Defold Foundation
;; Copyright 2014-2020 King
;; Copyright 2009-2014 <NAME>, <NAME>
;; Licensed under the Defold License version 1.0 (the "License"); you may not use
;; this file except in compliance with the License.
;;
;; You may obtain a copy of the License, together with FAQs at
;; https... | true | ;; Copyright 2020-2022 The Defold Foundation
;; Copyright 2014-2020 King
;; Copyright 2009-2014 PI:NAME:<NAME>END_PI, PI:NAME:<NAME>END_PI
;; Licensed under the Defold License version 1.0 (the "License"); you may not use
;; this file except in compliance with the License.
;;
;; You may obtain a copy of the License, to... |
[
{
"context": "-----------------------\n;; Copyright (c) 2011 Basho Technologies, Inc. All Rights Reserved.\n;;\n;; Th",
"end": 98,
"score": 0.6828829050064087,
"start": 97,
"tag": "NAME",
"value": "o"
},
{
"context": " ))\n\n(def ^{:private true} default-host \"127.0.0.1\")... | src/sumo/client.clj | reiddraper/sumo | 3 | ;; -------------------------------------------------------------------
;; Copyright (c) 2011 Basho Technologies, Inc. All Rights Reserved.
;;
;; This file is provided to you under the Apache License,
;; Version 2.0 (the "License"); you may not use this file
;; except in compliance with the License. You may obtain
;; ... | 35581 | ;; -------------------------------------------------------------------
;; Copyright (c) 2011 Bash<NAME> Technologies, Inc. All Rights Reserved.
;;
;; This file is provided to you under the Apache License,
;; Version 2.0 (the "License"); you may not use this file
;; except in compliance with the License. You may obtai... | true | ;; -------------------------------------------------------------------
;; Copyright (c) 2011 BashPI:NAME:<NAME>END_PI Technologies, Inc. All Rights Reserved.
;;
;; This file is provided to you under the Apache License,
;; Version 2.0 (the "License"); you may not use this file
;; except in compliance with the License. ... |
[
{
"context": "))))))))\n\n(def credentials\n {:aws/access-key-id \"AKIDEXAMPLE\"\n :aws/secret-access-key \"wJalrXUtnFEMI/K7MDENG",
"end": 3356,
"score": 0.9994533658027649,
"start": 3345,
"tag": "KEY",
"value": "AKIDEXAMPLE"
},
{
"context": "s-key-id \"AKIDEXAMPLE\"\n :aws/secr... | test/src/cognitect/aws/signer_test.clj | yummly/aws-api | 0 | ;; Copyright (c) Cognitect, Inc.
;; All rights reserved.
(ns cognitect.aws.signer-test
"See http://docs.aws.amazon.com/general/latest/gr/signature-v4-test-suite.html"
(:require [clojure.test :refer :all]
[clojure.string :as str]
[clojure.java.io :as io]
[cognitect.aws.client :as... | 86107 | ;; Copyright (c) Cognitect, Inc.
;; All rights reserved.
(ns cognitect.aws.signer-test
"See http://docs.aws.amazon.com/general/latest/gr/signature-v4-test-suite.html"
(:require [clojure.test :refer :all]
[clojure.string :as str]
[clojure.java.io :as io]
[cognitect.aws.client :as... | true | ;; Copyright (c) Cognitect, Inc.
;; All rights reserved.
(ns cognitect.aws.signer-test
"See http://docs.aws.amazon.com/general/latest/gr/signature-v4-test-suite.html"
(:require [clojure.test :refer :all]
[clojure.string :as str]
[clojure.java.io :as io]
[cognitect.aws.client :as... |
[
{
"context": "(ns threegpp.milenage-clj\n ^{:author \"Constantin Roganov\"}\n (:require [threegpp.milenage-clj.rijndael :as",
"end": 57,
"score": 0.9998510479927063,
"start": 39,
"tag": "NAME",
"value": "Constantin Roganov"
}
] | src/threegpp/milenage_clj.clj | brake/milenage-clj | 2 | (ns threegpp.milenage-clj
^{:author "Constantin Roganov"}
(:require [threegpp.milenage-clj.rijndael :as rijndael]
[threegpp.milenage-clj.biginteger :as big-int])
(:import [javax.crypto Cipher]))
(def ^:const block-size-bytes big-int/block-size-bytes)
(def ^:const block-size-bits (* block-size-bytes 8... | 38887 | (ns threegpp.milenage-clj
^{:author "<NAME>"}
(:require [threegpp.milenage-clj.rijndael :as rijndael]
[threegpp.milenage-clj.biginteger :as big-int])
(:import [javax.crypto Cipher]))
(def ^:const block-size-bytes big-int/block-size-bytes)
(def ^:const block-size-bits (* block-size-bytes 8))
(def ^{:... | true | (ns threegpp.milenage-clj
^{:author "PI:NAME:<NAME>END_PI"}
(:require [threegpp.milenage-clj.rijndael :as rijndael]
[threegpp.milenage-clj.biginteger :as big-int])
(:import [javax.crypto Cipher]))
(def ^:const block-size-bytes big-int/block-size-bytes)
(def ^:const block-size-bits (* block-size-bytes... |
[
{
"context": ";; Copyright 2015-2018 Andrey Antukh <niwi@niwi.nz>\n;;\n;; Licensed under the Apache Li",
"end": 36,
"score": 0.9998838305473328,
"start": 23,
"tag": "NAME",
"value": "Andrey Antukh"
},
{
"context": ";; Copyright 2015-2018 Andrey Antukh <niwi@niwi.nz>\n;;\n;; Licensed ... | test/octet/tests/core.cljc | allumbra/octet | 0 | ;; Copyright 2015-2018 Andrey Antukh <niwi@niwi.nz>
;;
;; 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... | 29960 | ;; Copyright 2015-2018 <NAME> <<EMAIL>>
;;
;; 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 agre... | true | ;; Copyright 2015-2018 PI:NAME:<NAME>END_PI <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 the License.
;; You may obtain a copy of the License at
;;
;; http://www.apache.org/licenses/LICENSE-2.0
;;
;; Unless requi... |
[
{
"context": "efroutes POST-routes\n (POST \"/login\" {{username :username} :params\n {password :password} :",
"end": 958,
"score": 0.9958730340003967,
"start": 950,
"tag": "USERNAME",
"value": "username"
},
{
"context": "e :username} :params\n {pas... | src/amzn/core.clj | csdrane/amzn | 0 | ; Run test server with `lein ring server-headless`
; Run -main with `lein run 3000`
; If lein run is crashing, you are probably forgetting the port number.
(ns amzn.core
(:require [compojure.core :refer :all]
[compojure.route :as route]
[amzn.views.csv :as csv]
[amzn.views.view... | 57008 | ; Run test server with `lein ring server-headless`
; Run -main with `lein run 3000`
; If lein run is crashing, you are probably forgetting the port number.
(ns amzn.core
(:require [compojure.core :refer :all]
[compojure.route :as route]
[amzn.views.csv :as csv]
[amzn.views.view... | true | ; Run test server with `lein ring server-headless`
; Run -main with `lein run 3000`
; If lein run is crashing, you are probably forgetting the port number.
(ns amzn.core
(:require [compojure.core :refer :all]
[compojure.route :as route]
[amzn.views.csv :as csv]
[amzn.views.view... |
[
{
"context": " (testing \"Hello World\"\n (is (= (hello-world \"Dave\") \"Hello, Dave!\"))\n (is (= (hello-world \"Jenn\"",
"end": 2269,
"score": 0.9743064641952515,
"start": 2265,
"tag": "NAME",
"value": "Dave"
},
{
"context": "llo World\"\n (is (= (hello-world \"Dave\") \... | test/for_clojure/elementary_test.clj | trzewiczek/for-clojure-solutions | 0 | (ns for-clojure.elementary-test
(:require [clojure.test :refer :all]
[clojure.set]
[for-clojure.elementary :refer :all]))
(deftest elementary-tests
;; Problem 1
(testing "Nothing but the Truth"
(is (= nothing-but-the-truth true)))
;; Problem 2
(testing "Simple Math"
(is (=... | 97564 | (ns for-clojure.elementary-test
(:require [clojure.test :refer :all]
[clojure.set]
[for-clojure.elementary :refer :all]))
(deftest elementary-tests
;; Problem 1
(testing "Nothing but the Truth"
(is (= nothing-but-the-truth true)))
;; Problem 2
(testing "Simple Math"
(is (=... | true | (ns for-clojure.elementary-test
(:require [clojure.test :refer :all]
[clojure.set]
[for-clojure.elementary :refer :all]))
(deftest elementary-tests
;; Problem 1
(testing "Nothing but the Truth"
(is (= nothing-but-the-truth true)))
;; Problem 2
(testing "Simple Math"
(is (=... |
[
{
"context": "se:kr poll-rate) (impulse:kr 2))\"\n contributor \"Sam Aaron\"))\n",
"end": 616,
"score": 0.9998893737792969,
"start": 607,
"tag": "NAME",
"value": "Sam Aaron"
}
] | src/overtone/sc/examples/osc.clj | samaaron/overtone | 2 | (ns overtone.sc.examples.osc
(:use [overtone.sc.machinery defexample]
[overtone.sc ugens]
[overtone.sc.cgens demand]))
(defexamples impulse
(:poll
"Poll an impulse to view its output"
"Observe how the impulse outputs a steady stream of 0 values interspersed with 1 every 0.5s. Modify the poll-... | 88601 | (ns overtone.sc.examples.osc
(:use [overtone.sc.machinery defexample]
[overtone.sc ugens]
[overtone.sc.cgens demand]))
(defexamples impulse
(:poll
"Poll an impulse to view its output"
"Observe how the impulse outputs a steady stream of 0 values interspersed with 1 every 0.5s. Modify the poll-... | true | (ns overtone.sc.examples.osc
(:use [overtone.sc.machinery defexample]
[overtone.sc ugens]
[overtone.sc.cgens demand]))
(defexamples impulse
(:poll
"Poll an impulse to view its output"
"Observe how the impulse outputs a steady stream of 0 values interspersed with 1 every 0.5s. Modify the poll-... |
[
{
"context": "ory. result eviction to influxdb.\"\n :author \"christian.meichsner@live.com\"}\n lambdaroyal.memory.core.test-tx-perf\n (:requ",
"end": 136,
"score": 0.9995551109313965,
"start": 108,
"tag": "EMAIL",
"value": "christian.meichsner@live.com"
}
] | test/lambdaroyal/memory/core/test_tx_perf.clj | gixxi/lambdaroyal-memory | 24 | (ns
^{:doc "Performance Unittests for lambdaroyal memory. result eviction to influxdb."
:author "christian.meichsner@live.com"}
lambdaroyal.memory.core.test-tx-perf
(:require [midje.sweet :refer :all]
[lambdaroyal.memory.core.tx :refer :all]
[lambdaroyal.memory.abstraction.search ... | 3889 | (ns
^{:doc "Performance Unittests for lambdaroyal memory. result eviction to influxdb."
:author "<EMAIL>"}
lambdaroyal.memory.core.test-tx-perf
(:require [midje.sweet :refer :all]
[lambdaroyal.memory.core.tx :refer :all]
[lambdaroyal.memory.abstraction.search :refer :all]
... | true | (ns
^{:doc "Performance Unittests for lambdaroyal memory. result eviction to influxdb."
:author "PI:EMAIL:<EMAIL>END_PI"}
lambdaroyal.memory.core.test-tx-perf
(:require [midje.sweet :refer :all]
[lambdaroyal.memory.core.tx :refer :all]
[lambdaroyal.memory.abstraction.search :refer... |
[
{
"context": "om byte arrays, files, and URLs. \"\n :author \"Jeff Rose\"}\n overtone.sc.machinery.synthdef\n (:import [ja",
"end": 242,
"score": 0.9998812675476074,
"start": 233,
"tag": "NAME",
"value": "Jeff Rose"
},
{
"context": "ludes\n the name of the file itself. (e.g.... | src/overtone/sc/machinery/synthdef.clj | rosejn/overtone | 4 | (ns
^{:doc "This is primarily a specification for SuperCollider synthesizer
definition files. Additionally there are functions for reading and
writing to and from byte arrays, files, and URLs. "
:author "Jeff Rose"}
overtone.sc.machinery.synthdef
(:import [java.net URL])
(:use [overto... | 90264 | (ns
^{:doc "This is primarily a specification for SuperCollider synthesizer
definition files. Additionally there are functions for reading and
writing to and from byte arrays, files, and URLs. "
:author "<NAME>"}
overtone.sc.machinery.synthdef
(:import [java.net URL])
(:use [overtone.... | true | (ns
^{:doc "This is primarily a specification for SuperCollider synthesizer
definition files. Additionally there are functions for reading and
writing to and from byte arrays, files, and URLs. "
:author "PI:NAME:<NAME>END_PI"}
overtone.sc.machinery.synthdef
(:import [java.net URL])
(:... |
[
{
"context": "mer\n \"Functions for modeling Performers (based on Steven Yi's Python Orchestral \n Composition Library). Use",
"end": 86,
"score": 0.9980146884918213,
"start": 77,
"tag": "NAME",
"value": "Steven Yi"
}
] | data/test/clojure/b866f31902276bace607aa28d5d69adad60222f9performer.clj | harshp8l/deep-learning-lang-detection | 84 | (ns score.orchestra.performer
"Functions for modeling Performers (based on Steven Yi's Python Orchestral
Composition Library). Uses 8 pfield format:
p1 - instrument
p2 - start time
p3 - duration
p4 - pch1
p5 - pch2
p6 - amplitude
p7 - space (Left: -1.0, Right: 1.0)
p8 - articulation
Score... | 102236 | (ns score.orchestra.performer
"Functions for modeling Performers (based on <NAME>'s Python Orchestral
Composition Library). Uses 8 pfield format:
p1 - instrument
p2 - start time
p3 - duration
p4 - pch1
p5 - pch2
p6 - amplitude
p7 - space (Left: -1.0, Right: 1.0)
p8 - articulation
Score no... | true | (ns score.orchestra.performer
"Functions for modeling Performers (based on PI:NAME:<NAME>END_PI's Python Orchestral
Composition Library). Uses 8 pfield format:
p1 - instrument
p2 - start time
p3 - duration
p4 - pch1
p5 - pch2
p6 - amplitude
p7 - space (Left: -1.0, Right: 1.0)
p8 - articulatio... |
[
{
"context": "; Copyright (c) Rich Hickey, Reid Draper, and contributors.\n; All rights re",
"end": 29,
"score": 0.999839723110199,
"start": 18,
"tag": "NAME",
"value": "Rich Hickey"
},
{
"context": "; Copyright (c) Rich Hickey, Reid Draper, and contributors.\n; All rights re... | gh-pages/index.html.out/clojure/test/check/generators.cljc | thedavidmeister/cljs-ntp | 4 | ; Copyright (c) Rich Hickey, Reid Draper, and contributors.
; All rights reserved.
; The use and distribution terms for this software are covered by the
; Eclipse Public License 1.0 (http://opensource.org/licenses/eclipse-1.0.php)
; which can be found in the file epl-v10.html at the root of this distribution.... | 28638 | ; Copyright (c) <NAME>, <NAME>, and contributors.
; All rights reserved.
; The use and distribution terms for this software are covered by the
; Eclipse Public License 1.0 (http://opensource.org/licenses/eclipse-1.0.php)
; which can be found in the file epl-v10.html at the root of this distribution.
; By us... | true | ; Copyright (c) PI:NAME:<NAME>END_PI, PI:NAME:<NAME>END_PI, and contributors.
; All rights reserved.
; The use and distribution terms for this software are covered by the
; Eclipse Public License 1.0 (http://opensource.org/licenses/eclipse-1.0.php)
; which can be found in the file epl-v10.html at the root of ... |
[
{
"context": "]))\n\n(def my-session-store (cookie-store {:key \"my-secrect-key!!\"}))\n\n(def ws (wrap-session \n (fn [",
"end": 197,
"score": 0.6621082425117493,
"start": 197,
"tag": "KEY",
"value": ""
},
{
"context": "f my-session-store (cookie-store {:key \"my-secrect-key!!\"})... | test/clojure/nginx/clojure/rewrite_handler_for_test.clj | vibhutisawant/nginx-clojure | 698 | (ns nginx.clojure.rewrite-handler-for-test
(:use [nginx.clojure.core])
(:use [ring.middleware.session])
(:use [ring.middleware.session.cookie]))
(def my-session-store (cookie-store {:key "my-secrect-key!!"}))
(def ws (wrap-session
(fn [{session :session}]
{:role (:user session "guest") :body ""})
... | 38347 | (ns nginx.clojure.rewrite-handler-for-test
(:use [nginx.clojure.core])
(:use [ring.middleware.session])
(:use [ring.middleware.session.cookie]))
(def my-session-store (cookie-store {:key "my<KEY>-secrect<KEY>-key<KEY>!!"}))
(def ws (wrap-session
(fn [{session :session}]
{:role (:user session "guest") :... | true | (ns nginx.clojure.rewrite-handler-for-test
(:use [nginx.clojure.core])
(:use [ring.middleware.session])
(:use [ring.middleware.session.cookie]))
(def my-session-store (cookie-store {:key "myPI:KEY:<KEY>END_PI-secrectPI:KEY:<KEY>END_PI-keyPI:KEY:<KEY>END_PI!!"}))
(def ws (wrap-session
(fn [{session :session}... |
[
{
"context": ";;;; Copyright 2016 Peter Stephens. All Rights Reserved.\r\n;;;;\r\n;;;; Licensed unde",
"end": 36,
"score": 0.9997067451477051,
"start": 22,
"tag": "NAME",
"value": "Peter Stephens"
}
] | src/common/asset/directory.cljs | pstephens/kingjames.bible | 23 | ;;;; Copyright 2016 Peter Stephens. All Rights Reserved.
;;;;
;;;; 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
... | 22386 | ;;;; Copyright 2016 <NAME>. All Rights Reserved.
;;;;
;;;; 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
;;;;
;;... | true | ;;;; Copyright 2016 PI:NAME:<NAME>END_PI. All Rights Reserved.
;;;;
;;;; 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... |
[
{
"context": "(ns aero.impl.macro)\n\n;; Code from Christophe Grand's macrovich.\n;; Licensed under EPL-1.0\n;; Copyrig",
"end": 51,
"score": 0.9998750686645508,
"start": 35,
"tag": "NAME",
"value": "Christophe Grand"
},
{
"context": ";; Licensed under EPL-1.0\n;; Copyright © 2016-20... | src/aero/impl/macro.cljc | skuro/aero | 610 | (ns aero.impl.macro)
;; Code from Christophe Grand's macrovich.
;; Licensed under EPL-1.0
;; Copyright © 2016-2017 Christophe Grand
(defmacro deftime
[& body]
(when #?(:clj (not (:ns &env)) :cljs (re-matches #".*\$macros" (name (ns-name *ns*))))
`(do ~@body)))
(defmacro usetime
[& body]
(when #?(:clj tru... | 73194 | (ns aero.impl.macro)
;; Code from <NAME>'s macrovich.
;; Licensed under EPL-1.0
;; Copyright © 2016-2017 <NAME>
(defmacro deftime
[& body]
(when #?(:clj (not (:ns &env)) :cljs (re-matches #".*\$macros" (name (ns-name *ns*))))
`(do ~@body)))
(defmacro usetime
[& body]
(when #?(:clj true :cljs (not (re-mat... | true | (ns aero.impl.macro)
;; Code from PI:NAME:<NAME>END_PI's macrovich.
;; Licensed under EPL-1.0
;; Copyright © 2016-2017 PI:NAME:<NAME>END_PI
(defmacro deftime
[& body]
(when #?(:clj (not (:ns &env)) :cljs (re-matches #".*\$macros" (name (ns-name *ns*))))
`(do ~@body)))
(defmacro usetime
[& body]
(when #?(... |
[
{
"context": "nse.\n;;\n;; This is a derivative work, modified by Edward Ross.\n;; The modifications are Copyright 2012 Edward ",
"end": 659,
"score": 0.9997504353523254,
"start": 648,
"tag": "NAME",
"value": "Edward Ross"
},
{
"context": "ard Ross.\n;; The modifications are Copyr... | test/leiningen/test_antlr4.clj | eddingtonross/lein-antlr4 | 0 | ;; Copyright 2010 Revelytix, Inc.
;;
;; 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 agr... | 119639 | ;; Copyright 2010 Revelytix, Inc.
;;
;; 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 agr... | true | ;; Copyright 2010 Revelytix, Inc.
;;
;; 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 agr... |
[
{
"context": "; Copyright 2016 David O'Meara\n;\n; Licensed under the Apache License, Version 2.",
"end": 30,
"score": 0.9998506307601929,
"start": 17,
"tag": "NAME",
"value": "David O'Meara"
}
] | src-cljs/ui/core.cljs | davidomeara/fnedit | 0 | ; Copyright 2016 David O'Meara
;
; 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, so... | 121683 | ; Copyright 2016 <NAME>
;
; 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
... | true | ; Copyright 2016 PI:NAME:<NAME>END_PI
;
; 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 writ... |
[
{
"context": "pfile \"tmp/test.properties\"\n property-key \"testdir-hash\"\n deps [\"org.clojure/clojure\"]\n mak",
"end": 2602,
"score": 0.9214117527008057,
"start": 2590,
"tag": "KEY",
"value": "testdir-hash"
}
] | test/leiningen/files_hash_test.clj | robertron/lein-files-hash | 3 | (ns leiningen.files-hash-test
(:require [clojure.java.io :as io]
[clojure.test :refer [deftest is testing]]
[clojure.test.check.generators :as gen]
[leiningen.files-hash :as files-hash]
[leiningen.files-hash.props :as props]
[leiningen.core.project :as proje... | 27389 | (ns leiningen.files-hash-test
(:require [clojure.java.io :as io]
[clojure.test :refer [deftest is testing]]
[clojure.test.check.generators :as gen]
[leiningen.files-hash :as files-hash]
[leiningen.files-hash.props :as props]
[leiningen.core.project :as proje... | true | (ns leiningen.files-hash-test
(:require [clojure.java.io :as io]
[clojure.test :refer [deftest is testing]]
[clojure.test.check.generators :as gen]
[leiningen.files-hash :as files-hash]
[leiningen.files-hash.props :as props]
[leiningen.core.project :as proje... |
[
{
"context": ";;; Copyright 2013 Mitchell Kember. Subject to the MIT License.\n;;; 2010 Canadian Co",
"end": 34,
"score": 0.9998844265937805,
"start": 19,
"tag": "NAME",
"value": "Mitchell Kember"
}
] | src/ccc/y2010/s4.clj | mk12/ccc | 0 | ;;; Copyright 2013 Mitchell Kember. Subject to the MIT License.
;;; 2010 Canadian Computing Competition: Senior Division
;;; Problem S4: Animal Farm
(ns ccc.y2010.s4
(:require [clojure.set :as s]))
;;; A "corner" is a unique integer representing a corner of a pen.
;;; An "edge" is a collection of exactly two corner... | 16608 | ;;; Copyright 2013 <NAME>. Subject to the MIT License.
;;; 2010 Canadian Computing Competition: Senior Division
;;; Problem S4: Animal Farm
(ns ccc.y2010.s4
(:require [clojure.set :as s]))
;;; A "corner" is a unique integer representing a corner of a pen.
;;; An "edge" is a collection of exactly two corners, in inc... | true | ;;; Copyright 2013 PI:NAME:<NAME>END_PI. Subject to the MIT License.
;;; 2010 Canadian Computing Competition: Senior Division
;;; Problem S4: Animal Farm
(ns ccc.y2010.s4
(:require [clojure.set :as s]))
;;; A "corner" is a unique integer representing a corner of a pen.
;;; An "edge" is a collection of exactly two c... |
[
{
"context": "\n(deftest test-sending-email\n (let [common-name \"Test User\"\n applicant \"test-user\"\n appli",
"end": 1775,
"score": 0.7465884685516357,
"start": 1771,
"tag": "NAME",
"value": "Test"
},
{
"context": "ftest test-sending-email\n (let [common-name \"Te... | test/clj/rems/test/sendmail.clj | secureb2share/secureb2share-rems | 0 | (ns ^:integration rems.test.sendmail
"Namespace for test that utilizes an actual database and verifies that e-mails are being to sent to correctly."
(:require [cheshire.core :refer :all]
[clojure.java.jdbc :as jdbc]
[clojure.test :refer :all]
[conjure.core :as conjure]
... | 45509 | (ns ^:integration rems.test.sendmail
"Namespace for test that utilizes an actual database and verifies that e-mails are being to sent to correctly."
(:require [cheshire.core :refer :all]
[clojure.java.jdbc :as jdbc]
[clojure.test :refer :all]
[conjure.core :as conjure]
... | true | (ns ^:integration rems.test.sendmail
"Namespace for test that utilizes an actual database and verifies that e-mails are being to sent to correctly."
(:require [cheshire.core :refer :all]
[clojure.java.jdbc :as jdbc]
[clojure.test :refer :all]
[conjure.core :as conjure]
... |
[
{
"context": " :db-name \"foo\"\n :db-password \"[REDACTED]\"}\n (su/redact-config-vars\n ",
"end": 368,
"score": 0.6601357460021973,
"start": 363,
"tag": "PASSWORD",
"value": "ACTED"
},
{
"context": " :db-name \"foo\"\n :db-pass... | src/test/lrsql/util/config_test.clj | rajkowski/lrsql | 28 | (ns lrsql.util.config-test
(:require [clojure.test :refer [deftest testing is]]
[clojure.spec.alpha :as s]
[lrsql.spec.config :as cs]
[lrsql.system.util :as su]))
(deftest config-var-redact-test
(testing "Config var redaction"
(is (= {:db-type "h2:mem"
:db-na... | 81372 | (ns lrsql.util.config-test
(:require [clojure.test :refer [deftest testing is]]
[clojure.spec.alpha :as s]
[lrsql.spec.config :as cs]
[lrsql.system.util :as su]))
(deftest config-var-redact-test
(testing "Config var redaction"
(is (= {:db-type "h2:mem"
:db-na... | true | (ns lrsql.util.config-test
(:require [clojure.test :refer [deftest testing is]]
[clojure.spec.alpha :as s]
[lrsql.spec.config :as cs]
[lrsql.system.util :as su]))
(deftest config-var-redact-test
(testing "Config var redaction"
(is (= {:db-type "h2:mem"
:db-na... |
[
{
"context": ";;\n;;\n;; Copyright 2013-2015 Netflix, Inc.\n;;\n;; Licensed under the Apache Lic",
"end": 33,
"score": 0.9081642627716064,
"start": 30,
"tag": "NAME",
"value": "Net"
}
] | pigpen-rx/src/test/clojure/pigpen/rx/core_test.clj | ombagus/Netflix | 327 | ;;
;;
;; Copyright 2013-2015 Netflix, Inc.
;;
;; 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 ... | 84567 | ;;
;;
;; Copyright 2013-2015 <NAME>flix, Inc.
;;
;; 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 requir... | true | ;;
;;
;; Copyright 2013-2015 PI:NAME:<NAME>END_PIflix, Inc.
;;
;; 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
;;
;; ... |
[
{
"context": "jaof]hbekoaqmdlkljjuufj\"\n \"qqtgcjcihigaujbt[xqlhtduvqwoxtos]vpuvpxdusalphiafnq[jmwiomadjxspohwrxi]zjym",
"end": 161147,
"score": 0.5263296365737915,
"start": 161144,
"tag": "KEY",
"value": "duv"
},
{
"context": "hbekoaqmdlkljjuufj\"\n \"qqtgcjcihigaujbt[xqlhtduvqwo... | aoc_2016/advent_of_code/src/advent_of_code/seven.clj | UnicodeSnowman/advent-of-code | 0 | (ns advent-of-code.seven
(:require [clojure.string :as string]))
(def addresses [
"rhamaeovmbheijj[hkwbkqzlcscwjkyjulk]ajsxfuemamuqcjccbc"
"gdlrknrmexvaypu[crqappbbcaplkkzb]vhvkjyadjsryysvj[nbvypeadikilcwg]jwxlimrgakadpxu[dgoanojvdvwfabtt]yqsalmulblolkgsheo"
"dqpthtgufgzjojuvzvm[eejdhpcqyiydwod]iingwezvcbtowwz... | 116825 | (ns advent-of-code.seven
(:require [clojure.string :as string]))
(def addresses [
"rhamaeovmbheijj[hkwbkqzlcscwjkyjulk]ajsxfuemamuqcjccbc"
"gdlrknrmexvaypu[crqappbbcaplkkzb]vhvkjyadjsryysvj[nbvypeadikilcwg]jwxlimrgakadpxu[dgoanojvdvwfabtt]yqsalmulblolkgsheo"
"dqpthtgufgzjojuvzvm[eejdhpcqyiydwod]iingwezvcbtowwz... | true | (ns advent-of-code.seven
(:require [clojure.string :as string]))
(def addresses [
"rhamaeovmbheijj[hkwbkqzlcscwjkyjulk]ajsxfuemamuqcjccbc"
"gdlrknrmexvaypu[crqappbbcaplkkzb]vhvkjyadjsryysvj[nbvypeadikilcwg]jwxlimrgakadpxu[dgoanojvdvwfabtt]yqsalmulblolkgsheo"
"dqpthtgufgzjojuvzvm[eejdhpcqyiydwod]iingwezvcbtowwz... |
[
{
"context": ";; Copyright 2014-2018 Andrey Antukh <niwi@niwi.nz>\n;; Copyright 2017-2018 Denis Shilo",
"end": 36,
"score": 0.9998798370361328,
"start": 23,
"tag": "NAME",
"value": "Andrey Antukh"
},
{
"context": ";; Copyright 2014-2018 Andrey Antukh <niwi@niwi.nz>\n;; Copyright 2017... | test/buddy/core/keys_jwk_tests.clj | shilder/buddy-core | 0 | ;; Copyright 2014-2018 Andrey Antukh <niwi@niwi.nz>
;; Copyright 2017-2018 Denis Shilov <sxp@bk.ru>
;;
;; 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... | 43775 | ;; Copyright 2014-2018 <NAME> <<EMAIL>>
;; Copyright 2017-2018 <NAME> <<EMAIL>>
;;
;; 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
;;
;; U... | true | ;; Copyright 2014-2018 PI:NAME:<NAME>END_PI <PI:EMAIL:<EMAIL>END_PI>
;; Copyright 2017-2018 PI:NAME:<NAME>END_PI <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 the License.
;; You may obtain a copy of the License at
;;... |
[
{
"context": ";;;;;;;;;;;;;;;;;;;;;;;;;;;\n;; Copyright (c) 2008, J. Bester\n;; All rights reserved.\n;;\n;; Redistribution and ",
"end": 443,
"score": 0.9997994899749756,
"start": 434,
"tag": "NAME",
"value": "J. Bester"
}
] | src/cljext/base64.clj | jbester/cljext | 9 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; File : base64.clj
;; Function : Base64 Encoding Decoding
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; Send comments or questions to code at freshlime dot org
;; $Id: 544e8d85a76fad4885915c2b0b27de1... | 24447 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; File : base64.clj
;; Function : Base64 Encoding Decoding
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; Send comments or questions to code at freshlime dot org
;; $Id: 544e8d85a76fad4885915c2b0b27de1... | true | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; File : base64.clj
;; Function : Base64 Encoding Decoding
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; Send comments or questions to code at freshlime dot org
;; $Id: 544e8d85a76fad4885915c2b0b27de1... |
[
{
"context": ";; Copyright (c) Rich Hickey and contributors. All rights reserved.\n;; The u",
"end": 30,
"score": 0.9998483061790466,
"start": 19,
"tag": "NAME",
"value": "Rich Hickey"
}
] | server/target/clojure/core/async/lab.clj | OctavioBR/healthcheck | 0 | ;; Copyright (c) Rich Hickey and contributors. All rights reserved.
;; The use and distribution terms for this software are covered by the
;; Eclipse Public License 1.0 (http://opensource.org/licenses/eclipse-1.0.php)
;; which can be found in the file epl-v10.html at the root of this distribution.
;; By using... | 12436 | ;; Copyright (c) <NAME> and contributors. All rights reserved.
;; The use and distribution terms for this software are covered by the
;; Eclipse Public License 1.0 (http://opensource.org/licenses/eclipse-1.0.php)
;; which can be found in the file epl-v10.html at the root of this distribution.
;; By using this... | true | ;; Copyright (c) PI:NAME:<NAME>END_PI and contributors. All rights reserved.
;; The use and distribution terms for this software are covered by the
;; Eclipse Public License 1.0 (http://opensource.org/licenses/eclipse-1.0.php)
;; which can be found in the file epl-v10.html at the root of this distribution.
;; ... |
[
{
"context": ".flickr.com/services/rest/\")\n(def OPTS {:api_key \"1606ff0ad63a3b5efeaa89443fe80704\"\n :format \"json\"})\n\n(def ^:dynamic *old",
"end": 184,
"score": 0.9997560977935791,
"start": 152,
"tag": "KEY",
"value": "1606ff0ad63a3b5efeaa89443fe80704"
},
{
"context... | src/showkr/data.cljs | piranha/showkr | 10 | (ns showkr.data
(:import [goog.net Jsonp])
(:require [datascript :as db]))
(def URL "https://api.flickr.com/services/rest/")
(def OPTS {:api_key "1606ff0ad63a3b5efeaa89443fe80704"
:format "json"})
(def ^:dynamic *old-threshold* (* 1000 60 60 2)) ;; 2 hours
(defonce opts
(atom {:target nil
... | 104271 | (ns showkr.data
(:import [goog.net Jsonp])
(:require [datascript :as db]))
(def URL "https://api.flickr.com/services/rest/")
(def OPTS {:api_key "<KEY>"
:format "<KEY>"})
(def ^:dynamic *old-threshold* (* 1000 60 60 2)) ;; 2 hours
(defonce opts
(atom {:target nil
:path nil}))
(let [count ... | true | (ns showkr.data
(:import [goog.net Jsonp])
(:require [datascript :as db]))
(def URL "https://api.flickr.com/services/rest/")
(def OPTS {:api_key "PI:KEY:<KEY>END_PI"
:format "PI:KEY:<KEY>END_PI"})
(def ^:dynamic *old-threshold* (* 1000 60 60 2)) ;; 2 hours
(defonce opts
(atom {:target nil
... |
[
{
"context": "an\n :firstname \"Fred\"\n :surname \"Smi",
"end": 632,
"score": 0.9996128082275391,
"start": 628,
"tag": "NAME",
"value": "Fred"
},
{
"context": "red\"\n :surname \"Sm... | crux-lucene/test/crux/lucene/multi_field_test.clj | coyotesqrl/crux | 0 | (ns crux.lucene.multi-field-test
(:require [clojure.test :as t]
[crux.api :as c]
[crux.db :as db]
[crux.fixtures :as fix :refer [*api* submit+await-tx]]
[crux.fixtures.lucene :as lf]
[crux.lucene :as l]
[crux.lucene.multi-field :as lmf])
(:impo... | 79791 | (ns crux.lucene.multi-field-test
(:require [clojure.test :as t]
[crux.api :as c]
[crux.db :as db]
[crux.fixtures :as fix :refer [*api* submit+await-tx]]
[crux.fixtures.lucene :as lf]
[crux.lucene :as l]
[crux.lucene.multi-field :as lmf])
(:impo... | true | (ns crux.lucene.multi-field-test
(:require [clojure.test :as t]
[crux.api :as c]
[crux.db :as db]
[crux.fixtures :as fix :refer [*api* submit+await-tx]]
[crux.fixtures.lucene :as lf]
[crux.lucene :as l]
[crux.lucene.multi-field :as lmf])
(:impo... |
[
{
"context": "ge, London, All rights reserved.\n;\n; Contributors: Jony Hudson\n;\n; Released under the MIT license..\n;\n\n(ns algeb",
"end": 137,
"score": 0.9998224973678589,
"start": 126,
"tag": "NAME",
"value": "Jony Hudson"
}
] | src/algebolic/core.clj | AlgorithmicScience/algebolic | 19 | ;
; This file is part of algebolic.
;
; Copyright (C) 2014-, Imperial College, London, All rights reserved.
;
; Contributors: Jony Hudson
;
; Released under the MIT license..
;
(ns algebolic.core
(:require [algebolic.expression.core :as expression]
[algebolic.expression.genetics :as genetics]
... | 87972 | ;
; This file is part of algebolic.
;
; Copyright (C) 2014-, Imperial College, London, All rights reserved.
;
; Contributors: <NAME>
;
; Released under the MIT license..
;
(ns algebolic.core
(:require [algebolic.expression.core :as expression]
[algebolic.expression.genetics :as genetics]
[alg... | true | ;
; This file is part of algebolic.
;
; Copyright (C) 2014-, Imperial College, London, All rights reserved.
;
; Contributors: PI:NAME:<NAME>END_PI
;
; Released under the MIT license..
;
(ns algebolic.core
(:require [algebolic.expression.core :as expression]
[algebolic.expression.genetics :as genetics]
... |
[
{
"context": ";; Copyright 2014-2016 Andrey Antukh <niwi@niwi.nz>\n;;\n;; Licensed under the Apache Li",
"end": 36,
"score": 0.9998831748962402,
"start": 23,
"tag": "NAME",
"value": "Andrey Antukh"
},
{
"context": ";; Copyright 2014-2016 Andrey Antukh <niwi@niwi.nz>\n;;\n;; Licensed ... | test/buddy/util/deflate_tests.clj | shilder/buddy-core | 121 | ;; Copyright 2014-2016 Andrey Antukh <niwi@niwi.nz>
;;
;; 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... | 71241 | ;; Copyright 2014-2016 <NAME> <<EMAIL>>
;;
;; 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 agre... | true | ;; Copyright 2014-2016 PI:NAME:<NAME>END_PI <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 the License.
;; You may obtain a copy of the License at
;;
;; http://www.apache.org/licenses/LICENSE-2.0
;;
;; Unless requi... |
[
{
"context": " Examples are provided in README.\"\n\n {:author \"Adam Helinski\"}\n\n (:import (convex.core Peer)\n (conv",
"end": 271,
"score": 0.9986131191253662,
"start": 258,
"tag": "NAME",
"value": "Adam Helinski"
}
] | project/net/src/clj/main/convex/server.clj | rosejn/convex.cljc | 30 | (ns convex.server
"Creating a peer which can either:
- Run alone for dev and test
- Run locally, synced with other local peers
- Run locally but synced with the test network on `convex.world`
Examples are provided in README."
{:author "Adam Helinski"}
(:import (convex.core Peer)
(con... | 92360 | (ns convex.server
"Creating a peer which can either:
- Run alone for dev and test
- Run locally, synced with other local peers
- Run locally but synced with the test network on `convex.world`
Examples are provided in README."
{:author "<NAME>"}
(:import (convex.core Peer)
(convex.cor... | true | (ns convex.server
"Creating a peer which can either:
- Run alone for dev and test
- Run locally, synced with other local peers
- Run locally but synced with the test network on `convex.world`
Examples are provided in README."
{:author "PI:NAME:<NAME>END_PI"}
(:import (convex.core Peer)
... |
[
{
"context": "t\" {\"parameter-name\" [\n \"/password/\" \"/pwd/\" \"/secret/\" \"/key/\" \"/private/\"]}\n \"an",
"end": 2868,
"score": 0.6554451584815979,
"start": 2865,
"tag": "PASSWORD",
"value": "pwd"
},
{
"context": "t\" {\"parameter-name\" [\n \... | src/com/puppetlabs/puppetdb/cli/anonymize.clj | justinstoller/puppetdb | 0 | (ns com.puppetlabs.puppetdb.cli.anonymize
(:use [com.puppetlabs.utils :only (cli!)]
[com.puppetlabs.puppetdb.cli.export :only [export-root-dir export-metadata-file-name]]
[com.puppetlabs.puppetdb.cli.import :only [parse-metadata]])
(:import [com.puppetlabs.archive TarGzReader TarGzWriter]
... | 25734 | (ns com.puppetlabs.puppetdb.cli.anonymize
(:use [com.puppetlabs.utils :only (cli!)]
[com.puppetlabs.puppetdb.cli.export :only [export-root-dir export-metadata-file-name]]
[com.puppetlabs.puppetdb.cli.import :only [parse-metadata]])
(:import [com.puppetlabs.archive TarGzReader TarGzWriter]
... | true | (ns com.puppetlabs.puppetdb.cli.anonymize
(:use [com.puppetlabs.utils :only (cli!)]
[com.puppetlabs.puppetdb.cli.export :only [export-root-dir export-metadata-file-name]]
[com.puppetlabs.puppetdb.cli.import :only [parse-metadata]])
(:import [com.puppetlabs.archive TarGzReader TarGzWriter]
... |
[
{
"context": "eb.utils :refer [md5]]))\n\n(def user-keys\n [:_id :username :emailhash\n :isadmin :ismoderator :tournament-o",
"end": 166,
"score": 0.5670537948608398,
"start": 158,
"tag": "USERNAME",
"value": "username"
},
{
"context": "gistration-date (inst/now)]\n {:username ... | src/clj/web/user.clj | samjposa/netrunner | 854 | (ns web.user
(:require
[cljc.java-time.instant :as inst]
[crypto.password.bcrypt :as password]
[web.utils :refer [md5]]))
(def user-keys
[:_id :username :emailhash
:isadmin :ismoderator :tournament-organizer
:special :options :stats :has-api-keys :banned])
(defn create-user
"Create a new user map... | 113403 | (ns web.user
(:require
[cljc.java-time.instant :as inst]
[crypto.password.bcrypt :as password]
[web.utils :refer [md5]]))
(def user-keys
[:_id :username :emailhash
:isadmin :ismoderator :tournament-organizer
:special :options :stats :has-api-keys :banned])
(defn create-user
"Create a new user map... | true | (ns web.user
(:require
[cljc.java-time.instant :as inst]
[crypto.password.bcrypt :as password]
[web.utils :refer [md5]]))
(def user-keys
[:_id :username :emailhash
:isadmin :ismoderator :tournament-organizer
:special :options :stats :has-api-keys :banned])
(defn create-user
"Create a new user map... |
[
{
"context": " (if pairing?\n (str \"Kierros \" (:round_number data))\n ",
"end": 1697,
"score": 0.9979276061058044,
"start": 1690,
"tag": "NAME",
"value": "Kierros"
},
{
"context": "der\n :title (when @user (:n... | mtg-pairings-server/src/cljs/mtg_pairings_server/components/main.cljs | arttuka/mtg-pairings | 2 | (ns mtg-pairings-server.components.main
(:require [reagent.core :as reagent :refer [atom]]
[re-frame.core :refer [subscribe dispatch]]
[cljsjs.material-ui]
[cljs-react-material-ui.core]
[cljs-react-material-ui.reagent :as ui]
[cljs-react-material-ui.icons :a... | 95437 | (ns mtg-pairings-server.components.main
(:require [reagent.core :as reagent :refer [atom]]
[re-frame.core :refer [subscribe dispatch]]
[cljsjs.material-ui]
[cljs-react-material-ui.core]
[cljs-react-material-ui.reagent :as ui]
[cljs-react-material-ui.icons :a... | true | (ns mtg-pairings-server.components.main
(:require [reagent.core :as reagent :refer [atom]]
[re-frame.core :refer [subscribe dispatch]]
[cljsjs.material-ui]
[cljs-react-material-ui.core]
[cljs-react-material-ui.reagent :as ui]
[cljs-react-material-ui.icons :a... |
[
{
"context": "s ^{ :doc \"com.sb.auditor :: sts\"\n :author \"Istvan Szukacs\" }\nauditor.sts\n (:require\n [clojure.tools.lo",
"end": 671,
"score": 0.9998903870582581,
"start": 657,
"tag": "NAME",
"value": "Istvan Szukacs"
}
] | src/auditor/sts.clj | StreamBright/auditor | 1 | ;; Copyright 2016 StreamBright LLC and contributors
;; 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 ... | 94444 | ;; Copyright 2016 StreamBright LLC and contributors
;; 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 ... | true | ;; Copyright 2016 StreamBright LLC and contributors
;; 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 ... |
[
{
"context": "(def booking\n {\n :id 8773\n :customer-name \"Alice Smith\"\n :catering-notes \"Vegetarian on Sundays\"\n ",
"end": 66,
"score": 0.9945178031921387,
"start": 55,
"tag": "NAME",
"value": "Alice Smith"
}
] | Chapter03/Exercise3.02/repl.clj | transducer/The-Clojure-Workshop | 55 | ;; 1
(def booking
{
:id 8773
:customer-name "Alice Smith"
:catering-notes "Vegetarian on Sundays"
:flights [
{
:from {:lat 48.9615 :lon 2.4372 :name "Paris Le Bourget Airport"},
:to {:lat 37.742 :lon -25.6976 :name "Ponta Delgada Airport"}},
{
:from {:lat 37.742 :lo... | 63997 | ;; 1
(def booking
{
:id 8773
:customer-name "<NAME>"
:catering-notes "Vegetarian on Sundays"
:flights [
{
:from {:lat 48.9615 :lon 2.4372 :name "Paris Le Bourget Airport"},
:to {:lat 37.742 :lon -25.6976 :name "Ponta Delgada Airport"}},
{
:from {:lat 37.742 :lon -25... | true | ;; 1
(def booking
{
:id 8773
:customer-name "PI:NAME:<NAME>END_PI"
:catering-notes "Vegetarian on Sundays"
:flights [
{
:from {:lat 48.9615 :lon 2.4372 :name "Paris Le Bourget Airport"},
:to {:lat 37.742 :lon -25.6976 :name "Ponta Delgada Airport"}},
{
:from {:lat 3... |
[
{
"context": "-------------------------------\n;;\n;;\n;; Author: PLIQUE Guillaume (Yomguithereal)\n;; Version: 0.1\n;;\n(ns clj-fuzz",
"end": 213,
"score": 0.9998099207878113,
"start": 197,
"tag": "NAME",
"value": "PLIQUE Guillaume"
},
{
"context": "------------\n;;\n;;\n;; Au... | test/clj_fuzzy/double_metaphone_test.clj | sooheon/clj-fuzzy | 222 | ;; -------------------------------------------------------------------
;; clj-fuzzy Double Metaphone Tests
;; -------------------------------------------------------------------
;;
;;
;; Author: PLIQUE Guillaume (Yomguithereal)
;; Version: 0.1
;;
(ns clj-fuzzy.double-metaphone-test
(:require [clojure.test :refer ... | 16605 | ;; -------------------------------------------------------------------
;; clj-fuzzy Double Metaphone Tests
;; -------------------------------------------------------------------
;;
;;
;; Author: <NAME> (Yomguithereal)
;; Version: 0.1
;;
(ns clj-fuzzy.double-metaphone-test
(:require [clojure.test :refer :all]
... | true | ;; -------------------------------------------------------------------
;; clj-fuzzy Double Metaphone Tests
;; -------------------------------------------------------------------
;;
;;
;; Author: PI:NAME:<NAME>END_PI (Yomguithereal)
;; Version: 0.1
;;
(ns clj-fuzzy.double-metaphone-test
(:require [clojure.test :re... |
[
{
"context": "me\n {:name \"username\",\n :type :",
"end": 982,
"score": 0.9994373917579651,
"start": 974,
"tag": "USERNAME",
"value": "username"
},
{
"context": " :pass {:... | test/clj/declarative_ddl/migrator/core_test.clj | fdhenard/declarative-ddl | 0 | (ns declarative-ddl.migrator.core-test
(:require [clojure.pprint :as pp]
[clojure.string :as str]
[clojure.test :refer :all]
[clojure.spec.alpha :as spec]
[diff-as-list.core :as dal]
[declarative-ddl.cljc.core :as dddl-cljc]
[declarative-ddl.migr... | 75951 | (ns declarative-ddl.migrator.core-test
(:require [clojure.pprint :as pp]
[clojure.string :as str]
[clojure.test :refer :all]
[clojure.spec.alpha :as spec]
[diff-as-list.core :as dal]
[declarative-ddl.cljc.core :as dddl-cljc]
[declarative-ddl.migr... | true | (ns declarative-ddl.migrator.core-test
(:require [clojure.pprint :as pp]
[clojure.string :as str]
[clojure.test :refer :all]
[clojure.spec.alpha :as spec]
[diff-as-list.core :as dal]
[declarative-ddl.cljc.core :as dddl-cljc]
[declarative-ddl.migr... |
[
{
"context": "\n (->\n (key-server \"keyserver.ubuntu.com\" \"42ED3C30B8C9F76BC85AC1EC8B095396E29035F0\")\n (repository \"deb https://raw.githubusercon",
"end": 916,
"score": 0.9994899034500122,
"start": 876,
"tag": "KEY",
"value": "42ED3C30B8C9F76BC85AC1EC8B095396E29035F0"
},
... | src/re_base/recipes/preqs.cljs | re-ops/re-base | 4 | (ns re-base.recipes.preqs
"Resource prerequisites"
(:refer-clojure :exclude [update remove])
(:require-macros
[clojure.core.strint :refer (<<)])
(:require
[re-conf.resources.facts :refer (arm?)]
[re-conf.resources.pkg :refer (package repository key-server update)]
[re-conf.resources.file :refer (tem... | 76023 | (ns re-base.recipes.preqs
"Resource prerequisites"
(:refer-clojure :exclude [update remove])
(:require-macros
[clojure.core.strint :refer (<<)])
(:require
[re-conf.resources.facts :refer (arm?)]
[re-conf.resources.pkg :refer (package repository key-server update)]
[re-conf.resources.file :refer (tem... | true | (ns re-base.recipes.preqs
"Resource prerequisites"
(:refer-clojure :exclude [update remove])
(:require-macros
[clojure.core.strint :refer (<<)])
(:require
[re-conf.resources.facts :refer (arm?)]
[re-conf.resources.pkg :refer (package repository key-server update)]
[re-conf.resources.file :refer (tem... |
[
{
"context": " :mock-sources {\"1\" [[\"nathan\"] [\"bob\"] [\"joey\"] [\"nathan\"]]}\n ",
"end": 2302,
"score": 0.9970210790634155,
"start": 2296,
"tag": "NAME",
"value": "nathan"
},
{
"context": " :mock-sources {\"1\" [[\"n... | storm-core/test/clj/integration/org/apache/storm/integration_test.clj | FiberHome-XIAN/storm-1.0.0 | 0 | ;; Licensed to the Apache Software Foundation (ASF) under one
;; or more contributor license agreements. See the NOTICE file
;; distributed with this work for additional information
;; regarding copyright ownership. The ASF licenses this file
;; to you under the Apache License, Version 2.0 (the
;; "License"); you may... | 30677 | ;; Licensed to the Apache Software Foundation (ASF) under one
;; or more contributor license agreements. See the NOTICE file
;; distributed with this work for additional information
;; regarding copyright ownership. The ASF licenses this file
;; to you under the Apache License, Version 2.0 (the
;; "License"); you may... | true | ;; Licensed to the Apache Software Foundation (ASF) under one
;; or more contributor license agreements. See the NOTICE file
;; distributed with this work for additional information
;; regarding copyright ownership. The ASF licenses this file
;; to you under the Apache License, Version 2.0 (the
;; "License"); you may... |
[
{
"context": ";;; Copyright 2013 Mitchell Kember. Subject to the MIT License.\n\n(ns mini-pinions.le",
"end": 34,
"score": 0.9998884201049805,
"start": 19,
"tag": "NAME",
"value": "Mitchell Kember"
}
] | src/mini_pinions/level.clj | mk12/mini-pinions | 1 | ;;; Copyright 2013 Mitchell Kember. Subject to the MIT License.
(ns mini-pinions.level
"Defines all the level data: paths and galaxies."
(:require [quil.core :as q]
[mini-pinions.planet :as p]
[mini-pinions.curve :as u]
[mini-pinions.vector :as v]))
(def levels
[{:start (v/ma... | 50509 | ;;; Copyright 2013 <NAME>. Subject to the MIT License.
(ns mini-pinions.level
"Defines all the level data: paths and galaxies."
(:require [quil.core :as q]
[mini-pinions.planet :as p]
[mini-pinions.curve :as u]
[mini-pinions.vector :as v]))
(def levels
[{:start (v/make 300 35... | true | ;;; Copyright 2013 PI:NAME:<NAME>END_PI. Subject to the MIT License.
(ns mini-pinions.level
"Defines all the level data: paths and galaxies."
(:require [quil.core :as q]
[mini-pinions.planet :as p]
[mini-pinions.curve :as u]
[mini-pinions.vector :as v]))
(def levels
[{:start ... |
[
{
"context": "ion Dynamics Toolkit (JIDT)\n; Copyright (C) 2012, Joseph T. Lizier\n; \n; This program is free software: you can red",
"end": 85,
"score": 0.9998372793197632,
"start": 69,
"tag": "NAME",
"value": "Joseph T. Lizier"
}
] | artifacts/infodynamics-dist-1.3/demos/clojure/examples/example4TeContinuousDataKraskov.clj | kamir/WikiExplorer.NG | 3 | ;
; Java Information Dynamics Toolkit (JIDT)
; Copyright (C) 2012, Joseph T. Lizier
;
; This program is free software: you can redistribute it and/or modify
; it under the terms of the GNU General Public License as published by
; the Free Software Foundation, either version 3 of the License, or
; (at your optio... | 6502 | ;
; Java Information Dynamics Toolkit (JIDT)
; Copyright (C) 2012, <NAME>
;
; This program is free software: you can redistribute it and/or modify
; it under the terms of the GNU General Public License as published by
; the Free Software Foundation, either version 3 of the License, or
; (at your option) any lat... | true | ;
; Java Information Dynamics Toolkit (JIDT)
; Copyright (C) 2012, PI:NAME:<NAME>END_PI
;
; This program is free software: you can redistribute it and/or modify
; it under the terms of the GNU General Public License as published by
; the Free Software Foundation, either version 3 of the License, or
; (at your o... |
[
{
"context": "! *unchecked-math* :warn-on-boxed)\n(ns ^{:author \"wahpenayo at gmail dot com\" \n :date \"2018-04-16\"\n ",
"end": 96,
"score": 0.742118775844574,
"start": 87,
"tag": "EMAIL",
"value": "wahpenayo"
},
{
"context": "-math* :warn-on-boxed)\n(ns ^{:author \"wahpe... | src/test/clojure/zana/test/optimization/math3/cg.clj | wahpenayo/zana | 2 | (set! *warn-on-reflection* true)
(set! *unchecked-math* :warn-on-boxed)
(ns ^{:author "wahpenayo at gmail dot com"
:date "2018-04-16"
:doc
"Tests for [[zana.optimization.math3.cg]]." }
zana.test.optimization.math3.cg
(:require [clojure.test :as test]
[zana.api :as z])
(:i... | 88811 | (set! *warn-on-reflection* true)
(set! *unchecked-math* :warn-on-boxed)
(ns ^{:author "<EMAIL> at <EMAIL>"
:date "2018-04-16"
:doc
"Tests for [[zana.optimization.math3.cg]]." }
zana.test.optimization.math3.cg
(:require [clojure.test :as test]
[zana.api :as z])
(:import [c... | true | (set! *warn-on-reflection* true)
(set! *unchecked-math* :warn-on-boxed)
(ns ^{:author "PI:EMAIL:<EMAIL>END_PI at PI:EMAIL:<EMAIL>END_PI"
:date "2018-04-16"
:doc
"Tests for [[zana.optimization.math3.cg]]." }
zana.test.optimization.math3.cg
(:require [clojure.test :as test]
[... |
[
{
"context": "{:SIMPLETYPE \"Qux\",\n;; :FIELDS [{:SIMPLETYPE \"Fred\",...}\n;; {:SIMPLETYPE \"Barney\",...}]",
"end": 6216,
"score": 0.9994094371795654,
"start": 6212,
"tag": "NAME",
"value": "Fred"
},
{
"context": "PLETYPE \"Fred\",...}\n;; {:SIMPLETYP... | flowrweb/src/flowrweb/flowrweb-client.clj | holtzermann17/FloWrTester | 1 | ;;; Commentary:
;; Defines functions for automatic flowchart assembly.
;; Depends on the API wrapper in flowrweb-api.clj.
;; Possible improvements:
;; - Most functions will give an error if not online. It would
;; probably be useful to have a spoofed "upstream backend" for
;; testing but that's quite a bit of w... | 46779 | ;;; Commentary:
;; Defines functions for automatic flowchart assembly.
;; Depends on the API wrapper in flowrweb-api.clj.
;; Possible improvements:
;; - Most functions will give an error if not online. It would
;; probably be useful to have a spoofed "upstream backend" for
;; testing but that's quite a bit of w... | true | ;;; Commentary:
;; Defines functions for automatic flowchart assembly.
;; Depends on the API wrapper in flowrweb-api.clj.
;; Possible improvements:
;; - Most functions will give an error if not online. It would
;; probably be useful to have a spoofed "upstream backend" for
;; testing but that's quite a bit of w... |
[
{
"context": "le for Nuvla modules\"\n\n :url \"https://github.com/nuvla/parent\"\n\n :license {:name \"Apache 2.0\"\n ",
"end": 163,
"score": 0.9029161930084229,
"start": 158,
"tag": "USERNAME",
"value": "nuvla"
},
{
"context": "0\"\n :distribution :repo}\n\n :... | project.clj | nuvla/parent | 3 | (def es-version "7.0.0")
(defproject sixsq.nuvla/parent "6.7.6-SNAPSHOT"
:description "parent project file for Nuvla modules"
:url "https://github.com/nuvla/parent"
:license {:name "Apache 2.0"
:url "http://www.apache.org/licenses/LICENSE-2.0"
:distribution :repo}
:... | 2804 | (def es-version "7.0.0")
(defproject sixsq.nuvla/parent "6.7.6-SNAPSHOT"
:description "parent project file for Nuvla modules"
:url "https://github.com/nuvla/parent"
:license {:name "Apache 2.0"
:url "http://www.apache.org/licenses/LICENSE-2.0"
:distribution :repo}
:... | true | (def es-version "7.0.0")
(defproject sixsq.nuvla/parent "6.7.6-SNAPSHOT"
:description "parent project file for Nuvla modules"
:url "https://github.com/nuvla/parent"
:license {:name "Apache 2.0"
:url "http://www.apache.org/licenses/LICENSE-2.0"
:distribution :repo}
:... |
[
{
"context": "e/vip_spec.xsd\\\">\\n<Candidate id=\\\"can001\\\"><Name>Frank</Name><Party>Every day</Party><Title><Text langua",
"end": 4292,
"score": 0.9909968376159668,
"start": 4287,
"tag": "NAME",
"value": "Frank"
},
{
"context": "t;El" Presidente</Text></Title><Nickname>>... | test/vip/data_processor/output/tree_xml_postgres_test.clj | votinginfoproject/data-processor | 10 | (ns vip.data-processor.output.tree-xml-postgres-test
(:require [clojure.test :refer :all]
[korma.core :as korma]
[vip.data-processor.db.postgres :as postgres]
[vip.data-processor.output.tree-xml :refer :all]
[vip.data-processor.pipeline :as pipeline]
[vip.da... | 75235 | (ns vip.data-processor.output.tree-xml-postgres-test
(:require [clojure.test :refer :all]
[korma.core :as korma]
[vip.data-processor.db.postgres :as postgres]
[vip.data-processor.output.tree-xml :refer :all]
[vip.data-processor.pipeline :as pipeline]
[vip.da... | true | (ns vip.data-processor.output.tree-xml-postgres-test
(:require [clojure.test :refer :all]
[korma.core :as korma]
[vip.data-processor.db.postgres :as postgres]
[vip.data-processor.output.tree-xml :refer :all]
[vip.data-processor.pipeline :as pipeline]
[vip.da... |
[
{
"context": " :title \"PEHRANS\"\n :backgr",
"end": 1213,
"score": 0.5532633066177368,
"start": 1211,
"tag": "NAME",
"value": "PE"
},
{
"context": "s \"inverse\"}\n \"Hi there, I'm Sepe... | src/cljs/my_website/cards/views/home.cljs | sansarip/my-website | 0 | (ns my-website.cards.views.home
(:require
[reagent.core :refer [as-element]]
[devcards.core :refer-macros [defcard]]
[sablono.core :as sab]
[reagent.core :refer [as-element]]
[my-website.styles :refer [color-palette]]
[my-website.components.flexbox :refer [flexbox]]
[my-website.components.... | 81006 | (ns my-website.cards.views.home
(:require
[reagent.core :refer [as-element]]
[devcards.core :refer-macros [defcard]]
[sablono.core :as sab]
[reagent.core :refer [as-element]]
[my-website.styles :refer [color-palette]]
[my-website.components.flexbox :refer [flexbox]]
[my-website.components.... | true | (ns my-website.cards.views.home
(:require
[reagent.core :refer [as-element]]
[devcards.core :refer-macros [defcard]]
[sablono.core :as sab]
[reagent.core :refer [as-element]]
[my-website.styles :refer [color-palette]]
[my-website.components.flexbox :refer [flexbox]]
[my-website.components.... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.