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": "ia.org/wiki/Public-key_cryptography\"\n\n {:author \"Adam Helinski\"}\n\n (:require [convex.pfx :as $.pfx]\n ",
"end": 755,
"score": 0.9978436231613159,
"start": 742,
"tag": "NAME",
"value": "Adam Helinski"
},
{
"context": "Generating a key pair.\n ;;\n (d... | project/recipe/src/clj/main/convex/recipe/key_pair.clj | rosejn/convex.cljc | 30 | (ns convex.recipe.key-pair
"Key pairs are essential, they are used by clients to sign transactions and by peers to sign
blocks of transactions.
This example shows how to create a key pair and store it securely in a PFX file.
Storing key pairs is always a sensitive topic. A PFX file allows storing one or s... | 87563 | (ns convex.recipe.key-pair
"Key pairs are essential, they are used by clients to sign transactions and by peers to sign
blocks of transactions.
This example shows how to create a key pair and store it securely in a PFX file.
Storing key pairs is always a sensitive topic. A PFX file allows storing one or s... | true | (ns convex.recipe.key-pair
"Key pairs are essential, they are used by clients to sign transactions and by peers to sign
blocks of transactions.
This example shows how to create a key pair and store it securely in a PFX file.
Storing key pairs is always a sensitive topic. A PFX file allows storing one or s... |
[
{
"context": "ch -- Predicate Logic, tests\n\n; Copyright (c) 2016 Burkhardt Renz, THM. All rights reserved.\n; The use and distribu",
"end": 84,
"score": 0.99986332654953,
"start": 70,
"tag": "NAME",
"value": "Burkhardt Renz"
}
] | test/lwb/pred/substitution_test.clj | esb-lwb/lwb | 22 | ; lwb Logic WorkBench -- Predicate Logic, tests
; Copyright (c) 2016 Burkhardt Renz, THM. All rights reserved.
; The use and distribution terms for this software are covered by the
; Eclipse Public License 1.0 (http://opensource.org/licenses/eclipse-1.0.php).
; By using this software in any fashion, you are agreeing t... | 33507 | ; lwb Logic WorkBench -- Predicate Logic, tests
; Copyright (c) 2016 <NAME>, THM. All rights reserved.
; The use and distribution terms for this software are covered by the
; Eclipse Public License 1.0 (http://opensource.org/licenses/eclipse-1.0.php).
; By using this software in any fashion, you are agreeing to be bou... | true | ; lwb Logic WorkBench -- Predicate Logic, tests
; Copyright (c) 2016 PI:NAME:<NAME>END_PI, THM. All rights reserved.
; The use and distribution terms for this software are covered by the
; Eclipse Public License 1.0 (http://opensource.org/licenses/eclipse-1.0.php).
; By using this software in any fashion, you are agre... |
[
{
"context": " [\"\n insert into address(name,email)\n values('Sean', 'sean@x.com')\n \"])\n (jdbc/execute! ds [\"selec",
"end": 360,
"score": 0.9997832179069519,
"start": 356,
"tag": "NAME",
"value": "Sean"
},
{
"context": "sert into address(name,email)\n values('Sean', 'se... | clj/ex/book_practicalli_clojure_webapps/p01/src/practicalli/p09.clj | mertnuhoglu/study | 1 | (ns practicalli.p09
(:require [next.jdbc :as jdbc]))
(comment
(def db {:dbtype "h2" :dbname "example"})
(def ds (jdbc/get-datasource db))
(jdbc/execute! ds ["
create table address (
id int auto_increment primary key,
name varchar(32),
email varchar(255)
)
"])
(jdbc/execute! ds ["
insert i... | 101942 | (ns practicalli.p09
(:require [next.jdbc :as jdbc]))
(comment
(def db {:dbtype "h2" :dbname "example"})
(def ds (jdbc/get-datasource db))
(jdbc/execute! ds ["
create table address (
id int auto_increment primary key,
name varchar(32),
email varchar(255)
)
"])
(jdbc/execute! ds ["
insert i... | true | (ns practicalli.p09
(:require [next.jdbc :as jdbc]))
(comment
(def db {:dbtype "h2" :dbname "example"})
(def ds (jdbc/get-datasource db))
(jdbc/execute! ds ["
create table address (
id int auto_increment primary key,
name varchar(32),
email varchar(255)
)
"])
(jdbc/execute! ds ["
insert i... |
[
{
"context": ";; Copyright (c) 2021 Thomas J. Otterson\n;; \n;; This software is released under the MIT Li",
"end": 40,
"score": 0.9996358752250671,
"start": 22,
"tag": "NAME",
"value": "Thomas J. Otterson"
}
] | src/barandis/euler/p15.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 15:
;;
;; Starting in the top left corner of a 2×2 grid, and only being able to move to
;; the right and down, there are exactly 6 routes to the bottom... | 32753 | ;; Copyright (c) 2021 <NAME>
;;
;; This software is released under the MIT License.
;; https://opensource.org/licenses/MIT
;; Solves Project Euler problem 15:
;;
;; Starting in the top left corner of a 2×2 grid, and only being able to move to
;; the right and down, there are exactly 6 routes to the bottom right corne... | 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 15:
;;
;; Starting in the top left corner of a 2×2 grid, and only being able to move to
;; the right and down, there are exactly 6 routes to the bott... |
[
{
"context": "! *unchecked-math* :warn-on-boxed)\n(ns ^{:author \"Kristina Lisa Klinkner, John Alan McDonald\" :date \"2016-10-31\"\n :do",
"end": 109,
"score": 0.9998843669891357,
"start": 87,
"tag": "NAME",
"value": "Kristina Lisa Klinkner"
},
{
"context": "n-on-boxed)\n(ns ^{... | src/test/clojure/taiga/test/classify/iris/iris.clj | wahpenayo/taiga | 4 | (set! *warn-on-reflection* true)
(set! *unchecked-math* :warn-on-boxed)
(ns ^{:author "Kristina Lisa Klinkner, John Alan McDonald" :date "2016-10-31"
:doc "Iris data unit-tests." }
taiga.test.classify.iris.iris
(:require [clojure.java.io :as io]
[clojure.test :as test]
[zana.... | 5072 | (set! *warn-on-reflection* true)
(set! *unchecked-math* :warn-on-boxed)
(ns ^{:author "<NAME>, <NAME>" :date "2016-10-31"
:doc "Iris data unit-tests." }
taiga.test.classify.iris.iris
(:require [clojure.java.io :as io]
[clojure.test :as test]
[zana.api :as z]
[taig... | true | (set! *warn-on-reflection* true)
(set! *unchecked-math* :warn-on-boxed)
(ns ^{:author "PI:NAME:<NAME>END_PI, PI:NAME:<NAME>END_PI" :date "2016-10-31"
:doc "Iris data unit-tests." }
taiga.test.classify.iris.iris
(:require [clojure.java.io :as io]
[clojure.test :as test]
[zana.... |
[
{
"context": "span \"A project by \" [:a {:href (home-page-url)} \"Jesse Claven\"] \".\"]])\n\n(defn notice\n []\n [:div.notice\n [:s",
"end": 3833,
"score": 0.9994524121284485,
"start": 3821,
"tag": "NAME",
"value": "Jesse Claven"
},
{
"context": "s) \")\"]\n [:span [:a {:hre... | apps/website/src/brewfile/core.cljs | jesse-c/Brewfiles | 1 | (ns brewfile.core
(:require [reagent.dom :as reagent]
[re-frame.core :as rf]
[clojure.string :as str]))
;; -- Debugging aids ----------------------------------------------------------
(enable-console-print!)
;; -- Domino 1 - Event Dispatch -----------------------------------------------
... | 112007 | (ns brewfile.core
(:require [reagent.dom :as reagent]
[re-frame.core :as rf]
[clojure.string :as str]))
;; -- Debugging aids ----------------------------------------------------------
(enable-console-print!)
;; -- Domino 1 - Event Dispatch -----------------------------------------------
... | true | (ns brewfile.core
(:require [reagent.dom :as reagent]
[re-frame.core :as rf]
[clojure.string :as str]))
;; -- Debugging aids ----------------------------------------------------------
(enable-console-print!)
;; -- Domino 1 - Event Dispatch -----------------------------------------------
... |
[
{
"context": "n \"Clara Rules Engine\"\n :url \"https://github.com/cerner/clara-rules\"\n :license {:name \"Apache License Ve",
"end": 122,
"score": 0.9996697306632996,
"start": 116,
"tag": "USERNAME",
"value": "cerner"
},
{
"context": "scm {:name \"git\"\n :url \"https://gi... | project.clj | defaultUser4/clara-rules | 0 | (defproject com.cerner/clara-rules "0.19.0-SNAPSHOT"
:description "Clara Rules Engine"
:url "https://github.com/cerner/clara-rules"
:license {:name "Apache License Version 2.0"
:url "https://www.apache.org/licenses/LICENSE-2.0"}
:dependencies [[org.clojure/clojure "1.7.0"]
[prismati... | 22065 | (defproject com.cerner/clara-rules "0.19.0-SNAPSHOT"
:description "Clara Rules Engine"
:url "https://github.com/cerner/clara-rules"
:license {:name "Apache License Version 2.0"
:url "https://www.apache.org/licenses/LICENSE-2.0"}
:dependencies [[org.clojure/clojure "1.7.0"]
[prismati... | true | (defproject com.cerner/clara-rules "0.19.0-SNAPSHOT"
:description "Clara Rules Engine"
:url "https://github.com/cerner/clara-rules"
:license {:name "Apache License Version 2.0"
:url "https://www.apache.org/licenses/LICENSE-2.0"}
:dependencies [[org.clojure/clojure "1.7.0"]
[prismati... |
[
{
"context": ";; Copyright (c) 2015 James Gatannah. All rights reserved.\n;; The use and distributi",
"end": 38,
"score": 0.9998378753662109,
"start": 24,
"tag": "NAME",
"value": "James Gatannah"
}
] | data/train/clojure/f0e69bfd759e7f407a553f672d4828d8c93c392csystem.clj | harshp8l/deep-learning-lang-detection | 84 | ;; Copyright (c) 2015 James Gatannah. 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 sof... | 121002 | ;; 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": "4.474\"]\n [org.xerial/sqlite-jdbc \"3.21.0.1\"]\n [funcool/clojure.jdbc \"0.9.0\"]",
"end": 697,
"score": 0.9982119798660278,
"start": 689,
"tag": "IP_ADDRESS",
"value": "3.21.0.1"
}
] | project.clj | rinx/clojure-lsp | 0 | (defproject clojure-lsp "0.1.0-SNAPSHOT"
:dependencies [[org.clojure/clojure "1.9.0"]
[org.clojure/tools.reader "1.2.2"]
[org.eclipse.lsp4j/org.eclipse.lsp4j "0.4.0" :exclusions [org.eclipse.xtend/org.eclipse.xtend.lib]]
[org.eclipse.xtend/org.eclipse.xtend.lib "2.13... | 45463 | (defproject clojure-lsp "0.1.0-SNAPSHOT"
:dependencies [[org.clojure/clojure "1.9.0"]
[org.clojure/tools.reader "1.2.2"]
[org.eclipse.lsp4j/org.eclipse.lsp4j "0.4.0" :exclusions [org.eclipse.xtend/org.eclipse.xtend.lib]]
[org.eclipse.xtend/org.eclipse.xtend.lib "2.13... | true | (defproject clojure-lsp "0.1.0-SNAPSHOT"
:dependencies [[org.clojure/clojure "1.9.0"]
[org.clojure/tools.reader "1.2.2"]
[org.eclipse.lsp4j/org.eclipse.lsp4j "0.4.0" :exclusions [org.eclipse.xtend/org.eclipse.xtend.lib]]
[org.eclipse.xtend/org.eclipse.xtend.lib "2.13... |
[
{
"context": "ap\"\n (read-xlsx test-file) => [{:scientificName \"Aphelandra longiflora\" :latitude \"10.10\" :longitude \"20.20\" :locality \"",
"end": 206,
"score": 0.9998570680618286,
"start": 185,
"tag": "NAME",
"value": "Aphelandra longiflora"
},
{
"context": "s\"}\n ... | test/dwc_io/xlsx_test.clj | biodivdev/dwc | 0 | (ns dwc-io.xlsx-test
(:use midje.sweet)
(:use dwc-io.xlsx))
(def test-file "resources/dwc.xlsx")
(fact "Can read xlsx into hash-map"
(read-xlsx test-file) => [{:scientificName "Aphelandra longiflora" :latitude "10.10" :longitude "20.20" :locality "riverrun" :taxonRank "species"}
{:sc... | 53611 | (ns dwc-io.xlsx-test
(:use midje.sweet)
(:use dwc-io.xlsx))
(def test-file "resources/dwc.xlsx")
(fact "Can read xlsx into hash-map"
(read-xlsx test-file) => [{:scientificName "<NAME>" :latitude "10.10" :longitude "20.20" :locality "riverrun" :taxonRank "species"}
{:scientificName "<... | true | (ns dwc-io.xlsx-test
(:use midje.sweet)
(:use dwc-io.xlsx))
(def test-file "resources/dwc.xlsx")
(fact "Can read xlsx into hash-map"
(read-xlsx test-file) => [{:scientificName "PI:NAME:<NAME>END_PI" :latitude "10.10" :longitude "20.20" :locality "riverrun" :taxonRank "species"}
{:sci... |
[
{
"context": "(ns ^{:author \"Leeor Engel\"}\n chapter-3.chapter-3-q6-test\n (:require [cloj",
"end": 26,
"score": 0.9998846054077148,
"start": 15,
"tag": "NAME",
"value": "Leeor Engel"
}
] | Clojure/test/chapter_3/chapter_3_q6_test.clj | Kiandr/crackingcodinginterview | 0 | (ns ^{:author "Leeor Engel"}
chapter-3.chapter-3-q6-test
(:require [clojure.test :refer :all]
[chapter-3.chapter-3-q6 :refer :all]))
(deftest animal-shelter-test
(testing "basic tests"
(let [shelter (create-animal-shelter)]
(enqueue shelter :cat "whiskers")
(let [animal (dequeue-any... | 77602 | (ns ^{:author "<NAME>"}
chapter-3.chapter-3-q6-test
(:require [clojure.test :refer :all]
[chapter-3.chapter-3-q6 :refer :all]))
(deftest animal-shelter-test
(testing "basic tests"
(let [shelter (create-animal-shelter)]
(enqueue shelter :cat "whiskers")
(let [animal (dequeue-any shel... | true | (ns ^{:author "PI:NAME:<NAME>END_PI"}
chapter-3.chapter-3-q6-test
(:require [clojure.test :refer :all]
[chapter-3.chapter-3-q6 :refer :all]))
(deftest animal-shelter-test
(testing "basic tests"
(let [shelter (create-animal-shelter)]
(enqueue shelter :cat "whiskers")
(let [animal (de... |
[
{
"context": ";\n; Copyright © 2021 Peter Monks\n;\n; Licensed under the Apache License, Version 2.",
"end": 32,
"score": 0.9993882179260254,
"start": 21,
"tag": "NAME",
"value": "Peter Monks"
},
{
"context": "bol identifying your project e.g. 'com.github.yourusername/yourproject\n ... | src/tools_pom/tasks.clj | pmonks/tools-pom | 1 | ;
; Copyright © 2021 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... | 18933 | ;
; Copyright © 2021 <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 © 2021 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": "ery is exposed for those who do.\"\r\n :author \"Tims Gardner and Ramsey Nasser\"}\r\n arcadia.compiler\r\n (:re",
"end": 217,
"score": 0.9998817443847656,
"start": 205,
"tag": "NAME",
"value": "Tims Gardner"
},
{
"context": "or those who do.\"\r\n :author... | Source/arcadia/compiler.clj | pjago/Arcadia | 0 | (ns ^{:doc "Integration with the Unity compiler pipeline. Typical
Arcadia users will not need to use this namespace,
but the machinery is exposed for those who do."
:author "Tims Gardner and Ramsey Nasser"}
arcadia.compiler
(:require [arcadia.config :as config]
[cloju... | 111897 | (ns ^{:doc "Integration with the Unity compiler pipeline. Typical
Arcadia users will not need to use this namespace,
but the machinery is exposed for those who do."
:author "<NAME> and <NAME>"}
arcadia.compiler
(:require [arcadia.config :as config]
[clojure.spec :as s... | true | (ns ^{:doc "Integration with the Unity compiler pipeline. Typical
Arcadia users will not need to use this namespace,
but the machinery is exposed for those who do."
:author "PI:NAME:<NAME>END_PI and PI:NAME:<NAME>END_PI"}
arcadia.compiler
(:require [arcadia.config :as config]
... |
[
{
"context": " (let [key-usage (utils/get-extension-value cert \"2.5.29.15\")]\n (is (= #{:key-cert-sign :crl-sign}",
"end": 15074,
"score": 0.9996488094329834,
"start": 15065,
"tag": "IP_ADDRESS",
"value": "2.5.29.15"
},
{
"context": "message \"Found extensions that are n... | test/unit/puppetlabs/puppetserver/certificate_authority_test.clj | ahpook/puppet-server | 0 | (ns puppetlabs.puppetserver.certificate-authority-test
(:import (java.io StringReader ByteArrayInputStream ByteArrayOutputStream)
(java.security InvalidParameterException))
(:require [puppetlabs.puppetserver.certificate-authority :refer :all]
[puppetlabs.trapperkeeper.testutils.logging :as lo... | 73639 | (ns puppetlabs.puppetserver.certificate-authority-test
(:import (java.io StringReader ByteArrayInputStream ByteArrayOutputStream)
(java.security InvalidParameterException))
(:require [puppetlabs.puppetserver.certificate-authority :refer :all]
[puppetlabs.trapperkeeper.testutils.logging :as lo... | true | (ns puppetlabs.puppetserver.certificate-authority-test
(:import (java.io StringReader ByteArrayInputStream ByteArrayOutputStream)
(java.security InvalidParameterException))
(:require [puppetlabs.puppetserver.certificate-authority :refer :all]
[puppetlabs.trapperkeeper.testutils.logging :as lo... |
[
{
"context": ";\n; Copyright © 2013 Sebastian Hoß <mail@shoss.de>\n; This work is free. You can redi",
"end": 34,
"score": 0.9998722076416016,
"start": 21,
"tag": "NAME",
"value": "Sebastian Hoß"
},
{
"context": ";\n; Copyright © 2013 Sebastian Hoß <mail@shoss.de>\n; This work is fre... | src/test/clojure/finj/loan_test.clj | sebhoss/finj | 30 | ;
; Copyright © 2013 Sebastian Hoß <mail@shoss.de>
; This work is free. You can redistribute it and/or modify it under the
; terms of the Do What The Fuck You Want To Public License, Version 2,
; as published by Sam Hocevar. See http://www.wtfpl.net/ for more details.
;
(ns finj.loan-test
(:require [finj.loan :refer... | 14893 | ;
; Copyright © 2013 <NAME> <<EMAIL>>
; This work is free. You can redistribute it and/or modify it under the
; terms of the Do What The Fuck You Want To Public License, Version 2,
; as published by Sam Hocevar. See http://www.wtfpl.net/ for more details.
;
(ns finj.loan-test
(:require [finj.loan :refer :all]
... | true | ;
; Copyright © 2013 PI:NAME:<NAME>END_PI <PI:EMAIL:<EMAIL>END_PI>
; This work is free. You can redistribute it and/or modify it under the
; terms of the Do What The Fuck You Want To Public License, Version 2,
; as published by Sam Hocevar. See http://www.wtfpl.net/ for more details.
;
(ns finj.loan-test
(:require [... |
[
{
"context": "! *unchecked-math* :warn-on-boxed)\n(ns ^{:author \"John Alan McDonald\" :date \"2016-11-23\"\n :doc \"scored vs all sub",
"end": 105,
"score": 0.9998733401298523,
"start": 87,
"tag": "NAME",
"value": "John Alan McDonald"
}
] | src/test/clojure/taiga/test/classify/split/all_subsets.clj | wahpenayo/taiga | 4 | (set! *warn-on-reflection* true)
(set! *unchecked-math* :warn-on-boxed)
(ns ^{:author "John Alan McDonald" :date "2016-11-23"
:doc "scored vs all subsets." }
taiga.test.classify.split.all-subsets
(:require [clojure.pprint :as pp]
[clojure.test :as test]
[zana.api :as z]
... | 78498 | (set! *warn-on-reflection* true)
(set! *unchecked-math* :warn-on-boxed)
(ns ^{:author "<NAME>" :date "2016-11-23"
:doc "scored vs all subsets." }
taiga.test.classify.split.all-subsets
(:require [clojure.pprint :as pp]
[clojure.test :as test]
[zana.api :as z]
[taig... | true | (set! *warn-on-reflection* true)
(set! *unchecked-math* :warn-on-boxed)
(ns ^{:author "PI:NAME:<NAME>END_PI" :date "2016-11-23"
:doc "scored vs all subsets." }
taiga.test.classify.split.all-subsets
(:require [clojure.pprint :as pp]
[clojure.test :as test]
[zana.api :as z]
... |
[
{
"context": ";;\n;; Classifiers\n;; @author Antonio Garrote\n;;\n\n(ns #^{:author \"Antonio Garrote <antoniogarro",
"end": 44,
"score": 0.9998968839645386,
"start": 29,
"tag": "NAME",
"value": "Antonio Garrote"
},
{
"context": "rs\n;; @author Antonio Garrote\n;;\n\n(ns #^{:author \"... | src/clj_ml/classifiers.clj | yogsototh/clj-ml | 0 | ;;
;; Classifiers
;; @author Antonio Garrote
;;
(ns #^{:author "Antonio Garrote <antoniogarrote@gmail.com>"}
clj-ml.classifiers
"This namespace contains several functions for building classifiers using different
classification algorithms: Bayes networks, multilayer perceptron, decision tree or
support vector... | 35256 | ;;
;; Classifiers
;; @author <NAME>
;;
(ns #^{:author "<NAME> <<EMAIL>>"}
clj-ml.classifiers
"This namespace contains several functions for building classifiers using different
classification algorithms: Bayes networks, multilayer perceptron, decision tree or
support vector machines are available. Some of th... | true | ;;
;; Classifiers
;; @author PI:NAME:<NAME>END_PI
;;
(ns #^{:author "PI:NAME:<NAME>END_PI <PI:EMAIL:<EMAIL>END_PI>"}
clj-ml.classifiers
"This namespace contains several functions for building classifiers using different
classification algorithms: Bayes networks, multilayer perceptron, decision tree or
suppor... |
[
{
"context": "j: JavaScript Object Notation (JSON) parser\n\n;; by Stuart Sierra, http://stuartsierra.com/\n;; February 13, 2009\n\n;",
"end": 80,
"score": 0.9998825788497925,
"start": 67,
"tag": "NAME",
"value": "Stuart Sierra"
},
{
"context": "sierra.com/\n;; February 13, 2009\n\n;... | data/train/clojure/7276e0893abf54db06b38612e032ee3ccfe618b3read.clj | harshp8l/deep-learning-lang-detection | 84 | ;;; json/read.clj: JavaScript Object Notation (JSON) parser
;; by Stuart Sierra, http://stuartsierra.com/
;; February 13, 2009
;; Copyright (c) Stuart Sierra, 2009. All rights reserved. The use
;; and distribution terms for this software are covered by the Eclipse
;; Public License 1.0 (http://opensource.org/license... | 74401 | ;;; json/read.clj: JavaScript Object Notation (JSON) parser
;; by <NAME>, http://stuartsierra.com/
;; February 13, 2009
;; Copyright (c) <NAME>, 2009. 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.... | true | ;;; json/read.clj: JavaScript Object Notation (JSON) parser
;; by PI:NAME:<NAME>END_PI, http://stuartsierra.com/
;; February 13, 2009
;; Copyright (c) PI:NAME:<NAME>END_PI, 2009. All rights reserved. The use
;; and distribution terms for this software are covered by the Eclipse
;; Public License 1.0 (http://opensour... |
[
{
"context": " [Math/PI Math/PI Math/PI]]))\"\n contributor \"Joseph Wilk\"))\n\n(defexamples dyn-klank\n (:mouse\n \"Use mous",
"end": 679,
"score": 0.9998979568481445,
"start": 668,
"tag": "NAME",
"value": "Joseph Wilk"
},
{
"context": "imes] (* 0.1 (impulse:ar 2 0))))\"\n ... | src/overtone/sc/examples/dyn.clj | ABaldwinHunter/overtone | 3,870 | (ns overtone.sc.examples.dyn
(:use [overtone.sc.machinery defexample]
[overtone.sc ugens]
[overtone.sc.cgens dyn]))
(defexamples dyn-klang
(:sin-osc
"Use a sin-osc to change 3 running sine oscillators"
"Starts 3 sine oscillators with different frequencies but fixed amplitudes
and phases o... | 78938 | (ns overtone.sc.examples.dyn
(:use [overtone.sc.machinery defexample]
[overtone.sc ugens]
[overtone.sc.cgens dyn]))
(defexamples dyn-klang
(:sin-osc
"Use a sin-osc to change 3 running sine oscillators"
"Starts 3 sine oscillators with different frequencies but fixed amplitudes
and phases o... | true | (ns overtone.sc.examples.dyn
(:use [overtone.sc.machinery defexample]
[overtone.sc ugens]
[overtone.sc.cgens dyn]))
(defexamples dyn-klang
(:sin-osc
"Use a sin-osc to change 3 running sine oscillators"
"Starts 3 sine oscillators with different frequencies but fixed amplitudes
and phases o... |
[
{
"context": "and structure computation in time.\"\n :author \"Jeff Rose and Sam Aaron\"}\n overtone.music.time\n (:use [ov",
"end": 98,
"score": 0.9998742341995239,
"start": 89,
"tag": "NAME",
"value": "Jeff Rose"
},
{
"context": " computation in time.\"\n :author \"Jeff R... | src/overtone/music/time.clj | rosejn/overtone | 4 | (ns
^{:doc "Functions to help manage and structure computation in time."
:author "Jeff Rose and Sam Aaron"}
overtone.music.time
(:use [overtone.libs event]
[overtone.util lib])
(:require [overtone.at-at :as at-at]))
;;Scheduled thread pool (created by at-at) which is to be used by default for
;;al... | 47654 | (ns
^{:doc "Functions to help manage and structure computation in time."
:author "<NAME> and <NAME>"}
overtone.music.time
(:use [overtone.libs event]
[overtone.util lib])
(:require [overtone.at-at :as at-at]))
;;Scheduled thread pool (created by at-at) which is to be used by default for
;;all sche... | true | (ns
^{:doc "Functions to help manage and structure computation in time."
:author "PI:NAME:<NAME>END_PI and PI:NAME:<NAME>END_PI"}
overtone.music.time
(:use [overtone.libs event]
[overtone.util lib])
(:require [overtone.at-at :as at-at]))
;;Scheduled thread pool (created by at-at) which is to be us... |
[
{
"context": ";;\n;;\n;; Copyright 2013-2015 Netflix, Inc.\n;;\n;; Licensed under the Apache Lic",
"end": 33,
"score": 0.9791629910469055,
"start": 30,
"tag": "NAME",
"value": "Net"
}
] | pigpen-core/src/test/clojure/pigpen/functional/code_test.clj | ombagus/Netflix | 327 | ;;
;;
;; Copyright 2013-2015 Netflix, Inc.
;;
;; Licensed under the Apache License, Version 2.0 (the "License");
;; you may not use this file except in compliance with the License.
;; You may obtain a copy of the License at
;;
;; http://www.apache.org/licenses/LICENSE-2.0
;;
;; Unless required ... | 1675 | ;;
;;
;; Copyright 2013-2015 <NAME>flix, Inc.
;;
;; Licensed under the Apache License, Version 2.0 (the "License");
;; you may not use this file except in compliance with the License.
;; You may obtain a copy of the License at
;;
;; http://www.apache.org/licenses/LICENSE-2.0
;;
;; Unless requir... | true | ;;
;;
;; Copyright 2013-2015 PI:NAME:<NAME>END_PIflix, Inc.
;;
;; Licensed under the Apache License, Version 2.0 (the "License");
;; you may not use this file except in compliance with the License.
;; You may obtain a copy of the License at
;;
;; http://www.apache.org/licenses/LICENSE-2.0
;;
;; ... |
[
{
"context": ";; Copyright (c) 2020-2021 Saidone\n\n(ns clj-ssh-keygen.oid\n (:gen-class))\n\n(require",
"end": 34,
"score": 0.9884189963340759,
"start": 27,
"tag": "NAME",
"value": "Saidone"
}
] | src/clj_ssh_keygen/oid.clj | saidone75/clj-ssh-keygen | 17 | ;; Copyright (c) 2020-2021 Saidone
(ns clj-ssh-keygen.oid
(:gen-class))
(require '[clojure.string :as str])
(defn- token-to-bytes [token]
(let [bitlist
(partition-all
7
;; prepend zeros to match multiple of 7 length
(concat (repeat (- 7 (rem (count (Integer/toString token 2)) 7... | 87125 | ;; Copyright (c) 2020-2021 <NAME>
(ns clj-ssh-keygen.oid
(:gen-class))
(require '[clojure.string :as str])
(defn- token-to-bytes [token]
(let [bitlist
(partition-all
7
;; prepend zeros to match multiple of 7 length
(concat (repeat (- 7 (rem (count (Integer/toString token 2)) 7)... | true | ;; Copyright (c) 2020-2021 PI:NAME:<NAME>END_PI
(ns clj-ssh-keygen.oid
(:gen-class))
(require '[clojure.string :as str])
(defn- token-to-bytes [token]
(let [bitlist
(partition-all
7
;; prepend zeros to match multiple of 7 length
(concat (repeat (- 7 (rem (count (Integer/toStrin... |
[
{
"context": "ol \"\"\n :data-key \"pressure\"\n :id \"press",
"end": 1379,
"score": 0.8855009078979492,
"start": 1371,
"tag": "KEY",
"value": "pressure"
}
] | src/main/app/ui/dashboard/pressure.cljs | joshuawood2894/fulcro_postgresql_mqtt_template | 0 | (ns app.ui.dashboard.pressure
(:require
[app.model.dashboard.pressure :as mp]
[app.ui.dashboard.config :as dc]
[app.ui.antd.components :as ant]
[app.ui.data-logger.pressure :as dl]
[com.fulcrologic.fulcro.components :as comp :refer [defsc]]
[com.fulcrologic.fulcro.dom :as dom :refer [div ul li... | 20193 | (ns app.ui.dashboard.pressure
(:require
[app.model.dashboard.pressure :as mp]
[app.ui.dashboard.config :as dc]
[app.ui.antd.components :as ant]
[app.ui.data-logger.pressure :as dl]
[com.fulcrologic.fulcro.components :as comp :refer [defsc]]
[com.fulcrologic.fulcro.dom :as dom :refer [div ul li... | true | (ns app.ui.dashboard.pressure
(:require
[app.model.dashboard.pressure :as mp]
[app.ui.dashboard.config :as dc]
[app.ui.antd.components :as ant]
[app.ui.data-logger.pressure :as dl]
[com.fulcrologic.fulcro.components :as comp :refer [defsc]]
[com.fulcrologic.fulcro.dom :as dom :refer [div ul li... |
[
{
"context": "word] (s/split decoded #\":\" 2)]\n {:username username\n :password password}))))\n\n(defn http-basi",
"end": 685,
"score": 0.9883994460105896,
"start": 677,
"tag": "USERNAME",
"value": "username"
},
{
"context": "2)]\n {:username username\n ... | src/macchiato/auth/backends/basic.cljs | xafizoff/macchiato-auth | 0 | (ns macchiato.auth.backends.basic
(:require
[macchiato.auth :refer [authenticated?]]
[clojure.string :as s]
[goog.crypt.base64 :as b64]
[macchiato.auth.protocols :as proto]
[macchiato.auth.http :refer [find-header]]))
(defn- parse-header
"Given a request, try to extract and parse the basic head... | 57687 | (ns macchiato.auth.backends.basic
(:require
[macchiato.auth :refer [authenticated?]]
[clojure.string :as s]
[goog.crypt.base64 :as b64]
[macchiato.auth.protocols :as proto]
[macchiato.auth.http :refer [find-header]]))
(defn- parse-header
"Given a request, try to extract and parse the basic head... | true | (ns macchiato.auth.backends.basic
(:require
[macchiato.auth :refer [authenticated?]]
[clojure.string :as s]
[goog.crypt.base64 :as b64]
[macchiato.auth.protocols :as proto]
[macchiato.auth.http :refer [find-header]]))
(defn- parse-header
"Given a request, try to extract and parse the basic head... |
[
{
"context": " values with metadata\n (js/console.log (Person. \"John Doe\" \"Office 33\\n27 Colmore Row\\nBirmingham\\nEngland\"",
"end": 2611,
"score": 0.9994428157806396,
"start": 2603,
"tag": "NAME",
"value": "John Doe"
}
] | examples/shadow/src/app/core.cljs | MawiraIke/cljs-devtools | 1,125 | (ns app.core
(:require [clojure.string :as string]
[devtools.formatters.markup :refer [<standard-body>]]
[devtools.formatters.templating :refer [render-markup]]
[devtools.protocols :refer [IFormat]]))
(defn hello [name]
(str "hello, " name "!"))
(def showcase-value {:number 0
... | 36710 | (ns app.core
(:require [clojure.string :as string]
[devtools.formatters.markup :refer [<standard-body>]]
[devtools.formatters.templating :refer [render-markup]]
[devtools.protocols :refer [IFormat]]))
(defn hello [name]
(str "hello, " name "!"))
(def showcase-value {:number 0
... | true | (ns app.core
(:require [clojure.string :as string]
[devtools.formatters.markup :refer [<standard-body>]]
[devtools.formatters.templating :refer [render-markup]]
[devtools.protocols :refer [IFormat]]))
(defn hello [name]
(str "hello, " name "!"))
(def showcase-value {:number 0
... |
[
{
"context": ":meta {:name \"google-site-verification\" :content \"u0k33b2h-hjrHVQZIxMcmdM5YYZ_0USpephsG50KPw4\"}]\n\n [:lin",
"end": 2196,
"score": 0.7639339566230774,
"start": 2153,
"tag": "KEY",
"value": "u0k33b2h-hjrHVQZIxMcmdM5YYZ_0USpephsG50KPw4"
... | src/clj/controller/entry.clj | mengu/ClojureNews | 0 | (ns clj.controller.entry
(:require [liberator.core :refer [resource defresource]]
[clj.util.resource :as resource-util]
[clj.dao.user :as user-dao]
[clj.dao.entry :as entry-dao]
[clj.dao.entry-job :as job-dao]
[clj.dao.entry-event :as event-dao]
... | 1715 | (ns clj.controller.entry
(:require [liberator.core :refer [resource defresource]]
[clj.util.resource :as resource-util]
[clj.dao.user :as user-dao]
[clj.dao.entry :as entry-dao]
[clj.dao.entry-job :as job-dao]
[clj.dao.entry-event :as event-dao]
... | true | (ns clj.controller.entry
(:require [liberator.core :refer [resource defresource]]
[clj.util.resource :as resource-util]
[clj.dao.user :as user-dao]
[clj.dao.entry :as entry-dao]
[clj.dao.entry-job :as job-dao]
[clj.dao.entry-event :as event-dao]
... |
[
{
"context": " :client-secret \"111\"\n ",
"end": 1039,
"score": 0.9879692196846008,
"start": 1036,
"tag": "KEY",
"value": "111"
},
{
"context": " :client-secret \"111\"\n... | tools/github-crawler/test/github_crawler/core_test.clj | kuona/kuona | 7 | (ns github-crawler.core-test
(:require [midje.sweet :refer :all]
[kuona-api.core.cli :as cli]
[github-crawler.core :refer :all]))
(facts "about cli arguments"
(fact "arguments have defaults"
(cli/configure "foo" cli-options '()) => {:config "properties.edn",
... | 109125 | (ns github-crawler.core-test
(:require [midje.sweet :refer :all]
[kuona-api.core.cli :as cli]
[github-crawler.core :refer :all]))
(facts "about cli arguments"
(fact "arguments have defaults"
(cli/configure "foo" cli-options '()) => {:config "properties.edn",
... | true | (ns github-crawler.core-test
(:require [midje.sweet :refer :all]
[kuona-api.core.cli :as cli]
[github-crawler.core :refer :all]))
(facts "about cli arguments"
(fact "arguments have defaults"
(cli/configure "foo" cli-options '()) => {:config "properties.edn",
... |
[
{
"context": " :username \"foo\",\n :password \"bar\"},\n :get-params {},\n :poll-in",
"end": 1532,
"score": 0.9993909597396851,
"start": 1529,
"tag": "PASSWORD",
"value": "bar"
},
{
"context": " :xapi-prefix \"/xapi\",\n :userna... | src/test/com/yetanalytics/xapipe/cli_test.clj | yetanalytics/xapipe | 3 | (ns com.yetanalytics.xapipe.cli-test
(:require [clojure.test :refer :all]
[com.yetanalytics.xapipe.cli :refer :all]
[com.yetanalytics.xapipe.store :as store]
[com.yetanalytics.xapipe.test-support :as sup]))
(use-fixtures :once (sup/instrument-fixture))
(deftest create-store-test
... | 92992 | (ns com.yetanalytics.xapipe.cli-test
(:require [clojure.test :refer :all]
[com.yetanalytics.xapipe.cli :refer :all]
[com.yetanalytics.xapipe.store :as store]
[com.yetanalytics.xapipe.test-support :as sup]))
(use-fixtures :once (sup/instrument-fixture))
(deftest create-store-test
... | true | (ns com.yetanalytics.xapipe.cli-test
(:require [clojure.test :refer :all]
[com.yetanalytics.xapipe.cli :refer :all]
[com.yetanalytics.xapipe.store :as store]
[com.yetanalytics.xapipe.test-support :as sup]))
(use-fixtures :once (sup/instrument-fixture))
(deftest create-store-test
... |
[
{
"context": "(ns crawler.core\n #^{:author \"Chris Currivan\"\n :doc \"Code for crawling Reddit and Hacker N",
"end": 45,
"score": 0.9998818635940552,
"start": 31,
"tag": "NAME",
"value": "Chris Currivan"
},
{
"context": "for each link\n(html/defsnippet link-model \"/Users/jose... | 2010-04-07-enlive/crawler/core.clj | bruceadams/clojure-pgh | 1 | (ns crawler.core
#^{:author "Chris Currivan"
:doc "Code for crawling Reddit and Hacker News."}
(:refer-clojure)
(:use
[clojure.set]
[clojure.stacktrace]
[compojure.core]
[ring.adapter.jetty]
[ring.middleware.stacktrace])
(:require
[clojure.contrib.string :as string]
[net.cgrand.enlive-... | 28610 | (ns crawler.core
#^{:author "<NAME>"
:doc "Code for crawling Reddit and Hacker News."}
(:refer-clojure)
(:use
[clojure.set]
[clojure.stacktrace]
[compojure.core]
[ring.adapter.jetty]
[ring.middleware.stacktrace])
(:require
[clojure.contrib.string :as string]
[net.cgrand.enlive-html :as... | true | (ns crawler.core
#^{:author "PI:NAME:<NAME>END_PI"
:doc "Code for crawling Reddit and Hacker News."}
(:refer-clojure)
(:use
[clojure.set]
[clojure.stacktrace]
[compojure.core]
[ring.adapter.jetty]
[ring.middleware.stacktrace])
(:require
[clojure.contrib.string :as string]
[net.cgrand.e... |
[
{
"context": "13 2 12)\n\n \"i går\"\n (datetime 2013 2 11)\n\n \"i morgen\"\n (datetime 2013 2 13)\n\n \"mandag\"\n \"man.\"\n \"p",
"end": 310,
"score": 0.8359302282333374,
"start": 305,
"tag": "NAME",
"value": "orgen"
},
{
"context": "13 2 11)\n\n \"i morgen\"\n (datetime... | resources/languages/da/corpus/time.clj | guivn/duckling | 922 | (
; Context map
; Tuesday Feb 12, 2013 at 4:30am is the "now" for the tests
{:reference-time (time/t -2 2013 2 12 4 30 0)
:min (time/t -2 1900)
:max (time/t -2 2100)}
"nu"
"lige nu"
(datetime 2013 2 12 4 30 00)
"i dag"
(datetime 2013 2 12)
"i går"
(datetime 2013 2 11)
"i morgen"
(datet... | 4525 | (
; Context map
; Tuesday Feb 12, 2013 at 4:30am is the "now" for the tests
{:reference-time (time/t -2 2013 2 12 4 30 0)
:min (time/t -2 1900)
:max (time/t -2 2100)}
"nu"
"lige nu"
(datetime 2013 2 12 4 30 00)
"i dag"
(datetime 2013 2 12)
"i går"
(datetime 2013 2 11)
"i m<NAME>"
(date... | true | (
; Context map
; Tuesday Feb 12, 2013 at 4:30am is the "now" for the tests
{:reference-time (time/t -2 2013 2 12 4 30 0)
:min (time/t -2 1900)
:max (time/t -2 2100)}
"nu"
"lige nu"
(datetime 2013 2 12 4 30 00)
"i dag"
(datetime 2013 2 12)
"i går"
(datetime 2013 2 11)
"i mPI:NAME:<NAME>E... |
[
{
"context": "\"/some/path\"\n :key-password \"pw\"\n :truststore \"/some/other",
"end": 1056,
"score": 0.9965067505836487,
"start": 1054,
"tag": "PASSWORD",
"value": "pw"
},
{
"context": "/other/path\"\n :trust-password ... | test/clj/puppetlabs/trapperkeeper/services/jetty/jetty_config_test.clj | nwolfe/trapperkeeper | 0 | (ns puppetlabs.trapperkeeper.services.jetty.jetty-config-test
(:require [clojure.test :refer :all]
[clojure.java.io :refer [resource]]
[puppetlabs.trapperkeeper.services.jetty.jetty-config :refer :all]
[puppetlabs.trapperkeeper.testutils.logging :refer [with-log-output logs-matchin... | 61844 | (ns puppetlabs.trapperkeeper.services.jetty.jetty-config-test
(:require [clojure.test :refer :all]
[clojure.java.io :refer [resource]]
[puppetlabs.trapperkeeper.services.jetty.jetty-config :refer :all]
[puppetlabs.trapperkeeper.testutils.logging :refer [with-log-output logs-matchin... | true | (ns puppetlabs.trapperkeeper.services.jetty.jetty-config-test
(:require [clojure.test :refer :all]
[clojure.java.io :refer [resource]]
[puppetlabs.trapperkeeper.services.jetty.jetty-config :refer :all]
[puppetlabs.trapperkeeper.testutils.logging :refer [with-log-output logs-matchin... |
[
{
"context": " :password ~password})\n (b/hide-modal {:id :",
"end": 4521,
"score": 0.9954765439033508,
"start": 4512,
"tag": "PASSWORD",
"value": "~password"
},
{
"context": " (co/field-with-label this props... | src/main/org/edgexfoundry/ui/manager/ui/schedules.cljs | lranjbar/edgex-ui-clojure | 2 | ;;; Copyright (c) 2018
;;; IoTech Ltd
;;; SPDX-License-Identifier: Apache-2.0
(ns org.edgexfoundry.ui.manager.ui.schedules
(:require [org.edgexfoundry.ui.manager.ui.table :as t :refer [deftable]]
[org.edgexfoundry.ui.manager.ui.dialogs :as d]
[fulcro.client.primitives :as prim :refer [defui d... | 4836 | ;;; Copyright (c) 2018
;;; IoTech Ltd
;;; SPDX-License-Identifier: Apache-2.0
(ns org.edgexfoundry.ui.manager.ui.schedules
(:require [org.edgexfoundry.ui.manager.ui.table :as t :refer [deftable]]
[org.edgexfoundry.ui.manager.ui.dialogs :as d]
[fulcro.client.primitives :as prim :refer [defui d... | true | ;;; Copyright (c) 2018
;;; IoTech Ltd
;;; SPDX-License-Identifier: Apache-2.0
(ns org.edgexfoundry.ui.manager.ui.schedules
(:require [org.edgexfoundry.ui.manager.ui.table :as t :refer [deftable]]
[org.edgexfoundry.ui.manager.ui.dialogs :as d]
[fulcro.client.primitives :as prim :refer [defui d... |
[
{
"context": "license \"BSD 3-Clause License <https://github.com/FundingCircle/jackdaw/blob/master/LICENSE>\"}\n (:refer-clojure ",
"end": 129,
"score": 0.9963042736053467,
"start": 116,
"tag": "USERNAME",
"value": "FundingCircle"
},
{
"context": " \"fake\")\n (.put \"default... | src/jackdaw/streams/mock.clj | dfbernal/jackdaw | 0 | (ns jackdaw.streams.mock
"Mocks for testing kafka streams."
{:license "BSD 3-Clause License <https://github.com/FundingCircle/jackdaw/blob/master/LICENSE>"}
(:refer-clojure :exclude [send])
(:require [jackdaw.streams :as js]
[jackdaw.streams.interop :as interop]
[jackdaw.data :as data])
... | 80394 | (ns jackdaw.streams.mock
"Mocks for testing kafka streams."
{:license "BSD 3-Clause License <https://github.com/FundingCircle/jackdaw/blob/master/LICENSE>"}
(:refer-clojure :exclude [send])
(:require [jackdaw.streams :as js]
[jackdaw.streams.interop :as interop]
[jackdaw.data :as data])
... | true | (ns jackdaw.streams.mock
"Mocks for testing kafka streams."
{:license "BSD 3-Clause License <https://github.com/FundingCircle/jackdaw/blob/master/LICENSE>"}
(:refer-clojure :exclude [send])
(:require [jackdaw.streams :as js]
[jackdaw.streams.interop :as interop]
[jackdaw.data :as data])
... |
[
{
"context": "f*ck made of clojure.\"\n :url \"https://github.com/p1scescom/crazyfuck\"\n :license {:name \"MIT License\"\n ",
"end": 132,
"score": 0.9995876550674438,
"start": 123,
"tag": "USERNAME",
"value": "p1scescom"
},
{
"context": "ses/MIT\"\n :year 2017\n ... | project.clj | p1scescom/crazyfuck | 0 | (defproject crazyfuck "0.1.0-SNAPSHOT"
:description "Crazyf*ck is Brainf*ck made of clojure."
:url "https://github.com/p1scescom/crazyfuck"
:license {:name "MIT License"
:url "https://opensource.org/licenses/MIT"
:year 2017
:key "mit"}
:dependencies [[org.clojure/clojure "1.8... | 69981 | (defproject crazyfuck "0.1.0-SNAPSHOT"
:description "Crazyf*ck is Brainf*ck made of clojure."
:url "https://github.com/p1scescom/crazyfuck"
:license {:name "MIT License"
:url "https://opensource.org/licenses/MIT"
:year 2017
:key "<KEY>"}
:dependencies [[org.clojure/clojure "1... | true | (defproject crazyfuck "0.1.0-SNAPSHOT"
:description "Crazyf*ck is Brainf*ck made of clojure."
:url "https://github.com/p1scescom/crazyfuck"
:license {:name "MIT License"
:url "https://opensource.org/licenses/MIT"
:year 2017
:key "PI:KEY:<KEY>END_PI"}
:dependencies [[org.cloju... |
[
{
"context": "dd some data\n(d/transact! conn [{:db/id -1 :name \"Bob\" :age 30}\n {:db/id -2 :name \"Sa",
"end": 985,
"score": 0.9997835755348206,
"start": 982,
"tag": "NAME",
"value": "Bob"
},
{
"context": "ob\" :age 30}\n {:db/id -2 :name \"Sall... | src/cljs/app/core.cljs | satrioaw/desa-app | 0 | (ns app.core
(:require [reagent.core :as reagent :refer [atom]]
[datascript.core :as d]
[cljs-uuid-utils.core :as uuid]
[app.helper :as h]))
(defn bind
([conn q]
(bind conn q (atom nil)))
([conn q state]
(let [k (uuid/make-random-uuid)]
(re... | 12602 | (ns app.core
(:require [reagent.core :as reagent :refer [atom]]
[datascript.core :as d]
[cljs-uuid-utils.core :as uuid]
[app.helper :as h]))
(defn bind
([conn q]
(bind conn q (atom nil)))
([conn q state]
(let [k (uuid/make-random-uuid)]
(re... | true | (ns app.core
(:require [reagent.core :as reagent :refer [atom]]
[datascript.core :as d]
[cljs-uuid-utils.core :as uuid]
[app.helper :as h]))
(defn bind
([conn q]
(bind conn q (atom nil)))
([conn q state]
(let [k (uuid/make-random-uuid)]
(re... |
[
{
"context": "aging \"hash-term\" 1 nil)))\n (is (= '(\"oneres\" \"twores\") (do-twitter-search-with-paging \"hash-term\" 100 ",
"end": 1789,
"score": 0.8979690074920654,
"start": 1783,
"tag": "NAME",
"value": "twores"
},
{
"context": "-with-paging \"hash-term\" 100 nil)))\n (i... | test/twitter_hash_6d/search_test.clj | dpavkov/twitter-hash-6d | 0 | (ns twitter-hash-6d.search-test
(:require [clojure.test :refer :all]
[twitter-hash-6d.search :refer :all]))
(deftest test-extract-hashes
(is (= [] (extract-hashes []"search-term")))
(is (= [] (extract-hashes [{:entities {}}] "search-term")))
(is (= [] (extract-hashes [{:entities {:hashtags []}}] "s... | 75329 | (ns twitter-hash-6d.search-test
(:require [clojure.test :refer :all]
[twitter-hash-6d.search :refer :all]))
(deftest test-extract-hashes
(is (= [] (extract-hashes []"search-term")))
(is (= [] (extract-hashes [{:entities {}}] "search-term")))
(is (= [] (extract-hashes [{:entities {:hashtags []}}] "s... | true | (ns twitter-hash-6d.search-test
(:require [clojure.test :refer :all]
[twitter-hash-6d.search :refer :all]))
(deftest test-extract-hashes
(is (= [] (extract-hashes []"search-term")))
(is (= [] (extract-hashes [{:entities {}}] "search-term")))
(is (= [] (extract-hashes [{:entities {:hashtags []}}] "s... |
[
{
"context": "-----------------------\n;; Copyright (c) 2011 Basho Technologies, Inc. All Rights Reserved.\n;;\n;; Th",
"end": 98,
"score": 0.8272398114204407,
"start": 97,
"tag": "NAME",
"value": "o"
},
{
"context": "iakObject]))\n\n(def ^{:private true} default-host \"127.0.0.1\")... | src/sumo/client.clj | michaelklishin/sumo | 1 | ;; -------------------------------------------------------------------
;; Copyright (c) 2011 Basho Technologies, Inc. All Rights Reserved.
;;
;; This file is provided to you under the Apache License,
;; Version 2.0 (the "License"); you may not use this file
;; except in compliance with the License. You may obtain
;; ... | 58327 | ;; -------------------------------------------------------------------
;; Copyright (c) 2011 Bash<NAME> Technologies, Inc. All Rights Reserved.
;;
;; This file is provided to you under the Apache License,
;; Version 2.0 (the "License"); you may not use this file
;; except in compliance with the License. You may obtai... | true | ;; -------------------------------------------------------------------
;; Copyright (c) 2011 BashPI:NAME:<NAME>END_PI Technologies, Inc. All Rights Reserved.
;;
;; This file is provided to you under the Apache License,
;; Version 2.0 (the "License"); you may not use this file
;; except in compliance with the License. ... |
[
{
"context": " :password \"PASSWORD\"}\n ",
"end": 1718,
"score": 0.999416172504425,
"start": 1710,
"tag": "PASSWORD",
"value": "PASSWORD"
},
{
"context": " :pass... | test/kintone_client/user_test.clj | toyokumo/kintone-clj | 5 | (ns kintone-client.user-test
(:require [clojure.core.async :refer [<!! chan put!]]
[clojure.test :refer :all]
[kintone-client.user :as user]
[kintone-client.test-helper :as h]
[kintone-client.types :as t]))
(deftest get-users-test
(is (= (t/->KintoneResponse {:url "h... | 100156 | (ns kintone-client.user-test
(:require [clojure.core.async :refer [<!! chan put!]]
[clojure.test :refer :all]
[kintone-client.user :as user]
[kintone-client.test-helper :as h]
[kintone-client.types :as t]))
(deftest get-users-test
(is (= (t/->KintoneResponse {:url "h... | true | (ns kintone-client.user-test
(:require [clojure.core.async :refer [<!! chan put!]]
[clojure.test :refer :all]
[kintone-client.user :as user]
[kintone-client.test-helper :as h]
[kintone-client.types :as t]))
(deftest get-users-test
(is (= (t/->KintoneResponse {:url "h... |
[
{
"context": "; Copyright (c) 2015 Designed.ly, Marcin Bilski\n; The use and distribution terms for this softwa",
"end": 48,
"score": 0.9997312426567078,
"start": 35,
"tag": "NAME",
"value": "Marcin Bilski"
}
] | banking-web/resources/public/js/compiled/out/reforms/validation.cljs | Divina10/banking | 0 | ; Copyright (c) 2015 Designed.ly, Marcin Bilski
; The use and distribution terms for this software are covered by the
; Eclipse Public License which can be found in the file LICENSE at the root of this distribution.
; By using this software in any fashion, you are agreeing to be bound by the terms of this license.
... | 120606 | ; Copyright (c) 2015 Designed.ly, <NAME>
; The use and distribution terms for this software are covered by the
; Eclipse Public License which can be found in the file LICENSE at the root of this distribution.
; By using this software in any fashion, you are agreeing to be bound by the terms of this license.
; You ... | true | ; Copyright (c) 2015 Designed.ly, PI:NAME:<NAME>END_PI
; The use and distribution terms for this software are covered by the
; Eclipse Public License which can be found in the file LICENSE at the root of this distribution.
; By using this software in any fashion, you are agreeing to be bound by the terms of this li... |
[
{
"context": " port\n :user user\n :password pass})\n",
"end": 403,
"score": 0.9977789521217346,
"start": 399,
"tag": "PASSWORD",
"value": "pass"
}
] | test/jdbc/melt/common.clj | reifying/melt | 0 | (ns jdbc.melt.common)
(def host (System/getenv "MELT_DB_HOST"))
(def port (or (System/getenv "MELT_DB_PORT") "1433"))
(def user (System/getenv "MELT_DB_USER"))
(def pass (System/getenv "MELT_DB_PASS"))
(def dbname (System/getenv "MELT_DB_NAME"))
(def db {:dbtype "jtds"
:dbname dbname
:ho... | 119186 | (ns jdbc.melt.common)
(def host (System/getenv "MELT_DB_HOST"))
(def port (or (System/getenv "MELT_DB_PORT") "1433"))
(def user (System/getenv "MELT_DB_USER"))
(def pass (System/getenv "MELT_DB_PASS"))
(def dbname (System/getenv "MELT_DB_NAME"))
(def db {:dbtype "jtds"
:dbname dbname
:ho... | true | (ns jdbc.melt.common)
(def host (System/getenv "MELT_DB_HOST"))
(def port (or (System/getenv "MELT_DB_PORT") "1433"))
(def user (System/getenv "MELT_DB_USER"))
(def pass (System/getenv "MELT_DB_PASS"))
(def dbname (System/getenv "MELT_DB_NAME"))
(def db {:dbtype "jtds"
:dbname dbname
:ho... |
[
{
"context": "s the user to choose a game to play.\"\n {:author \"Daniel Solano Gómez\"}\n (:gen-class :main no\n :extends a",
"end": 1741,
"score": 0.9997812509536743,
"start": 1722,
"tag": "NAME",
"value": "Daniel Solano Gómez"
}
] | jvm-lang/clojure/src/clojure/decafbot/clojure/GameChooserActivity.clj | sattvik/decafbot | 0 | ; Copyright © 2011 Sattvik Software & Technology Resources, Ltd. Co.
; All rights reserved.
;
; Redistribution and use in source and binary forms, with or without
; modification, are permitted provided that the following conditions are met:
;
; 1. Redistributions of source code must retain the above copyright notice,
;... | 41039 | ; Copyright © 2011 Sattvik Software & Technology Resources, Ltd. Co.
; All rights reserved.
;
; Redistribution and use in source and binary forms, with or without
; modification, are permitted provided that the following conditions are met:
;
; 1. Redistributions of source code must retain the above copyright notice,
;... | true | ; Copyright © 2011 Sattvik Software & Technology Resources, Ltd. Co.
; All rights reserved.
;
; Redistribution and use in source and binary forms, with or without
; modification, are permitted provided that the following conditions are met:
;
; 1. Redistributions of source code must retain the above copyright notice,
;... |
[
{
"context": "sername :env/nexus_jenkins_username\n :password :env/nexus_jenkins_password\n :sign-releases false})\n\n(def tk-version \"1.1.1",
"end": 329,
"score": 0.8697314262390137,
"start": 303,
"tag": "PASSWORD",
"value": "env/nexus_jenkins_password"
}
] | project.clj | shrug/puppetdb | 0 | (def pdb-version "3.1.0-SNAPSHOT")
(def pe-pdb-version "0.1.0-SNAPSHOT")
(defn deploy-info
"Generate deployment information from the URL supplied and the username and
password for Nexus supplied as environment variables."
[url]
{:url url
:username :env/nexus_jenkins_username
:password :env/nexus_jenkins... | 98790 | (def pdb-version "3.1.0-SNAPSHOT")
(def pe-pdb-version "0.1.0-SNAPSHOT")
(defn deploy-info
"Generate deployment information from the URL supplied and the username and
password for Nexus supplied as environment variables."
[url]
{:url url
:username :env/nexus_jenkins_username
:password :<PASSWORD>
:si... | true | (def pdb-version "3.1.0-SNAPSHOT")
(def pe-pdb-version "0.1.0-SNAPSHOT")
(defn deploy-info
"Generate deployment information from the URL supplied and the username and
password for Nexus supplied as environment variables."
[url]
{:url url
:username :env/nexus_jenkins_username
:password :PI:PASSWORD:<PASS... |
[
{
"context": "params \"user\")\n password (get params \"password\")\n session (session session-store req",
"end": 3026,
"score": 0.9901927709579468,
"start": 3018,
"tag": "PASSWORD",
"value": "password"
},
{
"context": " {:name \"passwor... | src/cylon/authentication/login.clj | michaelklishin/cylon | 1 | ;; Copyright © 2014, JUXT LTD. All Rights Reserved.
(ns cylon.authentication.login
(:require
[clojure.tools.logging :refer :all]
[cylon.authentication.protocols :refer (AuthenticationInteraction)]
[cylon.password :refer (verify-password)]
[cylon.password.protocols :refer (PasswordVerifier)]
[cylon.ses... | 90044 | ;; Copyright © 2014, JUXT LTD. All Rights Reserved.
(ns cylon.authentication.login
(:require
[clojure.tools.logging :refer :all]
[cylon.authentication.protocols :refer (AuthenticationInteraction)]
[cylon.password :refer (verify-password)]
[cylon.password.protocols :refer (PasswordVerifier)]
[cylon.ses... | true | ;; Copyright © 2014, JUXT LTD. All Rights Reserved.
(ns cylon.authentication.login
(:require
[clojure.tools.logging :refer :all]
[cylon.authentication.protocols :refer (AuthenticationInteraction)]
[cylon.password :refer (verify-password)]
[cylon.password.protocols :refer (PasswordVerifier)]
[cylon.ses... |
[
{
"context": "eys [firstname lastname] :as person} {:firstname \"John\" :lastname \"Smith\"}\n{:keys [:firstname :lastname",
"end": 530,
"score": 0.9861246943473816,
"start": 526,
"tag": "NAME",
"value": "John"
},
{
"context": "s [:firstname :lastname] :as person} {:firstname \"John... | clojure/avulsos/the_complete_guide_to_clojure_destructuring.clj | micalevisk/x-de-cada-dia | 0 | ;; Clojure destructuring cheatsheet.
;; all the following destructuring forms can be used in any of the
;; Clojure's `let` derived bindings such as function's parameters,
;; `let`, `loop`, `binding`, `for`, `doseq`, etc.
;; list, vectors and sequences
[zero _ _ three & four-and-more :as numbers] (range)
{one 1 two 2} ... | 35723 | ;; Clojure destructuring cheatsheet.
;; all the following destructuring forms can be used in any of the
;; Clojure's `let` derived bindings such as function's parameters,
;; `let`, `loop`, `binding`, `for`, `doseq`, etc.
;; list, vectors and sequences
[zero _ _ three & four-and-more :as numbers] (range)
{one 1 two 2} ... | true | ;; Clojure destructuring cheatsheet.
;; all the following destructuring forms can be used in any of the
;; Clojure's `let` derived bindings such as function's parameters,
;; `let`, `loop`, `binding`, `for`, `doseq`, etc.
;; list, vectors and sequences
[zero _ _ three & four-and-more :as numbers] (range)
{one 1 two 2} ... |
[
{
"context": "flatten set)))))\n\n(deftest test-part-*\n (let [s \"Alice would gain 54 happiness units by sitting next to ",
"end": 1041,
"score": 0.9910392165184021,
"start": 1036,
"tag": "NAME",
"value": "Alice"
},
{
"context": "e would gain 54 happiness units by sitting next to B... | src/aoc/2015/13.clj | callum-oakley/advent-of-code | 2 | (ns aoc.2015.13
(:require
[clojure.math.combinatorics :as comb]
[clojure.string :as str]
[clojure.test :refer [deftest is]]))
(defn parse [s]
(reduce #(let [[_ a b c d]
(re-matches #"\s*(\w+) would (gain|lose) (\d+) .* (\w+)." %2)]
(assoc %1 [a d] (({"gain" + "lose" -} b) (re... | 107175 | (ns aoc.2015.13
(:require
[clojure.math.combinatorics :as comb]
[clojure.string :as str]
[clojure.test :refer [deftest is]]))
(defn parse [s]
(reduce #(let [[_ a b c d]
(re-matches #"\s*(\w+) would (gain|lose) (\d+) .* (\w+)." %2)]
(assoc %1 [a d] (({"gain" + "lose" -} b) (re... | true | (ns aoc.2015.13
(:require
[clojure.math.combinatorics :as comb]
[clojure.string :as str]
[clojure.test :refer [deftest is]]))
(defn parse [s]
(reduce #(let [[_ a b c d]
(re-matches #"\s*(\w+) would (gain|lose) (\d+) .* (\w+)." %2)]
(assoc %1 [a d] (({"gain" + "lose" -} b) (re... |
[
{
"context": "structures\n (:gen-class))\n\n; map\n{:name {:first \"John\" :middle \"Jacob\" :last \"Jingleheimerschmidt\"}}\n\n;",
"end": 72,
"score": 0.9998321533203125,
"start": 68,
"tag": "NAME",
"value": "John"
},
{
"context": "gen-class))\n\n; map\n{:name {:first \"John\" :mid... | clojure-noob/src/clojure_noob/structures.clj | christianzach/chz-clojure | 0 |
(ns clojure-noob.structures
(:gen-class))
; map
{:name {:first "John" :middle "Jacob" :last "Jingleheimerschmidt"}}
;vector
(get ["a" {:name "Pugsley Winterbottom"} "c"] 1)
(def vectortest ["a" {:name "Pugsley Winterbottom"} "c"])
(vectortest 1)
(defn vtest
[x]
(vectortest x))
(vtest 1)
;list
'(1 2 3 4)... | 98845 |
(ns clojure-noob.structures
(:gen-class))
; map
{:name {:first "<NAME>" :middle "<NAME>" :last "<NAME>"}}
;vector
(get ["a" {:name "<NAME>"} "c"] 1)
(def vectortest ["a" {:name "<NAME>"} "c"])
(vectortest 1)
(defn vtest
[x]
(vectortest x))
(vtest 1)
;list
'(1 2 3 4)
(def listtest '(1 2 3 4) )
(defn ge... | true |
(ns clojure-noob.structures
(:gen-class))
; map
{:name {:first "PI:NAME:<NAME>END_PI" :middle "PI:NAME:<NAME>END_PI" :last "PI:NAME:<NAME>END_PI"}}
;vector
(get ["a" {:name "PI:NAME:<NAME>END_PI"} "c"] 1)
(def vectortest ["a" {:name "PI:NAME:<NAME>END_PI"} "c"])
(vectortest 1)
(defn vtest
[x]
(vectortest x)... |
[
{
"context": "e another Dockerfile.\"\n :url \"https://github.com/into-docker/into-docker\"\n :license {:name \"MIT License\"\n ",
"end": 121,
"score": 0.9586073756217957,
"start": 110,
"tag": "USERNAME",
"value": "into-docker"
},
{
"context": "ses/MIT\"\n :year 2020\... | project.clj | r0man/into-docker | 0 | (defproject into "1.0.1-SNAPSHOT"
:description "Never write another Dockerfile."
:url "https://github.com/into-docker/into-docker"
:license {:name "MIT License"
:url "https://opensource.org/licenses/MIT"
:year 2020
:key "mit"}
:dependencies [[org.clojure/clojure "1.10.2"]
... | 88703 | (defproject into "1.0.1-SNAPSHOT"
:description "Never write another Dockerfile."
:url "https://github.com/into-docker/into-docker"
:license {:name "MIT License"
:url "https://opensource.org/licenses/MIT"
:year 2020
:key "<KEY>"}
:dependencies [[org.clojure/clojure "1.10.2"]
... | true | (defproject into "1.0.1-SNAPSHOT"
:description "Never write another Dockerfile."
:url "https://github.com/into-docker/into-docker"
:license {:name "MIT License"
:url "https://opensource.org/licenses/MIT"
:year 2020
:key "PI:KEY:<KEY>END_PI"}
:dependencies [[org.clojure/clojur... |
[
{
"context": ";; Copyright 2014 (c) Diego Souza <dsouza@c0d3.xxx>\n;;\n;; Licensed under the Apache",
"end": 33,
"score": 0.9998750686645508,
"start": 22,
"tag": "NAME",
"value": "Diego Souza"
},
{
"context": ";; Copyright 2014 (c) Diego Souza <dsouza@c0d3.xxx>\n;;\n;; Licensed under... | src/blackbox/src/leela/version.clj | locaweb/leela | 22 | ;; Copyright 2014 (c) Diego Souza <dsouza@c0d3.xxx>
;;
;; 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 applicabl... | 52206 | ;; 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
;;
;; Unless required by applicable law or agre... | true | ;; 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
;;
;; http://www.apache.org/licenses/LICENSE-2.0
;;
;; Unless requi... |
[
{
"context": "t [pacientes {}\n guilherme {:id 15, :nome \"Guilherme\" :nascimento \"18/9/1981\"}\n daniela {:id 20",
"end": 451,
"score": 0.9997850060462952,
"start": 442,
"tag": "NAME",
"value": "Guilherme"
},
{
"context": "ento \"18/9/1981\"}\n daniela {:id 20... | curso4/src/hospital/aula1.clj | Caporiccii/Clojure-Class | 0 | (ns hospital.aula1
(:use clojure.pprint))
(defn adiciona-paciente
"os pacientes são um mapa"
[pacientes paciente]
(if-let [id (:id paciente)]
(assoc pacientes id paciente)
(throw (ex-info "Paciente não possui id" {:paciente paciente}))))
;if-let já executa caso o let seja verdadeiro, caso não ele retor... | 68540 | (ns hospital.aula1
(:use clojure.pprint))
(defn adiciona-paciente
"os pacientes são um mapa"
[pacientes paciente]
(if-let [id (:id paciente)]
(assoc pacientes id paciente)
(throw (ex-info "Paciente não possui id" {:paciente paciente}))))
;if-let já executa caso o let seja verdadeiro, caso não ele retor... | true | (ns hospital.aula1
(:use clojure.pprint))
(defn adiciona-paciente
"os pacientes são um mapa"
[pacientes paciente]
(if-let [id (:id paciente)]
(assoc pacientes id paciente)
(throw (ex-info "Paciente não possui id" {:paciente paciente}))))
;if-let já executa caso o let seja verdadeiro, caso não ele retor... |
[
{
"context": "; Copyright 2016 David O'Meara\n;\n; Licensed under the Apache License, Version 2.",
"end": 30,
"score": 0.9998533129692078,
"start": 17,
"tag": "NAME",
"value": "David O'Meara"
}
] | src-cljs/ui/utils.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... | 74898 | ; 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": "e-auth]))\n\n(defonce firebase-app-info\n {:apiKey \"AIzaSyDrq5xXw3h9hNJfFmH2x1cprsQ165PYe28\"\n :authDomain \"rolling-rules.firebaseapp.com\"\n ",
"end": 270,
"score": 0.9997547268867493,
"start": 231,
"tag": "KEY",
"value": "AIzaSyDrq5xXw3h9hNJfFmH2x1cprsQ165PYe28"
},
... | src/rolling_rules/firebase.cljs | jahenderson777/rolling-rules | 0 | (ns rolling-rules.firebase
(:require [clojure.string :as str]
[xframe.core.alpha :as xf]
["firebase" :as firebase]
["firebase/auth" :as firebase-auth]))
(defonce firebase-app-info
{:apiKey "AIzaSyDrq5xXw3h9hNJfFmH2x1cprsQ165PYe28"
:authDomain "rolling-rules.firebaseapp.com"
... | 77782 | (ns rolling-rules.firebase
(:require [clojure.string :as str]
[xframe.core.alpha :as xf]
["firebase" :as firebase]
["firebase/auth" :as firebase-auth]))
(defonce firebase-app-info
{:apiKey "<KEY>"
:authDomain "rolling-rules.firebaseapp.com"
:databaseURL "https://rolling-ru... | true | (ns rolling-rules.firebase
(:require [clojure.string :as str]
[xframe.core.alpha :as xf]
["firebase" :as firebase]
["firebase/auth" :as firebase-auth]))
(defonce firebase-app-info
{:apiKey "PI:KEY:<KEY>END_PI"
:authDomain "rolling-rules.firebaseapp.com"
:databaseURL "https... |
[
{
"context": " an Event from an Action\"\n (let [source-token \"SOURCE_TOKEN\"\n subject-url \"https://blog.com/1234\"\n ",
"end": 438,
"score": 0.7631062865257263,
"start": 426,
"tag": "KEY",
"value": "SOURCE_TOKEN"
},
{
"context": "license field if present\"\n (let ... | test/event_data_percolator/action_test.clj | CrossRef/event-data-percolator | 2 | (ns event-data-percolator.action-test
"Tests for action"
(:require [clojure.test :refer :all]
[clj-time.core :as clj-time]
[org.httpkit.fake :as fake]
[event-data-percolator.action :as action]
[event-data-percolator.test-util :as util]))
(deftest ^:unit create-event-... | 83056 | (ns event-data-percolator.action-test
"Tests for action"
(:require [clojure.test :refer :all]
[clj-time.core :as clj-time]
[org.httpkit.fake :as fake]
[event-data-percolator.action :as action]
[event-data-percolator.test-util :as util]))
(deftest ^:unit create-event-... | true | (ns event-data-percolator.action-test
"Tests for action"
(:require [clojure.test :refer :all]
[clj-time.core :as clj-time]
[org.httpkit.fake :as fake]
[event-data-percolator.action :as action]
[event-data-percolator.test-util :as util]))
(deftest ^:unit create-event-... |
[
{
"context": "nstrument and studio abstractions.\"\n :author \"Jeff Rose\"}\n overtone.studio.mixer\n (:use [clojure.core.i",
"end": 87,
"score": 0.9998677968978882,
"start": 78,
"tag": "NAME",
"value": "Jeff Rose"
}
] | src/overtone/studio/mixer.clj | rosejn/overtone | 4 | (ns
^{:doc "Higher level instrument and studio abstractions."
:author "Jeff Rose"}
overtone.studio.mixer
(:use [clojure.core.incubator :only [dissoc-in]]
[overtone.music rhythm pitch]
[overtone.libs event deps]
[overtone.util lib]
[overtone.sc.machinery defaults synthdef]
... | 67795 | (ns
^{:doc "Higher level instrument and studio abstractions."
:author "<NAME>"}
overtone.studio.mixer
(:use [clojure.core.incubator :only [dissoc-in]]
[overtone.music rhythm pitch]
[overtone.libs event deps]
[overtone.util lib]
[overtone.sc.machinery defaults synthdef]
... | true | (ns
^{:doc "Higher level instrument and studio abstractions."
:author "PI:NAME:<NAME>END_PI"}
overtone.studio.mixer
(:use [clojure.core.incubator :only [dissoc-in]]
[overtone.music rhythm pitch]
[overtone.libs event deps]
[overtone.util lib]
[overtone.sc.machinery defaults syn... |
[
{
"context": "file is part of esri-api.\n;;;;\n;;;; Copyright 2020 Alexander Dorn\n;;;;\n;;;; Licensed under the Apache License, Vers",
"end": 75,
"score": 0.9998602867126465,
"start": 61,
"tag": "NAME",
"value": "Alexander Dorn"
}
] | src/esri_api/core.clj | e-user/esri-api | 0 | ;;;; This file is part of esri-api.
;;;;
;;;; Copyright 2020 Alexander Dorn
;;;;
;;;; 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.... | 117895 | ;;;; This file is part of esri-api.
;;;;
;;;; 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
;;;;
;... | true | ;;;; This file is part of esri-api.
;;;;
;;;; 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/LICE... |
[
{
"context": "in (time/t -2 1900)\n :max (time/t -2 2100)}\n\n \"hetkel\"\n \"praegu\"\n \"praegusel hetkel\"\n \"just nüüd\"\n ",
"end": 189,
"score": 0.9428743720054626,
"start": 183,
"tag": "NAME",
"value": "hetkel"
},
{
"context": "-2 1900)\n :max (time/t -2 2100)}\n\n ... | resources/languages/et/corpus/_time.clj | irvingflores/duckling | 922 | (
; Context map
; Tuesday Feb 12, 2013 at 4:30am is the "now" for the tests
{:reference-time (time/t -2 2013 2 12 4 30 0)
:min (time/t -2 1900)
:max (time/t -2 2100)}
"hetkel"
"praegu"
"praegusel hetkel"
"just nüüd"
(datetime 2013 2 12 4 30 00)
"täna"
(datetime 2013 2 12)
"eile"
(date... | 55476 | (
; Context map
; Tuesday Feb 12, 2013 at 4:30am is the "now" for the tests
{:reference-time (time/t -2 2013 2 12 4 30 0)
:min (time/t -2 1900)
:max (time/t -2 2100)}
"<NAME>"
"<NAME>"
"<NAME>"
"just nüüd"
(datetime 2013 2 12 4 30 00)
"<NAME>"
(datetime 2013 2 12)
"<NAME>"
(datetime 2... | true | (
; Context map
; Tuesday Feb 12, 2013 at 4:30am is the "now" for the tests
{:reference-time (time/t -2 2013 2 12 4 30 0)
:min (time/t -2 1900)
:max (time/t -2 2100)}
"PI:NAME:<NAME>END_PI"
"PI:NAME:<NAME>END_PI"
"PI:NAME:<NAME>END_PI"
"just nüüd"
(datetime 2013 2 12 4 30 00)
"PI:NAME:<NAME>... |
[
{
"context": "d b values in the set [0, 255].\n Based on code by Michael Jackson (https://github.com/mjijackson)\n\n Parameters:\n ",
"end": 25039,
"score": 0.6748352646827698,
"start": 25024,
"tag": "NAME",
"value": "Michael Jackson"
},
{
"context": "ed on code by Michael Jackson... | src/phzr/color.cljs | dparis/phzr | 120 | (ns phzr.color
(:require [phzr.impl.utils.core :refer [clj->phaser phaser->clj]]
[phzr.impl.extend :as ex]
[cljsjs.phaser]))
(defn blend-add-
"Adds the source and backdrop colors together and returns the value, up to a maximum of 255.
Parameters:
* a (integer) - The source color to b... | 37118 | (ns phzr.color
(:require [phzr.impl.utils.core :refer [clj->phaser phaser->clj]]
[phzr.impl.extend :as ex]
[cljsjs.phaser]))
(defn blend-add-
"Adds the source and backdrop colors together and returns the value, up to a maximum of 255.
Parameters:
* a (integer) - The source color to b... | true | (ns phzr.color
(:require [phzr.impl.utils.core :refer [clj->phaser phaser->clj]]
[phzr.impl.extend :as ex]
[cljsjs.phaser]))
(defn blend-add-
"Adds the source and backdrop colors together and returns the value, up to a maximum of 255.
Parameters:
* a (integer) - The source color to b... |
[
{
"context": ";; Copyright 2014-2020 King\n;; Copyright 2009-2014 Ragnar Svensson, Christian Murray\n;; Licensed under the Defold Li",
"end": 111,
"score": 0.9998130202293396,
"start": 96,
"tag": "NAME",
"value": "Ragnar Svensson"
},
{
"context": "-2020 King\n;; Copyright 2009-2014 R... | editor/test/editor/geom_test.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... | 50433 | ;; Copyright 2020-2022 The Defold Foundation
;; Copyright 2014-2020 King
;; Copyright 2009-2014 <NAME>, <NAME>
;; Licensed under the Defold License version 1.0 (the "License"); you may not use
;; this file except in compliance with the License.
;;
;; You may obtain a copy of the License, together with FAQs at
;; https... | true | ;; Copyright 2020-2022 The Defold Foundation
;; Copyright 2014-2020 King
;; Copyright 2009-2014 PI:NAME:<NAME>END_PI, PI:NAME:<NAME>END_PI
;; Licensed under the Defold License version 1.0 (the "License"); you may not use
;; this file except in compliance with the License.
;;
;; You may obtain a copy of the License, to... |
[
{
"context": ";;\n;;\n;; Copyright 2013 Netflix, Inc.\n;;\n;; Licensed under the Apache Lic",
"end": 28,
"score": 0.9530190825462341,
"start": 25,
"tag": "NAME",
"value": "Net"
}
] | src/test/clojure/pigpen/functional/code_test.clj | magomimmo/PigPen | 1 | ;;
;;
;; Copyright 2013 Netflix, Inc.
;;
;; Licensed under the Apache License, Version 2.0 (the "License");
;; you may not use this file except in compliance with the License.
;; You may obtain a copy of the License at
;;
;; http://www.apache.org/licenses/LICENSE-2.0
;;
;; Unless required by ap... | 17330 | ;;
;;
;; Copyright 2013 <NAME>flix, Inc.
;;
;; Licensed under the Apache License, Version 2.0 (the "License");
;; you may not use this file except in compliance with the License.
;; You may obtain a copy of the License at
;;
;; http://www.apache.org/licenses/LICENSE-2.0
;;
;; Unless required by... | true | ;;
;;
;; Copyright 2013 PI:NAME:<NAME>END_PIflix, Inc.
;;
;; Licensed under the Apache License, Version 2.0 (the "License");
;; you may not use this file except in compliance with the License.
;; You may obtain a copy of the License at
;;
;; http://www.apache.org/licenses/LICENSE-2.0
;;
;; Unle... |
[
{
"context": "rohost.com\")\n(def endpoint \"flows\")\n(def api-key \"a1b2c3\")\n\n(fact \"get-textit-data calls parse-http with t",
"end": 274,
"score": 0.9994967579841614,
"start": 268,
"tag": "KEY",
"value": "a1b2c3"
}
] | test/clj/milia/api/apps_test.clj | onaio/milia | 9 | (ns milia.api.apps-test
(:require [midje.sweet :refer :all]
[milia.api.apps :refer :all]
[milia.api.http :refer [parse-http]]))
(def server "rapidpro-ona")
(def custom-server "http://myrapidprohost.com")
(def endpoint "flows")
(def api-key "a1b2c3")
(fact "get-textit-data calls parse-http wi... | 46821 | (ns milia.api.apps-test
(:require [midje.sweet :refer :all]
[milia.api.apps :refer :all]
[milia.api.http :refer [parse-http]]))
(def server "rapidpro-ona")
(def custom-server "http://myrapidprohost.com")
(def endpoint "flows")
(def api-key "<KEY>")
(fact "get-textit-data calls parse-http wit... | true | (ns milia.api.apps-test
(:require [midje.sweet :refer :all]
[milia.api.apps :refer :all]
[milia.api.http :refer [parse-http]]))
(def server "rapidpro-ona")
(def custom-server "http://myrapidprohost.com")
(def endpoint "flows")
(def api-key "PI:KEY:<KEY>END_PI")
(fact "get-textit-data calls p... |
[
{
"context": "using reservoirs as described by\n Efraimidis and Spirakis.\n http://utopia.duth.gr/~pefraimi/researc",
"end": 251,
"score": 0.5752099752426147,
"start": 249,
"tag": "NAME",
"value": "Sp"
}
] | src/bigml/sampling/reservoir/efraimidis.clj | bigmlcom/sampling | 66 | ;; Copyright 2013 BigML
;; Licensed under the Apache License, Version 2.0
;; http://www.apache.org/licenses/LICENSE-2.0
(ns bigml.sampling.reservoir.efraimidis
"Provides weighted random sampling using reservoirs as described by
Efraimidis and Spirakis.
http://utopia.duth.gr/~pefraimi/research/data/2007EncOfAlg... | 1045 | ;; Copyright 2013 BigML
;; Licensed under the Apache License, Version 2.0
;; http://www.apache.org/licenses/LICENSE-2.0
(ns bigml.sampling.reservoir.efraimidis
"Provides weighted random sampling using reservoirs as described by
Efraimidis and <NAME>irakis.
http://utopia.duth.gr/~pefraimi/research/data/2007EncO... | true | ;; Copyright 2013 BigML
;; Licensed under the Apache License, Version 2.0
;; http://www.apache.org/licenses/LICENSE-2.0
(ns bigml.sampling.reservoir.efraimidis
"Provides weighted random sampling using reservoirs as described by
Efraimidis and PI:NAME:<NAME>END_PIirakis.
http://utopia.duth.gr/~pefraimi/research... |
[
{
"context": " :password (str user \"Pass0\")}])\n\n (if group-concept-ids\n (do\n (d",
"end": 2500,
"score": 0.9846205711364746,
"start": 2495,
"tag": "PASSWORD",
"value": "Pass0"
}
] | mock-echo-app/src/cmr/mock_echo/client/echo_util.clj | daniel-zamora/Common-Metadata-Repository | 0 | (ns cmr.mock-echo.client.echo-util
"Contains helper functions for working with the echo mock"
(:require
[clojure.set :as set]
[clojure.string :as string]
[cmr.common-app.api.launchpad-token-validation :as lt-validation]
[cmr.common.log :as log :refer (debug info warn error)]
[cmr.common.util :as util... | 731 | (ns cmr.mock-echo.client.echo-util
"Contains helper functions for working with the echo mock"
(:require
[clojure.set :as set]
[clojure.string :as string]
[cmr.common-app.api.launchpad-token-validation :as lt-validation]
[cmr.common.log :as log :refer (debug info warn error)]
[cmr.common.util :as util... | true | (ns cmr.mock-echo.client.echo-util
"Contains helper functions for working with the echo mock"
(:require
[clojure.set :as set]
[clojure.string :as string]
[cmr.common-app.api.launchpad-token-validation :as lt-validation]
[cmr.common.log :as log :refer (debug info warn error)]
[cmr.common.util :as util... |
[
{
"context": ";; Copyright (c) 2011-2014 Michael S. Klishin, Alex Petrov, and the ClojureWerkz Team\n;;\n;; The",
"end": 45,
"score": 0.9998509287834167,
"start": 27,
"tag": "NAME",
"value": "Michael S. Klishin"
},
{
"context": ";; Copyright (c) 2011-2014 Michael S. Klishin, Alex Pet... | src/clojure/pantomime/internal.clj | dthadi3/pantomime | 119 | ;; Copyright (c) 2011-2014 Michael S. Klishin, Alex Petrov, and the ClojureWerkz Team
;;
;; 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.
... | 53411 | ;; Copyright (c) 2011-2014 <NAME>, <NAME>, and the ClojureWerkz Team
;;
;; 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) 2011-2014 PI:NAME:<NAME>END_PI, PI:NAME:<NAME>END_PI, and the ClojureWerkz Team
;;
;; 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 dis... |
[
{
"context": ";;;;;;;;;;;;;;;;;;;;;;;;;;;\n;; Copyright (c) 2008, J. Bester\n;; All rights reserved.\n;;\n;; Redistribution and ",
"end": 441,
"score": 0.9998762607574463,
"start": 432,
"tag": "NAME",
"value": "J. Bester"
}
] | src/cljext/option.clj | jbester/cljext | 9 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; File : option.clj
;; Function : Optional value library
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; Send comments or questions to code at freshlime dot org
;; $Id: 38c5cc66480ac6dc3b36f70eb51641df8... | 9169 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; File : option.clj
;; Function : Optional value library
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; Send comments or questions to code at freshlime dot org
;; $Id: 38c5cc66480ac6dc3b36f70eb51641df8... | true | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; File : option.clj
;; Function : Optional value library
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; Send comments or questions to code at freshlime dot org
;; $Id: 38c5cc66480ac6dc3b36f70eb51641df8... |
[
{
"context": " :username (:username credentials)\n :password (:",
"end": 2372,
"score": 0.5371686816215515,
"start": 2361,
"tag": "USERNAME",
"value": "credentials"
},
{
"context": ")\n ... | src/creddit/client.clj | OliverAndrews/creddit | 0 | (ns creddit.client
(:require [clj-http.client :as client]
[clojure.string :as string]
[cheshire.core :refer :all]
[slingshot.slingshot :refer :all]))
(defn- parse-response
[response]
(if-let [coll (or (get-in response [:data :children])
(get-in response [:d... | 94179 | (ns creddit.client
(:require [clj-http.client :as client]
[clojure.string :as string]
[cheshire.core :refer :all]
[slingshot.slingshot :refer :all]))
(defn- parse-response
[response]
(if-let [coll (or (get-in response [:data :children])
(get-in response [:d... | true | (ns creddit.client
(:require [clj-http.client :as client]
[clojure.string :as string]
[cheshire.core :refer :all]
[slingshot.slingshot :refer :all]))
(defn- parse-response
[response]
(if-let [coll (or (get-in response [:data :children])
(get-in response [:d... |
[
{
"context": " (is (nil? (usercore/load-user-by-email db-spec \"smithka@testing.com\")))\n (is (nil? (usercore/load-user-by-username",
"end": 4089,
"score": 0.9999263286590576,
"start": 4070,
"tag": "EMAIL",
"value": "smithka@testing.com"
},
{
"context": "is (nil? (usercore/load-... | test/pe_fp_rest/resource/vehicle/vehicles_res_test.clj | evanspa/pe-gasjot-rest | 0 | (ns pe-fp-rest.resource.vehicle.vehicles-res-test
(:require [clojure.test :refer :all]
[clojure.data.json :as json]
[clj-time.core :as t]
[clj-time.coerce :as c]
[clojure.tools.logging :as log]
[clojure.pprint :refer (pprint)]
[compojure.core :re... | 64075 | (ns pe-fp-rest.resource.vehicle.vehicles-res-test
(:require [clojure.test :refer :all]
[clojure.data.json :as json]
[clj-time.core :as t]
[clj-time.coerce :as c]
[clojure.tools.logging :as log]
[clojure.pprint :refer (pprint)]
[compojure.core :re... | true | (ns pe-fp-rest.resource.vehicle.vehicles-res-test
(:require [clojure.test :refer :all]
[clojure.data.json :as json]
[clj-time.core :as t]
[clj-time.coerce :as c]
[clojure.tools.logging :as log]
[clojure.pprint :refer (pprint)]
[compojure.core :re... |
[
{
"context": " :selected_dates []\n :name (:name user)\n :email (:email user)\n :phon",
"end": 3911,
"score": 0.6434166431427002,
"start": 3907,
"tag": "NAME",
"value": "user"
},
{
"context": "ter_link {:href \"https://www.flaticon.com/authors/spo... | src/cljs/m_cal/core.cljs | jaittola/m-cal | 0 | (ns m-cal.core
(:require [reagent.core :as reagent]
[clojure.string :as string]
[cljs-time.core :as time]
[cljs-http.client :as http]
[cljs.core.async :refer [<!]]
[m-cal.utils :as u]
[m-cal.login :as login]
[m-cal.token-utils :as t]
... | 1702 | (ns m-cal.core
(:require [reagent.core :as reagent]
[clojure.string :as string]
[cljs-time.core :as time]
[cljs-http.client :as http]
[cljs.core.async :refer [<!]]
[m-cal.utils :as u]
[m-cal.login :as login]
[m-cal.token-utils :as t]
... | true | (ns m-cal.core
(:require [reagent.core :as reagent]
[clojure.string :as string]
[cljs-time.core :as time]
[cljs-http.client :as http]
[cljs.core.async :refer [<!]]
[m-cal.utils :as u]
[m-cal.login :as login]
[m-cal.token-utils :as t]
... |
[
{
"context": "! *unchecked-math* :warn-on-boxed)\n(ns ^{:author \"wahpenayo at gmail dot com\" \n :date \"2018-02-1",
"end": 88,
"score": 0.5292940735816956,
"start": 87,
"tag": "EMAIL",
"value": "w"
}
] | src/main/clojure/zana/data/enum.clj | wahpenayo/zana | 2 | (set! *warn-on-reflection* true)
(set! *unchecked-math* :warn-on-boxed)
(ns ^{:author "wahpenayo at gmail dot com"
:date "2018-02-12"
:doc "Syntatic sugar for categorical 'enum' type definition.
Note: one per namespace; some names (eg 'singleton') are reserved.
Best practice is one ... | 7142 | (set! *warn-on-reflection* true)
(set! *unchecked-math* :warn-on-boxed)
(ns ^{:author "<EMAIL>ahpenayo at gmail dot com"
:date "2018-02-12"
:doc "Syntatic sugar for categorical 'enum' type definition.
Note: one per namespace; some names (eg 'singleton') are reserved.
Best practice i... | true | (set! *warn-on-reflection* true)
(set! *unchecked-math* :warn-on-boxed)
(ns ^{:author "PI:EMAIL:<EMAIL>END_PIahpenayo at gmail dot com"
:date "2018-02-12"
:doc "Syntatic sugar for categorical 'enum' type definition.
Note: one per namespace; some names (eg 'singleton') are reserved.
... |
[
{
"context": ";;; window regex pattern.\n\"Touhou Hisoutensoku ver\"\n\n;;; new config section\n[:end ; new A ke",
"end": 46,
"score": 0.8485988974571228,
"start": 27,
"tag": "NAME",
"value": "Touhou Hisoutensoku"
},
{
"context": " ; heavy artillery\n (first-match\n [key-7... | target/clj-hisoutensoku-config.clj | NeedMoreDesu/clj-hisoutensoku | 1 | ;;; window regex pattern.
"Touhou Hisoutensoku ver"
;;; new config section
[:end ; new A key
:+ ; new B key
:return ; new C key
:numpad5 ; new D key
:numpad1
:numpad2
:numpad3
:numpad4
;; there is no numpad5 direction
:numpad6
:numpad7
:numpad8
:numpad9
:home ; power-system key
:* ; car... | 349 | ;;; window regex pattern.
"<NAME> ver"
;;; new config section
[:end ; new A key
:+ ; new B key
:return ; new C key
:numpad5 ; new D key
:numpad1
:numpad2
:numpad3
:numpad4
;; there is no numpad5 direction
:numpad6
:numpad7
:numpad8
:numpad9
:home ; power-system key
:* ; card choose
:- ... | true | ;;; window regex pattern.
"PI:NAME:<NAME>END_PI ver"
;;; new config section
[:end ; new A key
:+ ; new B key
:return ; new C key
:numpad5 ; new D key
:numpad1
:numpad2
:numpad3
:numpad4
;; there is no numpad5 direction
:numpad6
:numpad7
:numpad8
:numpad9
:home ; power-system key
:* ; ca... |
[
{
"context": "fault_for_currency true\n :bank_name \"Wells Fargo\"\n :last4 \"1234\"\n :country ",
"end": 3758,
"score": 0.9993299245834351,
"start": 3747,
"tag": "NAME",
"value": "Wells Fargo"
},
{
"context": "nabled true\n :legal_entity ... | src/eponai/server/external/stripe/stub.cljc | eponai/sulolive | 181 | (ns eponai.server.external.stripe.stub
(:require [eponai.common.format.date :as date]))
(def country-specs
{"CA" {:id "CA"
:default_currency "cad"
:supported_bank_account_currencies {"cad" ["CA"]
"usd" ["... | 84791 | (ns eponai.server.external.stripe.stub
(:require [eponai.common.format.date :as date]))
(def country-specs
{"CA" {:id "CA"
:default_currency "cad"
:supported_bank_account_currencies {"cad" ["CA"]
"usd" ["... | true | (ns eponai.server.external.stripe.stub
(:require [eponai.common.format.date :as date]))
(def country-specs
{"CA" {:id "CA"
:default_currency "cad"
:supported_bank_account_currencies {"cad" ["CA"]
"usd" ["... |
[
{
"context": "etions {:completions\n {:people [\"Rich Hickey\" \"Alan Turing\"]}})\n\n(defn mount-root []\n (dispat",
"end": 414,
"score": 0.9998744130134583,
"start": 403,
"tag": "NAME",
"value": "Rich Hickey"
},
{
"context": "etions\n {:people [\"... | data/train/clojure/802c2af8751846a7cf7052d85990cecea9a15a44core.cljs | harshp8l/deep-learning-lang-detection | 84 | (ns auto-mention.core
(:require [auto-mention.handlers]
[auto-mention.subscriptions]
[auto-mention.views :as views]
[reagent.core :as r]
[re-frame.core :refer [dispatch-sync
dispatch
subscribe]]))
(e... | 104929 | (ns auto-mention.core
(:require [auto-mention.handlers]
[auto-mention.subscriptions]
[auto-mention.views :as views]
[reagent.core :as r]
[re-frame.core :refer [dispatch-sync
dispatch
subscribe]]))
(e... | true | (ns auto-mention.core
(:require [auto-mention.handlers]
[auto-mention.subscriptions]
[auto-mention.views :as views]
[reagent.core :as r]
[re-frame.core :refer [dispatch-sync
dispatch
subscribe]]))
(e... |
[
{
"context": "andy list (not sequence) util fns\"\n :author \"Sam Aaron\"}\n overtone.algo.lists)\n\n(defn rotate\n \"Treat a",
"end": 76,
"score": 0.9998877644538879,
"start": 67,
"tag": "NAME",
"value": "Sam Aaron"
}
] | src/overtone/algo/lists.clj | ABaldwinHunter/overtone | 3,870 | (ns
^{:doc "Handy list (not sequence) util fns"
:author "Sam Aaron"}
overtone.algo.lists)
(defn rotate
"Treat a list/vector as a circular data structure and rotate it by n
places:
(rotate 0 [1 2 3 4]) ;=> [1 2 3 4]
(rotate 2 [1 2 3 4]) ;=> [3 4 1 2]
(rotate -1 [1 2 3 4]) ;=> [4 1 2 3]
... | 50183 | (ns
^{:doc "Handy list (not sequence) util fns"
:author "<NAME>"}
overtone.algo.lists)
(defn rotate
"Treat a list/vector as a circular data structure and rotate it by n
places:
(rotate 0 [1 2 3 4]) ;=> [1 2 3 4]
(rotate 2 [1 2 3 4]) ;=> [3 4 1 2]
(rotate -1 [1 2 3 4]) ;=> [4 1 2 3]
Not... | true | (ns
^{:doc "Handy list (not sequence) util fns"
:author "PI:NAME:<NAME>END_PI"}
overtone.algo.lists)
(defn rotate
"Treat a list/vector as a circular data structure and rotate it by n
places:
(rotate 0 [1 2 3 4]) ;=> [1 2 3 4]
(rotate 2 [1 2 3 4]) ;=> [3 4 1 2]
(rotate -1 [1 2 3 4]) ;=> [4 ... |
[
{
"context": " \"it finds valid/invalid adddresses\"\n (is (= [\"test@example.com\"\n nil\n nil\n nil\n",
"end": 258,
"score": 0.9998327493667603,
"start": 242,
"tag": "EMAIL",
"value": "test@example.com"
},
{
"context": " nil\n nil\n ... | test/utility_belt/validation_test.clj | nomnom-insights/nomnom.utility-belt | 1 | (ns utility-belt.validation-test
(:require
[clojure.test :refer [is deftest testing]]
[utility-belt.validation :as validation]))
(deftest email-validation-and-extraction
(testing "it finds valid/invalid adddresses"
(is (= ["test@example.com"
nil
nil
nil
... | 124117 | (ns utility-belt.validation-test
(:require
[clojure.test :refer [is deftest testing]]
[utility-belt.validation :as validation]))
(deftest email-validation-and-extraction
(testing "it finds valid/invalid adddresses"
(is (= ["<EMAIL>"
nil
nil
nil
"<EMAIL>"... | true | (ns utility-belt.validation-test
(:require
[clojure.test :refer [is deftest testing]]
[utility-belt.validation :as validation]))
(deftest email-validation-and-extraction
(testing "it finds valid/invalid adddresses"
(is (= ["PI:EMAIL:<EMAIL>END_PI"
nil
nil
nil
... |
[
{
"context": ";\n; Copyright 2020 AppsFlyer\n;\n; Licensed under the Apache License, Versi",
"end": 23,
"score": 0.5448635220527649,
"start": 19,
"tag": "NAME",
"value": "Apps"
},
{
"context": ";\n; Copyright 2020 AppsFlyer\n;\n; Licensed under the Apache License, Version 2.",
"e... | src/test/clojure/com/appsflyer/donkey/core_test.clj | yaronel/donkey-1 | 274 | ;
; Copyright 2020 AppsFlyer
;
; 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, ... | 33061 | ;
; Copyright 2020 <NAME>Flyer
;
; 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 2020 PI:NAME:<NAME>END_PIFlyer
;
; 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... |
[
{
"context": "(def family [\n \"Homer Simpson\"\n \"Marge Simpson\"\n ",
"end": 44,
"score": 0.9997331500053406,
"start": 31,
"tag": "NAME",
"value": "Homer Simpson"
},
{
"context": "\n \"Homer Simpson\"\n \"M... | barp.cljs | MaxBittker/barpsminson | 0 | (def family [
"Homer Simpson"
"Marge Simpson"
"Bart Simpson"
"Lisa Simpson"
"Maggie Simpson"])
(def abc "abcdefghijklmnopqrstuvxyz")
(defn substitute [input i n]
(str
(subs input 0 i)
n
(subs input (inc i))))
... | 93780 | (def family [
"<NAME>"
"<NAME>"
"<NAME>"
"<NAME>"
"<NAME>"])
(def abc "abcdefghijklmnopqrstuvxyz")
(defn substitute [input i n]
(str
(subs input 0 i)
n
(subs input (inc i))))
(defn mutate [input]
(let [mu... | true | (def family [
"PI:NAME:<NAME>END_PI"
"PI:NAME:<NAME>END_PI"
"PI:NAME:<NAME>END_PI"
"PI:NAME:<NAME>END_PI"
"PI:NAME:<NAME>END_PI"])
(def abc "abcdefghijklmnopqrstuvxyz")
(defn substitute [input i n]
(str
(subs input 0 i)
... |
[
{
"context": "ntln (shuffle \n [\"Hi\", \"Hello\", \"Howdy\", \"Greetings\", \n \"Hey\", \"G'da",
"end": 116,
"score": 0.5605360865592957,
"start": 113,
"tag": "NAME",
"value": "How"
}
] | sharing/src/sharing/sharing.clj | joseph-brennan/Concitive-AI | 0 | (ns sharing.sharing
(:gen-class))
(defn -main []
(run! println (shuffle
["Hi", "Hello", "Howdy", "Greetings",
"Hey", "G'day", "Good day", "How are you",
"What's up", "How goes it", "How do you do",
"Hi there"])))
| 15409 | (ns sharing.sharing
(:gen-class))
(defn -main []
(run! println (shuffle
["Hi", "Hello", "<NAME>dy", "Greetings",
"Hey", "G'day", "Good day", "How are you",
"What's up", "How goes it", "How do you do",
"Hi there"])))
| true | (ns sharing.sharing
(:gen-class))
(defn -main []
(run! println (shuffle
["Hi", "Hello", "PI:NAME:<NAME>END_PIdy", "Greetings",
"Hey", "G'day", "Good day", "How are you",
"What's up", "How goes it", "How do you do",
"Hi there"])))
|
[
{
"context": ";; Copyright (c) Zachary Tellman. All rights reserved.\n;; The use and distributi",
"end": 34,
"score": 0.9997984766960144,
"start": 19,
"tag": "NAME",
"value": "Zachary Tellman"
}
] | data/clojure/d7d2e4ad81078a953698f5e78ed52c74_data.clj | maxim5/code-inspector | 5 | ;; Copyright (c) Zachary Tellman. 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... | 106368 | ;; 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": ";; Created by Iyanu Adelekan\n(ns euler.core\n (:gen-class))\n\n(defn sum-multipl",
"end": 28,
"score": 0.9998918771743774,
"start": 14,
"tag": "NAME",
"value": "Iyanu Adelekan"
}
] | problems/problem1.clj | SeunAdelekan/ProjectEuler | 1 | ;; Created by Iyanu Adelekan
(ns euler.core
(:gen-class))
(defn sum-multiples
"Finds the sum of multiples of two numeric vars
x and y that are less than var ceil."
[x y ceil]
(def multiple-sum 0)
(def current-val 0)
(while (< current-val ceil)
(do
(if
(or
(zero?
... | 59590 | ;; Created by <NAME>
(ns euler.core
(:gen-class))
(defn sum-multiples
"Finds the sum of multiples of two numeric vars
x and y that are less than var ceil."
[x y ceil]
(def multiple-sum 0)
(def current-val 0)
(while (< current-val ceil)
(do
(if
(or
(zero?
(rem cu... | true | ;; Created by PI:NAME:<NAME>END_PI
(ns euler.core
(:gen-class))
(defn sum-multiples
"Finds the sum of multiples of two numeric vars
x and y that are less than var ceil."
[x y ceil]
(def multiple-sum 0)
(def current-val 0)
(while (< current-val ceil)
(do
(if
(or
(zero?
... |
[
{
"context": "ns under the License.\n;;\n;; Copyright © 2013-2022, Kenneth Leung. All rights reserved.\n\n(ns czlab.test.basal.str\n\n",
"end": 597,
"score": 0.9998527765274048,
"start": 584,
"tag": "NAME",
"value": "Kenneth Leung"
}
] | src/test/clojure/czlab/test/basal/str.clj | llnek/xlib | 0 | ;; Licensed under the Apache License, Version 2.0 (the "License");
;; you may not use this file except in compliance with the License.
;; You may obtain a copy of the License at
;;
;; http://www.apache.org/licenses/LICENSE-2.0
;;
;; Unless required by applicable law or agreed to in writing, software
;; distributed ... | 9887 | ;; Licensed under the Apache License, Version 2.0 (the "License");
;; you may not use this file except in compliance with the License.
;; You may obtain a copy of the License at
;;
;; http://www.apache.org/licenses/LICENSE-2.0
;;
;; Unless required by applicable law or agreed to in writing, software
;; distributed ... | true | ;; Licensed under the Apache License, Version 2.0 (the "License");
;; you may not use this file except in compliance with the License.
;; You may obtain a copy of the License at
;;
;; http://www.apache.org/licenses/LICENSE-2.0
;;
;; Unless required by applicable law or agreed to in writing, software
;; distributed ... |
[
{
"context": ";;\n;;\n;; Copyright 2014-2015 Netflix, Inc.\n;;\n;; Licensed under the Apache Lic",
"end": 33,
"score": 0.9545367956161499,
"start": 30,
"tag": "NAME",
"value": "Net"
}
] | pigpen-avro/src/main/clojure/pigpen/avro.clj | ombagus/Netflix | 327 | ;;
;;
;; Copyright 2014-2015 Netflix, Inc.
;;
;; Licensed under the Apache License, Version 2.0 (the "License");
;; you may not use this file except in compliance with the License.
;; You may obtain a copy of the License at
;;
;; http://www.apache.org/licenses/LICENSE-2.0
;;
;; Unless required ... | 62359 | ;;
;;
;; Copyright 2014-2015 <NAME>flix, Inc.
;;
;; Licensed under the Apache License, Version 2.0 (the "License");
;; you may not use this file except in compliance with the License.
;; You may obtain a copy of the License at
;;
;; http://www.apache.org/licenses/LICENSE-2.0
;;
;; Unless requir... | true | ;;
;;
;; Copyright 2014-2015 PI:NAME:<NAME>END_PIflix, Inc.
;;
;; Licensed under the Apache License, Version 2.0 (the "License");
;; you may not use this file except in compliance with the License.
;; You may obtain a copy of the License at
;;
;; http://www.apache.org/licenses/LICENSE-2.0
;;
;; ... |
[
{
"context": "----------------------------------\n;;\n;; Author: PLIQUE Guillaume (Yomguithereal)\n;;\n;; Source: http://snowball.t",
"end": 223,
"score": 0.9998716711997986,
"start": 207,
"tag": "NAME",
"value": "PLIQUE Guillaume"
},
{
"context": "---------------\n;;\n;; Autho... | src/clj_fuzzy/lovins.cljc | sooheon/clj-fuzzy | 0 | ;; -----------------------------------------------------------------------------
;; clj-fuzzy Lovins Stemming
;; -----------------------------------------------------------------------------
;;
;; Author: PLIQUE Guillaume (Yomguithereal)
;;
;; Source: http://snowball.tartarus.org/algorithms/lovins/stemmer.html
;;
;... | 26530 | ;; -----------------------------------------------------------------------------
;; clj-fuzzy Lovins Stemming
;; -----------------------------------------------------------------------------
;;
;; Author: <NAME> (Yomguithereal)
;;
;; Source: http://snowball.tartarus.org/algorithms/lovins/stemmer.html
;;
;; Descri... | true | ;; -----------------------------------------------------------------------------
;; clj-fuzzy Lovins Stemming
;; -----------------------------------------------------------------------------
;;
;; Author: PI:NAME:<NAME>END_PI (Yomguithereal)
;;
;; Source: http://snowball.tartarus.org/algorithms/lovins/stemmer.html
... |
[
{
"context": "et! *warn-on-reflection* true)\n\n\n(def window-key :chat)\n\n\n(def chat-window-width 1600)\n(def chat-window-",
"end": 354,
"score": 0.6885027289390564,
"start": 350,
"tag": "KEY",
"value": "chat"
}
] | src/clj/skylobby/fx/chat.clj | badosu/skylobby | 7 | (ns skylobby.fx.chat
(:require
[cljfx.api :as fx]
skylobby.fx
[skylobby.fx.channels :as fx.channels]
[skylobby.fx.font-icon :as font-icon]
[skylobby.fx.main-tabs :as fx.main-tabs]
[skylobby.fx.user :as fx.user]
[skylobby.util :as u]
[taoensso.tufte :as tufte]))
(set! *warn-on-reflect... | 65807 | (ns skylobby.fx.chat
(:require
[cljfx.api :as fx]
skylobby.fx
[skylobby.fx.channels :as fx.channels]
[skylobby.fx.font-icon :as font-icon]
[skylobby.fx.main-tabs :as fx.main-tabs]
[skylobby.fx.user :as fx.user]
[skylobby.util :as u]
[taoensso.tufte :as tufte]))
(set! *warn-on-reflect... | true | (ns skylobby.fx.chat
(:require
[cljfx.api :as fx]
skylobby.fx
[skylobby.fx.channels :as fx.channels]
[skylobby.fx.font-icon :as font-icon]
[skylobby.fx.main-tabs :as fx.main-tabs]
[skylobby.fx.user :as fx.user]
[skylobby.util :as u]
[taoensso.tufte :as tufte]))
(set! *warn-on-reflect... |
[
{
"context": "name/Password\"\n :username \"username\"\n :password \"password\"\n ",
"end": 1111,
"score": 0.9995664954185486,
"start": 1103,
"tag": "USERNAME",
"value": "username"
},
{
"context": " \"username\"\n ... | cimi/test/com/sixsq/slipstream/ssclj/resources/session_template_internal_lifecycle_test.clj | slipstream/cimi-mf2c | 0 | (ns com.sixsq.slipstream.ssclj.resources.session-template-internal-lifecycle-test
(:require
[clojure.test :refer :all]
[peridot.core :refer :all]
[com.sixsq.slipstream.ssclj.resources.session-template :as st]
[com.sixsq.slipstream.ssclj.resources.session-template-internal :as internal]
[com.sixsq.... | 111942 | (ns com.sixsq.slipstream.ssclj.resources.session-template-internal-lifecycle-test
(:require
[clojure.test :refer :all]
[peridot.core :refer :all]
[com.sixsq.slipstream.ssclj.resources.session-template :as st]
[com.sixsq.slipstream.ssclj.resources.session-template-internal :as internal]
[com.sixsq.... | true | (ns com.sixsq.slipstream.ssclj.resources.session-template-internal-lifecycle-test
(:require
[clojure.test :refer :all]
[peridot.core :refer :all]
[com.sixsq.slipstream.ssclj.resources.session-template :as st]
[com.sixsq.slipstream.ssclj.resources.session-template-internal :as internal]
[com.sixsq.... |
[
{
"context": ";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;\n\n(ns\n #^{:author \"Konrad Hinsen\"\n :skip-wiki true\n :doc \"Examples for dat",
"end": 369,
"score": 0.9998677968978882,
"start": 356,
"tag": "NAME",
"value": "Konrad Hinsen"
}
] | ThirdParty/clojure-contrib-1.1.0/src/clojure/contrib/types/examples.clj | allertonm/Couverjure | 3 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;
;; Application examples for data types
;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;... | 91314 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;
;; Application examples for data types
;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;... | true | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;
;; Application examples for data types
;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;... |
[
{
"context": "e-lines\n;; (:new Conversation c)\n;; (:new Person Steve)\n;; (Steve :in c)\n;; (Steve :says \"Hello\")\n;; ",
"end": 4774,
"score": 0.9989859461784363,
"start": 4769,
"tag": "NAME",
"value": "Steve"
},
{
"context": ":new Conversation c)\n;; (:new Person Steve)\n;... | src/spec_examples/dsl_example.clj | MrDallOca/spec-examples | 47 | (ns spec-examples.dsl-example
(:require [clojure.spec :as s]
[clojure.string :as str])
(:import [clojure.lang Keyword Symbol]))
(definterface IConversation
(getParticipants [])
(setParticipants [n])
(updateParticipants [f])
(getLines [])
(setLines [n])
(updateLines [f]))
(definterface IPer... | 43956 | (ns spec-examples.dsl-example
(:require [clojure.spec :as s]
[clojure.string :as str])
(:import [clojure.lang Keyword Symbol]))
(definterface IConversation
(getParticipants [])
(setParticipants [n])
(updateParticipants [f])
(getLines [])
(setLines [n])
(updateLines [f]))
(definterface IPer... | true | (ns spec-examples.dsl-example
(:require [clojure.spec :as s]
[clojure.string :as str])
(:import [clojure.lang Keyword Symbol]))
(definterface IConversation
(getParticipants [])
(setParticipants [n])
(updateParticipants [f])
(getLines [])
(setLines [n])
(updateLines [f]))
(definterface IPer... |
[
{
"context": "file is part of esri-api.\n;;;;\n;;;; Copyright 2020 Alexander Dorn\n;;;;\n;;;; Licensed under the Apache License, Vers",
"end": 75,
"score": 0.9998611211776733,
"start": 61,
"tag": "NAME",
"value": "Alexander Dorn"
}
] | src/esri_api/data.clj | e-user/esri-api | 0 | ;;;; This file is part of esri-api.
;;;;
;;;; Copyright 2020 Alexander Dorn
;;;;
;;;; 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.... | 109372 | ;;;; This file is part of esri-api.
;;;;
;;;; 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
;;;;
;... | true | ;;;; This file is part of esri-api.
;;;;
;;;; 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/LICE... |
[
{
"context": "]}]\n [[:button.btn.btn-sm.btn-default\n {:key (lib/get-unique-key)\n :onClick (fn [_]\n (lib/st",
"end": 4334,
"score": 0.6332843899726868,
"start": 4319,
"tag": "KEY",
"value": "lib/get-unique-"
},
{
"context": "on.btn.btn-sm.btn-default {:onCli... | src/discuss/components/options.cljs | hhucn/discuss | 4 | (ns discuss.components.options
(:require [om.next :as om :refer-macros [defui]]
[cljs.spec.alpha :as s]
[sablono.core :refer-macros [html]]
[goog.string :refer [format]]
[goog.string.format]
[discuss.utils.bootstrap :as bs]
[discuss.translations ... | 4848 | (ns discuss.components.options
(:require [om.next :as om :refer-macros [defui]]
[cljs.spec.alpha :as s]
[sablono.core :refer-macros [html]]
[goog.string :refer [format]]
[goog.string.format]
[discuss.utils.bootstrap :as bs]
[discuss.translations ... | true | (ns discuss.components.options
(:require [om.next :as om :refer-macros [defui]]
[cljs.spec.alpha :as s]
[sablono.core :refer-macros [html]]
[goog.string :refer [format]]
[goog.string.format]
[discuss.utils.bootstrap :as bs]
[discuss.translations ... |
[
{
"context": "service\n {:id \"namer\"}}\n :subject\n {:name \"Herman Melville\"\n :id \"42bf351c-f9ec-40af-84ad-e976fec7f4bd\"}\n",
"end": 990,
"score": 0.9987367987632751,
"start": 975,
"tag": "NAME",
"value": "Herman Melville"
},
{
"context": "-40af-84ad-e976fec7f4bd\"}\... | test/puppetlabs/rbac_client/services/test_activity.clj | mollykmcglone/clj-rbac-client | 0 | (ns puppetlabs.rbac-client.services.test-activity
(:require [cheshire.core :as json]
[clojure.test :refer [deftest testing is]]
[puppetlabs.rbac-client.protocols.activity :as act]
[puppetlabs.rbac-client.services.activity :refer [remote-activity-reporter]]
[puppetlabs.r... | 11413 | (ns puppetlabs.rbac-client.services.test-activity
(:require [cheshire.core :as json]
[clojure.test :refer [deftest testing is]]
[puppetlabs.rbac-client.protocols.activity :as act]
[puppetlabs.rbac-client.services.activity :refer [remote-activity-reporter]]
[puppetlabs.r... | true | (ns puppetlabs.rbac-client.services.test-activity
(:require [cheshire.core :as json]
[clojure.test :refer [deftest testing is]]
[puppetlabs.rbac-client.protocols.activity :as act]
[puppetlabs.rbac-client.services.activity :refer [remote-activity-reporter]]
[puppetlabs.r... |
[
{
"context": "eftest service-translations-test\n (let [api-key \"42\"\n user-id \"alice\"]\n (let [data (-> (req",
"end": 299,
"score": 0.998637855052948,
"start": 297,
"tag": "KEY",
"value": "42"
},
{
"context": "ations-test\n (let [api-key \"42\"\n user-id \"alic... | test/clj/rems/api/test_public.clj | juholehtonen/rems | 0 | (ns ^:integration rems.api.test-public
(:require [clojure.test :refer :all]
[rems.api.testing :refer :all]
[rems.handler :refer :all]
[ring.mock.request :refer :all]))
(use-fixtures
:once
api-fixture)
(deftest service-translations-test
(let [api-key "42"
user-id "al... | 116175 | (ns ^:integration rems.api.test-public
(:require [clojure.test :refer :all]
[rems.api.testing :refer :all]
[rems.handler :refer :all]
[ring.mock.request :refer :all]))
(use-fixtures
:once
api-fixture)
(deftest service-translations-test
(let [api-key "<KEY>"
user-id ... | true | (ns ^:integration rems.api.test-public
(:require [clojure.test :refer :all]
[rems.api.testing :refer :all]
[rems.handler :refer :all]
[ring.mock.request :refer :all]))
(use-fixtures
:once
api-fixture)
(deftest service-translations-test
(let [api-key "PI:KEY:<KEY>END_PI"
... |
[
{
"context": "itors. I'm using\n;; [vim-iced](https://github.com/liquidz/vim-iced).\n\n\n;; ## Introduction\n;;\n;; This is jus",
"end": 696,
"score": 0.9988332986831665,
"start": 689,
"tag": "USERNAME",
"value": "liquidz"
},
{
"context": " the result of an API call):\n\n(map :name [... | src/playground/01_intro.clj | xsc/clojure-propaganda | 1 | (ns playground.01-intro
(:require [clojure.repl :refer [doc source]]))
;; ## REPL = Read Eval Print Loop
;;
;; - Read - Parse the expression
;; - Eval - Evaluate to get a result value
;; - Print - Print it back to the console
;; - Loop - Back to the beginning.
;;
;; There is real power in connecting your editor to t... | 112671 | (ns playground.01-intro
(:require [clojure.repl :refer [doc source]]))
;; ## REPL = Read Eval Print Loop
;;
;; - Read - Parse the expression
;; - Eval - Evaluate to get a result value
;; - Print - Print it back to the console
;; - Loop - Back to the beginning.
;;
;; There is real power in connecting your editor to t... | true | (ns playground.01-intro
(:require [clojure.repl :refer [doc source]]))
;; ## REPL = Read Eval Print Loop
;;
;; - Read - Parse the expression
;; - Eval - Evaluate to get a result value
;; - Print - Print it back to the console
;; - Loop - Back to the beginning.
;;
;; There is real power in connecting your editor to t... |
[
{
"context": " node\n {:type ->keyword}))\n\n\n;; Copyright 2018 Frederic Merizen\n;;\n;; Licensed under the Apache License, Version ",
"end": 10590,
"score": 0.9998525381088257,
"start": 10574,
"tag": "NAME",
"value": "Frederic Merizen"
}
] | src/ferje/config/xml.clj | chourave/clojyday | 0 | ;; Copyright and license information at end of file
(ns ferje.config.xml
"Parse the same xml configuration files as Jollyday, but faster,
and without requiring JAXB, which is getting deprecated as of Java 9."
(:require
[clojure.java.io :as io]
[clojure.spec.alpha :as s]
[clojure.string :as string]
[c... | 39004 | ;; Copyright and license information at end of file
(ns ferje.config.xml
"Parse the same xml configuration files as Jollyday, but faster,
and without requiring JAXB, which is getting deprecated as of Java 9."
(:require
[clojure.java.io :as io]
[clojure.spec.alpha :as s]
[clojure.string :as string]
[c... | true | ;; Copyright and license information at end of file
(ns ferje.config.xml
"Parse the same xml configuration files as Jollyday, but faster,
and without requiring JAXB, which is getting deprecated as of Java 9."
(:require
[clojure.java.io :as io]
[clojure.spec.alpha :as s]
[clojure.string :as string]
[c... |
[
{
"context": "ted on top of OkHttp.\"\n :url \"https://github.com/vincentjames501/clj-http-next\"\n :license {:name \"MIT License\" :u",
"end": 189,
"score": 0.9951520562171936,
"start": 174,
"tag": "USERNAME",
"value": "vincentjames501"
},
{
"context": "it\"}\n :scm {:name \"git\... | project.clj | vincentjames501/clj-okhttp | 0 | (defproject clj-http-next/clj-http-next "0.0.1-SNAPSHOT"
:description "A fast and lightweight clojure http client constructed on top of OkHttp."
:url "https://github.com/vincentjames501/clj-http-next"
:license {:name "MIT License" :url "http://opensource.org/licenses/MIT" :year 2022 :key "mit"}
:scm {:name "git... | 36353 | (defproject clj-http-next/clj-http-next "0.0.1-SNAPSHOT"
:description "A fast and lightweight clojure http client constructed on top of OkHttp."
:url "https://github.com/vincentjames501/clj-http-next"
:license {:name "MIT License" :url "http://opensource.org/licenses/MIT" :year 2022 :key "mit"}
:scm {:name "git... | true | (defproject clj-http-next/clj-http-next "0.0.1-SNAPSHOT"
:description "A fast and lightweight clojure http client constructed on top of OkHttp."
:url "https://github.com/vincentjames501/clj-http-next"
:license {:name "MIT License" :url "http://opensource.org/licenses/MIT" :year 2022 :key "mit"}
:scm {:name "git... |
[
{
"context": " 1000\n :account/email \"bob@example.com\"\n :account/password \"letm",
"end": 2040,
"score": 0.9999246597290039,
"start": 2025,
"tag": "EMAIL",
"value": "bob@example.com"
},
{
"context": ".com\"\n ... | src/workspaces/com/fulcrologic/fulcro/cards/composition4_cards.cljs | janezj/fulcro | 1,312 | (ns com.fulcrologic.fulcro.cards.composition4-cards
(:require
["react-dom" :as react-dom]
[clojure.pprint :refer [pprint]]
[nubank.workspaces.model :as wsm]
[nubank.workspaces.card-types.react :as ct.react]
[nubank.workspaces.card-types.fulcro3 :as ct.fulcro]
[nubank.workspaces.core :as ws]
... | 33069 | (ns com.fulcrologic.fulcro.cards.composition4-cards
(:require
["react-dom" :as react-dom]
[clojure.pprint :refer [pprint]]
[nubank.workspaces.model :as wsm]
[nubank.workspaces.card-types.react :as ct.react]
[nubank.workspaces.card-types.fulcro3 :as ct.fulcro]
[nubank.workspaces.core :as ws]
... | true | (ns com.fulcrologic.fulcro.cards.composition4-cards
(:require
["react-dom" :as react-dom]
[clojure.pprint :refer [pprint]]
[nubank.workspaces.model :as wsm]
[nubank.workspaces.card-types.react :as ct.react]
[nubank.workspaces.card-types.fulcro3 :as ct.fulcro]
[nubank.workspaces.core :as ws]
... |
[
{
"context": "oc \"Hello world for neanderthal/mkl.\"\n :author \"palisades dot lakes at gmail dot com\"\n :since \"2017-04-24\"\n :version \"2017-04-25\"}",
"end": 287,
"score": 0.9936220049858093,
"start": 251,
"tag": "EMAIL",
"value": "palisades dot lakes at gmail dot com"
}
] | src/scripts/clojure/palisades/lakes/elements/scripts/uncomplicate/mkl.clj | palisades-lakes/les-elemens | 0 | (set! *warn-on-reflection* true)
(set! *unchecked-math* :warn-on-boxed)
;;----------------------------------------------------------------
(ns palisades.lakes.elements.scripts.uncomplicate.mkl
{:doc "Hello world for neanderthal/mkl."
:author "palisades dot lakes at gmail dot com"
:since "2017-04-24"
:vers... | 38843 | (set! *warn-on-reflection* true)
(set! *unchecked-math* :warn-on-boxed)
;;----------------------------------------------------------------
(ns palisades.lakes.elements.scripts.uncomplicate.mkl
{:doc "Hello world for neanderthal/mkl."
:author "<EMAIL>"
:since "2017-04-24"
:version "2017-04-25"}
(:requ... | true | (set! *warn-on-reflection* true)
(set! *unchecked-math* :warn-on-boxed)
;;----------------------------------------------------------------
(ns palisades.lakes.elements.scripts.uncomplicate.mkl
{:doc "Hello world for neanderthal/mkl."
:author "PI:EMAIL:<EMAIL>END_PI"
:since "2017-04-24"
:version "2017-04-2... |
[
{
"context": "t : Make a program that does anything\n;; Student : Nirman Dave\n\n;; Program information\n;; ---\n;; Name : Patinc\n;",
"end": 181,
"score": 0.9998403787612915,
"start": 170,
"tag": "NAME",
"value": "Nirman Dave"
},
{
"context": "rman Dave\n\n;; Program information\n;;... | patinc-code.clj | nddave/AI-Assignment-1 | 1 | ;; This is my canvas. This is my art.
;; Assignment information
;; ---
;; Class : Artificial Intelligence
;; Assignment : Make a program that does anything
;; Student : Nirman Dave
;; Program information
;; ---
;; Name : Patinc
;; Version : 1.0
;; Description : A program that identifies pattern between three numbers
... | 105491 | ;; This is my canvas. This is my art.
;; Assignment information
;; ---
;; Class : Artificial Intelligence
;; Assignment : Make a program that does anything
;; Student : <NAME>
;; Program information
;; ---
;; Name : <NAME>
;; Version : 1.0
;; Description : A program that identifies pattern between three numbers
;; ... | true | ;; This is my canvas. This is my art.
;; Assignment information
;; ---
;; Class : Artificial Intelligence
;; Assignment : Make a program that does anything
;; Student : PI:NAME:<NAME>END_PI
;; Program information
;; ---
;; Name : PI:NAME:<NAME>END_PI
;; Version : 1.0
;; Description : A program that identifies pattern... |
[
{
"context": "gan County\"\n \"01105\" \"Perry County\"\n \"01107\" \"Pickens County\"\n \"01109\" \"Pike County\"\n \"01111\" \"",
"end": 1580,
"score": 0.5682514309883118,
"start": 1577,
"tag": "NAME",
"value": "Pic"
},
{
"context": "son County\"\n \"08061\" \"Kiowa Count... | src/cljs/early_vote_site/places.cljs | votinginfoproject/Metis | 11 | (ns early-vote-site.places
(:require [clojure.string :as str]))
(def fips->name
{"01" "Alabama"
"01001" "Autauga County"
"01003" "Baldwin County"
"01005" "Barbour County"
"01007" "Bibb County"
"01009" "Blount County"
"01011" "Bullock County"
"01013" "Butler County"
"01015" "Calhoun County"
... | 44585 | (ns early-vote-site.places
(:require [clojure.string :as str]))
(def fips->name
{"01" "Alabama"
"01001" "Autauga County"
"01003" "Baldwin County"
"01005" "Barbour County"
"01007" "Bibb County"
"01009" "Blount County"
"01011" "Bullock County"
"01013" "Butler County"
"01015" "Calhoun County"
... | true | (ns early-vote-site.places
(:require [clojure.string :as str]))
(def fips->name
{"01" "Alabama"
"01001" "Autauga County"
"01003" "Baldwin County"
"01005" "Barbour County"
"01007" "Bibb County"
"01009" "Blount County"
"01011" "Bullock County"
"01013" "Butler County"
"01015" "Calhoun County"
... |
[
{
"context": "ations rt [:arachne/id :test/adapter])\n\n (let [james (UUID/randomUUID)\n mary (UUID/randomUUID",
"end": 754,
"score": 0.8301027417182922,
"start": 749,
"tag": "NAME",
"value": "james"
},
{
"context": "ter])\n\n (let [james (UUID/randomUUID)\n m... | src/arachne/chimera/test_harness/refs.clj | arachne-framework/arachne-chimera | 2 | (ns arachne.chimera.test-harness.refs
(:require [arachne.chimera :as chimera]
[arachne.core :as core]
[arachne.core.runtime :as rt]
[arachne.chimera.test-harness.common :as common]
[com.stuartsierra.component :as component]
[clojure.test :as test :refer [tes... | 99911 | (ns arachne.chimera.test-harness.refs
(:require [arachne.chimera :as chimera]
[arachne.core :as core]
[arachne.core.runtime :as rt]
[arachne.chimera.test-harness.common :as common]
[com.stuartsierra.component :as component]
[clojure.test :as test :refer [tes... | true | (ns arachne.chimera.test-harness.refs
(:require [arachne.chimera :as chimera]
[arachne.core :as core]
[arachne.core.runtime :as rt]
[arachne.chimera.test-harness.common :as common]
[com.stuartsierra.component :as component]
[clojure.test :as test :refer [tes... |
[
{
"context": "GE_MILLISECONDS (* 60 60 1000))\n(def SESSION_KEY \"session-id\")\n\n(defn- expire-at []\n (java.util.Date. (+ SESS",
"end": 241,
"score": 0.998934268951416,
"start": 231,
"tag": "KEY",
"value": "session-id"
}
] | src/bubble/login/session.clj | jackrr/bubble | 1 | (ns bubble.login.session
(:require [bubble.db :refer [db]]
[next.jdbc :as sql]
[ring.middleware.session.cookie :as ring-cookie]))
;; 1 hour
(def SESSION_AGE_MILLISECONDS (* 60 60 1000))
(def SESSION_KEY "session-id")
(defn- expire-at []
(java.util.Date. (+ SESSION_AGE_MILLISECONDS (System/... | 20613 | (ns bubble.login.session
(:require [bubble.db :refer [db]]
[next.jdbc :as sql]
[ring.middleware.session.cookie :as ring-cookie]))
;; 1 hour
(def SESSION_AGE_MILLISECONDS (* 60 60 1000))
(def SESSION_KEY "<KEY>")
(defn- expire-at []
(java.util.Date. (+ SESSION_AGE_MILLISECONDS (System/curre... | true | (ns bubble.login.session
(:require [bubble.db :refer [db]]
[next.jdbc :as sql]
[ring.middleware.session.cookie :as ring-cookie]))
;; 1 hour
(def SESSION_AGE_MILLISECONDS (* 60 60 1000))
(def SESSION_KEY "PI:KEY:<KEY>END_PI")
(defn- expire-at []
(java.util.Date. (+ SESSION_AGE_MILLISECONDS ... |
[
{
"context": "\n :default :refseq77}}\n\n :email {:default \"the-default-acct@yourorg.orgtype\"\n ;; All your other users\n ;; key",
"end": 804,
"score": 0.997214674949646,
"start": 772,
"tag": "EMAIL",
"value": "the-default-acct@yourorg.orgtype"
},
{
"context"... | Support/config.clj | jsa-aerial/aerobio | 3 | {:scratch-base "/ExpOut"
:fastq-dirname "Fastq"
:refdir "/Refs"
:nextseq-base "/NextSeq2"
:nextseq-fqdir "Data/Intensities/BaseCalls"
:ports
{:server 7070
:repl 4003}
:logging
{:dir "~/.aerobio"
:file "main-log.txt"}
:jobs
{:dir "~/.aerobio/DBs"
:file "job-db.clj"}
:biodb-info
{:genomes
{:base "... | 29050 | {:scratch-base "/ExpOut"
:fastq-dirname "Fastq"
:refdir "/Refs"
:nextseq-base "/NextSeq2"
:nextseq-fqdir "Data/Intensities/BaseCalls"
:ports
{:server 7070
:repl 4003}
:logging
{:dir "~/.aerobio"
:file "main-log.txt"}
:jobs
{:dir "~/.aerobio/DBs"
:file "job-db.clj"}
:biodb-info
{:genomes
{:base "... | true | {:scratch-base "/ExpOut"
:fastq-dirname "Fastq"
:refdir "/Refs"
:nextseq-base "/NextSeq2"
:nextseq-fqdir "Data/Intensities/BaseCalls"
:ports
{:server 7070
:repl 4003}
:logging
{:dir "~/.aerobio"
:file "main-log.txt"}
:jobs
{:dir "~/.aerobio/DBs"
:file "job-db.clj"}
:biodb-info
{:genomes
{:base "... |
[
{
"context": " C struct/typedef parser functions.\"\n ^{:author \"Karsten Schmidt\"}\n (:require\n \t[net.cgrand.parsley :as p]\n \t[c",
"end": 101,
"score": 0.9998071789741516,
"start": 86,
"tag": "NAME",
"value": "Karsten Schmidt"
}
] | src/thi/ng/structgen/parser.clj | thi-ng/structgen | 10 | (ns thi.ng.structgen.parser
"Basic C struct/typedef parser functions."
^{:author "Karsten Schmidt"}
(:require
[net.cgrand.parsley :as p]
[clojure.string :as str]))
(def c-ws #"\s+")
(def c-symbol #"[a-zA-Z_][\w]*")
(def c-float #"[\-\+]?\d+[Ee\.]?[\dEe\-\+]*")
(def c-define
(re-pattern
(str "#define... | 80177 | (ns thi.ng.structgen.parser
"Basic C struct/typedef parser functions."
^{:author "<NAME>"}
(:require
[net.cgrand.parsley :as p]
[clojure.string :as str]))
(def c-ws #"\s+")
(def c-symbol #"[a-zA-Z_][\w]*")
(def c-float #"[\-\+]?\d+[Ee\.]?[\dEe\-\+]*")
(def c-define
(re-pattern
(str "#define (" c-sym... | true | (ns thi.ng.structgen.parser
"Basic C struct/typedef parser functions."
^{:author "PI:NAME:<NAME>END_PI"}
(:require
[net.cgrand.parsley :as p]
[clojure.string :as str]))
(def c-ws #"\s+")
(def c-symbol #"[a-zA-Z_][\w]*")
(def c-float #"[\-\+]?\d+[Ee\.]?[\dEe\-\+]*")
(def c-define
(re-pattern
(str "#d... |
[
{
"context": "; Copyright (c) Rich Hickey. All rights reserved.\n; The use and distributio",
"end": 29,
"score": 0.9998133778572083,
"start": 18,
"tag": "NAME",
"value": "Rich Hickey"
}
] | src/clj/cljm/analyzer.clj | joshaber/clojurem | 31 | ; 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 ... | 88864 | ; 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... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.