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": "e bones simple webapp\"\n :url \"https://github.com/kwrooijen/lein-web-lite\"\n :license {:name \"MIT\"}\n :eval-i", "end": 148, "score": 0.999676525592804, "start": 139, "tag": "USERNAME", "value": "kwrooijen" }, { "context": "er\n ...
project.clj
kwrooijen/lein-web-lite
0
(defproject web-lite/lein-template "0.0.3" :description "A Leiningen template for a bare bones simple webapp" :url "https://github.com/kwrooijen/lein-web-lite" :license {:name "MIT"} :eval-in-leiningen true :deploy-repositories [["clojars" {:url "https://clojars.org/repo" :...
47961
(defproject web-lite/lein-template "0.0.3" :description "A Leiningen template for a bare bones simple webapp" :url "https://github.com/kwrooijen/lein-web-lite" :license {:name "MIT"} :eval-in-leiningen true :deploy-repositories [["clojars" {:url "https://clojars.org/repo" :...
true
(defproject web-lite/lein-template "0.0.3" :description "A Leiningen template for a bare bones simple webapp" :url "https://github.com/kwrooijen/lein-web-lite" :license {:name "MIT"} :eval-in-leiningen true :deploy-repositories [["clojars" {:url "https://clojars.org/repo" :...
[ { "context": "(comment\n re-core, Copyright 2012 Ronen Narkis, narkisr.com\n Licensed under the Apache License", "end": 48, "score": 0.9998793601989746, "start": 36, "tag": "NAME", "value": "Ronen Narkis" }, { "context": "(comment\n re-core, Copyright 2012 Ronen Narkis, narkisr...
src/es/jobs.clj
celestial-ops/core
1
(comment re-core, Copyright 2012 Ronen Narkis, narkisr.com 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 ...
21692
(comment re-core, Copyright 2012 <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 agreed ...
true
(comment re-core, Copyright 2012 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 required...
[ { "context": ";; Copyright (c) 2015 Andrey Antukh <niwi@niwi.nz>\n;; All rights reserved.\n;;\n;; Redi", "end": 35, "score": 0.9998799562454224, "start": 22, "tag": "NAME", "value": "Andrey Antukh" }, { "context": ";; Copyright (c) 2015 Andrey Antukh <niwi@niwi.nz>\n;; All rights res...
src/clojure/catacumba/handlers/misc.clj
source-c/catacumba
212
;; Copyright (c) 2015 Andrey Antukh <niwi@niwi.nz> ;; All rights reserved. ;; ;; Redistribution and use in source and binary forms, with or without ;; modification, are permitted provided that the following conditions are met: ;; ;; * Redistributions of source code must retain the above copyright notice, this ;; list...
52031
;; Copyright (c) 2015 <NAME> <<EMAIL>> ;; All rights reserved. ;; ;; Redistribution and use in source and binary forms, with or without ;; modification, are permitted provided that the following conditions are met: ;; ;; * Redistributions of source code must retain the above copyright notice, this ;; list of conditio...
true
;; Copyright (c) 2015 PI:NAME:<NAME>END_PI <PI:EMAIL:<EMAIL>END_PI> ;; All rights reserved. ;; ;; Redistribution and use in source and binary forms, with or without ;; modification, are permitted provided that the following conditions are met: ;; ;; * Redistributions of source code must retain the above copyright notic...
[ { "context": " [:input#username.input {:placeholder \"Username\" :type \"text\"}]]]\n\n [:div.field\n ", "end": 536, "score": 0.9546480774879456, "start": 528, "tag": "USERNAME", "value": "Username" }, { "context": " [:input#password.input {:plac...
src/cljs/barebones/login/views.cljs
burhanloey/barebones
0
(ns barebones.login.views (:require [barebones.login.events :as login-events] [barebones.login.subs :as login-subs] [re-frame.core :as rf])) (defn login-page [] (let [show-error? (rf/subscribe [::login-subs/show-error])] [:div.container [:section.section [:div.columns ...
101878
(ns barebones.login.views (:require [barebones.login.events :as login-events] [barebones.login.subs :as login-subs] [re-frame.core :as rf])) (defn login-page [] (let [show-error? (rf/subscribe [::login-subs/show-error])] [:div.container [:section.section [:div.columns ...
true
(ns barebones.login.views (:require [barebones.login.events :as login-events] [barebones.login.subs :as login-subs] [re-frame.core :as rf])) (defn login-page [] (let [show-error? (rf/subscribe [::login-subs/show-error])] [:div.container [:section.section [:div.columns ...
[ { "context": "\n (let [prev-user (user-dao/get-user-by-email \"pred.creation.dao@example.com\")]\n (user-dao/delete-user! (:id prev-user)))", "end": 644, "score": 0.9999184012413025, "start": 615, "tag": "EMAIL", "value": "pred.creation.dao@example.com" }, { "context": "user)...
test/clj/landizer/test/dao/prediction_dao.clj
MilanSusa/Landizer
0
(ns landizer.test.dao.prediction-dao (:require [java-time.pre-java8] [luminus-migrations.core :as migrations] [clojure.test :refer :all] [landizer.config :refer [env]] [mount.core :as mount] [landizer.dao.user-dao :as user-dao] [landizer.dao.prediction-dao :as prediction-dao])) (use-fixtu...
45060
(ns landizer.test.dao.prediction-dao (:require [java-time.pre-java8] [luminus-migrations.core :as migrations] [clojure.test :refer :all] [landizer.config :refer [env]] [mount.core :as mount] [landizer.dao.user-dao :as user-dao] [landizer.dao.prediction-dao :as prediction-dao])) (use-fixtu...
true
(ns landizer.test.dao.prediction-dao (:require [java-time.pre-java8] [luminus-migrations.core :as migrations] [clojure.test :refer :all] [landizer.config :refer [env]] [mount.core :as mount] [landizer.dao.user-dao :as user-dao] [landizer.dao.prediction-dao :as prediction-dao])) (use-fixtu...
[ { "context": "deftest test-create-user\r\n (let [test-user-name \"blah\"\r\n user-id (create-user test-user-name (.t", "end": 1477, "score": 0.8947024941444397, "start": 1473, "tag": "USERNAME", "value": "blah" }, { "context": "et [test-user-name \"blah\"\r\n test-pass...
test/test/darkexchange/model/user.clj
cryptocurrent/Dark-Exchange
36
(ns test.darkexchange.model.user (:require [test.fixtures.util :as fixtures-util] [darkexchange.model.security :as security]) (:use clojure.contrib.test-is test.fixtures.user darkexchange.model.user)) (def model "user") (fixtures-util/use-fixture-maps :once fixture-map) (d...
121408
(ns test.darkexchange.model.user (:require [test.fixtures.util :as fixtures-util] [darkexchange.model.security :as security]) (:use clojure.contrib.test-is test.fixtures.user darkexchange.model.user)) (def model "user") (fixtures-util/use-fixture-maps :once fixture-map) (d...
true
(ns test.darkexchange.model.user (:require [test.fixtures.util :as fixtures-util] [darkexchange.model.security :as security]) (:use clojure.contrib.test-is test.fixtures.user darkexchange.model.user)) (def model "user") (fixtures-util/use-fixture-maps :once fixture-map) (d...
[ { "context": "ss\"\n (t/is (map? (sut/signup! {:player/name \"foo\",\n :player/avatar \"A", "end": 316, "score": 0.9335814118385315, "start": 313, "tag": "NAME", "value": "foo" }, { "context": " \"AVATAR\"})))\n (t/is\n (= {:player/name \"f...
test/clj/poker/account_test.clj
DogLooksGood/holdem
98
(ns poker.account-test (:require [poker.account :as sut] [clojure.test :as t] [poker.utils.test-system :refer [wrap-test-system]]) (:import clojure.lang.ExceptionInfo)) (t/use-fixtures :each wrap-test-system) (t/deftest signup! (t/testing "success" (t/is (map? (sut/signup! {:player/name "foo", ...
49601
(ns poker.account-test (:require [poker.account :as sut] [clojure.test :as t] [poker.utils.test-system :refer [wrap-test-system]]) (:import clojure.lang.ExceptionInfo)) (t/use-fixtures :each wrap-test-system) (t/deftest signup! (t/testing "success" (t/is (map? (sut/signup! {:player/name "<NAME>"...
true
(ns poker.account-test (:require [poker.account :as sut] [clojure.test :as t] [poker.utils.test-system :refer [wrap-test-system]]) (:import clojure.lang.ExceptionInfo)) (t/use-fixtures :each wrap-test-system) (t/deftest signup! (t/testing "success" (t/is (map? (sut/signup! {:player/name "PI:NAME...
[ { "context": "r [C def- P p]]))\n\n(def- g-somedata (R {:some-key 42, :state {:another-key 99} :buffer_paths []}))\n(de", "end": 485, "score": 0.5926619172096252, "start": 483, "tag": "KEY", "value": "42" }, { "context": "-somedata (R {:some-key 42, :state {:another-key 99} :buffer_p...
test/clojupyter/messages_generators_test.clj
nighcoder/clojupyter
2
(ns clojupyter.messages-generators-test (:require [clojupyter] [clojupyter.messages :as msgs] [clojupyter.messages-specs :as msp] [clojupyter.test-shared :as ts] [clojupyter.test-shared-generators :as shg :refer [R]] [clojure.spec.alpha :as s] [c...
88817
(ns clojupyter.messages-generators-test (:require [clojupyter] [clojupyter.messages :as msgs] [clojupyter.messages-specs :as msp] [clojupyter.test-shared :as ts] [clojupyter.test-shared-generators :as shg :refer [R]] [clojure.spec.alpha :as s] [c...
true
(ns clojupyter.messages-generators-test (:require [clojupyter] [clojupyter.messages :as msgs] [clojupyter.messages-specs :as msp] [clojupyter.test-shared :as ts] [clojupyter.test-shared-generators :as shg :refer [R]] [clojure.spec.alpha :as s] [c...
[ { "context": " (b/button {:key \"upload-button\" :className \"btn-fill\" :kind :info\n ", "end": 7481, "score": 0.764278769493103, "start": 7475, "tag": "KEY", "value": "button" }, { "context": "ofileList :show-profiles :device-profile [[:name \...
src/main/org/edgexfoundry/ui/manager/ui/profiles.cljs
jpwhitemn/edgex-ui-clojure
0
;;; Copyright (c) 2018 ;;; IoTech Ltd ;;; SPDX-License-Identifier: Apache-2.0 (ns org.edgexfoundry.ui.manager.ui.profiles (:require [fulcro.client.primitives :as prim :refer [defui defsc]] [fulcro.i18n :refer [tr]] [fulcro.client.dom :as dom] [fulcro.client.data-fetch :as df :refe...
58100
;;; Copyright (c) 2018 ;;; IoTech Ltd ;;; SPDX-License-Identifier: Apache-2.0 (ns org.edgexfoundry.ui.manager.ui.profiles (:require [fulcro.client.primitives :as prim :refer [defui defsc]] [fulcro.i18n :refer [tr]] [fulcro.client.dom :as dom] [fulcro.client.data-fetch :as df :refe...
true
;;; Copyright (c) 2018 ;;; IoTech Ltd ;;; SPDX-License-Identifier: Apache-2.0 (ns org.edgexfoundry.ui.manager.ui.profiles (:require [fulcro.client.primitives :as prim :refer [defui defsc]] [fulcro.i18n :refer [tr]] [fulcro.client.dom :as dom] [fulcro.client.data-fetch :as df :refe...
[ { "context": "l email\n :password pass}}\n ok err))\n\n(s/defn save*\n \"Does", "end": 2871, "score": 0.5058358311653137, "start": 2867, "tag": "PASSWORD", "value": "pass" } ]
src-ui/jsk/net/api.cljs
e85th/jsk
0
(ns jsk.net.api (:require [e85th.ui.net.rpc :as rpc] [taoensso.timbre :as log] [jsk.common.data :as data] [re-frame.core :as rf] [schema.core :as s] [e85th.ui.rf.macros :refer-macros [defevent-fx]] [e85th.ui.browser :as browser] [e85t...
24923
(ns jsk.net.api (:require [e85th.ui.net.rpc :as rpc] [taoensso.timbre :as log] [jsk.common.data :as data] [re-frame.core :as rf] [schema.core :as s] [e85th.ui.rf.macros :refer-macros [defevent-fx]] [e85th.ui.browser :as browser] [e85t...
true
(ns jsk.net.api (:require [e85th.ui.net.rpc :as rpc] [taoensso.timbre :as log] [jsk.common.data :as data] [re-frame.core :as rf] [schema.core :as s] [e85th.ui.rf.macros :refer-macros [defevent-fx]] [e85th.ui.browser :as browser] [e85t...
[ { "context": ";; Copyright 2018 Chris Rink\n;;\n;; Licensed under the Apache License, Version ", "end": 28, "score": 0.9998577237129211, "start": 18, "tag": "NAME", "value": "Chris Rink" } ]
env/dev/src/dev.clj
chrisrink10/repopreview
0
;; Copyright 2018 Chris Rink ;; ;; 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 w...
105866
;; Copyright 2018 <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 writi...
true
;; Copyright 2018 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 agre...
[ { "context": "ion was provided\n on the clojure mailing list by Alistair Roche.)\"\n [& {:as kw-args}]\n `(s/merge (s/keys ~@(app", "end": 2128, "score": 0.9998849034309387, "start": 2114, "tag": "NAME", "value": "Alistair Roche" } ]
cimi/src/com/sixsq/slipstream/ssclj/util/spec.cljc
slipstream/cimi-mf2c
0
(ns com.sixsq.slipstream.ssclj.util.spec "Utilities that provide common spec definition patterns that aren't supported directly by the core spec functions and macros." (:require [clojure.set :as set] [clojure.spec.alpha :as s] [clojure.spec.gen.alpha :as gen] [clojure.string :as str])) (def ^:pr...
63022
(ns com.sixsq.slipstream.ssclj.util.spec "Utilities that provide common spec definition patterns that aren't supported directly by the core spec functions and macros." (:require [clojure.set :as set] [clojure.spec.alpha :as s] [clojure.spec.gen.alpha :as gen] [clojure.string :as str])) (def ^:pr...
true
(ns com.sixsq.slipstream.ssclj.util.spec "Utilities that provide common spec definition patterns that aren't supported directly by the core spec functions and macros." (:require [clojure.set :as set] [clojure.spec.alpha :as s] [clojure.spec.gen.alpha :as gen] [clojure.string :as str])) (def ^:pr...
[ { "context": "ributed DAP/MAP commodity market.\"\n :author \"Anna Shchiptsova\"}\n phosphorus-markets.core\n (:require [clojure.j", "end": 582, "score": 0.9998780488967896, "start": 566, "tag": "NAME", "value": "Anna Shchiptsova" } ]
clj/phosphorus-markets/src/phosphorus_markets/core.clj
shchipts/phosphorus-affordability
0
; Copyright (c) 2020 International Institute for Applied Systems Analysis. ; All rights reserved. The use and distribution terms for this software ; are covered by the MIT License (http://opensource.org/licenses/MIT) ; which can be found in the file LICENSE at the root of this distribution. ; By using this so...
109891
; Copyright (c) 2020 International Institute for Applied Systems Analysis. ; All rights reserved. The use and distribution terms for this software ; are covered by the MIT License (http://opensource.org/licenses/MIT) ; which can be found in the file LICENSE at the root of this distribution. ; By using this so...
true
; Copyright (c) 2020 International Institute for Applied Systems Analysis. ; All rights reserved. The use and distribution terms for this software ; are covered by the MIT License (http://opensource.org/licenses/MIT) ; which can be found in the file LICENSE at the root of this distribution. ; By using this so...
[ { "context": "n't compile macros because I'm not serving them. -adrian\")\n\n (if (= path \"membrane/macros\")\n {:lang :c", "end": 1215, "score": 0.9241909980773926, "start": 1209, "tag": "NAME", "value": "adrian" } ]
src/membrane/eval.cljs
rgkirch/membrane
287
(ns membrane.eval (:require [cljs.js :as cljs] [cljs.core.async :refer [put! chan <! timeout dropping-buffer promise-chan] :as async]) (:import [goog.net XhrIo] goog.string)) (defn wrap-js-eval [resource] (try ;; (println (:source resource)) ;; {:value (cljs/js-eval...
74609
(ns membrane.eval (:require [cljs.js :as cljs] [cljs.core.async :refer [put! chan <! timeout dropping-buffer promise-chan] :as async]) (:import [goog.net XhrIo] goog.string)) (defn wrap-js-eval [resource] (try ;; (println (:source resource)) ;; {:value (cljs/js-eval...
true
(ns membrane.eval (:require [cljs.js :as cljs] [cljs.core.async :refer [put! chan <! timeout dropping-buffer promise-chan] :as async]) (:import [goog.net XhrIo] goog.string)) (defn wrap-js-eval [resource] (try ;; (println (:source resource)) ;; {:value (cljs/js-eval...
[ { "context": "(ns ^{:author \"James McClain <jwm@destroy-data-concepts.com>\"}\n worldtree.ser", "end": 28, "score": 0.9998575448989868, "start": 15, "tag": "NAME", "value": "James McClain" }, { "context": "(ns ^{:author \"James McClain <jwm@destroy-data-concepts.com>\"}\n worldtre...
src/worldtree/series.clj
jamesmcclain/WorldTree
1
(ns ^{:author "James McClain <jwm@destroy-data-concepts.com>"} worldtree.series (:require [clojure.set :as set] [clojure.java.io :as io] [clojure.core.memoize :as memo]) (:use [gloss.core] [gloss.io])) (defstruct segment :ymin :ymax :m :b :i) (defstruct node :type :y :left :middle...
123898
(ns ^{:author "<NAME> <<EMAIL>>"} worldtree.series (:require [clojure.set :as set] [clojure.java.io :as io] [clojure.core.memoize :as memo]) (:use [gloss.core] [gloss.io])) (defstruct segment :ymin :ymax :m :b :i) (defstruct node :type :y :left :middle :right) (defstruct leaf :typ...
true
(ns ^{:author "PI:NAME:<NAME>END_PI <PI:EMAIL:<EMAIL>END_PI>"} worldtree.series (:require [clojure.set :as set] [clojure.java.io :as io] [clojure.core.memoize :as memo]) (:use [gloss.core] [gloss.io])) (defstruct segment :ymin :ymax :m :b :i) (defstruct node :type :y :left :middle...
[ { "context": "ndler (with-req (with-cmd :user/get {:user/email \"andrew@doe.com\"})))))\n\n (is (same? 201 :user/created\n (s", "end": 1809, "score": 0.999910831451416, "start": 1795, "tag": "EMAIL", "value": "andrew@doe.com" }, { "context": "er (with-req (with-cmd :user/crea...
test/src/example/web_test.cljc
just-sultanov/clj-unifier
27
(ns example.web-test (:require #?(:clj [clojure.test :refer [deftest is]] :cljs [cljs.test :refer-macros [deftest is]]) [unifier.response :as r] [example.helpers :as helpers] [example.data :as data] [example.web :as sut])) ;;;; ;; Test helpers ;;; (defn- with-req ([cmd] (with-req :en cmd)...
81370
(ns example.web-test (:require #?(:clj [clojure.test :refer [deftest is]] :cljs [cljs.test :refer-macros [deftest is]]) [unifier.response :as r] [example.helpers :as helpers] [example.data :as data] [example.web :as sut])) ;;;; ;; Test helpers ;;; (defn- with-req ([cmd] (with-req :en cmd)...
true
(ns example.web-test (:require #?(:clj [clojure.test :refer [deftest is]] :cljs [cljs.test :refer-macros [deftest is]]) [unifier.response :as r] [example.helpers :as helpers] [example.data :as data] [example.web :as sut])) ;;;; ;; Test helpers ;;; (defn- with-req ([cmd] (with-req :en cmd)...
[ { "context": "(ns ^{:author \"Adam Berger\"} ulvm.scopes.nodejs.write-file\n \"Utility to wri", "end": 26, "score": 0.9998739361763, "start": 15, "tag": "NAME", "value": "Adam Berger" } ]
examples/scopes/nodejs-scope/src/ulvm/scopes/nodejs/write_file.clj
abrgr/ulvm
0
(ns ^{:author "Adam Berger"} ulvm.scopes.nodejs.write-file "Utility to write files" (:require [clojure.string :as string] [amazonica.aws.s3 :as s3])) (defn w "Write a file" [path contents] (let [stream (java.io.ByteArrayInputStream. (.getBytes contents "utf-8")) ; s3 keys d...
249
(ns ^{:author "<NAME>"} ulvm.scopes.nodejs.write-file "Utility to write files" (:require [clojure.string :as string] [amazonica.aws.s3 :as s3])) (defn w "Write a file" [path contents] (let [stream (java.io.ByteArrayInputStream. (.getBytes contents "utf-8")) ; s3 keys do not...
true
(ns ^{:author "PI:NAME:<NAME>END_PI"} ulvm.scopes.nodejs.write-file "Utility to write files" (:require [clojure.string :as string] [amazonica.aws.s3 :as s3])) (defn w "Write a file" [path contents] (let [stream (java.io.ByteArrayInputStream. (.getBytes contents "utf-8")) ; ...
[ { "context": "\n;;6)URI metadata are ignores for example <mailto:test@gmail.com> is \"test@gmail.com\" for Louna\n\n\n;;query 2.4\n#_(q", "end": 987, "score": 0.9998966455459595, "start": 973, "tag": "EMAIL", "value": "test@gmail.com" }, { "context": "e ignores for example <mailto:te...
test/web_qc/q.clj
tkaryadis/louna-local
0
(ns web-qc.q (:use louna.louna louna.louna-util)) ;;examples from https://www.w3.org/2001/sw/DataAccess/rq23/examples.html ;;Some differences ;;1)Louna inside stores URI'S as :prefix.name,if the user has give the prefix-URI pair ;; for example in a .ttl file,it will use the user's prefix,if not it will aut...
45688
(ns web-qc.q (:use louna.louna louna.louna-util)) ;;examples from https://www.w3.org/2001/sw/DataAccess/rq23/examples.html ;;Some differences ;;1)Louna inside stores URI'S as :prefix.name,if the user has give the prefix-URI pair ;; for example in a .ttl file,it will use the user's prefix,if not it will aut...
true
(ns web-qc.q (:use louna.louna louna.louna-util)) ;;examples from https://www.w3.org/2001/sw/DataAccess/rq23/examples.html ;;Some differences ;;1)Louna inside stores URI'S as :prefix.name,if the user has give the prefix-URI pair ;; for example in a .ttl file,it will use the user's prefix,if not it will aut...
[ { "context": ";; Copyright (c) Stuart Sierra, 2012. All rights reserved. The use and\n;; distri", "end": 30, "score": 0.9998827576637268, "start": 17, "tag": "NAME", "value": "Stuart Sierra" }, { "context": "or any other, from this software.\n\n(ns ^{:author \"Stuart Sierra\"\n ...
server/target/clojure/tools/namespace/file.clj
OctavioBR/healthcheck
0
;; Copyright (c) Stuart Sierra, 2012. 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 a...
17914
;; Copyright (c) <NAME>, 2012. 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 fash...
true
;; Copyright (c) PI:NAME:<NAME>END_PI, 2012. 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 softwa...
[ { "context": "tly loaded)\n#re/foo|bar/\n;=> (re \"foo|bar\")\n\n#nme(Will Richardson)\n#nme(Sarang Love Leehan)\n\n#(func 1 2 3)\n\nfoobar\n", "end": 768, "score": 0.999830424785614, "start": 753, "tag": "NAME", "value": "Will Richardson" }, { "context": "r/\n;=> (re \"foo|bar\")\n\...
example.clj
javanut13/slang
5
(module Main) (require others/files/*) (SomeModule.do-things-with [1 2 3]) (type Thing name limit size) (Thing "Something" 56 98) (Thing name: "Something" limit: 12 size: 1) (defn do-foo [a b & other *stuff] ; other is list of arguments ; stuff is map of keyword arguments that don't match a ...
55639
(module Main) (require others/files/*) (SomeModule.do-things-with [1 2 3]) (type Thing name limit size) (Thing "Something" 56 98) (Thing name: "Something" limit: 12 size: 1) (defn do-foo [a b & other *stuff] ; other is list of arguments ; stuff is map of keyword arguments that don't match a ...
true
(module Main) (require others/files/*) (SomeModule.do-things-with [1 2 3]) (type Thing name limit size) (Thing "Something" 56 98) (Thing name: "Something" limit: 12 size: 1) (defn do-foo [a b & other *stuff] ; other is list of arguments ; stuff is map of keyword arguments that don't match a ...
[ { "context": "ns under the License.\n;;\n;; Copyright © 2013-2022, Kenneth Leung. All rights reserved.\n\n(ns czlab.bixby.demo.flows", "end": 597, "score": 0.999852180480957, "start": 584, "tag": "NAME", "value": "Kenneth Leung" } ]
src/main/clojure/czlab/bixby/demo/flows/core.clj
llnek/skaro
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 ...
28518
;; 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": ";;;; Copyright 2015 Peter Stephens. All Rights Reserved.\r\n;;;;\r\n;;;; Licensed unde", "end": 36, "score": 0.9996947050094604, "start": 22, "tag": "NAME", "value": "Peter Stephens" } ]
src/common/bible/io.cljs
pstephens/kingjames.bible
23
;;;; Copyright 2015 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 ...
12987
;;;; Copyright 2015 <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 2015 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": "]\n (t/is (= 48 (count picasso)))\n (t/is (= \"Pablo\" (:http://xmlns.com/foaf/0.1/givenName picasso)))", "end": 15020, "score": 0.9929696321487427, "start": 15015, "tag": "NAME", "value": "Pablo" }, { "context": "ect-store)\n ivan {:crux.db/id :ivan :name ...
test/crux/tx_test.clj
souenzzo/crux
0
(ns crux.tx-test (:require [clojure.test :as t] [clojure.test.check.clojure-test :as tcct] [clojure.test.check.generators :as gen] [clojure.test.check.properties :as prop] [clojure.java.io :as io] [clojure.spec.alpha :as s] [clojure.set :as set] ...
94900
(ns crux.tx-test (:require [clojure.test :as t] [clojure.test.check.clojure-test :as tcct] [clojure.test.check.generators :as gen] [clojure.test.check.properties :as prop] [clojure.java.io :as io] [clojure.spec.alpha :as s] [clojure.set :as set] ...
true
(ns crux.tx-test (:require [clojure.test :as t] [clojure.test.check.clojure-test :as tcct] [clojure.test.check.generators :as gen] [clojure.test.check.properties :as prop] [clojure.java.io :as io] [clojure.spec.alpha :as s] [clojure.set :as set] ...
[ { "context": "tlements+\n [{:resid \"res1\" :catappid 11 :userid \"user1\" :start (time/date-time 2001 10 11) :mail \"user1@", "end": 944, "score": 0.8185912370681763, "start": 939, "tag": "USERNAME", "value": "user1" }, { "context": "\"user1\" :start (time/date-time 2001 10 11) :ma...
test/clj/rems/db/test_entitlements.clj
ossilva/rems
0
(ns ^:integration rems.db.test-entitlements (:require [clj-time.core :as time] [clojure.test :refer :all] [rems.db.applications :as applications] [rems.db.core :as db] [rems.db.entitlements :as entitlements] [rems.db.test-data-helpers :as test-helpers] ...
92394
(ns ^:integration rems.db.test-entitlements (:require [clj-time.core :as time] [clojure.test :refer :all] [rems.db.applications :as applications] [rems.db.core :as db] [rems.db.entitlements :as entitlements] [rems.db.test-data-helpers :as test-helpers] ...
true
(ns ^:integration rems.db.test-entitlements (:require [clj-time.core :as time] [clojure.test :refer :all] [rems.db.applications :as applications] [rems.db.core :as db] [rems.db.entitlements :as entitlements] [rems.db.test-data-helpers :as test-helpers] ...
[ { "context": "; Copyright (c) 2010-2021 Haifeng Li. All rights reserved.\n;\n; Smile is free softwar", "end": 38, "score": 0.999737024307251, "start": 28, "tag": "NAME", "value": "Haifeng Li" }, { "context": "le.regression\n \"Regression Analysis\"\n {:author \"Haifeng Li\"}\n ...
clojure/src/smile/regression.clj
takanori-ugai/smile
0
; Copyright (c) 2010-2021 Haifeng Li. All rights reserved. ; ; Smile 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 later version. ; ; Sm...
121898
; Copyright (c) 2010-2021 <NAME>. All rights reserved. ; ; Smile 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 later version. ; ; Smile ...
true
; Copyright (c) 2010-2021 PI:NAME:<NAME>END_PI. All rights reserved. ; ; Smile 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 later version...
[ { "context": " [:a { :href \"//twitter.com/nowprovision\" } \n \"Matt Freeman\"]\n ", "end": 3528, "score": 0.8167638778686523, "start": 3516, "tag": "USERNAME", "value": "nowprovision" }, { "context": "com/nowprovision\" } \n ...
src-cljs/webhookproxyweb/components/layout.cljs
sitepodmatt/webhookproxyweb
3
(ns webhookproxyweb.components.layout (:require [clojure.string :refer [join]] [freeman.ospa.core :refer [dispatch resolve-route]] [reagent.core :refer [create-class]])) (defn hide-drawer [] ; this hacky - find a better way to handle material integrat...
34732
(ns webhookproxyweb.components.layout (:require [clojure.string :refer [join]] [freeman.ospa.core :refer [dispatch resolve-route]] [reagent.core :refer [create-class]])) (defn hide-drawer [] ; this hacky - find a better way to handle material integrat...
true
(ns webhookproxyweb.components.layout (:require [clojure.string :refer [join]] [freeman.ospa.core :refer [dispatch resolve-route]] [reagent.core :refer [create-class]])) (defn hide-drawer [] ; this hacky - find a better way to handle material integrat...
[ { "context": "name]\n (println \"Hello \" name))\n\n(sayHello \"Hello Heavens!\")\n", "end": 280, "score": 0.9824873805046082, "start": 273, "tag": "NAME", "value": "Heavens" } ]
src/com/mshiray/recipebcp/core.clj
mshiray/recipebcp
0
(ns clojuretryout.core (:gen-class)) (defn -main "I don't do a whole lot ... yet." [& args] (println "Hello, World!" args)) ;simple function to accept string param and print hello ;msg on console (defn sayHello [name] (println "Hello " name)) (sayHello "Hello Heavens!")
104582
(ns clojuretryout.core (:gen-class)) (defn -main "I don't do a whole lot ... yet." [& args] (println "Hello, World!" args)) ;simple function to accept string param and print hello ;msg on console (defn sayHello [name] (println "Hello " name)) (sayHello "Hello <NAME>!")
true
(ns clojuretryout.core (:gen-class)) (defn -main "I don't do a whole lot ... yet." [& args] (println "Hello, World!" args)) ;simple function to accept string param and print hello ;msg on console (defn sayHello [name] (println "Hello " name)) (sayHello "Hello PI:NAME:<NAME>END_PI!")
[ { "context": "deftest run-tests]])\n\n(def favorite-fruit {:name \"Kiwi\", :color \"Green\", :kcal_per_100g 61 :distinguish_", "end": 102, "score": 0.9991243481636047, "start": 98, "tag": "NAME", "value": "Kiwi" }, { "context": "k \"Hairy\"})\n\n(deftest exercise-202-test\n (is (= \...
Chapter02/tests/Exercise2.02/repl.clj
transducer/The-Clojure-Workshop
55
(require '[clojure.test :as test :refer [is are deftest run-tests]]) (def favorite-fruit {:name "Kiwi", :color "Green", :kcal_per_100g 61 :distinguish_mark "Hairy"}) (deftest exercise-202-test (is (= "Kiwi" (get favorite-fruit :name))) (is (= "Green" (get favorite-fruit :color))) (is (= nil (get favorite-fruit ...
57391
(require '[clojure.test :as test :refer [is are deftest run-tests]]) (def favorite-fruit {:name "<NAME>", :color "Green", :kcal_per_100g 61 :distinguish_mark "Hairy"}) (deftest exercise-202-test (is (= "<NAME>" (get favorite-fruit :name))) (is (= "Green" (get favorite-fruit :color))) (is (= nil (get favorite-fr...
true
(require '[clojure.test :as test :refer [is are deftest run-tests]]) (def favorite-fruit {:name "PI:NAME:<NAME>END_PI", :color "Green", :kcal_per_100g 61 :distinguish_mark "Hairy"}) (deftest exercise-202-test (is (= "PI:NAME:<NAME>END_PI" (get favorite-fruit :name))) (is (= "Green" (get favorite-fruit :color))) ...
[ { "context": "crux-node)\n login-code (db/->login-code \"test@example.com\")\n tokens (db/->tokens)]\n (assert-t", "end": 570, "score": 0.9999021291732788, "start": 554, "tag": "EMAIL", "value": "test@example.com" }, { "context": "crux-node)\n login-co...
test/instant_website/auth_test.clj
instantwebsite/core-api
0
(ns instant-website.auth-test (:require [clojure.test :refer :all] [clojure.pprint :refer [pprint]] [crux.api :as crux] [instant-website.auth :as auth] [instant-website.test-utils :as tu] [instant-website.db :as db])) (defn assert-tokens [t] (is (= 23 (count (:tokens/plugin t)))) (is (= 2...
52097
(ns instant-website.auth-test (:require [clojure.test :refer :all] [clojure.pprint :refer [pprint]] [crux.api :as crux] [instant-website.auth :as auth] [instant-website.test-utils :as tu] [instant-website.db :as db])) (defn assert-tokens [t] (is (= 23 (count (:tokens/plugin t)))) (is (= 2...
true
(ns instant-website.auth-test (:require [clojure.test :refer :all] [clojure.pprint :refer [pprint]] [crux.api :as crux] [instant-website.auth :as auth] [instant-website.test-utils :as tu] [instant-website.db :as db])) (defn assert-tokens [t] (is (= 23 (count (:tokens/plugin t)))) (is (= 2...
[ { "context": "e.harrigan.components.thymeleaf.impl\n {:author [\"David Harrigan\"]}\n (:import\n [org.thymeleaf TemplateEngine]\n ", "end": 73, "score": 0.9998770952224731, "start": 59, "tag": "NAME", "value": "David Harrigan" } ]
src/online/harrigan/components/thymeleaf/impl.clj
dharrigan/unresolved-var
0
(ns online.harrigan.components.thymeleaf.impl {:author ["David Harrigan"]} (:import [org.thymeleaf TemplateEngine] [org.thymeleaf.context Context IContext] [org.thymeleaf.templateresolver ClassLoaderTemplateResolver])) (set! *warn-on-reflection* true) (def ^:private template-resolver-defaults {:prefix ...
41941
(ns online.harrigan.components.thymeleaf.impl {:author ["<NAME>"]} (:import [org.thymeleaf TemplateEngine] [org.thymeleaf.context Context IContext] [org.thymeleaf.templateresolver ClassLoaderTemplateResolver])) (set! *warn-on-reflection* true) (def ^:private template-resolver-defaults {:prefix "public/...
true
(ns online.harrigan.components.thymeleaf.impl {:author ["PI:NAME:<NAME>END_PI"]} (:import [org.thymeleaf TemplateEngine] [org.thymeleaf.context Context IContext] [org.thymeleaf.templateresolver ClassLoaderTemplateResolver])) (set! *warn-on-reflection* true) (def ^:private template-resolver-defaults {:p...
[ { "context": "\n (is (repo/commit! repo (-> (get-person repo \"Alice\" \"Appleseed\")\n (reg", "end": 1013, "score": 0.9992087483406067, "start": 1008, "tag": "NAME", "value": "Alice" }, { "context": " (repo/commit! repo (-> (get-person repo \"Alice\"...
data/test/clojure/aaef26d5731c20bda6a1b620411eee2693843020wrap_stream_properties_test.clj
harshp8l/deep-learning-lang-detection
84
(ns rill.wheel.wrap-stream-properties-test (:require [clojure.test :refer [are deftest is testing use-fixtures]] [rill.event-store :refer [append-events retrieve-events]] [rill.event-store.memory :refer [memory-store]] [rill.event-stream :refer [all-events-stream-id]] [...
77269
(ns rill.wheel.wrap-stream-properties-test (:require [clojure.test :refer [are deftest is testing use-fixtures]] [rill.event-store :refer [append-events retrieve-events]] [rill.event-store.memory :refer [memory-store]] [rill.event-stream :refer [all-events-stream-id]] [...
true
(ns rill.wheel.wrap-stream-properties-test (:require [clojure.test :refer [are deftest is testing use-fixtures]] [rill.event-store :refer [append-events retrieve-events]] [rill.event-store.memory :refer [memory-store]] [rill.event-stream :refer [all-events-stream-id]] [...
[ { "context": ";\n; Copyright (c) Dilvan A. Moreira 2016. All rights reserved.\n;\n; This file is part", "end": 35, "score": 0.9998714327812195, "start": 18, "tag": "NAME", "value": "Dilvan A. Moreira" } ]
grails-app/assets/javascripts/dataset-viewer/src/datasetViewer/db.cljs
johnciclus/Decisioner
1
; ; Copyright (c) Dilvan A. Moreira 2016. All rights reserved. ; ; This file is part of ePAD2. ; ; ePAD2 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 opti...
4424
; ; Copyright (c) <NAME> 2016. All rights reserved. ; ; This file is part of ePAD2. ; ; ePAD2 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
; ; Copyright (c) PI:NAME:<NAME>END_PI 2016. All rights reserved. ; ; This file is part of ePAD2. ; ; ePAD2 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": ";; copyright (c) 2019-2021 Sean Corfield, all rights reserved\n\n(ns usermanager.model.user-", "end": 40, "score": 0.9998242855072021, "start": 27, "tag": "NAME", "value": "Sean Corfield" }, { "context": "ed the database with this data.\"\n [{:first_name \"Sean\" :last...
src/usermanager/model/user_manager.clj
PrestanceDesign/usermanager-example
8
;; copyright (c) 2019-2021 Sean Corfield, all rights reserved (ns usermanager.model.user-manager "The model for the application. This is where the persistence happens, although in a larger application, this would probably contain just the business logic and the persistence would be in a separate namespace." (:...
108264
;; copyright (c) 2019-2021 <NAME>, all rights reserved (ns usermanager.model.user-manager "The model for the application. This is where the persistence happens, although in a larger application, this would probably contain just the business logic and the persistence would be in a separate namespace." (:require...
true
;; copyright (c) 2019-2021 PI:NAME:<NAME>END_PI, all rights reserved (ns usermanager.model.user-manager "The model for the application. This is where the persistence happens, although in a larger application, this would probably contain just the business logic and the persistence would be in a separate namespace...
[ { "context": "; @author: Muhammadjon Hakimov\n(load-file \"object.clj\")\n(load-file \"combinators.", "end": 30, "score": 0.9998856782913208, "start": 11, "tag": "NAME", "value": "Muhammadjon Hakimov" } ]
Clojure/expression.clj
MrHakimov/expression-parsers
0
; @author: Muhammadjon Hakimov (load-file "object.clj") (load-file "combinators.clj") (def *all-chars (mapv char (range 0 128))) (def *space (+char (apply str (filter #(Character/isWhitespace (char %)) *all-chars)))) (def *letter (+char (apply str (filter #(Character/isLetter (char %)) *all-chars)))) (def *digit (+cha...
56220
; @author: <NAME> (load-file "object.clj") (load-file "combinators.clj") (def *all-chars (mapv char (range 0 128))) (def *space (+char (apply str (filter #(Character/isWhitespace (char %)) *all-chars)))) (def *letter (+char (apply str (filter #(Character/isLetter (char %)) *all-chars)))) (def *digit (+char (apply str ...
true
; @author: PI:NAME:<NAME>END_PI (load-file "object.clj") (load-file "combinators.clj") (def *all-chars (mapv char (range 0 128))) (def *space (+char (apply str (filter #(Character/isWhitespace (char %)) *all-chars)))) (def *letter (+char (apply str (filter #(Character/isLetter (char %)) *all-chars)))) (def *digit (+ch...
[ { "context": "ofile-id 123456, :institution-id 1000, :username \"qa@artstor.org\", :default-user false}}\n resp (auth/arts", "end": 317, "score": 0.9999191164970398, "start": 303, "tag": "EMAIL", "value": "qa@artstor.org" }, { "context": ":profile-id nil, :institution-id 100...
test/artstor_metadata_service_os/auth_test.clj
ithaka/artstor-metadata-service-os
0
(ns artstor-metadata-service-os.auth-test (:require [artstor-metadata-service-os.auth :as auth] [clojure.test :refer :all])) (deftest testing-auth (testing "Test auth using valid artstor-user-info" (let [req {:artstor-user-info {:profile-id 123456, :institution-id 1000, :username "qa@artstor.org", ...
41741
(ns artstor-metadata-service-os.auth-test (:require [artstor-metadata-service-os.auth :as auth] [clojure.test :refer :all])) (deftest testing-auth (testing "Test auth using valid artstor-user-info" (let [req {:artstor-user-info {:profile-id 123456, :institution-id 1000, :username "<EMAIL>", :defaul...
true
(ns artstor-metadata-service-os.auth-test (:require [artstor-metadata-service-os.auth :as auth] [clojure.test :refer :all])) (deftest testing-auth (testing "Test auth using valid artstor-user-info" (let [req {:artstor-user-info {:profile-id 123456, :institution-id 1000, :username "PI:EMAIL:<EMAIL>E...
[ { "context": "! *unchecked-math* :warn-on-boxed)\n(ns ^{:author \"John Alan McDonald\" :date \"2016-07-12\"\n :doc \"Something like a ", "end": 105, "score": 0.9998763799667358, "start": 87, "tag": "NAME", "value": "John Alan McDonald" } ]
src/main/clojure/zana/collections/cube.clj
wahpenayo/zana
2
(set! *warn-on-reflection* true) (set! *unchecked-math* :warn-on-boxed) (ns ^{:author "John Alan McDonald" :date "2016-07-12" :doc "Something like a data cube" } zana.collections.cube (:refer-clojure :exclude [range]) (:require [clojure.pprint :as pp] [zana.commons.core :as cc] ...
30507
(set! *warn-on-reflection* true) (set! *unchecked-math* :warn-on-boxed) (ns ^{:author "<NAME>" :date "2016-07-12" :doc "Something like a data cube" } zana.collections.cube (:refer-clojure :exclude [range]) (:require [clojure.pprint :as pp] [zana.commons.core :as cc] [zana.c...
true
(set! *warn-on-reflection* true) (set! *unchecked-math* :warn-on-boxed) (ns ^{:author "PI:NAME:<NAME>END_PI" :date "2016-07-12" :doc "Something like a data cube" } zana.collections.cube (:refer-clojure :exclude [range]) (:require [clojure.pprint :as pp] [zana.commons.core :as cc] ...
[ { "context": "(defn main! []\n (.log js/console \"Plang App v0.1\\nPavel Metelitsyn 2020\\npavel@metelitsyn.de\")\n (rd/render [app-roo", "end": 199, "score": 0.9998365044593811, "start": 182, "tag": "NAME", "value": "nPavel Metelitsyn" }, { "context": "log js/console \"Plang App v...
plang/src/plang/index.cljs
mtlsn/PLangTool
1
(ns plang.index (:require [reagent.dom :as rd] [plang.components.root :refer [app-root]])) (enable-console-print!) (defn main! [] (.log js/console "Plang App v0.1\nPavel Metelitsyn 2020\npavel@metelitsyn.de") (rd/render [app-root] (.getElementById js/document "app")))
66496
(ns plang.index (:require [reagent.dom :as rd] [plang.components.root :refer [app-root]])) (enable-console-print!) (defn main! [] (.log js/console "Plang App v0.1\<NAME> 2<EMAIL>20\<EMAIL>") (rd/render [app-root] (.getElementById js/document "app")))
true
(ns plang.index (:require [reagent.dom :as rd] [plang.components.root :refer [app-root]])) (enable-console-print!) (defn main! [] (.log js/console "Plang App v0.1\PI:NAME:<NAME>END_PI 2PI:EMAIL:<EMAIL>END_PI20\PI:EMAIL:<EMAIL>END_PI") (rd/render [app-root] (.getElementById js/document "app")))
[ { "context": ";; Copyright 2014 Pellucid Analytics\n;;\n;; Licensed under the Apache License, Version ", "end": 36, "score": 0.9994433522224426, "start": 18, "tag": "NAME", "value": "Pellucid Analytics" } ]
src/datomic_graphite_reporter/core.clj
dwhjames/datomic-graphite-reporter
1
;; Copyright 2014 Pellucid Analytics ;; ;; 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...
50323
;; Copyright 2014 <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 writi...
true
;; Copyright 2014 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 agre...
[ { "context": " (let [request {:params (assoc user1 :password \"wrongpassword\")}\n response (handlers/login request)]\n ", "end": 2307, "score": 0.9993911981582642, "start": 2294, "tag": "PASSWORD", "value": "wrongpassword" }, { "context": "\n (let [request {:params (a...
test/clj/villagebook/user/handlers_test.clj
sathia27/villagebook
0
(ns villagebook.user.handlers-test (:require [villagebook.fixtures :refer [setup-once wrap-transaction]] [villagebook.factory :refer [user1 user2]] [villagebook.user.db :as db] [villagebook.user.models :as models] [villagebook.user.handlers :as handlers] [cl...
57257
(ns villagebook.user.handlers-test (:require [villagebook.fixtures :refer [setup-once wrap-transaction]] [villagebook.factory :refer [user1 user2]] [villagebook.user.db :as db] [villagebook.user.models :as models] [villagebook.user.handlers :as handlers] [cl...
true
(ns villagebook.user.handlers-test (:require [villagebook.fixtures :refer [setup-once wrap-transaction]] [villagebook.factory :refer [user1 user2]] [villagebook.user.db :as db] [villagebook.user.models :as models] [villagebook.user.handlers :as handlers] [cl...
[ { "context": "d\"))\n :termsOfService \"https://github.com/CrossRef/rest-api-doc\"\n :contact {:name \"Crossref\"\n ", "end": 788, "score": 0.7597275376319885, "start": 785, "tag": "USERNAME", "value": "Ref" }, { "context": "b.com/CrossRef/rest-api-doc\"\n :contact {:name...
src/cayenne/api/v1/doc.clj
CrossRef/cayenne
11
(ns cayenne.api.v1.doc (:require [cayenne.api.v1.schema :as sc] [cayenne.api.v1.filter :refer [std-filters compound-fields]] [cayenne.api.v1.fields :refer [work-fields]] [cayenne.api.v1.facet :refer [std-facets]] [cayenne.api.v1.query :refer [select-fields sort-fields]]...
6541
(ns cayenne.api.v1.doc (:require [cayenne.api.v1.schema :as sc] [cayenne.api.v1.filter :refer [std-filters compound-fields]] [cayenne.api.v1.fields :refer [work-fields]] [cayenne.api.v1.facet :refer [std-facets]] [cayenne.api.v1.query :refer [select-fields sort-fields]]...
true
(ns cayenne.api.v1.doc (:require [cayenne.api.v1.schema :as sc] [cayenne.api.v1.filter :refer [std-filters compound-fields]] [cayenne.api.v1.fields :refer [work-fields]] [cayenne.api.v1.facet :refer [std-facets]] [cayenne.api.v1.query :refer [select-fields sort-fields]]...
[ { "context": " [:what\n [id ::core/name \"Ivan\"]\n [id ::core/last-name last-name]\n ", "end": 256, "score": 0.9994754195213318, "start": 252, "tag": "NAME", "value": "Ivan" } ]
bench-src/people/odoyle.cljc
drewverlee/odoyle-rules
0
(ns people.odoyle (:require [odoyle.rules :as o] [people.core :as core])) (defn init [] (as-> (o/->session) $ (reduce o/add-rule $ (o/ruleset {::get-ivan [:what [id ::core/name "Ivan"] [id ::core/last-name last-name] [...
13921
(ns people.odoyle (:require [odoyle.rules :as o] [people.core :as core])) (defn init [] (as-> (o/->session) $ (reduce o/add-rule $ (o/ruleset {::get-ivan [:what [id ::core/name "<NAME>"] [id ::core/last-name last-name] ...
true
(ns people.odoyle (:require [odoyle.rules :as o] [people.core :as core])) (defn init [] (as-> (o/->session) $ (reduce o/add-rule $ (o/ruleset {::get-ivan [:what [id ::core/name "PI:NAME:<NAME>END_PI"] [id ::core/last-name last-name]...
[ { "context": ", :phase nil, :attributes {:id \"mrna0001\", :name \"foobar\"}}\n {:chr \"ctg123\", :source nil, :type \"exon\", ", "end": 2331, "score": 0.9930232763290405, "start": 2325, "tag": "USERNAME", "value": "foobar" }, { "context": " :phase nil, :attributes {:id \"gene00001...
test/cljam/io/gff_test.clj
niyarin-another/cljam
78
(ns cljam.io.gff-test (:require [clojure.test :refer [deftest is are testing]] [clojure.string :as cstr] [clojure.java.io :as cio] [cljam.test-common :refer [with-before-after prepare-cache! clean-cache! not-throw? ...
34333
(ns cljam.io.gff-test (:require [clojure.test :refer [deftest is are testing]] [clojure.string :as cstr] [clojure.java.io :as cio] [cljam.test-common :refer [with-before-after prepare-cache! clean-cache! not-throw? ...
true
(ns cljam.io.gff-test (:require [clojure.test :refer [deftest is are testing]] [clojure.string :as cstr] [clojure.java.io :as cio] [cljam.test-common :refer [with-before-after prepare-cache! clean-cache! not-throw? ...
[ { "context": "on\n [:h2 \"What is Clojure?\"]\n [:p \"Designed by Rich Hickey:\"]\n [:img {:src \"img/Rich_Hickey.jpg\" :height \"", "end": 831, "score": 0.9996744394302368, "start": 820, "tag": "NAME", "value": "Rich Hickey" }, { "context": "on\n [:h2 \"What is Clojure?\"]\n...
src/reveal/slides.cljs
GingaNinja/clojure-pres
0
(ns reveal.slides) (def slide-1 [:section [:h1 "Clojure"] [:h3 "Let's Get Some Clojure"] [:p "(and some puns)"] ]) (def clojure-closure [:section [:h2 "It's Clojure, not a closure"] [:pre [:code {:class "hljs" :data-trim true :data-noescape true } "fu...
9059
(ns reveal.slides) (def slide-1 [:section [:h1 "Clojure"] [:h3 "Let's Get Some Clojure"] [:p "(and some puns)"] ]) (def clojure-closure [:section [:h2 "It's Clojure, not a closure"] [:pre [:code {:class "hljs" :data-trim true :data-noescape true } "fu...
true
(ns reveal.slides) (def slide-1 [:section [:h1 "Clojure"] [:h3 "Let's Get Some Clojure"] [:p "(and some puns)"] ]) (def clojure-closure [:section [:h2 "It's Clojure, not a closure"] [:pre [:code {:class "hljs" :data-trim true :data-noescape true } "fu...
[ { "context": "! *unchecked-math* :warn-on-boxed)\n(ns ^{:author \"John Alan McDonald, Kristina Lisa Klinkner\" :date \"2016-11-09\"\n ", "end": 105, "score": 0.9998766779899597, "start": 87, "tag": "NAME", "value": "John Alan McDonald" }, { "context": ":warn-on-boxed)\n(ns ^{:aut...
src/main/clojure/taiga/permutation.clj
wahpenayo/taiga
4
(set! *warn-on-reflection* true) (set! *unchecked-math* :warn-on-boxed) (ns ^{:author "John Alan McDonald, Kristina Lisa Klinkner" :date "2016-11-09" :doc "Importance, etc., via permutation." } taiga.permutation (:require [clojure.string :as s] [zana.api :as z])) ;;----------------------...
97645
(set! *warn-on-reflection* true) (set! *unchecked-math* :warn-on-boxed) (ns ^{:author "<NAME>, <NAME>" :date "2016-11-09" :doc "Importance, etc., via permutation." } taiga.permutation (:require [clojure.string :as s] [zana.api :as z])) ;;--------------------------------------------------...
true
(set! *warn-on-reflection* true) (set! *unchecked-math* :warn-on-boxed) (ns ^{:author "PI:NAME:<NAME>END_PI, PI:NAME:<NAME>END_PI" :date "2016-11-09" :doc "Importance, etc., via permutation." } taiga.permutation (:require [clojure.string :as s] [zana.api :as z])) ;;----------------------...
[ { "context": ";; Copyright 2014-2020 King\n;; Copyright 2009-2014 Ragnar Svensson, Christian Murray\n;; Licensed under the Defold Li", "end": 111, "score": 0.9998151659965515, "start": 96, "tag": "NAME", "value": "Ragnar Svensson" }, { "context": "-2020 King\n;; Copyright 2009-2014 R...
editor/src/clj/editor/code/lang/cish.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...
56154
;; 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": " :time 1432069827152495\n :user \"me@host.com\"\n :procedure procedure\n ", "end": 670, "score": 0.9999109506607056, "start": 659, "tag": "EMAIL", "value": "me@host.com" } ]
test/decide_host/handlers_test.clj
melizalab/decide-host
0
(ns decide-host.handlers-test (:require [midje.sweet :refer :all] [decide-host.handlers :refer :all] [monger.core :as mg] [decide-host.database :as db])) (def test-db "decide-test") (def test-uri (str "mongodb://localhost/" test-db)) (let [context {:database (mg/connect-via-uri t...
12625
(ns decide-host.handlers-test (:require [midje.sweet :refer :all] [decide-host.handlers :refer :all] [monger.core :as mg] [decide-host.database :as db])) (def test-db "decide-test") (def test-uri (str "mongodb://localhost/" test-db)) (let [context {:database (mg/connect-via-uri t...
true
(ns decide-host.handlers-test (:require [midje.sweet :refer :all] [decide-host.handlers :refer :all] [monger.core :as mg] [decide-host.database :as db])) (def test-db "decide-test") (def test-uri (str "mongodb://localhost/" test-db)) (let [context {:database (mg/connect-via-uri t...
[ { "context": "nts #{\"people\"})\n(def manet-artist-constraints #{\"MANET, Edouard\"})\n\n(def manet-sample-paintings\n #{{:date \"1862\"", "end": 310, "score": 0.941990077495575, "start": 296, "tag": "NAME", "value": "MANET, Edouard" }, { "context": "jpg\",\n :title \"Spanish B...
src/cljs/landschaften/sample/manet.cljs
cljs-material-ui/landschaften
2
(ns landschaften.sample.manet) (def manet-people-group-name "Manet's people") (def manet-type-constraints #{}) (def manet-school-constraints #{"French"}) (def manet-timeframe-constraints #{"1801-1850", "1851-1900"}) (def manet-concept-constraints #{"people"}) (def manet-artist-constraints #{"MANET, Edouard"}) (def ...
34504
(ns landschaften.sample.manet) (def manet-people-group-name "Manet's people") (def manet-type-constraints #{}) (def manet-school-constraints #{"French"}) (def manet-timeframe-constraints #{"1801-1850", "1851-1900"}) (def manet-concept-constraints #{"people"}) (def manet-artist-constraints #{"<NAME>"}) (def manet-sa...
true
(ns landschaften.sample.manet) (def manet-people-group-name "Manet's people") (def manet-type-constraints #{}) (def manet-school-constraints #{"French"}) (def manet-timeframe-constraints #{"1801-1850", "1851-1900"}) (def manet-concept-constraints #{"people"}) (def manet-artist-constraints #{"PI:NAME:<NAME>END_PI"}) ...
[ { "context": "372 :foo bar\")))\n (is (=\n {:prefix {:nick \"someone\", :username \"foo\", :host \"example.com\"}, :command", "end": 448, "score": 0.9845524430274963, "start": 441, "tag": "USERNAME", "value": "someone" }, { "context": "s (=\n {:prefix {:nick \"someone\",...
test/tachyon/parser_test.clj
henrikolsson/tachyon
0
(ns tachyon.parser-test (:use [tachyon.parser] :reload) (:use [clojure.test])) (deftest can-parse-line (is (= {:prefix {:nick nil, :username nil, :host nil}, :command "TEST", :args ["a" "b"]} (parse-line "TEST a b"))) (is (= {:prefix {:nick nil, :username nil, :host "test.example.com"}, :c...
115976
(ns tachyon.parser-test (:use [tachyon.parser] :reload) (:use [clojure.test])) (deftest can-parse-line (is (= {:prefix {:nick nil, :username nil, :host nil}, :command "TEST", :args ["a" "b"]} (parse-line "TEST a b"))) (is (= {:prefix {:nick nil, :username nil, :host "test.example.com"}, :c...
true
(ns tachyon.parser-test (:use [tachyon.parser] :reload) (:use [clojure.test])) (deftest can-parse-line (is (= {:prefix {:nick nil, :username nil, :host nil}, :command "TEST", :args ["a" "b"]} (parse-line "TEST a b"))) (is (= {:prefix {:nick nil, :username nil, :host "test.example.com"}, :c...
[ { "context": "old-value#))))))\n\n(def valid-manufacturer {:name \"Valid Name\" :founded \"1999\" :grade 99})\n\n(defn valid-ma", "end": 557, "score": 0.5378831624984741, "start": 552, "tag": "NAME", "value": "Valid" } ]
clj_record/test/test_helper.clj
victoryvinod/sas
3
(ns clj-record.test.test-helper (:require [clj-record.core :as core]) (:use clojure.contrib.test-is)) (defmacro defdbtest [name & body] `(deftest ~name (rolling-back ~@body))) (defmacro rolling-back [& body] `(core/transaction clj-record.test.model.config/db (try ~@body (finally (...
110366
(ns clj-record.test.test-helper (:require [clj-record.core :as core]) (:use clojure.contrib.test-is)) (defmacro defdbtest [name & body] `(deftest ~name (rolling-back ~@body))) (defmacro rolling-back [& body] `(core/transaction clj-record.test.model.config/db (try ~@body (finally (...
true
(ns clj-record.test.test-helper (:require [clj-record.core :as core]) (:use clojure.contrib.test-is)) (defmacro defdbtest [name & body] `(deftest ~name (rolling-back ~@body))) (defmacro rolling-back [& body] `(core/transaction clj-record.test.model.config/db (try ~@body (finally (...
[ { "context": " (testing\n \"Tests for 'in' operator for maps.\\n'George' in {'John': 'smart', 'Paul': 'cute', 'George': '", "end": 9817, "score": 0.7423629760742188, "start": 9811, "tag": "NAME", "value": "George" }, { "context": "\"Tests for 'in' operator for maps.\\n'George' in {...
test/exoscale/cel/generated/fields_test.clj
exoscale/cel-parser
1
(ns exoscale.cel.generated.fields-test "Generated test - Tests for field access in maps." (:require [clojure.test :refer [deftest testing is]] [exoscale.cel.test-helper :as helper] [exoscale.cel.parser :as parser])) (deftest fields-map_fields-map_key_int64-test (testing "select an element in a map...
40912
(ns exoscale.cel.generated.fields-test "Generated test - Tests for field access in maps." (:require [clojure.test :refer [deftest testing is]] [exoscale.cel.test-helper :as helper] [exoscale.cel.parser :as parser])) (deftest fields-map_fields-map_key_int64-test (testing "select an element in a map...
true
(ns exoscale.cel.generated.fields-test "Generated test - Tests for field access in maps." (:require [clojure.test :refer [deftest testing is]] [exoscale.cel.test-helper :as helper] [exoscale.cel.parser :as parser])) (deftest fields-map_fields-map_key_int64-test (testing "select an element in a map...
[ { "context": ";; 1\n(def booking [1425, \"Bob Smith\", \"Allergic to unsalted peanuts only\", [[48.9615,", "end": 35, "score": 0.9995023012161255, "start": 26, "tag": "NAME", "value": "Bob Smith" }, { "context": "(def booking\n {\n :id 8773\n :customer-name \"Alice Smith\"\n ...
chapter03/exercise1/repl.clj
TrainingByPackt/Clojure
0
;; 1 (def booking [1425, "Bob Smith", "Allergic to unsalted peanuts only", [[48.9615, 2.4372], [37.742, -25.6976]], [[37.742, -25.6976], [48.9615, 2.4372]]]) ;; 2 (let [[id customer-name sensitive-info flight1 flight2 flight3] booking] (println id customer-name flight1 flight2 flight3)) ;; 3 (let [big-booking (conj b...
47149
;; 1 (def booking [1425, "<NAME>", "Allergic to unsalted peanuts only", [[48.9615, 2.4372], [37.742, -25.6976]], [[37.742, -25.6976], [48.9615, 2.4372]]]) ;; 2 (let [[id customer-name sensitive-info flight1 flight2 flight3] booking] (println id customer-name flight1 flight2 flight3)) ;; 3 (let [big-booking (conj book...
true
;; 1 (def booking [1425, "PI:NAME:<NAME>END_PI", "Allergic to unsalted peanuts only", [[48.9615, 2.4372], [37.742, -25.6976]], [[37.742, -25.6976], [48.9615, 2.4372]]]) ;; 2 (let [[id customer-name sensitive-info flight1 flight2 flight3] booking] (println id customer-name flight1 flight2 flight3)) ;; 3 (let [big-book...
[ { "context": ";; Copyright © 2015-2019 Esko Luontola\n;; This software is released under the Apache Lic", "end": 38, "score": 0.9998790621757507, "start": 25, "tag": "NAME", "value": "Esko Luontola" }, { "context": "print-namespace-maps* false}\n\n :plugins [[com.jakemccrary/lein-te...
project.clj
JessRoberts/territory_assistant
0
;; Copyright © 2015-2019 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 (defproject territory-bro "1.0.0-SNAPSHOT" :description "Territory Bro is a tool for managing territory cards in the congregations of Jehovah's Witne...
64095
;; Copyright © 2015-2019 <NAME> ;; This software is released under the Apache License 2.0. ;; The license text is at http://www.apache.org/licenses/LICENSE-2.0 (defproject territory-bro "1.0.0-SNAPSHOT" :description "Territory Bro is a tool for managing territory cards in the congregations of Jehovah's Witnesses." ...
true
;; Copyright © 2015-2019 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 (defproject territory-bro "1.0.0-SNAPSHOT" :description "Territory Bro is a tool for managing territory cards in the congregations of Jehovah'...
[ { "context": "doc-store [doc-store]\n (let [alice {:crux.db/id :alice, :name \"Alice\"}\n alice-key (c/new-id alice", "end": 195, "score": 0.5818095207214355, "start": 190, "tag": "USERNAME", "value": "alice" }, { "context": "-store]\n (let [alice {:crux.db/id :alice, :name ...
crux-test/src/crux/fixtures/document_store.clj
jonpither/crux
0
(ns crux.fixtures.document-store (:require [clojure.test :as t] [crux.codec :as c] [crux.db :as db])) (defn test-doc-store [doc-store] (let [alice {:crux.db/id :alice, :name "Alice"} alice-key (c/new-id alice) bob {:crux.db/id :bob, :name "Bob"} bob-key (c/new-id bob...
12
(ns crux.fixtures.document-store (:require [clojure.test :as t] [crux.codec :as c] [crux.db :as db])) (defn test-doc-store [doc-store] (let [alice {:crux.db/id :alice, :name "<NAME>"} alice-key (c/new-id alice) bob {:crux.db/id :bob, :name "<NAME>"} bob-key (c/new-id...
true
(ns crux.fixtures.document-store (:require [clojure.test :as t] [crux.codec :as c] [crux.db :as db])) (defn test-doc-store [doc-store] (let [alice {:crux.db/id :alice, :name "PI:NAME:<NAME>END_PI"} alice-key (c/new-id alice) bob {:crux.db/id :bob, :name "PI:NAME:<NAME>END_PI...
[ { "context": "testsuite:1/file1?message=adding%20file1&username=someone&useraddress=someone%40school.edu\")\n ", "end": 1439, "score": 0.9996147155761719, "start": 1432, "tag": "USERNAME", "value": "someone" }, { "context": "ding file1\"))\n (is (= (.getName u...
test/ocfl_http/handler_test.clj
bcail/ocfl-http
0
(ns ocfl-http.handler-test (:require [clojure.test :refer :all] [ring.mock.request :as mock] [clojure.data.json :as json] [ocfl-http.handler :refer :all] [ocfl-http.ocfllib :refer [REPO_DIR add-path-to-object get-object get-file]] [ocfl-http.testutils :refer...
5343
(ns ocfl-http.handler-test (:require [clojure.test :refer :all] [ring.mock.request :as mock] [clojure.data.json :as json] [ocfl-http.handler :refer :all] [ocfl-http.ocfllib :refer [REPO_DIR add-path-to-object get-object get-file]] [ocfl-http.testutils :refer...
true
(ns ocfl-http.handler-test (:require [clojure.test :refer :all] [ring.mock.request :as mock] [clojure.data.json :as json] [ocfl-http.handler :refer :all] [ocfl-http.ocfllib :refer [REPO_DIR add-path-to-object get-object get-file]] [ocfl-http.testutils :refer...
[ { "context": "https://adventofcode.com/2020/day/12\n;; author: Vitor SRG (vitorssrg@gmail.com)\n;; date: 2021-01-08\n;;", "end": 221, "score": 0.9998928308486938, "start": 212, "tag": "NAME", "value": "Vitor SRG" }, { "context": "ntofcode.com/2020/day/12\n;; author: Vitor ...
aoc2020/d12/main.clj
vitorsrg/advent-of-code
0
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; domain: Advent of Code 2020 ;; challenge: Day 12: Rain Risk ;; url: https://adventofcode.com/2020/day/12 ;; author: Vitor SRG (vitorssrg@gmail.com) ;; date: 2021-01-08 ;; execution: $ bash ./aoc2020/run.sh d12 < [INPUT_...
111563
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; domain: Advent of Code 2020 ;; challenge: Day 12: Rain Risk ;; url: https://adventofcode.com/2020/day/12 ;; author: <NAME> (<EMAIL>) ;; date: 2021-01-08 ;; execution: $ bash ./aoc2020/run.sh d12 < [INPUT_FILE] ;; exampl...
true
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; domain: Advent of Code 2020 ;; challenge: Day 12: Rain Risk ;; url: https://adventofcode.com/2020/day/12 ;; author: PI:NAME:<NAME>END_PI (PI:EMAIL:<EMAIL>END_PI) ;; date: 2021-01-08 ;; execution: $ bash ./aoc2020/run.sh...
[ { "context": "\n\n;; Needed to initialize pusher\n(def pusher-key \"c31ce5204231d5cdd28d\")\n\n(add-watch state :state-change-key\n ", "end": 454, "score": 0.999755859375, "start": 434, "tag": "KEY", "value": "c31ce5204231d5cdd28d" } ]
data/test/clojure/68def4155acf23053744fe1fda904e4bdfdc9ae7model.cljs
harshp8l/deep-learning-lang-detection
84
(ns ^{:doc "Contains client-side state, validators for input fields and functions which react to changes made to the input fields."} jammer.model (:require [one.dispatch :as dispatch])) (def ^{:doc "An atom containing a map which is the application's current state."} state (atom {})) ;; The username and channel ...
27244
(ns ^{:doc "Contains client-side state, validators for input fields and functions which react to changes made to the input fields."} jammer.model (:require [one.dispatch :as dispatch])) (def ^{:doc "An atom containing a map which is the application's current state."} state (atom {})) ;; The username and channel ...
true
(ns ^{:doc "Contains client-side state, validators for input fields and functions which react to changes made to the input fields."} jammer.model (:require [one.dispatch :as dispatch])) (def ^{:doc "An atom containing a map which is the application's current state."} state (atom {})) ;; The username and channel ...
[ { "context": "rver 2.0, we also supported a\n ;; key called `invalid-in-puppet-4` in the same route config, even though\n ;; th", "end": 7643, "score": 0.9994486570358276, "start": 7624, "tag": "KEY", "value": "invalid-in-puppet-4" } ]
src/clj/puppetlabs/services/master/master_service.clj
gimmyxd/puppetserver
0
(ns puppetlabs.services.master.master-service (:require [clojure.tools.logging :as log] [ring.middleware.params :as ring] [puppetlabs.trapperkeeper.core :refer [defservice]] [puppetlabs.services.master.master-core :as core] [puppetlabs.puppetserver.certificate-authority...
25130
(ns puppetlabs.services.master.master-service (:require [clojure.tools.logging :as log] [ring.middleware.params :as ring] [puppetlabs.trapperkeeper.core :refer [defservice]] [puppetlabs.services.master.master-core :as core] [puppetlabs.puppetserver.certificate-authority...
true
(ns puppetlabs.services.master.master-service (:require [clojure.tools.logging :as log] [ring.middleware.params :as ring] [puppetlabs.trapperkeeper.core :refer [defservice]] [puppetlabs.services.master.master-core :as core] [puppetlabs.puppetserver.certificate-authority...
[ { "context": " name of a User.\n\n (user-full-name :u) ;; -> 'Cam Saul'\"\n [user-table]\n (hx/concat (hsql/qualify user-", "end": 6575, "score": 0.9995920062065125, "start": 6567, "tag": "NAME", "value": "Cam Saul" } ]
c#-metabase/enterprise/backend/src/metabase_enterprise/audit/pages/common.clj
hanakhry/Crime_Admin
0
(ns metabase-enterprise.audit.pages.common "Shared functions used by audit internal queries across different namespaces." (:require [clojure.core.async :as a] [clojure.core.memoize :as memoize] [clojure.java.jdbc :as jdbc] [clojure.string :as str] [clojure.walk :as wa...
75941
(ns metabase-enterprise.audit.pages.common "Shared functions used by audit internal queries across different namespaces." (:require [clojure.core.async :as a] [clojure.core.memoize :as memoize] [clojure.java.jdbc :as jdbc] [clojure.string :as str] [clojure.walk :as wa...
true
(ns metabase-enterprise.audit.pages.common "Shared functions used by audit internal queries across different namespaces." (:require [clojure.core.async :as a] [clojure.core.memoize :as memoize] [clojure.java.jdbc :as jdbc] [clojure.string :as str] [clojure.walk :as wa...
[ { "context": ";\n; Copyright © 2013 Sebastian Hoß <mail@shoss.de>\n; This work is free. You can redi", "end": 34, "score": 0.9998714923858643, "start": 21, "tag": "NAME", "value": "Sebastian Hoß" }, { "context": ";\n; Copyright © 2013 Sebastian Hoß <mail@shoss.de>\n; This work is fre...
src/test/clojure/finj/common_test.clj
sebhoss/finj
30
; ; Copyright © 2013 Sebastian Hoß <mail@shoss.de> ; This work is free. You can redistribute it and/or modify it under the ; terms of the Do What The Fuck You Want To Public License, Version 2, ; as published by Sam Hocevar. See http://www.wtfpl.net/ for more details. ; (ns finj.common-test (:require [finj.common :r...
37315
; ; Copyright © 2013 <NAME> <<EMAIL>> ; This work is free. You can redistribute it and/or modify it under the ; terms of the Do What The Fuck You Want To Public License, Version 2, ; as published by Sam Hocevar. See http://www.wtfpl.net/ for more details. ; (ns finj.common-test (:require [finj.common :refer :all] ...
true
; ; Copyright © 2013 PI:NAME:<NAME>END_PI <PI:EMAIL:<EMAIL>END_PI> ; This work is free. You can redistribute it and/or modify it under the ; terms of the Do What The Fuck You Want To Public License, Version 2, ; as published by Sam Hocevar. See http://www.wtfpl.net/ for more details. ; (ns finj.common-test (:require...
[ { "context": "se 'slack-rtm.core)\n\n;; slack to file\n(def token \"xoxb-64790720018-RhD3YOsLWJ4yc13GlX0CDeQe\")\n(defn rcv-msg[evt]\n\t(spit \"evt.log\" (:message e", "end": 93, "score": 0.9991530179977417, "start": 52, "tag": "KEY", "value": "xoxb-64790720018-RhD3YOsLWJ4yc13GlX0CDeQe" } ...
Chapter 10 Code/riemaning/src/riemaning/slacking.clj
PacktPublishing/Clojure-Programming-Cookbook
14
(use 'slack-rtm.core) ;; slack to file (def token "xoxb-64790720018-RhD3YOsLWJ4yc13GlX0CDeQe") (defn rcv-msg[evt] (spit "evt.log" (:message evt) :append true) ) (def rtm-conn (connect token :on-receive rcv-msg))
6969
(use 'slack-rtm.core) ;; slack to file (def token "<KEY>") (defn rcv-msg[evt] (spit "evt.log" (:message evt) :append true) ) (def rtm-conn (connect token :on-receive rcv-msg))
true
(use 'slack-rtm.core) ;; slack to file (def token "PI:KEY:<KEY>END_PI") (defn rcv-msg[evt] (spit "evt.log" (:message evt) :append true) ) (def rtm-conn (connect token :on-receive rcv-msg))
[ { "context": "}\n \"registered-association\" {:fi \"Rekisteröity yhdistys\"\n :en \"Registered ass", "end": 212, "score": 0.5936511158943176, "start": 205, "tag": "NAME", "value": "hdistys" } ]
webapp/src/cljc/lipas/data/owners.cljc
lipas-liikuntapaikat/lipas
49
(ns lipas.data.owners) (def all {"city" {:fi "Kunta" :en "City" :se "Kommun"} "registered-association" {:fi "Rekisteröity yhdistys" :en "Registered association" :se "Registrerad fö...
71892
(ns lipas.data.owners) (def all {"city" {:fi "Kunta" :en "City" :se "Kommun"} "registered-association" {:fi "Rekisteröity y<NAME>" :en "Registered association" :se "Registrerad för...
true
(ns lipas.data.owners) (def all {"city" {:fi "Kunta" :en "City" :se "Kommun"} "registered-association" {:fi "Rekisteröity yPI:NAME:<NAME>END_PI" :en "Registered association" :se "R...
[ { "context": " (+ lat-sqr (* cos lon-sqr))))))\n\n(distance {:from paris, :to bordeaux})\n\n(defmulti itinerary :transport)\n", "end": 534, "score": 0.9157450199127197, "start": 529, "tag": "NAME", "value": "paris" }, { "context": " (* cos lon-sqr))))))\n\n(distance {:from paris, :to...
chapter-03/a3.01.distance-cost-calculator.clj
aadimator/clojure-workshop
0
(def walking-speed 5) (def driving-speed 70) (def paris {:lat 48.856483 :lon 2.352413}) (def bordeaux {:lat 44.834999 :lon -0.575490}) (def vehicle-cost-fns {:sporche (partial * 0.12 1.5) :tayato (partial * 0.07 1.5) :sleta (partial * 0.2 0.1)}) (defn distance [{{lat1 :lat, lon1 :lon} :from {lat2 :lat...
73667
(def walking-speed 5) (def driving-speed 70) (def paris {:lat 48.856483 :lon 2.352413}) (def bordeaux {:lat 44.834999 :lon -0.575490}) (def vehicle-cost-fns {:sporche (partial * 0.12 1.5) :tayato (partial * 0.07 1.5) :sleta (partial * 0.2 0.1)}) (defn distance [{{lat1 :lat, lon1 :lon} :from {lat2 :lat...
true
(def walking-speed 5) (def driving-speed 70) (def paris {:lat 48.856483 :lon 2.352413}) (def bordeaux {:lat 44.834999 :lon -0.575490}) (def vehicle-cost-fns {:sporche (partial * 0.12 1.5) :tayato (partial * 0.07 1.5) :sleta (partial * 0.2 0.1)}) (defn distance [{{lat1 :lat, lon1 :lon} :from {lat2 :lat...
[ { "context": "he [plugin manifest reference](https://github.com/metabase/metabase/wiki/Metabase-Plugin-Manifest-Reference)", "end": 4568, "score": 0.7738394141197205, "start": 4560, "tag": "USERNAME", "value": "metabase" }, { "context": " default-host-details\n :password ...
c#-metabase/src/metabase/driver/common.clj
hanakhry/Crime_Admin
0
(ns metabase.driver.common "Shared definitions and helper functions for use across different drivers." (:require [clj-time.coerce :as tcoerce] [clj-time.core :as time] [clj-time.format :as tformat] [clojure.tools.logging :as log] [metabase.driver :as driver] ...
72345
(ns metabase.driver.common "Shared definitions and helper functions for use across different drivers." (:require [clj-time.coerce :as tcoerce] [clj-time.core :as time] [clj-time.format :as tformat] [clojure.tools.logging :as log] [metabase.driver :as driver] ...
true
(ns metabase.driver.common "Shared definitions and helper functions for use across different drivers." (:require [clj-time.coerce :as tcoerce] [clj-time.core :as time] [clj-time.format :as tformat] [clojure.tools.logging :as log] [metabase.driver :as driver] ...
[ { "context": "ffects beyond the scope of the CVM.\"\n\n {:author \"Adam Helinski\"}\n\n (:import (convex.core.data AVector)\n ", "end": 279, "score": 0.9962301254272461, "start": 266, "tag": "NAME", "value": "Adam Helinski" } ]
project/run/src/clj/main/convex/run/sreq.clj
rosejn/convex.cljc
30
(ns convex.run.sreq "Implementation of requests interpreted by the runner between transactions. A reqest is merely a CVX vector following some particular convention that the runner follows for producing effects beyond the scope of the CVM." {:author "Adam Helinski"} (:import (convex.core.data AVector)...
109971
(ns convex.run.sreq "Implementation of requests interpreted by the runner between transactions. A reqest is merely a CVX vector following some particular convention that the runner follows for producing effects beyond the scope of the CVM." {:author "<NAME>"} (:import (convex.core.data AVector) ...
true
(ns convex.run.sreq "Implementation of requests interpreted by the runner between transactions. A reqest is merely a CVX vector following some particular convention that the runner follows for producing effects beyond the scope of the CVM." {:author "PI:NAME:<NAME>END_PI"} (:import (convex.core.data A...
[ { "context": "firestore\"]))\n\n(def firebase-config #js {:apiKey \"AIzaSyAYJX2_LdpTbdgcaGYvSbfz9hJplqTPi7Y\"\n :authDomain \"datafire.", "end": 293, "score": 0.9997336864471436, "start": 254, "tag": "KEY", "value": "AIzaSyAYJX2_LdpTbdgcaGYvSbfz9hJplqTPi7Y" }, { ...
src/test/datafire/test_helpers.cljs
filipesilva/datascript-firebase
53
(ns datafire.test-helpers (:require [cljs.core.async :refer [go]] [datascript.core :as d] [datafire.core :as df] ["firebase/app" :as firebase] ["firebase/firestore"])) (def firebase-config #js {:apiKey "AIzaSyAYJX2_LdpTbdgcaGYvSbfz9hJplqTPi7Y" ...
17216
(ns datafire.test-helpers (:require [cljs.core.async :refer [go]] [datascript.core :as d] [datafire.core :as df] ["firebase/app" :as firebase] ["firebase/firestore"])) (def firebase-config #js {:apiKey "<KEY>" :authDomain "datafire.firebasedat...
true
(ns datafire.test-helpers (:require [cljs.core.async :refer [go]] [datascript.core :as d] [datafire.core :as df] ["firebase/app" :as firebase] ["firebase/firestore"])) (def firebase-config #js {:apiKey "PI:KEY:<KEY>END_PI" :authDomain "datafir...
[ { "context": "bj :user {:login \"login\"\n :password \"secret\"\n :greeting \"hello world\"}\n :c", "end": 5970, "score": 0.9994634985923767, "start": 5964, "tag": "PASSWORD", "value": "secret" }, { "context": "login 'login',\n :...
test/cljs/midje_doc/api/gyr.cljs
zcaudate-me/gyr
1
(ns midje-doc.api.gyr (:require [purnam.test]) (:use-macros [purnam.core :only [! f.n def.n obj arr]] [gyr.core :only [def.module def.controller def.value def.constant def.filter def.factory ...
119033
(ns midje-doc.api.gyr (:require [purnam.test]) (:use-macros [purnam.core :only [! f.n def.n obj arr]] [gyr.core :only [def.module def.controller def.value def.constant def.filter def.factory ...
true
(ns midje-doc.api.gyr (:require [purnam.test]) (:use-macros [purnam.core :only [! f.n def.n obj arr]] [gyr.core :only [def.module def.controller def.value def.constant def.filter def.factory ...
[ { "context": " on-index\n \"Return a page which says \\\"Hello from Peloton\\\"\"\n [conn] \n (httpd/set-content-type-html! conn", "end": 244, "score": 0.9946414828300476, "start": 237, "tag": "NAME", "value": "Peloton" }, { "context": "se-body! conn (html [:html [:body [:h1 \"Hel...
src/peloton/example/web.clj
bickfordb/Peloton
1
(ns peloton.example.web (:gen-class) (:use peloton.util) (:use [hiccup.core :only [html]]) (:require [peloton.httpd :as httpd]) (:require [peloton.reactor :as reactor])) (defn on-index "Return a page which says \"Hello from Peloton\"" [conn] (httpd/set-content-type-html! conn) (httpd/set-response-bo...
121326
(ns peloton.example.web (:gen-class) (:use peloton.util) (:use [hiccup.core :only [html]]) (:require [peloton.httpd :as httpd]) (:require [peloton.reactor :as reactor])) (defn on-index "Return a page which says \"Hello from <NAME>\"" [conn] (httpd/set-content-type-html! conn) (httpd/set-response-bod...
true
(ns peloton.example.web (:gen-class) (:use peloton.util) (:use [hiccup.core :only [html]]) (:require [peloton.httpd :as httpd]) (:require [peloton.reactor :as reactor])) (defn on-index "Return a page which says \"Hello from PI:NAME:<NAME>END_PI\"" [conn] (httpd/set-content-type-html! conn) (httpd/se...
[ { "context": " You should have something like:\n\n;; profile_for(\"foo@bar.com\")\n;; ... and it should produce:\n\n;; {\n;; email:", "end": 599, "score": 0.9999130368232727, "start": 588, "tag": "EMAIL", "value": "foo@bar.com" }, { "context": "\n;; ... and it should produce:\n\n;;...
test/set2/break_profile_test.clj
milapsheth/Crypto-Challenges
3
(ns set2.break-profile-test (:require [set2.profile-parser :as profile] [clojure.test :refer :all] [clojure.string :as str])) ;; ECB cut-and-paste ;; Write a k=v parsing routine, as if for a structured cookie. The routine should take: ;; foo=bar&baz=qux&zap=zazzle ;; ... and produce: ;; {...
81781
(ns set2.break-profile-test (:require [set2.profile-parser :as profile] [clojure.test :refer :all] [clojure.string :as str])) ;; ECB cut-and-paste ;; Write a k=v parsing routine, as if for a structured cookie. The routine should take: ;; foo=bar&baz=qux&zap=zazzle ;; ... and produce: ;; {...
true
(ns set2.break-profile-test (:require [set2.profile-parser :as profile] [clojure.test :refer :all] [clojure.string :as str])) ;; ECB cut-and-paste ;; Write a k=v parsing routine, as if for a structured cookie. The routine should take: ;; foo=bar&baz=qux&zap=zazzle ;; ... and produce: ;; {...
[ { "context": "\"\n (:require [clojure.set :as set]))\n\n;; Based on Alan Dipert's original implementation\n;; https://gist.git", "end": 130, "score": 0.999881386756897, "start": 119, "tag": "NAME", "value": "Alan Dipert" }, { "context": "nal implementation\n;; https://gist.g...
src/foppl/toposort.clj
rmascarenhas/foppl
11
(ns foppl.toposort "Performs topological sort of an acyclic graph." (:require [clojure.set :as set])) ;; Based on Alan Dipert's original implementation ;; https://gist.github.com/alandipert/1263783 (defn- without "Returns set s with x removed." [s x] (set/difference s #{x})) (defn- take-1 "Returns the ...
75865
(ns foppl.toposort "Performs topological sort of an acyclic graph." (:require [clojure.set :as set])) ;; Based on <NAME>'s original implementation ;; https://gist.github.com/alandipert/1263783 (defn- without "Returns set s with x removed." [s x] (set/difference s #{x})) (defn- take-1 "Returns the pair ...
true
(ns foppl.toposort "Performs topological sort of an acyclic graph." (:require [clojure.set :as set])) ;; Based on PI:NAME:<NAME>END_PI's original implementation ;; https://gist.github.com/alandipert/1263783 (defn- without "Returns set s with x removed." [s x] (set/difference s #{x})) (defn- take-1 "Ret...
[ { "context": "; Copyright (c) Rich Hickey. All rights reserved.\n; The use and distributio", "end": 29, "score": 0.9998586177825928, "start": 18, "tag": "NAME", "value": "Rich Hickey" }, { "context": "ng,\n and enumeration. See Huet\"\n :author \"Rich Hickey\"}\n rewrite...
src/rewrite_clj/custom_zipper/core.clj
green-coder/rewrite-clj
1
; Copyright (c) Rich Hickey. 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 ...
59782
; 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 fashi...
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 softwar...
[ { "context": " {:port 8080\n :host \"0.0.0.0\"\n :join? true\n ", "end": 1101, "score": 0.9965155720710754, "start": 1094, "tag": "IP_ADDRESS", "value": "0.0.0.0" }, { "context": "ystore.p12\"\n :key...
webserver/src-demo/demo/https.clj
pink-gorilla/webly
6
(ns demo.https (:require [modular.webserver.jetty :refer [run-jetty-server]] [modular.webserver.handler.not-found :refer [not-found-handler]] [modular.webserver.handler.files :refer [->FilesMaybe]] [modular.webserver.handler.config :refer [config-handler]] [modular.webserver.middleware.bidi :refer [wra...
88625
(ns demo.https (:require [modular.webserver.jetty :refer [run-jetty-server]] [modular.webserver.handler.not-found :refer [not-found-handler]] [modular.webserver.handler.files :refer [->FilesMaybe]] [modular.webserver.handler.config :refer [config-handler]] [modular.webserver.middleware.bidi :refer [wra...
true
(ns demo.https (:require [modular.webserver.jetty :refer [run-jetty-server]] [modular.webserver.handler.not-found :refer [not-found-handler]] [modular.webserver.handler.files :refer [->FilesMaybe]] [modular.webserver.handler.config :refer [config-handler]] [modular.webserver.middleware.bidi :refer [wra...
[ { "context": "(let [little \"little\"]\n (println (format \"Mary had a %s lamb.\" little)))\n", "end": 47, "score": 0.9997919797897339, "start": 43, "tag": "NAME", "value": "Mary" } ]
Task/String-interpolation--included-/Clojure/string-interpolation--included-.clj
LaudateCorpus1/RosettaCodeData
1
(let [little "little"] (println (format "Mary had a %s lamb." little)))
1981
(let [little "little"] (println (format "<NAME> had a %s lamb." little)))
true
(let [little "little"] (println (format "PI:NAME:<NAME>END_PI had a %s lamb." little)))
[ { "context": "(comment \n re-core, Copyright 2012 Ronen Narkis, narkisr.com\n Licensed under the Apache License,", "end": 48, "score": 0.9998814463615417, "start": 36, "tag": "NAME", "value": "Ronen Narkis" }, { "context": "ment \n re-core, Copyright 2012 Ronen Narkis, narkisr.com...
src/kvm/disks.clj
celestial-ops/core
1
(comment re-core, Copyright 2012 Ronen Narkis, narkisr.com 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 a...
108203
(comment re-core, Copyright 2012 <NAME>, nark<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 agreed ...
true
(comment re-core, Copyright 2012 PI:NAME:<NAME>END_PI, narkPI: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 required...
[ { "context": "g Convex\n and how to build dApps.\"\n\n {:author \"Adam Helinski\"}\n\n (:require [convex.cell :as $.cell]\n ", "end": 418, "score": 0.9991448521614075, "start": 405, "tag": "NAME", "value": "Adam Helinski" }, { "context": "s\n ;; are key for building robu...
project/recipe/src/clj/main/convex/recipe/cell.clj
rosejn/convex.cljc
30
(ns convex.recipe.cell "Cells represents anything that can be handled on the Convex network: data and other types such as functions. They have been modeled very closely on Clojure and many of those types will be familiar to any Clojurist. These examples show how to create cells and handle them. It is the v...
52789
(ns convex.recipe.cell "Cells represents anything that can be handled on the Convex network: data and other types such as functions. They have been modeled very closely on Clojure and many of those types will be familiar to any Clojurist. These examples show how to create cells and handle them. It is the v...
true
(ns convex.recipe.cell "Cells represents anything that can be handled on the Convex network: data and other types such as functions. They have been modeled very closely on Clojure and many of those types will be familiar to any Clojurist. These examples show how to create cells and handle them. It is the v...
[ { "context": "t ^:generative index-updates\n (let [field-keys #{:a :b :c :d}]\n (checking \"tree updates\" 50\n [[familie", "end": 16868, "score": 0.9679036140441895, "start": 16858, "tag": "KEY", "value": "a :b :c :d" } ]
lib/core/test/merkle_db/index_test.clj
greglook/merkle-db
47
(ns merkle-db.index-test (:require [clojure.set :as set] [clojure.spec.alpha :as s] [clojure.string :as str] [clojure.test :refer :all] [clojure.test.check.generators :as gen] [com.gfredericks.test.chuck.clojure-test :refer [checking]] [com.gfredericks.test.chuck.generators :as tcgen] ...
30378
(ns merkle-db.index-test (:require [clojure.set :as set] [clojure.spec.alpha :as s] [clojure.string :as str] [clojure.test :refer :all] [clojure.test.check.generators :as gen] [com.gfredericks.test.chuck.clojure-test :refer [checking]] [com.gfredericks.test.chuck.generators :as tcgen] ...
true
(ns merkle-db.index-test (:require [clojure.set :as set] [clojure.spec.alpha :as s] [clojure.string :as str] [clojure.test :refer :all] [clojure.test.check.generators :as gen] [com.gfredericks.test.chuck.clojure-test :refer [checking]] [com.gfredericks.test.chuck.generators :as tcgen] ...
[ { "context": "ill-be-performed\n {:name \"My Field\"\n :database-type nil\n ", "end": 2342, "score": 0.8081822395324707, "start": 2334, "tag": "NAME", "value": "My Field" }, { "context": "base-position 0}\n {:name ...
c#-metabase/test/metabase/sync/sync_metadata/fields/sync_metadata_test.clj
hanakhry/Crime_Admin
0
(ns metabase.sync.sync-metadata.fields.sync-metadata-test (:require [clojure.test :refer :all] [metabase.models.table :refer [Table]] [metabase.sync.sync-metadata.fields.sync-metadata :as sync-metadata] [toucan.db :as db] [toucan.util.test :as tt])) (defn- updates-that...
79612
(ns metabase.sync.sync-metadata.fields.sync-metadata-test (:require [clojure.test :refer :all] [metabase.models.table :refer [Table]] [metabase.sync.sync-metadata.fields.sync-metadata :as sync-metadata] [toucan.db :as db] [toucan.util.test :as tt])) (defn- updates-that...
true
(ns metabase.sync.sync-metadata.fields.sync-metadata-test (:require [clojure.test :refer :all] [metabase.models.table :refer [Table]] [metabase.sync.sync-metadata.fields.sync-metadata :as sync-metadata] [toucan.db :as db] [toucan.util.test :as tt])) (defn- updates-that...
[ { "context": ";\n; Copyright (c) Ludger Solbach. All rights reserved.\n; The use and distributio", "end": 34, "score": 0.9998500347137451, "start": 20, "tag": "NAME", "value": "Ludger Solbach" } ]
data/train/clojure/61710df59a9081caeb4c210cdaf84a178cfec27acobertura.clj
harshp8l/deep-learning-lang-detection
84
; ; Copyright (c) Ludger Solbach. 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 license.txt at the root of this distribution. ; By using this software in ...
441
; ; 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 license.txt at the root of this distribution. ; By using this software in any fash...
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 license.txt at the root of this distribution. ; By using this softwa...
[ { "context": "keypairs (\"identities\")\n\n(def nodes\n {:n1 {:sec \"SCECGNDJ6ZKTLHC2EBQSQ7LWATWIRBZCIWUHTD23SR3QCB4JQEY4DMJL\"\n :pub \"GBMEX3FCTKJVM25IXTRJZKSD6Z3HJXAJ6X", "end": 834, "score": 0.8638879656791687, "start": 778, "tag": "KEY", "value": "SCECGNDJ6ZKTLHC2EBQSQ7LWATWIRBZ...
src/jepsen_stellar_core/core.clj
graydon/jepsen-stellar-core
1
(ns jepsen-stellar-core.core (:use [clojure.core.strint]) (:require [clj-http.client :as http] [clojure.java.io :as io] [clojure.string :as str] [clojure.set :as set] [clojure.tools.logging :refer [warn info debug]] [jepsen.os.debian :as debian] ...
91072
(ns jepsen-stellar-core.core (:use [clojure.core.strint]) (:require [clj-http.client :as http] [clojure.java.io :as io] [clojure.string :as str] [clojure.set :as set] [clojure.tools.logging :refer [warn info debug]] [jepsen.os.debian :as debian] ...
true
(ns jepsen-stellar-core.core (:use [clojure.core.strint]) (:require [clj-http.client :as http] [clojure.java.io :as io] [clojure.string :as str] [clojure.set :as set] [clojure.tools.logging :refer [warn info debug]] [jepsen.os.debian :as debian] ...
[ { "context": "abels [:customer :person]}\n \"(c {firstName: 'Neo', lastName: 'Anderson'})\" {:ref-id \"c\"\n ", "end": 2106, "score": 0.9993467926979065, "start": 2103, "tag": "NAME", "value": "Neo" }, { "context": ":person]}\n \"(c {firstName: 'Neo', lastName: 'An...
test/neo4clj/cypher_test.clj
WhoNeedszZz/neo4clj
0
(ns neo4clj.cypher-test (:require [clojure.test :refer :all] [neo4clj.cypher :as sut])) (deftest gen-ref-id (testing "Generate a unique reference id" (with-redefs [gensym (fn [] (str "G__123"))] (is (= "G__123" (sut/gen-ref-id)))))) (deftest where (testing "Cypher for where parts based on ...
1911
(ns neo4clj.cypher-test (:require [clojure.test :refer :all] [neo4clj.cypher :as sut])) (deftest gen-ref-id (testing "Generate a unique reference id" (with-redefs [gensym (fn [] (str "G__123"))] (is (= "G__123" (sut/gen-ref-id)))))) (deftest where (testing "Cypher for where parts based on ...
true
(ns neo4clj.cypher-test (:require [clojure.test :refer :all] [neo4clj.cypher :as sut])) (deftest gen-ref-id (testing "Generate a unique reference id" (with-redefs [gensym (fn [] (str "G__123"))] (is (= "G__123" (sut/gen-ref-id)))))) (deftest where (testing "Cypher for where parts based on ...
[ { "context": "ctures\n (let [p1 (make-instance president [\"gw\" \"George\" \"Washington\" 57] :save false)\n p2 (make-i", "end": 942, "score": 0.9988752007484436, "start": 936, "tag": "NAME", "value": "George" }, { "context": "(let [p1 (make-instance president [\"gw\" \"Geor...
test/test/cupboard/core.clj
gcv/cupboard
16
(ns test.cupboard.core (:use [clojure test]) (:use [cupboard core utils]) (:require [cupboard.bdb.je :as je])) ;;; ---------------------------------------------------------------------------- ;;; fixtures ;;; ---------------------------------------------------------------------------- (declare ^:dynamic *cupb...
58386
(ns test.cupboard.core (:use [clojure test]) (:use [cupboard core utils]) (:require [cupboard.bdb.je :as je])) ;;; ---------------------------------------------------------------------------- ;;; fixtures ;;; ---------------------------------------------------------------------------- (declare ^:dynamic *cupb...
true
(ns test.cupboard.core (:use [clojure test]) (:use [cupboard core utils]) (:require [cupboard.bdb.je :as je])) ;;; ---------------------------------------------------------------------------- ;;; fixtures ;;; ---------------------------------------------------------------------------- (declare ^:dynamic *cupb...
[ { "context": "r functions for manipulating maps\"\n :author \"Sam Aaron\"}\n overtone.helpers.map)\n\n(defn reverse-get\n \"R", "end": 80, "score": 0.9998928904533386, "start": 71, "tag": "NAME", "value": "Sam Aaron" } ]
src/overtone/helpers/map.clj
ABaldwinHunter/overtone
3,870
(ns ^{:doc "Helper functions for manipulating maps" :author "Sam Aaron"} overtone.helpers.map) (defn reverse-get "Returns the key of the first val in maps vals that equals v. Non-deterministic if (vals m) contains duplicates and map isn't sorted." [m v] (let [f (first m) n (next m)] (...
63987
(ns ^{:doc "Helper functions for manipulating maps" :author "<NAME>"} overtone.helpers.map) (defn reverse-get "Returns the key of the first val in maps vals that equals v. Non-deterministic if (vals m) contains duplicates and map isn't sorted." [m v] (let [f (first m) n (next m)] (if ...
true
(ns ^{:doc "Helper functions for manipulating maps" :author "PI:NAME:<NAME>END_PI"} overtone.helpers.map) (defn reverse-get "Returns the key of the first val in maps vals that equals v. Non-deterministic if (vals m) contains duplicates and map isn't sorted." [m v] (let [f (first m) n (nex...
[ { "context": "@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@\n;; @ Copyright (c) Michael Leachim ", "end": 124, "score": 0.9997709393501282, "start": 109, "tag": "NAME", "value": "Michael Leachim" }, { "context": " @\n;; @@@@@@ At 201...
src/wireframe/views.clj
MichaelLeachim/wireframecss
1
;; @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ ;; @ Copyright (c) Michael Leachim @ ;; @ You can find additional information regarding licensing of this work in LICENSE.md @ ;; @ You must not remove this notice, or any other...
348
;; @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ ;; @ Copyright (c) <NAME> @ ;; @ You can find additional information regarding licensing of this work in LICENSE.md @ ;; @ You must not remove this notice, or any other, from th...
true
;; @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ ;; @ Copyright (c) PI:NAME:<NAME>END_PI @ ;; @ You can find additional information regarding licensing of this work in LICENSE.md @ ;; @ You must not remove this notice, or any ...
[ { "context": "oc \"Scheme interpreter in Clojure\"\n :author \"Evan Flynn\"}\n scheme.core\n (:refer-clojure :exclude [true?", "end": 68, "score": 0.9998698830604553, "start": 58, "tag": "NAME", "value": "Evan Flynn" } ]
src/scheme/core.clj
eflynn/scheme-interpreter
0
(ns ^{:doc "Scheme interpreter in Clojure" :author "Evan Flynn"} scheme.core (:refer-clojure :exclude [true? false?])) (defprotocol Expression "Things to be evaluated." (value-of [exp env])) (defrecord ProcExp [vars body] Expression (value-of [this env] (fn [& args] (value-of body (extend-...
76767
(ns ^{:doc "Scheme interpreter in Clojure" :author "<NAME>"} scheme.core (:refer-clojure :exclude [true? false?])) (defprotocol Expression "Things to be evaluated." (value-of [exp env])) (defrecord ProcExp [vars body] Expression (value-of [this env] (fn [& args] (value-of body (extend-env*...
true
(ns ^{:doc "Scheme interpreter in Clojure" :author "PI:NAME:<NAME>END_PI"} scheme.core (:refer-clojure :exclude [true? false?])) (defprotocol Expression "Things to be evaluated." (value-of [exp env])) (defrecord ProcExp [vars body] Expression (value-of [this env] (fn [& args] (value-of bod...
[ { "context": ";; Copyright © 2015-2022 Esko Luontola\n;; This software is released under the Apache Lic", "end": 38, "score": 0.9998839497566223, "start": 25, "tag": "NAME", "value": "Esko Luontola" } ]
src/territory_bro/domain/territory.clj
3breadt/territory-bro
0
;; Copyright © 2015-2022 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.domain.territory (:require [medley.core :refer [dissoc-in]] [territory-bro.gis.gis-change :as gis-change]) (:import (t...
52469
;; Copyright © 2015-2022 <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.domain.territory (:require [medley.core :refer [dissoc-in]] [territory-bro.gis.gis-change :as gis-change]) (:import (territor...
true
;; Copyright © 2015-2022 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.domain.territory (:require [medley.core :refer [dissoc-in]] [territory-bro.gis.gis-change :as gis-change]) (:im...
[ { "context": "nch -- Predicate logic\n\n; Copyright (c) 2015 -2021 Burkhardt Renz, THM. All rights reserved.\n; The use and distribu", "end": 83, "score": 0.9998636841773987, "start": 69, "tag": "NAME", "value": "Burkhardt Renz" } ]
src/lwb/resolution.clj
esb-lwb/lwb
22
; lwb Logic WorkBench -- Predicate logic ; Copyright (c) 2015 -2021 Burkhardt Renz, THM. 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). ; By using this software in any fashion, you are agreeing to...
116117
; lwb Logic WorkBench -- Predicate logic ; Copyright (c) 2015 -2021 <NAME>, THM. 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). ; By using this software in any fashion, you are agreeing to be boun...
true
; lwb Logic WorkBench -- Predicate logic ; Copyright (c) 2015 -2021 PI:NAME:<NAME>END_PI, THM. 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). ; By using this software in any fashion, you are agree...
[ { "context": "))\n\n(defn footer []\n [:footer \"Copyright (c) 2016 Daehyun Kim\"])\n\n(defn layout [content & opts]\n (html5 {:lang", "end": 124, "score": 0.9998481869697571, "start": 113, "tag": "NAME", "value": "Daehyun Kim" } ]
src/hareguu/layout.clj
hatemogi/hareguu
1
(ns hareguu.layout (:use [hiccup.core] [hiccup.page])) (defn footer [] [:footer "Copyright (c) 2016 Daehyun Kim"]) (defn layout [content & opts] (html5 {:lang "ko"} [:head [:meta {:charset "utf-8"}] [:meta {:http-equiv "X-UA-Compatible", :content "IE=edge"}] [:meta...
48205
(ns hareguu.layout (:use [hiccup.core] [hiccup.page])) (defn footer [] [:footer "Copyright (c) 2016 <NAME>"]) (defn layout [content & opts] (html5 {:lang "ko"} [:head [:meta {:charset "utf-8"}] [:meta {:http-equiv "X-UA-Compatible", :content "IE=edge"}] [:meta {:na...
true
(ns hareguu.layout (:use [hiccup.core] [hiccup.page])) (defn footer [] [:footer "Copyright (c) 2016 PI:NAME:<NAME>END_PI"]) (defn layout [content & opts] (html5 {:lang "ko"} [:head [:meta {:charset "utf-8"}] [:meta {:http-equiv "X-UA-Compatible", :content "IE=edge"}] ...
[ { "context": ";; Copyright © 2015-2020 Esko Luontola\n;; This software is released under the Apache Lic", "end": 38, "score": 0.9998863339424133, "start": 25, "tag": "NAME", "value": "Esko Luontola" } ]
src/territory_bro/infra/jwt.clj
3breadt/territory-bro
2
;; Copyright © 2015-2020 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.jwt (:require [mount.core :as mount] [territory-bro.infra.config :refer [env]] [territory-bro.infra.js...
83887
;; Copyright © 2015-2020 <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.jwt (:require [mount.core :as mount] [territory-bro.infra.config :refer [env]] [territory-bro.infra.json :as ...
true
;; Copyright © 2015-2020 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.jwt (:require [mount.core :as mount] [territory-bro.infra.config :refer [env]] [territory-bro.i...
[ { "context": "i.i18n.spec :as spec]))\n\n\n(def local-storage-key \"nuvla.ui.locale\")\n\n\n(reg-event-fx\n ::set-locale\n (fn [{db :db} ", "end": 249, "score": 0.9095526337623596, "start": 234, "tag": "KEY", "value": "nuvla.ui.locale" } ]
code/src/cljs/sixsq/nuvla/ui/i18n/events.cljs
nuvla/ui
8
(ns sixsq.nuvla.ui.i18n.events (:require #_:clj-kondo/ignore [com.degel.re-frame.storage :as storage] [re-frame.core :refer [inject-cofx reg-event-fx]] [sixsq.nuvla.ui.i18n.spec :as spec])) (def local-storage-key "nuvla.ui.locale") (reg-event-fx ::set-locale (fn [{db :db} [_ locale-new]] (...
17572
(ns sixsq.nuvla.ui.i18n.events (:require #_:clj-kondo/ignore [com.degel.re-frame.storage :as storage] [re-frame.core :refer [inject-cofx reg-event-fx]] [sixsq.nuvla.ui.i18n.spec :as spec])) (def local-storage-key "<KEY>") (reg-event-fx ::set-locale (fn [{db :db} [_ locale-new]] (let [local...
true
(ns sixsq.nuvla.ui.i18n.events (:require #_:clj-kondo/ignore [com.degel.re-frame.storage :as storage] [re-frame.core :refer [inject-cofx reg-event-fx]] [sixsq.nuvla.ui.i18n.spec :as spec])) (def local-storage-key "PI:KEY:<KEY>END_PI") (reg-event-fx ::set-locale (fn [{db :db} [_ locale-new]] ...
[ { "context": "(comment\n re-core, Copyright 2013 Ronen Narkis, narkisr.com\n Licensed under the Apache License,", "end": 47, "score": 0.999886155128479, "start": 35, "tag": "NAME", "value": "Ronen Narkis" }, { "context": "(comment\n re-core, Copyright 2013 Ronen Narkis, narkisr.co...
src/re_core/ssl.clj
celestial-ops/core
1
(comment re-core, Copyright 2013 Ronen Narkis, narkisr.com 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 ag...
87067
(comment re-core, Copyright 2013 <NAME>, n<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 agreed to i...
true
(comment re-core, Copyright 2013 PI:NAME:<NAME>END_PI, nPI: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 required by ...
[ { "context": "lm/tuple{\"id\" #elm/integer\"1\" \"name\" #elm/string \"john\"}\n {:id 1 :name \"john\"}))\n\n\n;; 2.2. Instance\n;", "end": 1316, "score": 0.9978969097137451, "start": 1312, "tag": "NAME", "value": "john" }, { "context": "r\"1\" \"name\" #elm/string \"john\"}\n ...
modules/cql/test/blaze/elm/compiler/structured_values_test.clj
samply/blaze
50
(ns blaze.elm.compiler.structured-values-test "2. Structured Values Section numbers are according to https://cql.hl7.org/04-logicalspecification.html." (:require [blaze.coll.core :as coll] [blaze.elm.code-spec] [blaze.elm.compiler :as c] [blaze.elm.compiler.core :as core] [blaze.elm.compile...
47710
(ns blaze.elm.compiler.structured-values-test "2. Structured Values Section numbers are according to https://cql.hl7.org/04-logicalspecification.html." (:require [blaze.coll.core :as coll] [blaze.elm.code-spec] [blaze.elm.compiler :as c] [blaze.elm.compiler.core :as core] [blaze.elm.compile...
true
(ns blaze.elm.compiler.structured-values-test "2. Structured Values Section numbers are according to https://cql.hl7.org/04-logicalspecification.html." (:require [blaze.coll.core :as coll] [blaze.elm.code-spec] [blaze.elm.compiler :as c] [blaze.elm.compiler.core :as core] [blaze.elm.compile...
[ { "context": " :songwriter [{:name \"John Lennon\"}\n {", "end": 426, "score": 0.9998623728752136, "start": 415, "tag": "NAME", "value": "John Lennon" }, { "context": " {...
test/tellar/core_test.clj
murtaza0xFF/tellar
1
(ns tellar.core-test (:require [clojure.test :refer :all] [tellar.core :refer :all])) (def nested-structure {:name "Abbey Road" :artist [{:name "The Beatles"}] :tracks [{:name "Come Together" :number 1 ...
123703
(ns tellar.core-test (:require [clojure.test :refer :all] [tellar.core :refer :all])) (def nested-structure {:name "Abbey Road" :artist [{:name "The Beatles"}] :tracks [{:name "Come Together" :number 1 ...
true
(ns tellar.core-test (:require [clojure.test :refer :all] [tellar.core :refer :all])) (def nested-structure {:name "Abbey Road" :artist [{:name "The Beatles"}] :tracks [{:name "Come Together" :number 1 ...
[ { "context": "ayah.client :as ayah]))\n\n(def AYAH_PUBLISHER_KEY \"00000\")\n(def AYAH_SCORING_KEY \"11111\")\n\n(defn get-pag", "end": 540, "score": 0.9390770196914673, "start": 535, "tag": "KEY", "value": "00000" }, { "context": "H_PUBLISHER_KEY \"00000\")\n(def AYAH_SCORING_KEY ...
src/sample/handler.clj
davidlloyd/ayah-clj
0
(ns sample.handler (:use [compojure.core :only (defroutes GET POST PUT)] [hiccup.page :only [html5]] [compojure.handler :only [api]] [ring.middleware.multipart-params :only [wrap-multipart-params]] [ring.middleware.session.memory :only [memory-store]] [ring.middleware....
18875
(ns sample.handler (:use [compojure.core :only (defroutes GET POST PUT)] [hiccup.page :only [html5]] [compojure.handler :only [api]] [ring.middleware.multipart-params :only [wrap-multipart-params]] [ring.middleware.session.memory :only [memory-store]] [ring.middleware....
true
(ns sample.handler (:use [compojure.core :only (defroutes GET POST PUT)] [hiccup.page :only [html5]] [compojure.handler :only [api]] [ring.middleware.multipart-params :only [wrap-multipart-params]] [ring.middleware.session.memory :only [memory-store]] [ring.middleware....
[ { "context": "ame}\" :get\n {:path-params {\"username\" username }\n :header-params {}\n :qu", "end": 4070, "score": 0.8845560550689697, "start": 4062, "tag": "USERNAME", "value": "username" }, { "context": " :query-params {\"username\" userna...
samples/client/petstore/clojure/src/open_api_petstore/api/user.clj
MalcolmScoffable/openapi-generator
11,868
(ns open-api-petstore.api.user (:require [open-api-petstore.core :refer [call-api check-required-params with-collection-format *api-context*]] [clojure.spec.alpha :as s] [spec-tools.core :as st] [orchestra.core :refer [defn-spec]] [open-api-petstore.specs.tag :refer :al...
23661
(ns open-api-petstore.api.user (:require [open-api-petstore.core :refer [call-api check-required-params with-collection-format *api-context*]] [clojure.spec.alpha :as s] [spec-tools.core :as st] [orchestra.core :refer [defn-spec]] [open-api-petstore.specs.tag :refer :al...
true
(ns open-api-petstore.api.user (:require [open-api-petstore.core :refer [call-api check-required-params with-collection-format *api-context*]] [clojure.spec.alpha :as s] [spec-tools.core :as st] [orchestra.core :refer [defn-spec]] [open-api-petstore.specs.tag :refer :al...
[ { "context": "(with-noir\n (do\n (session/put! :username \"somebody\")\n (logged-in?) => true)))\n\n\n(fact \"User can", "end": 524, "score": 0.9995369911193848, "start": 516, "tag": "USERNAME", "value": "somebody" }, { "context": " {...
data/train/clojure/cfb3995bc7e94de37b397aae55f9041431965770logintest.clj
harshp8l/deep-learning-lang-detection
84
(ns memjore.views.logintest (:require [noir.session :as session]) (:use [midje.sweet] [noir.core :only [url-for]] [noir.util.test] [memjore.views.login])) ;;(fact "User sees username and password fields on / page" ;; (send-request "/") ) (fact "User is not logged in when session username ...
20508
(ns memjore.views.logintest (:require [noir.session :as session]) (:use [midje.sweet] [noir.core :only [url-for]] [noir.util.test] [memjore.views.login])) ;;(fact "User sees username and password fields on / page" ;; (send-request "/") ) (fact "User is not logged in when session username ...
true
(ns memjore.views.logintest (:require [noir.session :as session]) (:use [midje.sweet] [noir.core :only [url-for]] [noir.util.test] [memjore.views.login])) ;;(fact "User sees username and password fields on / page" ;; (send-request "/") ) (fact "User is not logged in when session username ...
[ { "context": "generated unique invite-id\"\n (let [email-1 \"user@usersemail.co.uk\"\n email-2 \"user2@usersemail.co.uk\"\n ", "end": 621, "score": 0.9998940229415894, "start": 600, "tag": "EMAIL", "value": "user@usersemail.co.uk" }, { "context": "l-1 \"user@userse...
test/stonecutter/test/db/invitations.clj
d-cent/stonecutter
39
(ns stonecutter.test.db.invitations (:require [midje.sweet :refer :all] [stonecutter.db.invitations :as i] [stonecutter.db.mongo :as m] [clauth.store :as cl-store] [stonecutter.util.time :as time] [stonecutter.test.util.time :as test-time] [stone...
54206
(ns stonecutter.test.db.invitations (:require [midje.sweet :refer :all] [stonecutter.db.invitations :as i] [stonecutter.db.mongo :as m] [clauth.store :as cl-store] [stonecutter.util.time :as time] [stonecutter.test.util.time :as test-time] [stone...
true
(ns stonecutter.test.db.invitations (:require [midje.sweet :refer :all] [stonecutter.db.invitations :as i] [stonecutter.db.mongo :as m] [clauth.store :as cl-store] [stonecutter.util.time :as time] [stonecutter.test.util.time :as test-time] [stone...
[ { "context": "]\n\n (test-range-query sophia \"test\" :key \"ABC\" :search-type :prefix))\n => []\n )\n\n", "end": 6237, "score": 0.5510467290878296, "start": 6234, "tag": "KEY", "value": "ABC" }, { "context": "\n\n (test-range-query sophia \"test\" :key...
test/com/brunobonacci/sophia/core_test.clj
BrunoBonacci/clj-sophia
16
(ns com.brunobonacci.sophia.core-test (:require [clojure.pprint :refer [pprint]] [clojure.test.check :as tc] [clojure.test.check.generators :as gen] [clojure.test.check.properties :as prop] [midje.sweet :refer :all] [com.brunobonacci.sophia :as db] ...
16336
(ns com.brunobonacci.sophia.core-test (:require [clojure.pprint :refer [pprint]] [clojure.test.check :as tc] [clojure.test.check.generators :as gen] [clojure.test.check.properties :as prop] [midje.sweet :refer :all] [com.brunobonacci.sophia :as db] ...
true
(ns com.brunobonacci.sophia.core-test (:require [clojure.pprint :refer [pprint]] [clojure.test.check :as tc] [clojure.test.check.generators :as gen] [clojure.test.check.properties :as prop] [midje.sweet :refer :all] [com.brunobonacci.sophia :as db] ...
[ { "context": "\n\n (query session get-by-last-name :last-name \\\"Jones\\\")\n\n The query itself may be either the var cre", "end": 2620, "score": 0.9989854097366333, "start": 2615, "tag": "NAME", "value": "Jones" } ]
src/main/clojure/clara/rules.cljc
mrrodriguez/clara-rules
0
(ns clara.rules "Forward-chaining rules for Clojure. The primary API is in this namespace." (:require [clara.rules.engine :as eng] [schema.core :as s] [clara.rules.platform :as platform] #?(:cljs [clara.rules.listener :as l]) #?(:clj [clara.rules.compiler :as com]) ...
84220
(ns clara.rules "Forward-chaining rules for Clojure. The primary API is in this namespace." (:require [clara.rules.engine :as eng] [schema.core :as s] [clara.rules.platform :as platform] #?(:cljs [clara.rules.listener :as l]) #?(:clj [clara.rules.compiler :as com]) ...
true
(ns clara.rules "Forward-chaining rules for Clojure. The primary API is in this namespace." (:require [clara.rules.engine :as eng] [schema.core :as s] [clara.rules.platform :as platform] #?(:cljs [clara.rules.listener :as l]) #?(:clj [clara.rules.compiler :as com]) ...
[ { "context": "ace\n \"Local interface to bind the server to.\"\n \"127.0.0.1\")\n\n\n(def port\n \"Local port to bind the server to", "end": 562, "score": 0.9982959032058716, "start": 553, "tag": "IP_ADDRESS", "value": "127.0.0.1" }, { "context": " \"Root token set for the develo...
test/vault/integration.clj
ieugen/vault-clj
52
(ns vault.integration "Integration test support code. Manages running a local Vault server in development mode in order to truly exercise the client code." (:require [clojure.java.io :as io] [clojure.java.shell :as shell] [clojure.string :as str] [vault.client.http] [vault.core :as vault]) (...
38740
(ns vault.integration "Integration test support code. Manages running a local Vault server in development mode in order to truly exercise the client code." (:require [clojure.java.io :as io] [clojure.java.shell :as shell] [clojure.string :as str] [vault.client.http] [vault.core :as vault]) (...
true
(ns vault.integration "Integration test support code. Manages running a local Vault server in development mode in order to truly exercise the client code." (:require [clojure.java.io :as io] [clojure.java.shell :as shell] [clojure.string :as str] [vault.client.http] [vault.core :as vault]) (...
[ { "context": "unt-id 1)\n\n(def create-command (d/create-account \"John Doe\" 10))\n\n(def deposit-command (d/deposit 10))\n\n(def", "end": 416, "score": 0.999107837677002, "start": 408, "tag": "NAME", "value": "John Doe" }, { "context": "e\n (handle create-command nil)\n (is (= {:...
test/org/amitayh/revent_clj/cqrs_test.clj
amitayh/revent-clj
1
(ns org.amitayh.revent-clj.cqrs-test (:require [clojure.test :refer :all] [org.amitayh.either :refer :all] [org.amitayh.revent-clj.cqrs :as cqrs] [org.amitayh.revent-clj.memory-event-store :as s] [org.amitayh.revent-clj.banking-domain :as d] [org.amitayh.rev...
107357
(ns org.amitayh.revent-clj.cqrs-test (:require [clojure.test :refer :all] [org.amitayh.either :refer :all] [org.amitayh.revent-clj.cqrs :as cqrs] [org.amitayh.revent-clj.memory-event-store :as s] [org.amitayh.revent-clj.banking-domain :as d] [org.amitayh.rev...
true
(ns org.amitayh.revent-clj.cqrs-test (:require [clojure.test :refer :all] [org.amitayh.either :refer :all] [org.amitayh.revent-clj.cqrs :as cqrs] [org.amitayh.revent-clj.memory-event-store :as s] [org.amitayh.revent-clj.banking-domain :as d] [org.amitayh.rev...
[ { "context": "e-list (r/atom\n [{:first-name \"Jonathan\" :last-name \"Dannel\"}\n {:firs", "end": 242, "score": 0.9997386336326599, "start": 234, "tag": "NAME", "value": "Jonathan" }, { "context": " [{:first-name \"Jonathan\" :last-...
src/seven/components/crud.cljs
jonathandannel/seven
0
(ns seven.components.crud (:require [reagent.core :as r] [clojure.string :refer [lower-case]] [seven.components.ui :refer [component-wrapper]])) (defonce name-list (r/atom [{:first-name "Jonathan" :last-name "Dannel"} {:first-name "Bardia" :last-name "...
120633
(ns seven.components.crud (:require [reagent.core :as r] [clojure.string :refer [lower-case]] [seven.components.ui :refer [component-wrapper]])) (defonce name-list (r/atom [{:first-name "<NAME>" :last-name "<NAME>"} {:first-name "<NAME>" :last-name "<N...
true
(ns seven.components.crud (:require [reagent.core :as r] [clojure.string :refer [lower-case]] [seven.components.ui :refer [component-wrapper]])) (defonce name-list (r/atom [{:first-name "PI:NAME:<NAME>END_PI" :last-name "PI:NAME:<NAME>END_PI"} {:first-...