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": ";;;; Copyright 2016 Peter Stephens. All Rights Reserved.\r\n;;;;\r\n;;;; Licensed unde", "end": 36, "score": 0.9997149109840393, "start": 22, "tag": "NAME", "value": "Peter Stephens" }, { "context": " [2])) [0 :chapter-idx])))\r\n (is (= [:Job :Jeremiah :Matt...
src/test/browser/bible/coretests.cljs
pstephens/kingjames.bible
23
;;;; Copyright 2016 Peter Stephens. All Rights Reserved. ;;;; ;;;; Licensed under the Apache License, Version 2.0 (the "License"); ;;;; you may not use this file except in compliance with the License. ;;;; You may obtain a copy of the License at ;;;; ;;;; http://www.apache.org/licenses/LICENSE-2.0 ...
46834
;;;; Copyright 2016 <NAME>. All Rights Reserved. ;;;; ;;;; Licensed under the Apache License, Version 2.0 (the "License"); ;;;; you may not use this file except in compliance with the License. ;;;; You may obtain a copy of the License at ;;;; ;;;; http://www.apache.org/licenses/LICENSE-2.0 ;;;; ;;...
true
;;;; Copyright 2016 PI:NAME:<NAME>END_PI. All Rights Reserved. ;;;; ;;;; Licensed under the Apache License, Version 2.0 (the "License"); ;;;; you may not use this file except in compliance with the License. ;;;; You may obtain a copy of the License at ;;;; ;;;; http://www.apache.org/licenses/LICENSE...
[ { "context": " schema :facts\n [{:db/id 1\n :person/name \"Shmi Skywalker\"\n :person/children 9 ;\"Anakin Skywalker\"\n ", "end": 915, "score": 0.9998528361320496, "start": 901, "tag": "NAME", "value": "Shmi Skywalker" }, { "context": "/name \"Shmi Skywalker\"\n ...
examples/star-wars/datascript.cljs
greenyouse/multco
6
(ns examples.star-wars.datascript (:require [cljs.core :as c] ;crazy repl issues because of datscript namespacing [datascript :as d] [multco.core :as m])) ;; Do a datascript schema like normal. (def schema {:person/name {} :person/ancestor {:db/cardinality :db.cardinality/many ...
58378
(ns examples.star-wars.datascript (:require [cljs.core :as c] ;crazy repl issues because of datscript namespacing [datascript :as d] [multco.core :as m])) ;; Do a datascript schema like normal. (def schema {:person/name {} :person/ancestor {:db/cardinality :db.cardinality/many ...
true
(ns examples.star-wars.datascript (:require [cljs.core :as c] ;crazy repl issues because of datscript namespacing [datascript :as d] [multco.core :as m])) ;; Do a datascript schema like normal. (def schema {:person/name {} :person/ancestor {:db/cardinality :db.cardinality/many ...
[ { "context": "t [entity-type \"outputs\"\n entity-name \"test\"\n outputs (resources/read-resource \"", "end": 2955, "score": 0.8360868096351624, "start": 2951, "tag": "NAME", "value": "test" } ]
api/test/wfl/integration/rawls_test.clj
broadinstitute/wfl
15
(ns wfl.integration.rawls-test (:require [clojure.test :refer [deftest is testing use-fixtures]] [wfl.service.firecloud :as firecloud] [wfl.service.rawls :as rawls] [wfl.tools.fixtures :as fixtures] [wfl.tools.resources :as resources] [wfl....
81558
(ns wfl.integration.rawls-test (:require [clojure.test :refer [deftest is testing use-fixtures]] [wfl.service.firecloud :as firecloud] [wfl.service.rawls :as rawls] [wfl.tools.fixtures :as fixtures] [wfl.tools.resources :as resources] [wfl....
true
(ns wfl.integration.rawls-test (:require [clojure.test :refer [deftest is testing use-fixtures]] [wfl.service.firecloud :as firecloud] [wfl.service.rawls :as rawls] [wfl.tools.fixtures :as fixtures] [wfl.tools.resources :as resources] [wfl....
[ { "context": ";; Copyright 2014-2020 King\n;; Copyright 2009-2014 Ragnar Svensson, Christian Murray\n;; Licensed under the Defold Li", "end": 111, "score": 0.9998083114624023, "start": 96, "tag": "NAME", "value": "Ragnar Svensson" }, { "context": "-2020 King\n;; Copyright 2009-2014 R...
editor/tasks/leiningen/ref_doc.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...
52058
;; 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": "ls\n (let [data-set \"data-set\"\n write-key \"write-key\"\n prune-nils (fn pn [m]\n ", "end": 22951, "score": 0.5896604061126709, "start": 22945, "tag": "KEY", "value": "write-" } ]
test/clj_honeycomb/core_test.clj
conormcd/clj-honeycomb
17
(ns clj-honeycomb.core-test (:require [clojure.data.json :as json] [clojure.spec.alpha :as s] [clojure.spec.gen.alpha :as gen] [clojure.spec.test.alpha :refer (check with-instrument-disabled)] [clojure.test :refer (are deftest is testing)] [stub-http.core :...
55668
(ns clj-honeycomb.core-test (:require [clojure.data.json :as json] [clojure.spec.alpha :as s] [clojure.spec.gen.alpha :as gen] [clojure.spec.test.alpha :refer (check with-instrument-disabled)] [clojure.test :refer (are deftest is testing)] [stub-http.core :...
true
(ns clj-honeycomb.core-test (:require [clojure.data.json :as json] [clojure.spec.alpha :as s] [clojure.spec.gen.alpha :as gen] [clojure.spec.test.alpha :refer (check with-instrument-disabled)] [clojure.test :refer (are deftest is testing)] [stub-http.core :...
[ { "context": "; Copyright (c) Rich Hickey. All rights reserved.\n; The use and distributio", "end": 29, "score": 0.99981290102005, "start": 18, "tag": "NAME", "value": "Rich Hickey" } ]
ext/clojure-clojurescript-bef56a7/samples/twitterbuzz/src/twitterbuzz/showgraph.cljs
yokolet/clementine
35
; 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 ...
11740
; 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": " :placeholder \"user@example.com\"\n :input-cla", "end": 2003, "score": 0.9999078512191772, "start": 1987, "tag": "EMAIL", "value": "user@example.com" }, { "context": " ...
src/syntereen/hix/auth/views.cljs
bombaywalla/hix
5
(ns syntereen.hix.auth.views (:require [reagent.core :as reagent] [re-frame.core :as rf] [fork.core :as fork] [vlad.core :as v] [syntereen.hix.router :as router] [syntereen.hix.common.forms :as forms] [syntereen.hix.common.views :as views] ...
72061
(ns syntereen.hix.auth.views (:require [reagent.core :as reagent] [re-frame.core :as rf] [fork.core :as fork] [vlad.core :as v] [syntereen.hix.router :as router] [syntereen.hix.common.forms :as forms] [syntereen.hix.common.views :as views] ...
true
(ns syntereen.hix.auth.views (:require [reagent.core :as reagent] [re-frame.core :as rf] [fork.core :as fork] [vlad.core :as v] [syntereen.hix.router :as router] [syntereen.hix.common.forms :as forms] [syntereen.hix.common.views :as views] ...
[ { "context": "-------------------------------\n;;\n;;\n;; Author: PLIQUE Guillaume (Yomguithereal)\n;; Version: 0.1\n;;\n(ns clj-fuzz", "end": 218, "score": 0.9998538494110107, "start": 202, "tag": "NAME", "value": "PLIQUE Guillaume" }, { "context": "------------\n;;\n;;\n;; Au...
test/clj_fuzzy/jaro_winkler_test.clj
sooheon/clj-fuzzy
222
;; ------------------------------------------------------------------- ;; clj-fuzzy Jaro Winkler Distance Tests ;; ------------------------------------------------------------------- ;; ;; ;; Author: PLIQUE Guillaume (Yomguithereal) ;; Version: 0.1 ;; (ns clj-fuzzy.jaro-winkler-test (:require [clojure.test :refer...
101020
;; ------------------------------------------------------------------- ;; clj-fuzzy Jaro Winkler Distance Tests ;; ------------------------------------------------------------------- ;; ;; ;; Author: <NAME> (Yomguithereal) ;; Version: 0.1 ;; (ns clj-fuzzy.jaro-winkler-test (:require [clojure.test :refer :all] ...
true
;; ------------------------------------------------------------------- ;; clj-fuzzy Jaro Winkler Distance Tests ;; ------------------------------------------------------------------- ;; ;; ;; Author: PI:NAME:<NAME>END_PI (Yomguithereal) ;; Version: 0.1 ;; (ns clj-fuzzy.jaro-winkler-test (:require [clojure.test :r...
[ { "context": " EXERCISES =====\n\n\n(def hashmap1 (hash-map :name \"matija\" :age 23))\n(def hashset1 (hash-set \"lukovic\" \"luk", "end": 2529, "score": 0.9972648620605469, "start": 2523, "tag": "NAME", "value": "matija" } ]
fonclojure/src/com/matija/symettrizer.clj
matija94/show-me-the-code
1
(ns com.matija.symettrizer) (def asym-hobbit-body-parts [{:name "head" :size 3} {:name "left-eye" :size 1} {:name "left-ear" :size 1} {:name "mouth" :size 1} {:name "nose" :size 1} ...
109478
(ns com.matija.symettrizer) (def asym-hobbit-body-parts [{:name "head" :size 3} {:name "left-eye" :size 1} {:name "left-ear" :size 1} {:name "mouth" :size 1} {:name "nose" :size 1} ...
true
(ns com.matija.symettrizer) (def asym-hobbit-body-parts [{:name "head" :size 3} {:name "left-eye" :size 1} {:name "left-ear" :size 1} {:name "mouth" :size 1} {:name "nose" :size 1} ...
[ { "context": "ceb1\")\n\n(def sample-group\n {\"mbox\" \"mailto:sample.group@example.com\"\n \"name\" \"Sample Group\"\n \"objectType\" \"", "end": 254, "score": 0.9999173283576965, "start": 230, "tag": "EMAIL", "value": "sample.group@example.com" }, { "context": "ec...
src/test/lrsql/util/statement_test.clj
ccasey3/lrsql
28
(ns lrsql.util.statement-test (:require [clojure.test :refer [deftest testing is]] [lrsql.util.statement :as su])) (def sample-id "030e001f-b32a-4361-b701-039a3d9fceb1") (def sample-group {"mbox" "mailto:sample.group@example.com" "name" "Sample Group" "objectType" "Group" "membe...
4883
(ns lrsql.util.statement-test (:require [clojure.test :refer [deftest testing is]] [lrsql.util.statement :as su])) (def sample-id "030e001f-b32a-4361-b701-039a3d9fceb1") (def sample-group {"mbox" "mailto:<EMAIL>" "name" "Sample Group" "objectType" "Group" "member" [{"mbox" "...
true
(ns lrsql.util.statement-test (:require [clojure.test :refer [deftest testing is]] [lrsql.util.statement :as su])) (def sample-id "030e001f-b32a-4361-b701-039a3d9fceb1") (def sample-group {"mbox" "mailto:PI:EMAIL:<EMAIL>END_PI" "name" "Sample Group" "objectType" "Group" "member"...
[ { "context": "\")\n (h/div\n (h/a\n :href \"https://github.com/thedavidmeister/boot-github-pages\"\n \"Deployed to Github Pages ", "end": 215, "score": 0.998136579990387, "start": 200, "tag": "USERNAME", "value": "thedavidmeister" }, { "context": "-github-pages\"\n \"Depl...
hoplon-demo/pages/index.cljs
thedavidmeister/boot-github-pages
0
(ns ^{:hoplon/page "index.html"} pages.index (:require [hoplon.core :as h])) (goog-define build-id "") (h/html (h/body (h/div "Hello world!") (h/div (h/a :href "https://github.com/thedavidmeister/boot-github-pages" "Deployed to Github Pages using David Meister's Github Pages Boot task!")) (h/d...
48185
(ns ^{:hoplon/page "index.html"} pages.index (:require [hoplon.core :as h])) (goog-define build-id "") (h/html (h/body (h/div "Hello world!") (h/div (h/a :href "https://github.com/thedavidmeister/boot-github-pages" "Deployed to Github Pages using <NAME>'s Github Pages Boot task!")) (h/div (...
true
(ns ^{:hoplon/page "index.html"} pages.index (:require [hoplon.core :as h])) (goog-define build-id "") (h/html (h/body (h/div "Hello world!") (h/div (h/a :href "https://github.com/thedavidmeister/boot-github-pages" "Deployed to Github Pages using PI:NAME:<NAME>END_PI's Github Pages Boot task!"))...
[ { "context": "d on clojure-control.\"\n :url \"https://github.com/killme2008/clj.monitor\"\n :author \"dennis zhuang(killme2008@", "end": 152, "score": 0.9992356300354004, "start": 142, "tag": "USERNAME", "value": "killme2008" }, { "context": "s://github.com/killme2008/clj.monitor\...
project.clj
killme2008/clj.monitor
3
(defproject clj.monitor "1.0.0-beta" :description "Monitoring applications in clojure based on clojure-control." :url "https://github.com/killme2008/clj.monitor" :author "dennis zhuang(killme2008@gmail.com)" :dependencies [[org.clojure/clojure "1.3.0"] [control "0.3.8"] [com.dr...
37269
(defproject clj.monitor "1.0.0-beta" :description "Monitoring applications in clojure based on clojure-control." :url "https://github.com/killme2008/clj.monitor" :author "<NAME>(<EMAIL>)" :dependencies [[org.clojure/clojure "1.3.0"] [control "0.3.8"] [com.draines/postal "1.6.0"...
true
(defproject clj.monitor "1.0.0-beta" :description "Monitoring applications in clojure based on clojure-control." :url "https://github.com/killme2008/clj.monitor" :author "PI:NAME:<NAME>END_PI(PI:EMAIL:<EMAIL>END_PI)" :dependencies [[org.clojure/clojure "1.3.0"] [control "0.3.8"] ...
[ { "context": "))\n\n(def MrBill { :profile_id \"299277\" :username \"qa@artstor.org\" :institution_ids [\"1000\"] })\n(def Will { :profil", "end": 750, "score": 0.9999313354492188, "start": 736, "tag": "EMAIL", "value": "qa@artstor.org" }, { "context": "titution_ids [\"1000\"] })\n(d...
test/artstor_group_service/auth_test.clj
ithaka/artstor-group-service-os
0
(ns artstor-group-service.auth-test (:require [clojure.test :refer :all] [artstor-group-service.auth :as auth] [artstor-group-service.repository :as repo] [ragtime.jdbc :as jdbc] [ragtime.repl :refer [migrate rollback]] [environ.core :refer [env]] ...
105671
(ns artstor-group-service.auth-test (:require [clojure.test :refer :all] [artstor-group-service.auth :as auth] [artstor-group-service.repository :as repo] [ragtime.jdbc :as jdbc] [ragtime.repl :refer [migrate rollback]] [environ.core :refer [env]] ...
true
(ns artstor-group-service.auth-test (:require [clojure.test :refer :all] [artstor-group-service.auth :as auth] [artstor-group-service.repository :as repo] [ragtime.jdbc :as jdbc] [ragtime.repl :refer [migrate rollback]] [environ.core :refer [env]] ...
[ { "context": "6 {\r\n input.col.s6 first_name \"Etunimi\"\r\n input.col.s6 second_name \"S", "end": 4244, "score": 0.9996573328971863, "start": 4237, "tag": "NAME", "value": "Etunimi" }, { "context": "i\"\r\n input.col.s6 secon...
compiler/test_slides.clj
terotests/Ranger
6
Import "JinxProcess.clj" Import "DOMLib.clj" class appmain { ; creating a process and so on.. ; it all should be really easy... static fn createElement:JinxProcess ( into:HTMLElement what:HTMLElement ) { def newElem (clone what) return (process 'element' (pr...
36227
Import "JinxProcess.clj" Import "DOMLib.clj" class appmain { ; creating a process and so on.. ; it all should be really easy... static fn createElement:JinxProcess ( into:HTMLElement what:HTMLElement ) { def newElem (clone what) return (process 'element' (pr...
true
Import "JinxProcess.clj" Import "DOMLib.clj" class appmain { ; creating a process and so on.. ; it all should be really easy... static fn createElement:JinxProcess ( into:HTMLElement what:HTMLElement ) { def newElem (clone what) return (process 'element' (pr...
[ { "context": " tag1-colls [coll1 coll2]\n tag-key \"tag1\"\n tag1 (tags/save-tag\n u", "end": 1612, "score": 0.9377464056015015, "start": 1608, "tag": "KEY", "value": "tag1" } ]
system-int-test/test/cmr/system_int_test/bootstrap/bulk_index/tag_test.clj
brianalexander/Common-Metadata-Repository
294
(ns cmr.system-int-test.bootstrap.bulk-index.tag-test "Integration test for CMR bulk index tag operations." (:require [clojure.test :refer :all] [cmr.mock-echo.client.echo-util :as e] [cmr.oracle.connection :as oracle] [cmr.system-int-test.bootstrap.bulk-index.core :as core] [cmr.system-int-test.data...
6560
(ns cmr.system-int-test.bootstrap.bulk-index.tag-test "Integration test for CMR bulk index tag operations." (:require [clojure.test :refer :all] [cmr.mock-echo.client.echo-util :as e] [cmr.oracle.connection :as oracle] [cmr.system-int-test.bootstrap.bulk-index.core :as core] [cmr.system-int-test.data...
true
(ns cmr.system-int-test.bootstrap.bulk-index.tag-test "Integration test for CMR bulk index tag operations." (:require [clojure.test :refer :all] [cmr.mock-echo.client.echo-util :as e] [cmr.oracle.connection :as oracle] [cmr.system-int-test.bootstrap.bulk-index.core :as core] [cmr.system-int-test.data...
[ { "context": "{:id \"1\"\n; ; :first_name \"Sam\"\n; ; :last_name \"Smith\"\n; ; ", "end": 1806, "score": 0.9998681545257568, "start": 1803, "tag": "NAME", "value": "Sam" }, { "context": "first_name \"Sam\"\n; ; :last_name ...
test/clj/landschaften/test/db/core.clj
cljs-material-ui/landschaften
2
; (ns landschaften.test.db.core ; (:require ; [landschaften.test.db.fixtures :as fixtures] ; [clojure.test :refer [is deftest]] ; [landschaften.db.wga-concepts :refer :all] ; [landschaften.api :refer :all])) ; ; ; (def row fixtures/a-wga-concept-row-with-general-concepts) ; ; (def rows fixtures/wga-concep...
78085
; (ns landschaften.test.db.core ; (:require ; [landschaften.test.db.fixtures :as fixtures] ; [clojure.test :refer [is deftest]] ; [landschaften.db.wga-concepts :refer :all] ; [landschaften.api :refer :all])) ; ; ; (def row fixtures/a-wga-concept-row-with-general-concepts) ; ; (def rows fixtures/wga-concep...
true
; (ns landschaften.test.db.core ; (:require ; [landschaften.test.db.fixtures :as fixtures] ; [clojure.test :refer [is deftest]] ; [landschaften.db.wga-concepts :refer :all] ; [landschaften.api :refer :all])) ; ; ; (def row fixtures/a-wga-concept-row-with-general-concepts) ; ; (def rows fixtures/wga-concep...
[ { "context": "st\n\n;;; p.58\n;;; 6.aug.2015\n\n(def person {:fname \"Adam\" :lname \"Parker\"})\n\n(rest person)\n(cons [:mname \"", "end": 84, "score": 0.9997509121894836, "start": 80, "tag": "NAME", "value": "Adam" }, { "context": ";; 6.aug.2015\n\n(def person {:fname \"Adam\" :ln...
book-programming-clj-2nd-ed/seqs.clj
reddress/clojuring
0
;;;; seqs, cons, first, and rest ;;; p.58 ;;; 6.aug.2015 (def person {:fname "Adam" :lname "Parker"}) (rest person) (cons [:mname "J"] person) (class (cons [:mname "J"] person)) (first (cons [:mname "J"] person)) (seq? (cons 'a ()))
37964
;;;; seqs, cons, first, and rest ;;; p.58 ;;; 6.aug.2015 (def person {:fname "<NAME>" :lname "<NAME>"}) (rest person) (cons [:mname "J"] person) (class (cons [:mname "J"] person)) (first (cons [:mname "J"] person)) (seq? (cons 'a ()))
true
;;;; seqs, cons, first, and rest ;;; p.58 ;;; 6.aug.2015 (def person {:fname "PI:NAME:<NAME>END_PI" :lname "PI:NAME:<NAME>END_PI"}) (rest person) (cons [:mname "J"] person) (class (cons [:mname "J"] person)) (first (cons [:mname "J"] person)) (seq? (cons 'a ()))
[ { "context": "(ns repliclj.page\n ^{:author \"Thomas Bock <wactbprot@gmail.com>\"\n :doc \"Simple replicati", "end": 42, "score": 0.9998543858528137, "start": 31, "tag": "NAME", "value": "Thomas Bock" }, { "context": "(ns repliclj.page\n ^{:author \"Thomas Bock <wactbprot@gmail....
src/repliclj/page.clj
wactbprot/repliclj
0
(ns repliclj.page ^{:author "Thomas Bock <wactbprot@gmail.com>" :doc "Simple replication state overview page delivered by server.clj."} (:require [hiccup.form :as hf] [hiccup.page :as hp] [repliclj.utils :as u] [clojure.string :as string])) (defn not-found [] (hp/html5 ...
67505
(ns repliclj.page ^{:author "<NAME> <<EMAIL>>" :doc "Simple replication state overview page delivered by server.clj."} (:require [hiccup.form :as hf] [hiccup.page :as hp] [repliclj.utils :as u] [clojure.string :as string])) (defn not-found [] (hp/html5 [:h1 "404 Error!"...
true
(ns repliclj.page ^{:author "PI:NAME:<NAME>END_PI <PI:EMAIL:<EMAIL>END_PI>" :doc "Simple replication state overview page delivered by server.clj."} (:require [hiccup.form :as hf] [hiccup.page :as hp] [repliclj.utils :as u] [clojure.string :as string])) (defn not-found [] (...
[ { "context": "st \"localhost\", :user \"Administrator\", :password \"password\", :definitions \"{\\\"tables\\\":[{\\\"name\\\": \\\"order\\\"", "end": 1970, "score": 0.9996488094329834, "start": 1962, "tag": "PASSWORD", "value": "password" } ]
test/metabase/driver/couchbase/query_processor_test.clj
xavierchow/metabase-couchbase-driver
7
(ns metabase.driver.couchbase.query-processor-test (:require [metabase.driver.couchbase.query-processor :as cqp] [metabase.query-processor.store :as qp.store] [clojure.test :refer [deftest testing is]])) (def basic-query {:database 5, :query {:source-table 11, ...
73539
(ns metabase.driver.couchbase.query-processor-test (:require [metabase.driver.couchbase.query-processor :as cqp] [metabase.query-processor.store :as qp.store] [clojure.test :refer [deftest testing is]])) (def basic-query {:database 5, :query {:source-table 11, ...
true
(ns metabase.driver.couchbase.query-processor-test (:require [metabase.driver.couchbase.query-processor :as cqp] [metabase.query-processor.store :as qp.store] [clojure.test :refer [deftest testing is]])) (def basic-query {:database 5, :query {:source-table 11, ...
[ { "context": "\n (are [x y] (= x y)\n true (satisfy-rfc-822? \"foo@foo.com\")\n true (satisfy-rfc-822? \"foo@foocom\")\n tr", "end": 248, "score": 0.999734103679657, "start": 237, "tag": "EMAIL", "value": "foo@foo.com" }, { "context": "c-822? \"foo@foo.com\")\n true (sat...
test/toyokumo/commons/email_test.clj
toyokumo/toyokumo-commons
0
(ns toyokumo.commons.email-test (:require [clojure.test :refer :all] [toyokumo.commons.email :refer [satisfy-rfc-822? quote-email unquote-email]])) (deftest satisfy-rfc-822?-test (are [x y] (= x y) true (satisfy-rfc-822? "foo@foo.com") true (satisfy-rfc-822? "foo@foocom") true (satisfy-rfc-822? "...
2730
(ns toyokumo.commons.email-test (:require [clojure.test :refer :all] [toyokumo.commons.email :refer [satisfy-rfc-822? quote-email unquote-email]])) (deftest satisfy-rfc-822?-test (are [x y] (= x y) true (satisfy-rfc-822? "<EMAIL>") true (satisfy-rfc-822? "<EMAIL>") true (satisfy-rfc-822? "<EMAIL>...
true
(ns toyokumo.commons.email-test (:require [clojure.test :refer :all] [toyokumo.commons.email :refer [satisfy-rfc-822? quote-email unquote-email]])) (deftest satisfy-rfc-822?-test (are [x y] (= x y) true (satisfy-rfc-822? "PI:EMAIL:<EMAIL>END_PI") true (satisfy-rfc-822? "PI:EMAIL:<EMAIL>END_PI") t...
[ { "context": "y for Clojure ***\")\n (println \"Copyright (C) 2018 Frederic Peschanski (fredokun) under the MIT License.\")\n (println \"-", "end": 426, "score": 0.9997233748435974, "start": 407, "tag": "NAME", "value": "Frederic Peschanski" }, { "context": "(println \"Copyright (C...
src/latte/main.clj
latte-central/LaTTe
239
(ns latte.main "The entry point for LaTTe as a standalone tool. This is mainly for certifying the core library (target `certify`) but other functionalities are provided, like listing axioms, etc." (:require [latte.utils :as u] [latte.certify :as cert])) (defn run-header [] (println "...
4530
(ns latte.main "The entry point for LaTTe as a standalone tool. This is mainly for certifying the core library (target `certify`) but other functionalities are provided, like listing axioms, etc." (:require [latte.utils :as u] [latte.certify :as cert])) (defn run-header [] (println "...
true
(ns latte.main "The entry point for LaTTe as a standalone tool. This is mainly for certifying the core library (target `certify`) but other functionalities are provided, like listing axioms, etc." (:require [latte.utils :as u] [latte.certify :as cert])) (defn run-header [] (println "...
[ { "context": ";; Copyright (c) 2021 Thomas J. Otterson\n;; \n;; This software is released under the MIT Li", "end": 40, "score": 0.9998018145561218, "start": 22, "tag": "NAME", "value": "Thomas J. Otterson" } ]
src/barandis/euler/p5.clj
Barandis/euler-clojure
0
;; Copyright (c) 2021 Thomas J. Otterson ;; ;; This software is released under the MIT License. ;; https://opensource.org/licenses/MIT ;; Solves Project Euler problem 5: ;; ;; 2520 is the smallest number that can be divided by each of the numbers from 1 ;; to 10 without any remainder. ;; ;; What is the smallest posit...
46310
;; Copyright (c) 2021 <NAME> ;; ;; This software is released under the MIT License. ;; https://opensource.org/licenses/MIT ;; Solves Project Euler problem 5: ;; ;; 2520 is the smallest number that can be divided by each of the numbers from 1 ;; to 10 without any remainder. ;; ;; What is the smallest positive number t...
true
;; Copyright (c) 2021 PI:NAME:<NAME>END_PI ;; ;; This software is released under the MIT License. ;; https://opensource.org/licenses/MIT ;; Solves Project Euler problem 5: ;; ;; 2520 is the smallest number that can be divided by each of the numbers from 1 ;; to 10 without any remainder. ;; ;; What is the smallest pos...
[ { "context": ";; Copyright (c) 2007-2013 Basho Technologies, Inc. All Rights Reserved.\n;;\n;; This file is pr", "end": 45, "score": 0.8612100481987, "start": 27, "tag": "NAME", "value": "Basho Technologies" } ]
client_tests/clojure/clj-s3/test/java_s3_tests/test/client.clj
bashoold/riak_cs
0
;; Copyright (c) 2007-2013 Basho Technologies, Inc. All Rights Reserved. ;; ;; This file is provided to you under the Apache License, ;; Version 2.0 (the "License"); you may not use this file ;; except in compliance with the License. You may obtain ;; a copy of the License at ;; ;; http://www.apache.org/licenses/LI...
49205
;; Copyright (c) 2007-2013 <NAME>, Inc. All Rights Reserved. ;; ;; This file is provided to you under the Apache License, ;; Version 2.0 (the "License"); you may not use this file ;; except in compliance with the License. You may obtain ;; a copy of the License at ;; ;; http://www.apache.org/licenses/LICENSE-2.0 ;;...
true
;; Copyright (c) 2007-2013 PI:NAME:<NAME>END_PI, Inc. All Rights Reserved. ;; ;; This file is provided to you under the Apache License, ;; Version 2.0 (the "License"); you may not use this file ;; except in compliance with the License. You may obtain ;; a copy of the License at ;; ;; http://www.apache.org/licenses/...
[ { "context": "omment\n\n (def db\n [[1 :age 26]\n [1 :name \"jimmy\"]\n [2 :age 26]\n [2 :name \"steve\"]\n [3", "end": 723, "score": 0.9985108375549316, "start": 718, "tag": "NAME", "value": "jimmy" }, { "context": "[1 :name \"jimmy\"]\n [2 :age 26]\n [2 ...
libraries/clojure/query-engine/src/query_engine/core.clj
jimmyhmiller/one-hundred-lines-or-less
6
(ns query-engine.core (:require [unifier.core :as unifier])) (defn match-clause [clause facts env] (->> facts (map (partial unifier/unify env clause)) (filter (complement unifier/failed?)))) (defn match-all [clause facts envs] (mapcat (partial match-clause clause facts) envs)) (defn process-query...
88842
(ns query-engine.core (:require [unifier.core :as unifier])) (defn match-clause [clause facts env] (->> facts (map (partial unifier/unify env clause)) (filter (complement unifier/failed?)))) (defn match-all [clause facts envs] (mapcat (partial match-clause clause facts) envs)) (defn process-query...
true
(ns query-engine.core (:require [unifier.core :as unifier])) (defn match-clause [clause facts env] (->> facts (map (partial unifier/unify env clause)) (filter (complement unifier/failed?)))) (defn match-all [clause facts envs] (mapcat (partial match-clause clause facts) envs)) (defn process-query...
[ { "context": " :aria-label \"hello\"\n ", "end": 2535, "score": 0.8984599709510803, "start": 2530, "tag": "NAME", "value": "hello" }, { "context": "rue\n :aria-label \"h...
re_view/test/re_view/hiccup_test.cljs
braintripping/re-view
32
(ns re-view.hiccup-test (:require [cljs.test :refer [deftest is are testing]] ["react" :as react] ["react-dom" :as react-dom] [re-view.hiccup.core :refer [element]] [re-view.hiccup.hiccup :as hiccup])) (enable-console-print!) (defn element-args [form] (let [[_ k id ...
120985
(ns re-view.hiccup-test (:require [cljs.test :refer [deftest is are testing]] ["react" :as react] ["react-dom" :as react-dom] [re-view.hiccup.core :refer [element]] [re-view.hiccup.hiccup :as hiccup])) (enable-console-print!) (defn element-args [form] (let [[_ k id ...
true
(ns re-view.hiccup-test (:require [cljs.test :refer [deftest is are testing]] ["react" :as react] ["react-dom" :as react-dom] [re-view.hiccup.core :refer [element]] [re-view.hiccup.hiccup :as hiccup])) (enable-console-print!) (defn element-args [form] (let [[_ k id ...
[ { "context": "rred to DARPA’s Public Release Center via email at prc@darpa.mil.\n\n\n(ns mbroker.rabbitmq\n (:require [langohr.core", "end": 336, "score": 0.9999212026596069, "start": 323, "tag": "EMAIL", "value": "prc@darpa.mil" } ]
src/mbroker/rabbitmq.clj
paulratdollabs/drl007
0
; ; The software contained herein is proprietary and ; a confidential trade secret of Dynamic Object Language Labs Inc. ; Copyright (c) 2012. All rights reserved. ;; DISTRIBUTION STATEMENT C: U.S. Government agencies and their contractors. ;; Other requests shall be referred to DARPA’s Public Release Center via email ...
26919
; ; The software contained herein is proprietary and ; a confidential trade secret of Dynamic Object Language Labs Inc. ; Copyright (c) 2012. All rights reserved. ;; DISTRIBUTION STATEMENT C: U.S. Government agencies and their contractors. ;; Other requests shall be referred to DARPA’s Public Release Center via email ...
true
; ; The software contained herein is proprietary and ; a confidential trade secret of Dynamic Object Language Labs Inc. ; Copyright (c) 2012. All rights reserved. ;; DISTRIBUTION STATEMENT C: U.S. Government agencies and their contractors. ;; Other requests shall be referred to DARPA’s Public Release Center via email ...
[ { "context": "-columns\n [\"id\"\n \"lastname\"\n \"firstname\"\n \"username\"\n \"DATE_FORMAT(dob,'%m/%d/%Y')\"\n \"cell\"\n \"p", "end": 555, "score": 0.9892498850822449, "start": 547, "tag": "USERNAME", "value": "username" }, { "context": "-columns\n [\"id\"\n \"la...
src/cc/routes/admin/users.clj
hectorqlucero/cc
3
(ns cc.routes.admin.users (:require [cc.models.crud :refer :all] [cc.models.grid :refer :all] [cc.models.util :refer :all] [cheshire.core :refer :all] [clojure.string :refer [capitalize lower-case]] [compojure.core :refer :all] [noir.util.crypt :...
84928
(ns cc.routes.admin.users (:require [cc.models.crud :refer :all] [cc.models.grid :refer :all] [cc.models.util :refer :all] [cheshire.core :refer :all] [clojure.string :refer [capitalize lower-case]] [compojure.core :refer :all] [noir.util.crypt :...
true
(ns cc.routes.admin.users (:require [cc.models.crud :refer :all] [cc.models.grid :refer :all] [cc.models.util :refer :all] [cheshire.core :refer :all] [clojure.string :refer [capitalize lower-case]] [compojure.core :refer :all] [noir.util.crypt :...
[ { "context": "all]))\n\n\n(defn setup\n []\n (h/create-test-user! \"success+1@simulator.amazonses.com\"))\n\n(defn fixture [test]\n (h/ensure-empty-table)", "end": 317, "score": 0.999928891658783, "start": 284, "tag": "EMAIL", "value": "success+1@simulator.amazonses.com" }, { "con...
api/test/feature/flow/query/current_user_test.clj
kgxsz/flow
0
(ns flow.query.current-user-test (:require [flow.core :refer :all] [flow.entity.authorisation :as authorisation] [flow.entity.user :as user] [flow.helpers :as h] [clojure.test :refer :all])) (defn setup [] (h/create-test-user! "success+1@simulator.amazonses.com"))...
55937
(ns flow.query.current-user-test (:require [flow.core :refer :all] [flow.entity.authorisation :as authorisation] [flow.entity.user :as user] [flow.helpers :as h] [clojure.test :refer :all])) (defn setup [] (h/create-test-user! "<EMAIL>")) (defn fixture [test] (...
true
(ns flow.query.current-user-test (:require [flow.core :refer :all] [flow.entity.authorisation :as authorisation] [flow.entity.user :as user] [flow.helpers :as h] [clojure.test :refer :all])) (defn setup [] (h/create-test-user! "PI:EMAIL:<EMAIL>END_PI")) (defn fix...
[ { "context": ";; Copyright 2020 James Adam and the Open Data Management Platform contributor", "end": 28, "score": 0.9998094439506531, "start": 18, "tag": "NAME", "value": "James Adam" } ]
opendmp-ui/src/cljs/odmp_ui/views/processor/script_fields.cljs
rhinoman/odmp
21
;; Copyright 2020 James Adam and the Open Data Management Platform contributors. ;; Licensed under the Apache License, Version 2.0 (the "License"); ;; you may not use this file except in compliance with the License. ;; You may obtain a copy of the License at ;; http://www.apache.org/licenses/LICENSE-2.0 ;; Unless re...
119131
;; Copyright 2020 <NAME> and the Open Data Management Platform contributors. ;; Licensed under the Apache License, Version 2.0 (the "License"); ;; you may not use this file except in compliance with the License. ;; You may obtain a copy of the License at ;; http://www.apache.org/licenses/LICENSE-2.0 ;; Unless requir...
true
;; Copyright 2020 PI:NAME:<NAME>END_PI and the Open Data Management Platform contributors. ;; Licensed under the Apache License, Version 2.0 (the "License"); ;; you may not use this file except in compliance with the License. ;; You may obtain a copy of the License at ;; http://www.apache.org/licenses/LICENSE-2.0 ;;...
[ { "context": ";; Copyright (c) Rich Hickey and contributors. All rights reserved.\n;; The u", "end": 30, "score": 0.9998526573181152, "start": 19, "tag": "NAME", "value": "Rich Hickey" } ]
server/target/clojure/core/async/impl/concurrent.clj
OctavioBR/healthcheck
0
;; Copyright (c) Rich Hickey and contributors. All rights reserved. ;; The use and distribution terms for this software are covered by the ;; Eclipse Public License 1.0 (http://opensource.org/licenses/eclipse-1.0.php) ;; which can be found in the file epl-v10.html at the root of this distribution. ;; By using...
123648
;; Copyright (c) <NAME> and contributors. All rights reserved. ;; The use and distribution terms for this software are covered by the ;; Eclipse Public License 1.0 (http://opensource.org/licenses/eclipse-1.0.php) ;; which can be found in the file epl-v10.html at the root of this distribution. ;; By using this...
true
;; Copyright (c) PI:NAME:<NAME>END_PI and contributors. All rights reserved. ;; The use and distribution terms for this software are covered by the ;; Eclipse Public License 1.0 (http://opensource.org/licenses/eclipse-1.0.php) ;; which can be found in the file epl-v10.html at the root of this distribution. ;; ...
[ { "context": ";; 1\n(def gemstone-db {\n :ruby {\n :name \"Ruby\"\n :stock 480\n :sales [1990 3644 6376 49", "end": 53, "score": 0.9983565807342529, "start": 49, "tag": "NAME", "value": "Ruby" }, { "context": "or \"Red\"\n }\n }\n :diamond {\n :name \...
chapter02/exercise4/repl.clj
TrainingByPackt/Clojure
0
;; 1 (def gemstone-db { :ruby { :name "Ruby" :stock 480 :sales [1990 3644 6376 4918 7882 6747 7495 8573 5097 1712] :properties { :dispersion 0.018 :hardness 9.0 :refractive-index [1.77 1.78] :color "Red" } } :diamond { :name "Diamond" ...
100254
;; 1 (def gemstone-db { :ruby { :name "<NAME>" :stock 480 :sales [1990 3644 6376 4918 7882 6747 7495 8573 5097 1712] :properties { :dispersion 0.018 :hardness 9.0 :refractive-index [1.77 1.78] :color "Red" } } :diamond { :name "<NAME>" ...
true
;; 1 (def gemstone-db { :ruby { :name "PI:NAME:<NAME>END_PI" :stock 480 :sales [1990 3644 6376 4918 7882 6747 7495 8573 5097 1712] :properties { :dispersion 0.018 :hardness 9.0 :refractive-index [1.77 1.78] :color "Red" } } :diamond { :name ...
[ { "context": "gory)\n (merge repo-data\n {:username username\n :password password})]))\n\n(defn updat", "end": 2079, "score": 0.9989224672317505, "start": 2071, "tag": "USERNAME", "value": "username" }, { "context": " {:username username\n ...
src/lein_essthree/repository.clj
reutsharabani/lein-essthree
0
(ns lein-essthree.repository "Middleware to update project repositories to include any configured S3 buckets." (:require [cuerdas.core :as c] [lein-essthree.schemas :refer [RepoConfig]] [schema.core :as s]) (:import com.amazonaws.auth.DefaultAWSCredentialsProviderChain)) (d...
18329
(ns lein-essthree.repository "Middleware to update project repositories to include any configured S3 buckets." (:require [cuerdas.core :as c] [lein-essthree.schemas :refer [RepoConfig]] [schema.core :as s]) (:import com.amazonaws.auth.DefaultAWSCredentialsProviderChain)) (d...
true
(ns lein-essthree.repository "Middleware to update project repositories to include any configured S3 buckets." (:require [cuerdas.core :as c] [lein-essthree.schemas :refer [RepoConfig]] [schema.core :as s]) (:import com.amazonaws.auth.DefaultAWSCredentialsProviderChain)) (d...
[ { "context": ";;;;;;;;;;;;\n;; A kind of jazz music ;;\n;; By Mikkel Gravgaard, 2012 ;;\n;; ;;\n;;;;;;;;", "end": 86, "score": 0.9998696446418762, "start": 70, "tag": "NAME", "value": "Mikkel Gravgaard" } ]
overtone/src/algorithmuss/jazz.clj
lemilonkh/algorithmuss
13
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; A kind of jazz music ;; ;; By Mikkel Gravgaard, 2012 ;; ;; ;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; (ns ^:hw overtone.examples.compositions.jazz (:use [overtone.live] [overtone.inst.drum] [overtone.inst.synth] [overtone.examples.com...
105137
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; A kind of jazz music ;; ;; By <NAME>, 2012 ;; ;; ;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; (ns ^:hw overtone.examples.compositions.jazz (:use [overtone.live] [overtone.inst.drum] [overtone.inst.synth] [overtone.examples.compositions....
true
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; A kind of jazz music ;; ;; By PI:NAME:<NAME>END_PI, 2012 ;; ;; ;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; (ns ^:hw overtone.examples.compositions.jazz (:use [overtone.live] [overtone.inst.drum] [overtone.inst.synth] [overtone.examples...
[ { "context": " :subprotocol \"postgresql\"\n :user \"ruuvi\"\n :password \"ruuvi\"\n :subna", "end": 171, "score": 0.8248099684715271, "start": 166, "tag": "USERNAME", "value": "ruuvi" }, { "context": "\n :user \"ruuvi\"\n :p...
resources/server-prod-config.clj
RuuviTracker/ruuvitracker_server
1
{ ;; Configuration for standalone server :environment :prod :database {:classname "org.postgresql.Driver" :subprotocol "postgresql" :user "ruuvi" :password "ruuvi" :subname "//localhost/ruuvi_server"} :server { :type :standalone :port 8080 ...
68187
{ ;; Configuration for standalone server :environment :prod :database {:classname "org.postgresql.Driver" :subprotocol "postgresql" :user "ruuvi" :password "<PASSWORD>" :subname "//localhost/ruuvi_server"} :server { :type :standalone :port 8080 ...
true
{ ;; Configuration for standalone server :environment :prod :database {:classname "org.postgresql.Driver" :subprotocol "postgresql" :user "ruuvi" :password "PI:PASSWORD:<PASSWORD>END_PI" :subname "//localhost/ruuvi_server"} :server { :type :standalone ...
[ { "context": ";leiningen.grid\n; <br />Author: Ralph Ritoch <rritoch@gmail.com>\n\n(ns ^{:author \"Ralph Ritoch ", "end": 44, "score": 0.9998930096626282, "start": 32, "tag": "NAME", "value": "Ralph Ritoch" }, { "context": ";leiningen.grid\n; <br />Author: Ralph Ritoch <rritoch@gmail...
data/test/clojure/b5110b7d8a5f298d404b35886a973372628383c9grid.clj
harshp8l/deep-learning-lang-detection
84
;leiningen.grid ; <br />Author: Ralph Ritoch <rritoch@gmail.com> (ns ^{:author "Ralph Ritoch <rritoch@gmail.com>" :doc "Grid Plugin" } leiningen.grid (:use [leiningen.help :only (help-for subtask-help-for)] [leiningen.grid.push :only (push)] [leiningen.grid.bundle :only (bundle)] [l...
67234
;leiningen.grid ; <br />Author: <NAME> <<EMAIL>> (ns ^{:author "<NAME> <<EMAIL>>" :doc "Grid Plugin" } leiningen.grid (:use [leiningen.help :only (help-for subtask-help-for)] [leiningen.grid.push :only (push)] [leiningen.grid.bundle :only (bundle)] [leiningen.grid.wipe-deps :only (w...
true
;leiningen.grid ; <br />Author: PI:NAME:<NAME>END_PI <PI:EMAIL:<EMAIL>END_PI> (ns ^{:author "PI:NAME:<NAME>END_PI <PI:EMAIL:<EMAIL>END_PI>" :doc "Grid Plugin" } leiningen.grid (:use [leiningen.help :only (help-for subtask-help-for)] [leiningen.grid.push :only (push)] [leiningen.grid.bundle ...
[ { "context": " (let [dataobj (clj->js {\"data\" [[\"Tiger Nixon\" \"System Architect\" \"Edinburgh\" 61 \"2011/04/25\" \"", "end": 351, "score": 0.5600639581680298, "start": 341, "tag": "NAME", "value": "iger Nixon" }, { "context": " ...
src/hello_datatables/core.cljs
staypufd/DataTables_from_ClojureScript_in_DevCards_PlayGround
0
(ns hello_datatables.core (:require #_[om.core :as om :include-macros true] [sablono.core :as sab :include-macros true]) (:require-macros [devcards.core :as dc :refer [defcard deftest dom-node]])) (enable-console-print!) ;(defonce dt ; (.ready (js/$ js/document()) ; (let [dataobj ...
67351
(ns hello_datatables.core (:require #_[om.core :as om :include-macros true] [sablono.core :as sab :include-macros true]) (:require-macros [devcards.core :as dc :refer [defcard deftest dom-node]])) (enable-console-print!) ;(defonce dt ; (.ready (js/$ js/document()) ; (let [dataobj ...
true
(ns hello_datatables.core (:require #_[om.core :as om :include-macros true] [sablono.core :as sab :include-macros true]) (:require-macros [devcards.core :as dc :refer [defcard deftest dom-node]])) (enable-console-print!) ;(defonce dt ; (.ready (js/$ js/document()) ; (let [dataobj ...
[ { "context": ";; Copyright (C) 2015, Jozef Wagner. All rights reserved.\n;;\n;; The use and distribut", "end": 35, "score": 0.9998257756233215, "start": 23, "tag": "NAME", "value": "Jozef Wagner" } ]
data/train/clojure/905d8a8a77792917f21256d61096995965e06950cfg.clj
harshp8l/deep-learning-lang-detection
84
;; Copyright (C) 2015, Jozef Wagner. All rights reserved. ;; ;; The use and distribution terms for this software are covered by the ;; Eclipse Public License 1.0 ;; (http://opensource.org/licenses/eclipse-1.0.php) which can be ;; found in the file epl-v10.html at the root of this distribution. ;; ;; By using this softw...
110866
;; Copyright (C) 2015, <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...
true
;; Copyright (C) 2015, 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 th...
[ { "context": "tartrek.components.starship.interface\n {:author \"David Harrigan\"}\n (:require\n [startrek.components.starship.im", "end": 69, "score": 0.9998793601989746, "start": 55, "tag": "NAME", "value": "David Harrigan" } ]
src/startrek/components/starship/interface.clj
dharrigan/startrek
17
(ns startrek.components.starship.interface {:author "David Harrigan"} (:require [startrek.components.starship.impl :as starship])) (set! *warn-on-reflection* true) ;; ;; Alphabetical order please! ;; (defn create [starship app-config] (starship/create starship app-config)) (defn delete [query app-confi...
85869
(ns startrek.components.starship.interface {:author "<NAME>"} (:require [startrek.components.starship.impl :as starship])) (set! *warn-on-reflection* true) ;; ;; Alphabetical order please! ;; (defn create [starship app-config] (starship/create starship app-config)) (defn delete [query app-config] (st...
true
(ns startrek.components.starship.interface {:author "PI:NAME:<NAME>END_PI"} (:require [startrek.components.starship.impl :as starship])) (set! *warn-on-reflection* true) ;; ;; Alphabetical order please! ;; (defn create [starship app-config] (starship/create starship app-config)) (defn delete [query app...
[ { "context": "sers\"\n :not-loaded \"Not Loaded\"\n :password \"Password\"\n :rate \"Rate\"\n :rate-source \"Rate Source\"\n", "end": 1445, "score": 0.9995012283325195, "start": 1437, "tag": "PASSWORD", "value": "Password" }, { "context": "ggle\"\n :transactions \"Tran...
src/main/dinsro/translations.cljc
duck1123/dinsro
2
(ns dinsro.translations (:require [taoensso.tempura :as tempura] [taoensso.timbre :as log])) (def dictionary {;; :missing {:missing "Missing: %1"} :en {:missing (fn [arg1 arg2] (str "Missing text: " arg1 " - " arg2)) :about "About" :actions "Actions" :account "Account" :accounts "Accou...
8478
(ns dinsro.translations (:require [taoensso.tempura :as tempura] [taoensso.timbre :as log])) (def dictionary {;; :missing {:missing "Missing: %1"} :en {:missing (fn [arg1 arg2] (str "Missing text: " arg1 " - " arg2)) :about "About" :actions "Actions" :account "Account" :accounts "Accou...
true
(ns dinsro.translations (:require [taoensso.tempura :as tempura] [taoensso.timbre :as log])) (def dictionary {;; :missing {:missing "Missing: %1"} :en {:missing (fn [arg1 arg2] (str "Missing text: " arg1 " - " arg2)) :about "About" :actions "Actions" :account "Account" :accounts "Accou...
[ { "context": "/day1.input\"))\n\n; --- Day 1: Not Quite Lisp ---\n\n; Santa was hoping for a white Christmas, but his wea", "end": 125, "score": 0.8828002214431763, "start": 124, "tag": "NAME", "value": "S" }, { "context": " luck!\n\n; Here's an easy puzzle to warm you up.\n\n; Santa...
src/aoc/day1.clj
magopian/adventofcode
0
; http://adventofcode.com/day/1 (ns aoc.day1) (def input (slurp "src/aoc/day1.input")) ; --- Day 1: Not Quite Lisp --- ; Santa was hoping for a white Christmas, but his weather machine's "snow" ; function is powered by stars, and he's fresh out! To save Christmas, he needs ; you to collect fifty stars by December 25...
77366
; http://adventofcode.com/day/1 (ns aoc.day1) (def input (slurp "src/aoc/day1.input")) ; --- Day 1: Not Quite Lisp --- ; <NAME>anta was hoping for a white Christmas, but his weather machine's "snow" ; function is powered by stars, and he's fresh out! To save Christmas, he needs ; you to collect fifty stars by Decemb...
true
; http://adventofcode.com/day/1 (ns aoc.day1) (def input (slurp "src/aoc/day1.input")) ; --- Day 1: Not Quite Lisp --- ; PI:NAME:<NAME>END_PIanta was hoping for a white Christmas, but his weather machine's "snow" ; function is powered by stars, and he's fresh out! To save Christmas, he needs ; you to collect fifty s...
[ { "context": " {:employees [{:id (uuid-generator) :name \"Alican\" :surname \"Celik\" :avatar-color (str \"#\" (avatar-", "end": 286, "score": 0.9997966885566711, "start": 280, "tag": "NAME", "value": "Alican" }, { "context": " [{:id (uuid-generator) :name \"Alican\" :surname...
src/crud_app/db.cljs
alicancelik/CRUD-App
3
(ns crud-app.db (:require [reagent.core :as r] [crud-app.helper :refer [uuid-generator avatar-color-generator]])) (defonce api-url "https://facebook.github.io/react-native/movies.json") (defonce app-state (r/atom {:employees [{:id (uuid-generator) :name "Alican" :surname "Celik" :avatar-color (...
56072
(ns crud-app.db (:require [reagent.core :as r] [crud-app.helper :refer [uuid-generator avatar-color-generator]])) (defonce api-url "https://facebook.github.io/react-native/movies.json") (defonce app-state (r/atom {:employees [{:id (uuid-generator) :name "<NAME>" :surname "<NAME>" :avatar-color ...
true
(ns crud-app.db (:require [reagent.core :as r] [crud-app.helper :refer [uuid-generator avatar-color-generator]])) (defonce api-url "https://facebook.github.io/react-native/movies.json") (defonce app-state (r/atom {:employees [{:id (uuid-generator) :name "PI:NAME:<NAME>END_PI" :surname "PI:NAME:...
[ { "context": "; Copyright 2016 David O'Meara\n;\n; Licensed under the Apache License, Version 2.", "end": 30, "score": 0.9998522996902466, "start": 17, "tag": "NAME", "value": "David O'Meara" } ]
src-cljs/ui/widgets.cljs
davidomeara/fnedit
0
; Copyright 2016 David O'Meara ; ; Licensed under the Apache License, Version 2.0 (the "License"); ; you may not use this file except in compliance with the License. ; You may obtain a copy of the License at ; ; http://www.apache.org/licenses/LICENSE-2.0 ; ; Unless required by applicable law or agreed to in writing, so...
37376
; Copyright 2016 <NAME> ; ; Licensed under the Apache License, Version 2.0 (the "License"); ; you may not use this file except in compliance with the License. ; You may obtain a copy of the License at ; ; http://www.apache.org/licenses/LICENSE-2.0 ; ; Unless required by applicable law or agreed to in writing, software ...
true
; Copyright 2016 PI:NAME:<NAME>END_PI ; ; Licensed under the Apache License, Version 2.0 (the "License"); ; you may not use this file except in compliance with the License. ; You may obtain a copy of the License at ; ; http://www.apache.org/licenses/LICENSE-2.0 ; ; Unless required by applicable law or agreed to in writ...
[ { "context": "OS/lcmap-chipmunk project on GitHub, created by\n;; Jon Morton https://github.com/jmorton\n;; \n;; ## Init\n;;\n;; T", "end": 377, "score": 0.9998289346694946, "start": 367, "tag": "NAME", "value": "Jon Morton" }, { "context": "tHub, created by\n;; Jon Morton https://gi...
src/lcmap/tiffany/gdal.clj
caustin-usgs/lcmap-tiffany
0
(ns lcmap.tiffany.gdal (:require [mount.core :as mount] [lcmap.tiffany.util :as util]) (:import [org.gdal.gdal gdal] [org.gdal.gdal Driver] [org.gdal.gdal Dataset] [org.gdal.gdalconst gdalconst])) ;; init and state constructs blatantly ripped off from the ;; USGS-EROS/l...
48619
(ns lcmap.tiffany.gdal (:require [mount.core :as mount] [lcmap.tiffany.util :as util]) (:import [org.gdal.gdal gdal] [org.gdal.gdal Driver] [org.gdal.gdal Dataset] [org.gdal.gdalconst gdalconst])) ;; init and state constructs blatantly ripped off from the ;; USGS-EROS/l...
true
(ns lcmap.tiffany.gdal (:require [mount.core :as mount] [lcmap.tiffany.util :as util]) (:import [org.gdal.gdal gdal] [org.gdal.gdal Driver] [org.gdal.gdal Dataset] [org.gdal.gdalconst gdalconst])) ;; init and state constructs blatantly ripped off from the ;; USGS-EROS/l...
[ { "context": "on\"\n :user \"tsinghua\"\n :password \"tsinghua\"})\n", "end": 190, "score": 0.9991894960403442, "start": 182, "tag": "PASSWORD", "value": "tsinghua" } ]
src/demo/db_layer/db_define.clj
lincoln310/work
0
(ns demo.db-layer.db-define (:require [clojure.java.jdbc :as sql])) (def db {:subprotocol "postgresql" :subname "location" :user "tsinghua" :password "tsinghua"})
121255
(ns demo.db-layer.db-define (:require [clojure.java.jdbc :as sql])) (def db {:subprotocol "postgresql" :subname "location" :user "tsinghua" :password "<PASSWORD>"})
true
(ns demo.db-layer.db-define (:require [clojure.java.jdbc :as sql])) (def db {:subprotocol "postgresql" :subname "location" :user "tsinghua" :password "PI:PASSWORD:<PASSWORD>END_PI"})
[ { "context": "ce\n (fn [acc id]\n (let [doc-key (str (c/new-id id))\n doc-file (io/file dir doc-key)]\n ", "end": 639, "score": 0.8367850184440613, "start": 628, "tag": "KEY", "value": "c/new-id id" }, { "context": "doc] id-and-docs\n :let [doc-key...
crux-core/src/crux/document_store.clj
deobald/crux
0
(ns ^:no-doc crux.document-store (:require [clojure.java.io :as io] [clojure.set :as set] [crux.codec :as c] [crux.db :as db] [crux.cache :as cache] [crux.memory :as mem] [taoensso.nippy :as nippy] [crux.system :as sys]) (:import cl...
28933
(ns ^:no-doc crux.document-store (:require [clojure.java.io :as io] [clojure.set :as set] [crux.codec :as c] [crux.db :as db] [crux.cache :as cache] [crux.memory :as mem] [taoensso.nippy :as nippy] [crux.system :as sys]) (:import cl...
true
(ns ^:no-doc crux.document-store (:require [clojure.java.io :as io] [clojure.set :as set] [crux.codec :as c] [crux.db :as db] [crux.cache :as cache] [crux.memory :as mem] [taoensso.nippy :as nippy] [crux.system :as sys]) (:import cl...
[ { "context": "ction \n\t\t(ds/create-entity {:kind \"Person\" :name \"liz\"}))]\n (is (= \"liz\" (:name entity))))\n (let [c", "end": 544, "score": 0.9888685941696167, "start": 541, "tag": "NAME", "value": "liz" }, { "context": "ntity {:kind \"Person\" :name \"liz\"}))]\n (is ...
test/appengine/datastore/test/transactions.clj
jeandenis/appengine-clj
0
(ns appengine.datastore.test.transactions (:require [appengine.datastore.core :as ds] [appengine.datastore.transactions :as tr] [appengine.datastore.entities :as en]) (:use clojure.test appengine.test-utils) (:import (com.google.appengine.api.datastore EntityNotFoundException Query DatastoreFailur...
123860
(ns appengine.datastore.test.transactions (:require [appengine.datastore.core :as ds] [appengine.datastore.transactions :as tr] [appengine.datastore.entities :as en]) (:use clojure.test appengine.test-utils) (:import (com.google.appengine.api.datastore EntityNotFoundException Query DatastoreFailur...
true
(ns appengine.datastore.test.transactions (:require [appengine.datastore.core :as ds] [appengine.datastore.transactions :as tr] [appengine.datastore.entities :as en]) (:use clojure.test appengine.test-utils) (:import (com.google.appengine.api.datastore EntityNotFoundException Query DatastoreFailur...
[ { "context": "e replacement for PHP\"\n :url \"https://github.com/alekcz/pcp\"\n :license {:name \"The MIT License\"\n ", "end": 136, "score": 0.9994082450866699, "start": 130, "tag": "USERNAME", "value": "alekcz" }, { "context": "2\"]\n [org.postgresql/post...
project.clj
syk0saje/pcp
0
(defproject pcp "0.0.2-beta.3" :description "PCP: Clojure Processor - A Clojure replacement for PHP" :url "https://github.com/alekcz/pcp" :license {:name "The MIT License" :url "http://opensource.org/licenses/MIT"} :dependencies [ ;core [org.clojure/clojure "1.10.3"] ...
75470
(defproject pcp "0.0.2-beta.3" :description "PCP: Clojure Processor - A Clojure replacement for PHP" :url "https://github.com/alekcz/pcp" :license {:name "The MIT License" :url "http://opensource.org/licenses/MIT"} :dependencies [ ;core [org.clojure/clojure "1.10.3"] ...
true
(defproject pcp "0.0.2-beta.3" :description "PCP: Clojure Processor - A Clojure replacement for PHP" :url "https://github.com/alekcz/pcp" :license {:name "The MIT License" :url "http://opensource.org/licenses/MIT"} :dependencies [ ;core [org.clojure/clojure "1.10.3"] ...
[ { "context": ";; Copyright (c) 2013-2017, Kenneth Leung. All rights reserved.\n;; The use and distribution", "end": 41, "score": 0.9998781085014343, "start": 28, "tag": "NAME", "value": "Kenneth Leung" }, { "context": "rs of\n vectors or maps.\"\n :author \"Kenneth Leu...
attic/antlib.old.clj
llnek/cljant
0
;; Copyright (c) 2013-2017, Kenneth Leung. 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...
53418
;; Copyright (c) 2013-2017, <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...
true
;; Copyright (c) 2013-2017, 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 s...
[ { "context": "-------------------------------\n;;\n;;\n;; Author: PLIQUE Guillaume (Yomguithereal)\n;; Version: 0.1\n;;\n(ns clj-fuzz", "end": 206, "score": 0.9998326897621155, "start": 190, "tag": "NAME", "value": "PLIQUE Guillaume" }, { "context": "------------\n;;\n;;\n;; Au...
test/clj_fuzzy/metaphone_test.clj
sooheon/clj-fuzzy
222
;; ------------------------------------------------------------------- ;; clj-fuzzy Metaphone Tests ;; ------------------------------------------------------------------- ;; ;; ;; Author: PLIQUE Guillaume (Yomguithereal) ;; Version: 0.1 ;; (ns clj-fuzzy.metaphone-test (:require [clojure.test :refer :all] ...
57824
;; ------------------------------------------------------------------- ;; clj-fuzzy Metaphone Tests ;; ------------------------------------------------------------------- ;; ;; ;; Author: <NAME> (Yomguithereal) ;; Version: 0.1 ;; (ns clj-fuzzy.metaphone-test (:require [clojure.test :refer :all] [clj-f...
true
;; ------------------------------------------------------------------- ;; clj-fuzzy Metaphone Tests ;; ------------------------------------------------------------------- ;; ;; ;; Author: PI:NAME:<NAME>END_PI (Yomguithereal) ;; Version: 0.1 ;; (ns clj-fuzzy.metaphone-test (:require [clojure.test :refer :all] ...
[ { "context": " :name \"Test tournament\"\n ", "end": 1361, "score": 0.6210941076278687, "start": 1357, "tag": "NAME", "value": "Test" }, { "context": "anctionid sanction-id\n :name \"Tes...
mtg-pairings-server/test/clj/mtg_pairings_server/api/api_test.clj
arttuka/mtg-pairings
2
(ns mtg-pairings-server.api.api-test (:require [clojure.test :refer :all] [clojure.edn :as edn] [config.core :refer [env]] [clj-time.core :as time] [korma.core :as sql] [ring.mock.request :as mock] [mtg-pairings-server.sql-db :as db] ...
49732
(ns mtg-pairings-server.api.api-test (:require [clojure.test :refer :all] [clojure.edn :as edn] [config.core :refer [env]] [clj-time.core :as time] [korma.core :as sql] [ring.mock.request :as mock] [mtg-pairings-server.sql-db :as db] ...
true
(ns mtg-pairings-server.api.api-test (:require [clojure.test :refer :all] [clojure.edn :as edn] [config.core :refer [env]] [clj-time.core :as time] [korma.core :as sql] [ring.mock.request :as mock] [mtg-pairings-server.sql-db :as db] ...
[ { "context": "(ns vlagwt.utils\n ^{:author \"Thomas Bock <thomas.bock@ptb.de>\"\n :doc \"Utils.\"}\n (:requ", "end": 41, "score": 0.999883770942688, "start": 30, "tag": "NAME", "value": "Thomas Bock" }, { "context": "(ns vlagwt.utils\n ^{:author \"Thomas Bock <thomas.bock@ptb.d...
src/vlagwt/utils.clj
wactbprot/vl-agwt
0
(ns vlagwt.utils ^{:author "Thomas Bock <thomas.bock@ptb.de>" :doc "Utils."} (:require [clojure.string :as string]) (:import [java.time.format DateTimeFormatter] [java.time LocalDateTime])) (defn req->inq [req] (get-in req [:body])) (defn req->req-id [req] (get-in req [:route-params :req-id])) (...
22863
(ns vlagwt.utils ^{:author "<NAME> <<EMAIL>>" :doc "Utils."} (:require [clojure.string :as string]) (:import [java.time.format DateTimeFormatter] [java.time LocalDateTime])) (defn req->inq [req] (get-in req [:body])) (defn req->req-id [req] (get-in req [:route-params :req-id])) (defn db-req->val...
true
(ns vlagwt.utils ^{:author "PI:NAME:<NAME>END_PI <PI:EMAIL:<EMAIL>END_PI>" :doc "Utils."} (:require [clojure.string :as string]) (:import [java.time.format DateTimeFormatter] [java.time LocalDateTime])) (defn req->inq [req] (get-in req [:body])) (defn req->req-id [req] (get-in req [:route-params ...
[ { "context": "ite-authenticator? waiter-url)\n (let [token (rand-name)\n response (post-token waiter-url (dis", "end": 495, "score": 0.6641449332237244, "start": 486, "tag": "KEY", "value": "rand-name" }, { "context": " \"'\")]\n (let [tok...
waiter/integration/waiter/authentication_test.clj
GetCloud/waiter
1
(ns waiter.authentication-test (:require [clj-time.core :as t] [clojure.data.json :as json] [clojure.string :as string] [clojure.test :refer :all] [reaver :as reaver] [waiter.util.client-tools :refer :all]) (:import (java.net URL URLEncoder))) (deftest ^:...
68968
(ns waiter.authentication-test (:require [clj-time.core :as t] [clojure.data.json :as json] [clojure.string :as string] [clojure.test :refer :all] [reaver :as reaver] [waiter.util.client-tools :refer :all]) (:import (java.net URL URLEncoder))) (deftest ^:...
true
(ns waiter.authentication-test (:require [clj-time.core :as t] [clojure.data.json :as json] [clojure.string :as string] [clojure.test :refer :all] [reaver :as reaver] [waiter.util.client-tools :refer :all]) (:import (java.net URL URLEncoder))) (deftest ^:...
[ { "context": ";; Copyright 2014 (c) Diego Souza <dsouza@c0d3.xxx>\n;; Copyright 2014 (c) Alexandre", "end": 33, "score": 0.9998793601989746, "start": 22, "tag": "NAME", "value": "Diego Souza" }, { "context": ";; Copyright 2014 (c) Diego Souza <dsouza@c0d3.xxx>\n;; Copyright 2014 (c) ...
src/blackbox/src/leela/blackbox/data/time.clj
locaweb/leela
22
;; Copyright 2014 (c) Diego Souza <dsouza@c0d3.xxx> ;; Copyright 2014 (c) Alexandre Baaklini <abaaklini@gmail.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.apa...
88195
;; Copyright 2014 (c) <NAME> <<EMAIL>> ;; Copyright 2014 (c) <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 ;; ;; Un...
true
;; Copyright 2014 (c) PI:NAME:<NAME>END_PI <PI:EMAIL:<EMAIL>END_PI> ;; Copyright 2014 (c) PI:NAME:<NAME>END_PI <PI:EMAIL:<EMAIL>END_PI> ;; ;; Licensed under the Apache License, Version 2.0 (the "License"); ;; you may not use this file except in compliance with the License. ;; You may obtain a copy of the License at ;; ...
[ { "context": ";; Copyright (c) 2015-2016 Andrey Antukh <niwi@niwi.nz>\n;; All rights reserved.\n;;\n;; Redi", "end": 40, "score": 0.9998809099197388, "start": 27, "tag": "NAME", "value": "Andrey Antukh" }, { "context": ";; Copyright (c) 2015-2016 Andrey Antukh <niwi@niwi.nz>\n;; All ...
src/clojure/catacumba/core.clj
source-c/catacumba
212
;; Copyright (c) 2015-2016 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 ;; ...
105803
;; Copyright (c) 2015-2016 <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 con...
true
;; Copyright (c) 2015-2016 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 ...
[ { "context": "; Copyright (c) Rich Hickey. All rights reserved.\n; The use and distributio", "end": 29, "score": 0.9998685717582703, "start": 18, "tag": "NAME", "value": "Rich Hickey" }, { "context": "tor for Clojure data structures.\"\n :author \"Rich Hickey\"}\n clojur...
server/target/clojure/inspector.clj
OctavioBR/healthcheck
14
; 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 ...
70548
; 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": ";\n; Copyright © 2020 Peter Monks\n;\n; Licensed under the Apache License, Version 2.", "end": 32, "score": 0.9995041489601135, "start": 21, "tag": "NAME", "value": "Peter Monks" }, { "context": "ini\n \"SXM\" (alpha-2-to-flag \"SX\") ; Sint Maarten (Dutch par...
src/futbot/flags.clj
pmonks/futbot
3
; ; Copyright © 2020 Peter Monks ; ; 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...
22542
; ; Copyright © 2020 <NAME> ; ; Licensed under the Apache License, Version 2.0 (the "License"); ; you may not use this file except in compliance with the License. ; You may obtain a copy of the License at ; ; http://www.apache.org/licenses/LICENSE-2.0 ; ; Unless required by applicable law or agreed to in writing, s...
true
; ; Copyright © 2020 PI:NAME:<NAME>END_PI ; ; Licensed under the Apache License, Version 2.0 (the "License"); ; you may not use this file except in compliance with the License. ; You may obtain a copy of the License at ; ; http://www.apache.org/licenses/LICENSE-2.0 ; ; Unless required by applicable law or agreed to...
[ { "context": ";; Copyright (c) 2014-2016 Andrey Antukh <niwi@niwi.nz>\n;; Copyright (c) 2014-2016 Alejand", "end": 40, "score": 0.999893844127655, "start": 27, "tag": "NAME", "value": "Andrey Antukh" }, { "context": ";; Copyright (c) 2014-2016 Andrey Antukh <niwi@niwi.nz>\n;; Copyrig...
src/cats/protocols.cljc
klausharbo/cats
896
;; Copyright (c) 2014-2016 Andrey Antukh <niwi@niwi.nz> ;; Copyright (c) 2014-2016 Alejandro Gómez <alejandro@dialelo.com> ;; All rights reserved. ;; ;; Redistribution and use in source and binary forms, with or without ;; modification, are permitted provided that the following conditions ;; are met: ;; ;; 1. Redistrib...
62607
;; Copyright (c) 2014-2016 <NAME> <<EMAIL>> ;; Copyright (c) 2014-2016 <NAME> <<EMAIL>> ;; All rights reserved. ;; ;; Redistribution and use in source and binary forms, with or without ;; modification, are permitted provided that the following conditions ;; are met: ;; ;; 1. Redistributions of source code must retain t...
true
;; Copyright (c) 2014-2016 PI:NAME:<NAME>END_PI <PI:EMAIL:<EMAIL>END_PI> ;; Copyright (c) 2014-2016 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 ...
[ { "context": "ken) #\"\\|\")]\n {:username username :passwordHash passwordHash}))\n\n(defn valid-auth-token? [token]\n (if (not to", "end": 702, "score": 0.8032117486000061, "start": 690, "tag": "PASSWORD", "value": "passwordHash" } ]
src/ontrail/auth.clj
jrosti/ontrail
1
(ns ontrail.auth (:use ontrail.user ontrail.crypto)) (use '[clojure.string :only (split)]) (def #^{:private true} logger (org.slf4j.LoggerFactory/getLogger (str *ns*))) (defn authenticate [username password] (let [user (get-case-user username) is-match (and (not (= user nil)) (password-match? password (:...
76189
(ns ontrail.auth (:use ontrail.user ontrail.crypto)) (use '[clojure.string :only (split)]) (def #^{:private true} logger (org.slf4j.LoggerFactory/getLogger (str *ns*))) (defn authenticate [username password] (let [user (get-case-user username) is-match (and (not (= user nil)) (password-match? password (:...
true
(ns ontrail.auth (:use ontrail.user ontrail.crypto)) (use '[clojure.string :only (split)]) (def #^{:private true} logger (org.slf4j.LoggerFactory/getLogger (str *ns*))) (defn authenticate [username password] (let [user (get-case-user username) is-match (and (not (= user nil)) (password-match? password (:...
[ { "context": "rate\n; Date: March 17, 2016.\n; Authors:\n; A01371743 Luis Eduardo Ballinas Aguilar\n;------------------", "end": 150, "score": 0.9954205751419067, "start": 141, "tag": "USERNAME", "value": "A01371743" }, { "context": "e: March 17, 2016.\n; Authors:\n; ...
4clojure/problem_62.clj
lu15v/TC2006
0
;---------------------------------------------------------- ; Problem 62: Re-implement Iterate ; Date: March 17, 2016. ; Authors: ; A01371743 Luis Eduardo Ballinas Aguilar ;---------------------------------------------------------- (use 'clojure.test) (def problem62 (fn [fx n] (lazy-seq (cons n (problem...
75072
;---------------------------------------------------------- ; Problem 62: Re-implement Iterate ; Date: March 17, 2016. ; Authors: ; A01371743 <NAME> ;---------------------------------------------------------- (use 'clojure.test) (def problem62 (fn [fx n] (lazy-seq (cons n (problem62 fx (fx n)))))) ...
true
;---------------------------------------------------------- ; Problem 62: Re-implement Iterate ; Date: March 17, 2016. ; Authors: ; A01371743 PI:NAME:<NAME>END_PI ;---------------------------------------------------------- (use 'clojure.test) (def problem62 (fn [fx n] (lazy-seq (cons n (problem62 fx (fx...
[ { "context": " \"stack-name\"\n :key \"stack-name\"\n :underlineShow false\n :required ", "end": 871, "score": 0.6213630437850952, "start": 867, "tag": "KEY", "value": "name" }, { "context": " \"stack-editor\"\n :key \"stac...
ch16/swarmpit/src/cljs/swarmpit/component/stack/compose.cljs
vincestorm/Docker-on-Amazon-Web-Services
0
(ns swarmpit.component.stack.compose (:require [material.icon :as icon] [material.component :as comp] [material.component.form :as form] [material.component.panel :as panel] [swarmpit.component.editor :as editor] [swarmpit.component.state :as state] ...
87466
(ns swarmpit.component.stack.compose (:require [material.icon :as icon] [material.component :as comp] [material.component.form :as form] [material.component.panel :as panel] [swarmpit.component.editor :as editor] [swarmpit.component.state :as state] ...
true
(ns swarmpit.component.stack.compose (:require [material.icon :as icon] [material.component :as comp] [material.component.form :as form] [material.component.panel :as panel] [swarmpit.component.editor :as editor] [swarmpit.component.state :as state] ...
[ { "context": "ect zip codes\"\n (generate-greetings [{:name \"Mike\" :address {:zip-code 19123}}\n ", "end": 262, "score": 0.9990849494934082, "start": 258, "tag": "NAME", "value": "Mike" }, { "context": "p-code 19123}}\n {:name \"Joh...
ClojureExamples/test/mbfpp/test/oo/iterator/lambda_bar_and_grille.clj
cycle-chen/mbfpp-code
4
(ns mbfpp.test.oo.iterator.lambda-bar-and-grille (:use [mbfpp.oo.iterator.lambda-bar-and-grille]) (:use [midje.sweet])) (fact "generate-greetings generates a sequence of greetings for people in the correct zip codes" (generate-greetings [{:name "Mike" :address {:zip-code 19123}} {...
75211
(ns mbfpp.test.oo.iterator.lambda-bar-and-grille (:use [mbfpp.oo.iterator.lambda-bar-and-grille]) (:use [midje.sweet])) (fact "generate-greetings generates a sequence of greetings for people in the correct zip codes" (generate-greetings [{:name "<NAME>" :address {:zip-code 19123}} ...
true
(ns mbfpp.test.oo.iterator.lambda-bar-and-grille (:use [mbfpp.oo.iterator.lambda-bar-and-grille]) (:use [midje.sweet])) (fact "generate-greetings generates a sequence of greetings for people in the correct zip codes" (generate-greetings [{:name "PI:NAME:<NAME>END_PI" :address {:zip-code 19123}} ...
[ { "context": " \n {:doc \"photo curation utilities\"\n :author \"palisades dot lakes at gmail dot com\"\n :version \"2021-11-16\"}\n \n (:refer-clojure :", "end": 259, "score": 0.8095436692237854, "start": 223, "tag": "EMAIL", "value": "palisades dot lakes at gmail dot com" }, { ...
src/main/clojure/palisades/lakes/curate/curate.clj
palisades-lakes/curate
0
(set! *warn-on-reflection* true) (set! *unchecked-math* :warn-on-boxed) ;;---------------------------------------------------------------- (ns palisades.lakes.curate.curate {:doc "photo curation utilities" :author "palisades dot lakes at gmail dot com" :version "2021-11-16"} (:refer-clojure :exclude [re...
68535
(set! *warn-on-reflection* true) (set! *unchecked-math* :warn-on-boxed) ;;---------------------------------------------------------------- (ns palisades.lakes.curate.curate {:doc "photo curation utilities" :author "<EMAIL>" :version "2021-11-16"} (:refer-clojure :exclude [replace]) (:require [clojure....
true
(set! *warn-on-reflection* true) (set! *unchecked-math* :warn-on-boxed) ;;---------------------------------------------------------------- (ns palisades.lakes.curate.curate {:doc "photo curation utilities" :author "PI:EMAIL:<EMAIL>END_PI" :version "2021-11-16"} (:refer-clojure :exclude [replace]) (:re...
[ { "context": "t` might do.\n(add-message-with-backup (->Message \"John\" \"Message One\"))\n(add-message-with-backup (->Mess", "end": 2975, "score": 0.997133195400238, "start": 2971, "tag": "NAME", "value": "John" }, { "context": "ssage One\"))\n(add-message-with-backup (->Message \"...
clojure/programming-clojure/walkthrough/src/walkthrough/concurrency.clj
waiyaki/learning-lisp
2
;; Prefer `alter` to `commute` when updates are not commutative, and most aren't. (def counter (ref 0)) (defn next-counter [] (dosync (alter counter inc))) ;;; Agents ;; Use agents for asynchronous updates - tasks that can proceed independently with minimal coordination. (def counter (agent 0)) (send counter inc) ...
17352
;; Prefer `alter` to `commute` when updates are not commutative, and most aren't. (def counter (ref 0)) (defn next-counter [] (dosync (alter counter inc))) ;;; Agents ;; Use agents for asynchronous updates - tasks that can proceed independently with minimal coordination. (def counter (agent 0)) (send counter inc) ...
true
;; Prefer `alter` to `commute` when updates are not commutative, and most aren't. (def counter (ref 0)) (defn next-counter [] (dosync (alter counter inc))) ;;; Agents ;; Use agents for asynchronous updates - tasks that can proceed independently with minimal coordination. (def counter (agent 0)) (send counter inc) ...
[ { "context": " :name \"John\"\n :character", "end": 1166, "score": 0.9997057318687439, "start": 1162, "tag": "NAME", "value": "John" }, { "context": " :name \"John...
test/ziggurat/middleware/batch/batch_proto_deserializer_test.clj
shubhang93/ziggurat
1
(ns ziggurat.middleware.batch.batch-proto-deserializer-test (:require [clojure.test :refer :all]) (:require [ziggurat.middleware.batch.batch-proto-deserializer :refer :all] [protobuf.core :as proto]) (:import (flatland.protobuf.test Example$Photo Example$Photo$Tag) (com.gojek.test.proto Per...
5229
(ns ziggurat.middleware.batch.batch-proto-deserializer-test (:require [clojure.test :refer :all]) (:require [ziggurat.middleware.batch.batch-proto-deserializer :refer :all] [protobuf.core :as proto]) (:import (flatland.protobuf.test Example$Photo Example$Photo$Tag) (com.gojek.test.proto Per...
true
(ns ziggurat.middleware.batch.batch-proto-deserializer-test (:require [clojure.test :refer :all]) (:require [ziggurat.middleware.batch.batch-proto-deserializer :refer :all] [protobuf.core :as proto]) (:import (flatland.protobuf.test Example$Photo Example$Photo$Tag) (com.gojek.test.proto Per...
[ { "context": "nuvla/service\n\n :smtp-username \"username\"\n :smtp-password \"password\"\n ", "end": 936, "score": 0.9994850754737854, "start": 928, "tag": "USERNAME", "value": "username" }, { "context": "ame \"username\"\n :sm...
code/test/sixsq/nuvla/server/resources/spec/configuration_template_nuvla_test.cljc
0xbase12/api-server
6
(ns sixsq.nuvla.server.resources.spec.configuration-template-nuvla-test (:require [clojure.test :refer [deftest]] [sixsq.nuvla.server.resources.configuration-nuvla :as nuvla] [sixsq.nuvla.server.resources.configuration-template :as ct] [sixsq.nuvla.server.resources.spec.configuration-template-nuvla :a...
68016
(ns sixsq.nuvla.server.resources.spec.configuration-template-nuvla-test (:require [clojure.test :refer [deftest]] [sixsq.nuvla.server.resources.configuration-nuvla :as nuvla] [sixsq.nuvla.server.resources.configuration-template :as ct] [sixsq.nuvla.server.resources.spec.configuration-template-nuvla :a...
true
(ns sixsq.nuvla.server.resources.spec.configuration-template-nuvla-test (:require [clojure.test :refer [deftest]] [sixsq.nuvla.server.resources.configuration-nuvla :as nuvla] [sixsq.nuvla.server.resources.configuration-template :as ct] [sixsq.nuvla.server.resources.spec.configuration-template-nuvla :a...
[ { "context": "ful arrays for clojure\"\n :url \"http://github.com/zcaudate/ova\"\n :license {:name \"The MIT License\"\n ", "end": 111, "score": 0.998393714427948, "start": 103, "tag": "USERNAME", "value": "zcaudate" }, { "context": " for clojure\"\n ...
project.clj
zcaudate-archive/ova
0
(defproject im.chit/ova "1.0.1" :description "Stateful arrays for clojure" :url "http://github.com/zcaudate/ova" :license {:name "The MIT License" :url "http://http://opensource.org/licenses/MIT"} :dependencies [[org.clojure/clojure "1.5.1"] [im.chit/hara "1.0.1"]] :profiles {:dev...
106483
(defproject im.chit/ova "1.0.1" :description "Stateful arrays for clojure" :url "http://github.com/zcaudate/ova" :license {:name "The MIT License" :url "http://http://opensource.org/licenses/MIT"} :dependencies [[org.clojure/clojure "1.5.1"] [im.chit/hara "1.0.1"]] :profiles {:dev...
true
(defproject im.chit/ova "1.0.1" :description "Stateful arrays for clojure" :url "http://github.com/zcaudate/ova" :license {:name "The MIT License" :url "http://http://opensource.org/licenses/MIT"} :dependencies [[org.clojure/clojure "1.5.1"] [im.chit/hara "1.0.1"]] :profiles {:dev...
[ { "context": " :jen 1,\n :jordan 1,\n :john 0.5,\n :jimmy 0.8}\n {:jeff ", "end": 1788, "score": 0.6840924620628357, "start": 1784, "tag": "NAME", "value": "john" }, { "context": ":john 0.5,\n :jimmy 0.8}\n {:je...
test/capacity/config_test.cljc
pierrel/capacity-planner
0
(ns capacity.config-test (:require [capacity.config :as sut] #?(:clj [clojure.test :as t] :cljs [cljs.test :as t :include-macros true]))) (def sample {:context "testing" :constants {:sprints 6 :unplanned 0.15 :velocity 5} :profs {:pierre #{:app :web} :selma #{:ios :andro...
34235
(ns capacity.config-test (:require [capacity.config :as sut] #?(:clj [clojure.test :as t] :cljs [cljs.test :as t :include-macros true]))) (def sample {:context "testing" :constants {:sprints 6 :unplanned 0.15 :velocity 5} :profs {:pierre #{:app :web} :selma #{:ios :andro...
true
(ns capacity.config-test (:require [capacity.config :as sut] #?(:clj [clojure.test :as t] :cljs [cljs.test :as t :include-macros true]))) (def sample {:context "testing" :constants {:sprints 6 :unplanned 0.15 :velocity 5} :profs {:pierre #{:app :web} :selma #{:ios :andro...
[ { "context": ";;\n;; Author:: Adam Jacob (<adam@opscode.com>)\n;; Author:: Christopher Brow", "end": 25, "score": 0.9998466968536377, "start": 15, "tag": "NAME", "value": "Adam Jacob" }, { "context": ";;\n;; Author:: Adam Jacob (<adam@opscode.com>)\n;; Author:: Christopher Brown (<cb...
config/software/rabbitmq.clj
racker/omnibus
2
;; ;; Author:: Adam Jacob (<adam@opscode.com>) ;; Author:: Christopher Brown (<cb@opscode.com>) ;; Copyright:: Copyright (c) 2010 Opscode, Inc. ;; License:: Apache License, Version 2.0 ;; ;; Licensed under the Apache License, Version 2.0 (the "License"); ;; you may not use this file except in compliance with the Licens...
103625
;; ;; Author:: <NAME> (<<EMAIL>>) ;; Author:: <NAME> (<<EMAIL>>) ;; Copyright:: Copyright (c) 2010 Opscode, Inc. ;; License:: Apache License, Version 2.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 ...
true
;; ;; Author:: PI:NAME:<NAME>END_PI (<PI:EMAIL:<EMAIL>END_PI>) ;; Author:: PI:NAME:<NAME>END_PI (<PI:EMAIL:<EMAIL>END_PI>) ;; Copyright:: Copyright (c) 2010 Opscode, Inc. ;; License:: Apache License, Version 2.0 ;; ;; Licensed under the Apache License, Version 2.0 (the "License"); ;; you may not use this file except in...
[ { "context": "; Copyright (c) Rich Hickey. All rights reserved.\r\n; The use and distributi", "end": 30, "score": 0.9998716115951538, "start": 19, "tag": "NAME", "value": "Rich Hickey" }, { "context": " other, from this software.\r\n\r\n(ns \r\n ^{:author \"David Miller\",\r\n ...
Source/clojure/clr/io.clj
max-lv/Arcadia
0
; 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...
64216
; 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 ...
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 so...
[ { "context": "{ :location (string/join \",\" lat-lon)\n :key \"elQO3jwiKxEGzcGkqD0hY5yMDzaRrCxd\"}))\n\n(defn cidade-lat-lon\n [lat-lon-response]\n ", "end": 2018, "score": 0.9995966553688049, "start": 1986, "tag": "KEY", "value": "elQO3jwiKxEGzcGkqD0hY5yMDzaRrCxd" } ]
src/clojure_analytics/core.clj
MrDallOca/clojure-analytics
2
(ns clojure-analytics.core (:require [clj-http.client :as client] [clojure.data.json :as json] [clojure.string :as string] [clojure.spec :as s])) (defn url-args [m] (let [argfy (fn [acc [k v]] (if (keyword? k) (str acc (subs (str k) 1) "=" (string/replace v #" " ...
76453
(ns clojure-analytics.core (:require [clj-http.client :as client] [clojure.data.json :as json] [clojure.string :as string] [clojure.spec :as s])) (defn url-args [m] (let [argfy (fn [acc [k v]] (if (keyword? k) (str acc (subs (str k) 1) "=" (string/replace v #" " ...
true
(ns clojure-analytics.core (:require [clj-http.client :as client] [clojure.data.json :as json] [clojure.string :as string] [clojure.spec :as s])) (defn url-args [m] (let [argfy (fn [acc [k v]] (if (keyword? k) (str acc (subs (str k) 1) "=" (string/replace v #" " ...
[ { "context": " \"\n \"AND a.screen_name = s.ust_full_name \"\n \"AN", "end": 2863, "score": 0.5419369339942932, "start": 2862, "tag": "NAME", "value": "s" }, { "context": " \"\n \"AND a.screen_name = s.ust...
src/repository/timely_status.clj
thierrymarianne/devobs-worker
0
(ns repository.timely-status (:require [korma.core :as db]) (:use [korma.db] [repository.database-schema] [repository.query-executor] [utils.string])) (declare timely-status) (defn get-timely-status-model [connection] (db/defentity timely-status (db/pk :id) ...
35736
(ns repository.timely-status (:require [korma.core :as db]) (:use [korma.db] [repository.database-schema] [repository.query-executor] [utils.string])) (declare timely-status) (defn get-timely-status-model [connection] (db/defentity timely-status (db/pk :id) ...
true
(ns repository.timely-status (:require [korma.core :as db]) (:use [korma.db] [repository.database-schema] [repository.query-executor] [utils.string])) (declare timely-status) (defn get-timely-status-model [connection] (db/defentity timely-status (db/pk :id) ...
[ { "context": "/input [:customer/id]\n ...}\n {:customer/name \\\"Bob\\\"})\n\"\n :arglists '([sym docstring? arg", "end": 2163, "score": 0.9995408058166504, "start": 2160, "tag": "NAME", "value": "Bob" } ]
src/main/amplifytest/server_components/pathom_wrappers.clj
timeyyy/fuclro-aws-amplify
1
(ns amplifytest.server-components.pathom-wrappers (:require [clojure.spec.alpha :as s] [fulcro.server] [fulcro.util :as util] [taoensso.timbre :as log] [com.wsscode.pathom.connect :as pc])) (defonce pathom-registry (atom {})) (defn register! [resolver] (log/debug "Registering resolver " (::pc/s...
101548
(ns amplifytest.server-components.pathom-wrappers (:require [clojure.spec.alpha :as s] [fulcro.server] [fulcro.util :as util] [taoensso.timbre :as log] [com.wsscode.pathom.connect :as pc])) (defonce pathom-registry (atom {})) (defn register! [resolver] (log/debug "Registering resolver " (::pc/s...
true
(ns amplifytest.server-components.pathom-wrappers (:require [clojure.spec.alpha :as s] [fulcro.server] [fulcro.util :as util] [taoensso.timbre :as log] [com.wsscode.pathom.connect :as pc])) (defonce pathom-registry (atom {})) (defn register! [resolver] (log/debug "Registering resolver " (::pc/s...
[ { "context": " (= (:text token) (:val token))))\n \n \"alex@wit.ai\"\n \"alex.lebrun@mail.wit.com\"\n (fn [token _] (and ", "end": 501, "score": 0.9999290704727173, "start": 490, "tag": "EMAIL", "value": "alex@wit.ai" }, { "context": " (:text token) (:val token))))\n \n \...
resources/languages/pt/corpus/communication.clj
irvingflores/duckling
0
( {} "19 99999999" "999999999" "+33 19 76095663" "06 2070 2220" "(650)-283-4757 ext 897" (fn [token _] (and (= :phone-number (:dim token)) (= (:text token) (:val token)))) "http://www.bla.com" "www.bla.com:8080/path" "https://myserver?foo=bar" "cnn.com/info" "bla.com/path/path?ext=%2...
69127
( {} "19 99999999" "999999999" "+33 19 76095663" "06 2070 2220" "(650)-283-4757 ext 897" (fn [token _] (and (= :phone-number (:dim token)) (= (:text token) (:val token)))) "http://www.bla.com" "www.bla.com:8080/path" "https://myserver?foo=bar" "cnn.com/info" "bla.com/path/path?ext=%2...
true
( {} "19 99999999" "999999999" "+33 19 76095663" "06 2070 2220" "(650)-283-4757 ext 897" (fn [token _] (and (= :phone-number (:dim token)) (= (:text token) (:val token)))) "http://www.bla.com" "www.bla.com:8080/path" "https://myserver?foo=bar" "cnn.com/info" "bla.com/path/path?ext=%2...
[ { "context": "ch with Clojure. YMMV.&#8221;\"]\n [:p \"&#8212;Rich Hickey, author, Clojure programming language\"]]))\n\n(defn", "end": 384, "score": 0.9998782873153687, "start": 373, "tag": "NAME", "value": "Rich Hickey" } ]
src/sicpclojure/templates/cover.clj
domgetter/sicpclojure
57
(ns sicpclojure.templates.cover (:require [hiccup.core :refer [html]]) (:require [hiccup.page :refer [html5]]) (:use [sicpclojure.templates.base :exclude [render]])) (def content (html [:div.title [:h1 "SICP In Clojure"]] [:div.quote [:h1 "&#8220;I personally don't think SICP will help you...
121212
(ns sicpclojure.templates.cover (:require [hiccup.core :refer [html]]) (:require [hiccup.page :refer [html5]]) (:use [sicpclojure.templates.base :exclude [render]])) (def content (html [:div.title [:h1 "SICP In Clojure"]] [:div.quote [:h1 "&#8220;I personally don't think SICP will help you...
true
(ns sicpclojure.templates.cover (:require [hiccup.core :refer [html]]) (:require [hiccup.page :refer [html5]]) (:use [sicpclojure.templates.base :exclude [render]])) (def content (html [:div.title [:h1 "SICP In Clojure"]] [:div.quote [:h1 "&#8220;I personally don't think SICP will help you...
[ { "context": "he preparation\"\n :user \"newuser\"})\n\n(def sample-measurement {:ingredient \"garlic\"", "end": 597, "score": 0.9993440508842468, "start": 590, "tag": "USERNAME", "value": "newuser" }, { "context": "est;MVCC=true\"})\n (db/create-user! {:...
test/copa/test/db/recipe_measurements.clj
hjrnunes/copa
2
(ns copa.test.db.recipe-measurements (:require [copa.db.core :refer [*db*] :as db] [luminus-migrations.core :as migrations] [clojure.test :refer :all] [clojure.java.jdbc :as jdbc] [copa.config :refer [env]] [mount.core :as mount]) (:import (java.sql SQLExc...
80693
(ns copa.test.db.recipe-measurements (:require [copa.db.core :refer [*db*] :as db] [luminus-migrations.core :as migrations] [clojure.test :refer :all] [clojure.java.jdbc :as jdbc] [copa.config :refer [env]] [mount.core :as mount]) (:import (java.sql SQLExc...
true
(ns copa.test.db.recipe-measurements (:require [copa.db.core :refer [*db*] :as db] [luminus-migrations.core :as migrations] [clojure.test :refer :all] [clojure.java.jdbc :as jdbc] [copa.config :refer [env]] [mount.core :as mount]) (:import (java.sql SQLExc...
[ { "context": "z-user-agent\" \"aws-amplify/3.0.2\"\n \"x-api-key\" \"da2-kgm3anvg4zfhlgpc5hfpkpvtt4\"})\n\n(def endpoint \"https://pvgc4hmgxngb7n5ant4ucs", "end": 367, "score": 0.999750554561615, "start": 337, "tag": "KEY", "value": "da2-kgm3anvg4zfhlgpc5hfpkpvtt4" }, { "context": ...
src/lane_analysis/worldathletics.clj
jchen1/200m-curve-analysis
0
(ns lane-analysis.worldathletics (:require [clj-http.client :as http] [clojure.data.json :as json] [clojure.string :as str] [lane-analysis.util :as util] [clojure.java.io :as io] [clojure.edn :as edn])) (def headers {"x-amz-user-agent" "aws-amplify/3.0.2"...
6229
(ns lane-analysis.worldathletics (:require [clj-http.client :as http] [clojure.data.json :as json] [clojure.string :as str] [lane-analysis.util :as util] [clojure.java.io :as io] [clojure.edn :as edn])) (def headers {"x-amz-user-agent" "aws-amplify/3.0.2"...
true
(ns lane-analysis.worldathletics (:require [clj-http.client :as http] [clojure.data.json :as json] [clojure.string :as str] [lane-analysis.util :as util] [clojure.java.io :as io] [clojure.edn :as edn])) (def headers {"x-amz-user-agent" "aws-amplify/3.0.2"...
[ { "context": "er :xml-jaxb :fr) manager)))))\n\n\n;; Copyright 2018 Frederic Merizen\n;;\n;; Licensed under the Apache License, Version ", "end": 3091, "score": 0.9998608827590942, "start": 3075, "tag": "NAME", "value": "Frederic Merizen" } ]
test/ferje/place_test.clj
chourave/clojyday
0
;; Copyright and license information at end of file (ns ferje.place-test (:require [clojure.test :refer [deftest is join-fixtures testing use-fixtures]] [ferje.jaxb-utils :refer [jaxb-fixture]] [ferje.place :as place] [ferje.spec-test-utils :refer [instrument-fixture]] [ferje.util :as util] [cloju...
5525
;; Copyright and license information at end of file (ns ferje.place-test (:require [clojure.test :refer [deftest is join-fixtures testing use-fixtures]] [ferje.jaxb-utils :refer [jaxb-fixture]] [ferje.place :as place] [ferje.spec-test-utils :refer [instrument-fixture]] [ferje.util :as util] [cloju...
true
;; Copyright and license information at end of file (ns ferje.place-test (:require [clojure.test :refer [deftest is join-fixtures testing use-fixtures]] [ferje.jaxb-utils :refer [jaxb-fixture]] [ferje.place :as place] [ferje.spec-test-utils :refer [instrument-fixture]] [ferje.util :as util] [cloju...
[ { "context": "; Copyright 2016-2019 Peter Schwarz\n;\n; Licensed under the Apache License, Version 2.", "end": 35, "score": 0.9998142719268799, "start": 22, "tag": "NAME", "value": "Peter Schwarz" } ]
test/virtua/event_test.cljs
peterschwarz/virtua
4
; Copyright 2016-2019 Peter Schwarz ; ; 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 wr...
110189
; Copyright 2016-2019 <NAME> ; ; Licensed under the Apache License, Version 2.0 (the "License"); ; you may not use this file except in compliance with the License. ; You may obtain a copy of the License at ; ; http://www.apache.org/licenses/LICENSE-2.0 ; ; Unless required by applicable law or agreed to in writing, ...
true
; Copyright 2016-2019 PI:NAME:<NAME>END_PI ; ; Licensed under the Apache License, Version 2.0 (the "License"); ; you may not use this file except in compliance with the License. ; You may obtain a copy of the License at ; ; http://www.apache.org/licenses/LICENSE-2.0 ; ; Unless required by applicable law or agreed t...
[ { "context": ";;; Copyright 2013 Mitchell Kember. Subject to the MIT License.\n\n(ns mini-pinions.me", "end": 34, "score": 0.9999054074287415, "start": 19, "tag": "NAME", "value": "Mitchell Kember" }, { "context": "utton-margin 20)\n\n(def copyright \"Copyright © 2013 Mitchell Kember...
src/mini_pinions/menu.clj
mk12/mini-pinions
1
;;; Copyright 2013 Mitchell Kember. Subject to the MIT License. (ns mini-pinions.menu "Implements the main menu world, the starting point of the application." (:require [quil.core :as q] [mini-pinions.button :as b] [mini-pinions.common :as c] [mini-pinions.vector :as v])) ;;;;;...
97145
;;; Copyright 2013 <NAME>. Subject to the MIT License. (ns mini-pinions.menu "Implements the main menu world, the starting point of the application." (:require [quil.core :as q] [mini-pinions.button :as b] [mini-pinions.common :as c] [mini-pinions.vector :as v])) ;;;;; Constant...
true
;;; Copyright 2013 PI:NAME:<NAME>END_PI. Subject to the MIT License. (ns mini-pinions.menu "Implements the main menu world, the starting point of the application." (:require [quil.core :as q] [mini-pinions.button :as b] [mini-pinions.common :as c] [mini-pinions.vector :as v])) ...
[ { "context": "e(s). Memoized.\n\n (translations \\\"es\\\") ;-> {\\\"Username\\\" \\\"Nombre Usuario\\\", ...}\"\n (comp (memoize tran", "end": 3466, "score": 0.9766929745674133, "start": 3458, "tag": "USERNAME", "value": "Username" }, { "context": "d.\n\n (translations \\\"es...
c#-metabase/src/metabase/util/i18n/impl.clj
hanakhry/Crime_Admin
0
(ns metabase.util.i18n.impl "Lower-level implementation functions for `metabase.util.i18n`. Most of this is not meant to be used directly; use the functions and macros in `metabase.util.i18n` instead." (:require [clojure.java.io :as io] [clojure.string :as str] [clojure.tools.logging :as l...
3743
(ns metabase.util.i18n.impl "Lower-level implementation functions for `metabase.util.i18n`. Most of this is not meant to be used directly; use the functions and macros in `metabase.util.i18n` instead." (:require [clojure.java.io :as io] [clojure.string :as str] [clojure.tools.logging :as l...
true
(ns metabase.util.i18n.impl "Lower-level implementation functions for `metabase.util.i18n`. Most of this is not meant to be used directly; use the functions and macros in `metabase.util.i18n` instead." (:require [clojure.java.io :as io] [clojure.string :as str] [clojure.tools.logging :as l...
[ { "context": " (let [response (register-req {:username \"tes\" :password \"passwor\"})\n body ", "end": 985, "score": 0.7923092842102051, "start": 982, "tag": "USERNAME", "value": "tes" }, { "context": "esponse (register-req {:username \"tes\" :password \"...
test/otaservice/api_test.clj
fominok/otaservice
1
(ns otaservice.api-test (:use midje.sweet) (:require [ring.mock.request :as mock] [cheshire.core :as cheshire] [deploy :refer :all] [buddy.sign.jwt :as jwt] [environ.core :refer [env]] [otaservice.core :refer [app]])) (defn parse-body [body] (cheshire/p...
115020
(ns otaservice.api-test (:use midje.sweet) (:require [ring.mock.request :as mock] [cheshire.core :as cheshire] [deploy :refer :all] [buddy.sign.jwt :as jwt] [environ.core :refer [env]] [otaservice.core :refer [app]])) (defn parse-body [body] (cheshire/p...
true
(ns otaservice.api-test (:use midje.sweet) (:require [ring.mock.request :as mock] [cheshire.core :as cheshire] [deploy :refer :all] [buddy.sign.jwt :as jwt] [environ.core :refer [env]] [otaservice.core :refer [app]])) (defn parse-body [body] (cheshire/p...
[ { "context": "; Copyright (C) 2013-2014 Joseph Fosco. All Rights Reserved\n;\n; This program is free ", "end": 42, "score": 0.9998252987861633, "start": 30, "tag": "NAME", "value": "Joseph Fosco" } ]
data/train/clojure/72490c3cbb594cab6bd65b81da1e2096526103f6tst-players.clj
harshp8l/deep-learning-lang-detection
84
; Copyright (C) 2013-2014 Joseph Fosco. All Rights Reserved ; ; This program is free software: you can redistribute it and/or modify ; it under the terms of the GNU General Public License as published by ; the Free Software Foundation, either version 3 of the License, or ; (at your option) any later ver...
50987
; Copyright (C) 2013-2014 <NAME>. All Rights Reserved ; ; This program is free software: you can redistribute it and/or modify ; it under the terms of the GNU General Public License as published by ; the Free Software Foundation, either version 3 of the License, or ; (at your option) any later version. ...
true
; Copyright (C) 2013-2014 PI:NAME:<NAME>END_PI. All Rights Reserved ; ; This program is free software: you can redistribute it and/or modify ; it under the terms of the GNU General Public License as published by ; the Free Software Foundation, either version 3 of the License, or ; (at your option) any l...
[ { "context": "nnection\n [{:db/id :datomic.id/joe :user/name \"Joe\" :user/age 45 :user/mate :datomic.id/mary :user/f", "end": 406, "score": 0.9997115135192871, "start": 403, "tag": "NAME", "value": "Joe" }, { "context": "/mary}}\n {:db/id :datomic.id/mary :user/name \"Mary\" ...
test/server/app/db_testing_solutions_spec.clj
pholas/untangled-devguide
43
(ns app.db-testing-solutions-spec (:require [untangled-spec.core :refer [specification provided behavior assertions]] [datomic.api :as d] [untangled.datomic.protocols :as udb] [untangled.datomic.test-helpers :as helpers :refer [with-db-fixture]])) (defn user-seed [connection] (h...
42099
(ns app.db-testing-solutions-spec (:require [untangled-spec.core :refer [specification provided behavior assertions]] [datomic.api :as d] [untangled.datomic.protocols :as udb] [untangled.datomic.test-helpers :as helpers :refer [with-db-fixture]])) (defn user-seed [connection] (h...
true
(ns app.db-testing-solutions-spec (:require [untangled-spec.core :refer [specification provided behavior assertions]] [datomic.api :as d] [untangled.datomic.protocols :as udb] [untangled.datomic.test-helpers :as helpers :refer [with-db-fixture]])) (defn user-seed [connection] (h...
[ { "context": " LoginBodyParams\n {:user_email Str\n :password Str})\n\n(s/defschema InvoiceID\n (ring-s/field Uuid\n ", "end": 616, "score": 0.9780475497245789, "start": 613, "tag": "PASSWORD", "value": "Str" } ]
src/kulu_backend/transcriber/api.clj
vkrmis/kulu-backend
3
(ns kulu-backend.transcriber.api (:require [clj-time.coerce :as time-c] [clojure.tools.logging :as log] [kulu-backend.currencies :refer [Currency valid?] :as curr] [kulu-backend.transcriber.model :as ext] [kulu-backend.config :as cfg] [kulu-backend.models.he...
42456
(ns kulu-backend.transcriber.api (:require [clj-time.coerce :as time-c] [clojure.tools.logging :as log] [kulu-backend.currencies :refer [Currency valid?] :as curr] [kulu-backend.transcriber.model :as ext] [kulu-backend.config :as cfg] [kulu-backend.models.he...
true
(ns kulu-backend.transcriber.api (:require [clj-time.coerce :as time-c] [clojure.tools.logging :as log] [kulu-backend.currencies :refer [Currency valid?] :as curr] [kulu-backend.transcriber.model :as ext] [kulu-backend.config :as cfg] [kulu-backend.models.he...
[ { "context": ";;;; Copyright 2016 Peter Stephens. All Rights Reserved.\r\n;;;;\r\n;;;; Licensed unde", "end": 36, "score": 0.9997690916061401, "start": 22, "tag": "NAME", "value": "Peter Stephens" } ]
src/bible/macros.clj
pstephens/kingjames.bible
23
;;;; Copyright 2016 Peter Stephens. All Rights Reserved. ;;;; ;;;; Licensed under the Apache License, Version 2.0 (the "License"); ;;;; you may not use this file except in compliance with the License. ;;;; You may obtain a copy of the License at ;;;; ;;;; http://www.apache.org/licenses/LICENSE-2.0 ...
91356
;;;; Copyright 2016 <NAME>. All Rights Reserved. ;;;; ;;;; Licensed under the Apache License, Version 2.0 (the "License"); ;;;; you may not use this file except in compliance with the License. ;;;; You may obtain a copy of the License at ;;;; ;;;; http://www.apache.org/licenses/LICENSE-2.0 ;;;; ;;...
true
;;;; Copyright 2016 PI:NAME:<NAME>END_PI. All Rights Reserved. ;;;; ;;;; Licensed under the Apache License, Version 2.0 (the "License"); ;;;; you may not use this file except in compliance with the License. ;;;; You may obtain a copy of the License at ;;;; ;;;; http://www.apache.org/licenses/LICENSE...
[ { "context": "]\n [:input.input-form {:type \"text\" :name \"username\"}] \n [:br]\n \"Password:\"\n [:b", "end": 1014, "score": 0.9941949248313904, "start": 1006, "tag": "USERNAME", "value": "username" }, { "context": "\n [:br]\n [:input.inp...
src/cljs/dogerain/signin.cljs
dogefordoges/dogerain
0
(ns dogerain.signin (:require [reagent.core :as r] [secretary.core :as secretary] [taoensso.sente :as sente])) ;;change this to about page, with login as left sidebar (defn info [] [:div [:h2 "Learn More:"] [:p "To learn more about dogecoin and dogecoin related projects check out these ...
93356
(ns dogerain.signin (:require [reagent.core :as r] [secretary.core :as secretary] [taoensso.sente :as sente])) ;;change this to about page, with login as left sidebar (defn info [] [:div [:h2 "Learn More:"] [:p "To learn more about dogecoin and dogecoin related projects check out these ...
true
(ns dogerain.signin (:require [reagent.core :as r] [secretary.core :as secretary] [taoensso.sente :as sente])) ;;change this to about page, with login as left sidebar (defn info [] [:div [:h2 "Learn More:"] [:p "To learn more about dogecoin and dogecoin related projects check out these ...
[ { "context": ";; Copyright © 2015-2020 Esko Luontola\n;; This software is released under the Apache Lic", "end": 38, "score": 0.9998871684074402, "start": 25, "tag": "NAME", "value": "Esko Luontola" } ]
test/territory_bro/events_test.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.events-test (:require [clojure.string :as str] [clojure.test :refer :all] [clojure.test.check.generators :as...
83260
;; 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.events-test (:require [clojure.string :as str] [clojure.test :refer :all] [clojure.test.check.generators :as gen] ...
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.events-test (:require [clojure.string :as str] [clojure.test :refer :all] [clojure.test.check.generat...
[ { "context": " :username config/db-user\n :password config/db-password})\n\n(def ds (connection/->pool HikariDataSource db", "end": 427, "score": 0.8536792993545532, "start": 409, "tag": "PASSWORD", "value": "config/db-password" } ]
src/auth_template/db.clj
cjbarre/auth-template
51
(ns auth-template.db (:require [next.jdbc :as jdbc] [next.jdbc.connection :as connection] [auth-template.config :as config] [clojure.string :as str]) (:import (com.zaxxer.hikari HikariDataSource))) (def db-spec {:dbtype "postgresql" :dbname config/db-name ...
67227
(ns auth-template.db (:require [next.jdbc :as jdbc] [next.jdbc.connection :as connection] [auth-template.config :as config] [clojure.string :as str]) (:import (com.zaxxer.hikari HikariDataSource))) (def db-spec {:dbtype "postgresql" :dbname config/db-name ...
true
(ns auth-template.db (:require [next.jdbc :as jdbc] [next.jdbc.connection :as connection] [auth-template.config :as config] [clojure.string :as str]) (:import (com.zaxxer.hikari HikariDataSource))) (def db-spec {:dbtype "postgresql" :dbname config/db-name ...
[ { "context": "; Copyright 2016 David O'Meara\n;\n; Licensed under the Apache License, Version 2.", "end": 30, "score": 0.9998507499694824, "start": 17, "tag": "NAME", "value": "David O'Meara" } ]
src-clr/core/main.clj
davidomeara/fnedit
0
; Copyright 2016 David O'Meara ; ; Licensed under the Apache License, Version 2.0 (the "License"); ; you may not use this file except in compliance with the License. ; You may obtain a copy of the License at ; ; http://www.apache.org/licenses/LICENSE-2.0 ; ; Unless required by applicable law or agreed to in writing, so...
120616
; Copyright 2016 <NAME> ; ; Licensed under the Apache License, Version 2.0 (the "License"); ; you may not use this file except in compliance with the License. ; You may obtain a copy of the License at ; ; http://www.apache.org/licenses/LICENSE-2.0 ; ; Unless required by applicable law or agreed to in writing, software ...
true
; Copyright 2016 PI:NAME:<NAME>END_PI ; ; Licensed under the Apache License, Version 2.0 (the "License"); ; you may not use this file except in compliance with the License. ; You may obtain a copy of the License at ; ; http://www.apache.org/licenses/LICENSE-2.0 ; ; Unless required by applicable law or agreed to in writ...
[ { "context": "! *unchecked-math* :warn-on-boxed)\n(ns ^{:author \"John Alan McDonald\" \n :date \"2017-10-21\"\n :doc \"Eager vers", "end": 105, "score": 0.9998669028282166, "start": 87, "tag": "NAME", "value": "John Alan McDonald" } ]
src/main/clojure/zana/collections/guava.clj
wahpenayo/zana
2
(set! *warn-on-reflection* true) (set! *unchecked-math* :warn-on-boxed) (ns ^{:author "John Alan McDonald" :date "2017-10-21" :doc "Eager versions of filter, map, reduce, etc." } zana.collections.guava (:refer-clojure :exclude [any? compare concat count doall drop empty? every? filter ...
75824
(set! *warn-on-reflection* true) (set! *unchecked-math* :warn-on-boxed) (ns ^{:author "<NAME>" :date "2017-10-21" :doc "Eager versions of filter, map, reduce, etc." } zana.collections.guava (:refer-clojure :exclude [any? compare concat count doall drop empty? every? filter ...
true
(set! *warn-on-reflection* true) (set! *unchecked-math* :warn-on-boxed) (ns ^{:author "PI:NAME:<NAME>END_PI" :date "2017-10-21" :doc "Eager versions of filter, map, reduce, etc." } zana.collections.guava (:refer-clojure :exclude [any? compare concat count doall drop empty? every? filter ...
[ { "context": " :password \"password\"\n nil)\n ", "end": 9256, "score": 0.9993738532066345, "start": 9248, "tag": "PASSWORD", "value": "password" } ]
src/re_com/misc.cljs
Deraen/re-com
0
(ns re-com.misc (:require-macros [re-com.core :refer [handler-fn]]) (:require [re-com.util :refer [deref-or-value px]] [re-com.popover :refer [popover-tooltip]] [re-com.box :refer [h-box v-box box gap line flex-child-style align-style]] [re-com.validate :refer [input-st...
74209
(ns re-com.misc (:require-macros [re-com.core :refer [handler-fn]]) (:require [re-com.util :refer [deref-or-value px]] [re-com.popover :refer [popover-tooltip]] [re-com.box :refer [h-box v-box box gap line flex-child-style align-style]] [re-com.validate :refer [input-st...
true
(ns re-com.misc (:require-macros [re-com.core :refer [handler-fn]]) (:require [re-com.util :refer [deref-or-value px]] [re-com.popover :refer [popover-tooltip]] [re-com.box :refer [h-box v-box box gap line flex-child-style align-style]] [re-com.validate :refer [input-st...
[ { "context": "il dispatch value and in signatures.\"\n :author \"palisades dot lakes at gmail dot com\"\n :version \"2017-12-13\"}\n (:require [clojure.t", "end": 280, "score": 0.8985888957977295, "start": 244, "tag": "EMAIL", "value": "palisades dot lakes at gmail dot com" } ]
src/test/clojure/palisades/lakes/dynafun/test/nil.clj
palisades-lakes/dynamic-functions
3
(set! *warn-on-reflection* true) (set! *unchecked-math* :warn-on-boxed) ;;---------------------------------------------------------------- (ns palisades.lakes.dynafun.test.nil {:doc "Test nil dispatch value and in signatures." :author "palisades dot lakes at gmail dot com" :version "2017-12-13"} (:require ...
55630
(set! *warn-on-reflection* true) (set! *unchecked-math* :warn-on-boxed) ;;---------------------------------------------------------------- (ns palisades.lakes.dynafun.test.nil {:doc "Test nil dispatch value and in signatures." :author "<EMAIL>" :version "2017-12-13"} (:require [clojure.test :as test] ...
true
(set! *warn-on-reflection* true) (set! *unchecked-math* :warn-on-boxed) ;;---------------------------------------------------------------- (ns palisades.lakes.dynafun.test.nil {:doc "Test nil dispatch value and in signatures." :author "PI:EMAIL:<EMAIL>END_PI" :version "2017-12-13"} (:require [clojure.test ...
[ { "context": ";;Copyright (c) 2017 Rafik Naccache <rafik@fekr.tech>\n;;Distributed under the MIT Lic", "end": 35, "score": 0.999866783618927, "start": 21, "tag": "NAME", "value": "Rafik Naccache" }, { "context": ";;Copyright (c) 2017 Rafik Naccache <rafik@fekr.tech>\n;;Distributed un...
test/postagga/trie_test.cljc
jffrydsr/postagga
93
;;Copyright (c) 2017 Rafik Naccache <rafik@fekr.tech> ;;Distributed under the MIT License (ns postagga.trie-test (:require [clojure.test :refer :all] [postagga.trie :refer :all])) (deftest build-trie-test (testing "Build Trie") (is (= {} (build-trie []))) (is (= {"h" {:nb 1, :next {"e" {:nb 1, :nex...
115522
;;Copyright (c) 2017 <NAME> <<EMAIL>> ;;Distributed under the MIT License (ns postagga.trie-test (:require [clojure.test :refer :all] [postagga.trie :refer :all])) (deftest build-trie-test (testing "Build Trie") (is (= {} (build-trie []))) (is (= {"h" {:nb 1, :next {"e" {:nb 1, :next {"l" {:nb 1, :...
true
;;Copyright (c) 2017 PI:NAME:<NAME>END_PI <PI:EMAIL:<EMAIL>END_PI> ;;Distributed under the MIT License (ns postagga.trie-test (:require [clojure.test :refer :all] [postagga.trie :refer :all])) (deftest build-trie-test (testing "Build Trie") (is (= {} (build-trie []))) (is (= {"h" {:nb 1, :next {"e"...
[ { "context": ", so I would\n advise you read [1] first.\n\n [1] Falkenhainer, B., Forbus, K. & Gentner, D. (1989). The structure-ma", "end": 1546, "score": 0.9991666078567505, "start": 1531, "tag": "NAME", "value": "Falkenhainer, B" }, { "context": "ise you read [1] first.\n\n ...
src/sme_clj/core.clj
svdm/SME-clj
6
(ns sme-clj.core "Structure mapping engine core functionality. Reimplements SME (as described in [1]) for the most part, in Clojure instead of (rather ancient and difficult to read) Common Lisp. There are some differences in certain areas, such as GMap merging and scoring. It is also likely to be slower, as...
30769
(ns sme-clj.core "Structure mapping engine core functionality. Reimplements SME (as described in [1]) for the most part, in Clojure instead of (rather ancient and difficult to read) Common Lisp. There are some differences in certain areas, such as GMap merging and scoring. It is also likely to be slower, as...
true
(ns sme-clj.core "Structure mapping engine core functionality. Reimplements SME (as described in [1]) for the most part, in Clojure instead of (rather ancient and difficult to read) Common Lisp. There are some differences in certain areas, such as GMap merging and scoring. It is also likely to be slower, as...
[ { "context": "ument:\n\n ```javascript\n sprite.setData({ name: 'Red Gem Stone', level: 2, owner: 'Link', gold: 50 });\n ```\n\n ", "end": 12176, "score": 0.9857856631278992, "start": 12163, "tag": "NAME", "value": "Red Gem Stone" }, { "context": "r example, if you updated an exi...
src/phzr/game_objects/game_object.cljs
sjcasey21/phzr
1
(ns phzr.game-objects.game-object (:require [phzr.impl.utils.core :refer [clj->phaser phaser->clj]] [phzr.impl.extend :as ex] [cljsjs.phaser]) (:refer-clojure :exclude [update])) (defn ->GameObject " Parameters: * scene (Phaser.Scene) - The Scene to which this Game Object belongs. ...
113283
(ns phzr.game-objects.game-object (:require [phzr.impl.utils.core :refer [clj->phaser phaser->clj]] [phzr.impl.extend :as ex] [cljsjs.phaser]) (:refer-clojure :exclude [update])) (defn ->GameObject " Parameters: * scene (Phaser.Scene) - The Scene to which this Game Object belongs. ...
true
(ns phzr.game-objects.game-object (:require [phzr.impl.utils.core :refer [clj->phaser phaser->clj]] [phzr.impl.extend :as ex] [cljsjs.phaser]) (:refer-clojure :exclude [update])) (defn ->GameObject " Parameters: * scene (Phaser.Scene) - The Scene to which this Game Object belongs. ...
[ { "context": " be done on two expressions.\"\n :author \"Sean Dawson\"}\n nanoweave.ast.binary-arithmetic\n (:require [s", "end": 133, "score": 0.9998384714126587, "start": 122, "tag": "NAME", "value": "Sean Dawson" } ]
src/nanoweave/ast/binary_arithmetic.clj
NoxHarmonium/nanoweave
0
(ns ^{:doc "Syntax that represents arithmetic operations that can be done on two expressions." :author "Sean Dawson"} nanoweave.ast.binary-arithmetic (:require [schema.core :as s] [nanoweave.ast.base :refer [Resolvable]])) (s/defrecord AddOp [left :- Resolvable right :- Resolvable]) (s...
24156
(ns ^{:doc "Syntax that represents arithmetic operations that can be done on two expressions." :author "<NAME>"} nanoweave.ast.binary-arithmetic (:require [schema.core :as s] [nanoweave.ast.base :refer [Resolvable]])) (s/defrecord AddOp [left :- Resolvable right :- Resolvable]) (s/defr...
true
(ns ^{:doc "Syntax that represents arithmetic operations that can be done on two expressions." :author "PI:NAME:<NAME>END_PI"} nanoweave.ast.binary-arithmetic (:require [schema.core :as s] [nanoweave.ast.base :refer [Resolvable]])) (s/defrecord AddOp [left :- Resolvable right :- Resolv...
[ { "context": " (json/write-str {:apiKey \"testKey\" :user_email \"email1@email.com\" :user_name \"testName\"})) ;TODO change away from ", "end": 9906, "score": 0.9991467595100403, "start": 9890, "tag": "EMAIL", "value": "email1@email.com" }, { "context": "stKey\" :user_email \"email...
src/hphelper/server/handler.clj
lsenjov/hphelper
2
(ns hphelper.server.handler (:require [compojure.core :refer :all] [compojure.route :as route] [ring.middleware.defaults :refer [wrap-defaults api-defaults]] [taoensso.timbre :as log] [clojure.data.json :as json] ;; Standalone server [org.httpki...
86224
(ns hphelper.server.handler (:require [compojure.core :refer :all] [compojure.route :as route] [ring.middleware.defaults :refer [wrap-defaults api-defaults]] [taoensso.timbre :as log] [clojure.data.json :as json] ;; Standalone server [org.httpki...
true
(ns hphelper.server.handler (:require [compojure.core :refer :all] [compojure.route :as route] [ring.middleware.defaults :refer [wrap-defaults api-defaults]] [taoensso.timbre :as log] [clojure.data.json :as json] ;; Standalone server [org.httpki...
[ { "context": "atagramSocket)))\n\n(def server (atom nil))\n\n; TODO(Richo): Hardcoded single client. Add support for multip", "end": 382, "score": 0.7456691265106201, "start": 377, "tag": "NAME", "value": "Richo" } ]
middleware/server/src/middleware/server/udp.clj
GIRA/UziScript
15
(ns middleware.server.udp (:require [clojure.core.async :as a :refer [thread <!!]] [clojure.tools.logging :as log] [middleware.utils.json :as json] [middleware.device.controller :as device] [middleware.utils.config :as config]) (:import (java.net InetAddress DatagramP...
10888
(ns middleware.server.udp (:require [clojure.core.async :as a :refer [thread <!!]] [clojure.tools.logging :as log] [middleware.utils.json :as json] [middleware.device.controller :as device] [middleware.utils.config :as config]) (:import (java.net InetAddress DatagramP...
true
(ns middleware.server.udp (:require [clojure.core.async :as a :refer [thread <!!]] [clojure.tools.logging :as log] [middleware.utils.json :as json] [middleware.device.controller :as device] [middleware.utils.config :as config]) (:import (java.net InetAddress DatagramP...
[ { "context": "\n;;=> Japan\n\n\n(def p2 (cljbook.chapter05.Person. \"Nico\" \"France\"))\n;;=> #'chapter05.calling-from-java/p2", "end": 1657, "score": 0.996832013130188, "start": 1653, "tag": "NAME", "value": "Nico" }, { "context": "'chapter05.calling-from-java/p2\n(.getName p2)\n;;...
Chapter 05 Code/src/chapter05/calling_from_java.clj
PacktPublishing/Clojure-Programming-Cookbook
14
(ns chapter05.calling-from-java (:require [clojure.math.numeric-tower :as math]) (:require [clojure.reflect :refer [reflect]]) ) (defn get-instance-method[obj] (->> (reflect obj) :members ) ) (gen-class :name cljbook.chapter05.Hello :methods [^:static [hello [String] void]]) (defn- -...
31633
(ns chapter05.calling-from-java (:require [clojure.math.numeric-tower :as math]) (:require [clojure.reflect :refer [reflect]]) ) (defn get-instance-method[obj] (->> (reflect obj) :members ) ) (gen-class :name cljbook.chapter05.Hello :methods [^:static [hello [String] void]]) (defn- -...
true
(ns chapter05.calling-from-java (:require [clojure.math.numeric-tower :as math]) (:require [clojure.reflect :refer [reflect]]) ) (defn get-instance-method[obj] (->> (reflect obj) :members ) ) (gen-class :name cljbook.chapter05.Hello :methods [^:static [hello [String] void]]) (defn- -...
[ { "context": ";; Copyright 2016 Chris Rink\n;;\n;; Licensed under the Apache License, Version ", "end": 28, "score": 0.9998539090156555, "start": 18, "tag": "NAME", "value": "Chris Rink" } ]
src/clojure/repopreview/config.clj
chrisrink10/repopreview
0
;; Copyright 2016 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...
41531
;; Copyright 2016 <NAME> ;; ;; Licensed under the Apache License, Version 2.0 (the "License"); ;; you may not use this file except in compliance with the License. ;; You may obtain a copy of the License at ;; ;; http://www.apache.org/licenses/LICENSE-2.0 ;; ;; Unless required by applicable law or agreed to in writi...
true
;; Copyright 2016 PI:NAME:<NAME>END_PI ;; ;; Licensed under the Apache License, Version 2.0 (the "License"); ;; you may not use this file except in compliance with the License. ;; You may obtain a copy of the License at ;; ;; http://www.apache.org/licenses/LICENSE-2.0 ;; ;; Unless required by applicable law or agre...