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": "t-token resp)]\n (client/post \"https://github.com/sesson\"\n {:form-params {:authenticity_toke",
"end": 445,
"score": 0.999419093132019,
"start": 439,
"tag": "USERNAME",
"value": "sesson"
},
{
"context": "mit \"Sign+in\"\n :l... | src/adventofcode2017/util.clj | wtneal/adventofcode2017 | 0 | (ns adventofcode2017.util
(:require [clj-http.client :as client]
[net.cgrand.enlive-html :as html]))
(defn get-token
[resp]
(-> (:body)
(html/snippet)
(html/select [[:input (html/attr= :name "authenticity_token")]])
(get-in [:attrs :value])))
(defn login
[user pass]
(let [resp ... | 76958 | (ns adventofcode2017.util
(:require [clj-http.client :as client]
[net.cgrand.enlive-html :as html]))
(defn get-token
[resp]
(-> (:body)
(html/snippet)
(html/select [[:input (html/attr= :name "authenticity_token")]])
(get-in [:attrs :value])))
(defn login
[user pass]
(let [resp ... | true | (ns adventofcode2017.util
(:require [clj-http.client :as client]
[net.cgrand.enlive-html :as html]))
(defn get-token
[resp]
(-> (:body)
(html/snippet)
(html/select [[:input (html/attr= :name "authenticity_token")]])
(get-in [:attrs :value])))
(defn login
[user pass]
(let [resp ... |
[
{
"context": ":sim/input-loc \"https://raw.githubusercontent.com/yetanalytics/datasim/DS-102_return_of_colo/dev-resources/input",
"end": 4772,
"score": 0.9502385854721069,
"start": 4760,
"tag": "USERNAME",
"value": "yetanalytics"
},
{
"context": "{:select-agents\n #{... | src/onyx/com/yetanalytics/datasim/onyx/sim.clj | yetanalytics/datasim | 12 | (ns com.yetanalytics.datasim.onyx.sim
"Feed datasim seqs into onyx"
(:require [com.yetanalytics.datasim.sim :as sim]
[com.yetanalytics.datasim.input :as input]
[com.yetanalytics.datasim.onyx.util :as u]
[onyx.plugin.protocols :as p]
[clojure.core.async :as a]
... | 105363 | (ns com.yetanalytics.datasim.onyx.sim
"Feed datasim seqs into onyx"
(:require [com.yetanalytics.datasim.sim :as sim]
[com.yetanalytics.datasim.input :as input]
[com.yetanalytics.datasim.onyx.util :as u]
[onyx.plugin.protocols :as p]
[clojure.core.async :as a]
... | true | (ns com.yetanalytics.datasim.onyx.sim
"Feed datasim seqs into onyx"
(:require [com.yetanalytics.datasim.sim :as sim]
[com.yetanalytics.datasim.input :as input]
[com.yetanalytics.datasim.onyx.util :as u]
[onyx.plugin.protocols :as p]
[clojure.core.async :as a]
... |
[
{
"context": "leSpeed\"\n :min-rotation \"minRotation\"\n :name \"name\"\n :on \"on\"\n :on-destroy \"onDestroy\"\n :parti",
"end": 3382,
"score": 0.7594870328903198,
"start": 3378,
"tag": "NAME",
"value": "name"
}
] | src/phzr/impl/accessors/particles/arcade/emitter.cljs | dparis/phzr | 120 | (ns phzr.impl.accessors.particles.arcade.emitter)
(def emitter-get-properties
{:alive "alive"
:alpha "alpha"
:alpha-data "alphaData"
:angle "angle"
:angular-drag "angularDrag"
:area "area"
:auto-alpha "autoAlpha"
:auto-scale "autoScale"
:blend-mode "blendMode"
:bottom "bottom"
:bounce "... | 64440 | (ns phzr.impl.accessors.particles.arcade.emitter)
(def emitter-get-properties
{:alive "alive"
:alpha "alpha"
:alpha-data "alphaData"
:angle "angle"
:angular-drag "angularDrag"
:area "area"
:auto-alpha "autoAlpha"
:auto-scale "autoScale"
:blend-mode "blendMode"
:bottom "bottom"
:bounce "... | true | (ns phzr.impl.accessors.particles.arcade.emitter)
(def emitter-get-properties
{:alive "alive"
:alpha "alpha"
:alpha-data "alphaData"
:angle "angle"
:angular-drag "angularDrag"
:area "area"
:auto-alpha "autoAlpha"
:auto-scale "autoScale"
:blend-mode "blendMode"
:bottom "bottom"
:bounce "... |
[
{
"context": "is (= {:event :followed\n :handle \"@doofus\"\n :name \"Doofus\"}\n ",
"end": 4960,
"score": 0.9992132186889648,
"start": 4952,
"tag": "USERNAME",
"value": "\"@doofus"
},
{
"context": " :handle \"@doofus\"\n ... | akar-core/test/akar/patterns_test.clj | missingfaktor/akar | 194 | (ns akar.patterns-test
(:require [akar.patterns :refer :all]
[akar.primitives :refer :all]
[akar.combinators :refer :all]
[clojure.test :refer :all]
[akar.test-support :refer :all])
(:import [clojure.lang Keyword]
[akar.test_support Add Sub Num Node]))
(de... | 30838 | (ns akar.patterns-test
(:require [akar.patterns :refer :all]
[akar.primitives :refer :all]
[akar.combinators :refer :all]
[clojure.test :refer :all]
[akar.test-support :refer :all])
(:import [clojure.lang Keyword]
[akar.test_support Add Sub Num Node]))
(de... | true | (ns akar.patterns-test
(:require [akar.patterns :refer :all]
[akar.primitives :refer :all]
[akar.combinators :refer :all]
[clojure.test :refer :all]
[akar.test-support :refer :all])
(:import [clojure.lang Keyword]
[akar.test_support Add Sub Num Node]))
(de... |
[
{
"context": ";;\n;;\n;; Copyright 2013 Netflix, Inc.\n;;\n;; Licensed under the Apache Lic",
"end": 28,
"score": 0.7669497132301331,
"start": 25,
"tag": "NAME",
"value": "Net"
}
] | src/test/clojure/pigpen/functional/join_test.clj | magomimmo/PigPen | 1 | ;;
;;
;; Copyright 2013 Netflix, Inc.
;;
;; Licensed under the Apache License, Version 2.0 (the "License");
;; you may not use this file except in compliance with the License.
;; You may obtain a copy of the License at
;;
;; http://www.apache.org/licenses/LICENSE-2.0
;;
;; Unless required by ap... | 5608 | ;;
;;
;; 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": "irect back\r\n to the login page.\"\r\n [{{username \"user-name\" password \"password\"} :multipart-params\r\n sess",
"end": 622,
"score": 0.9996725916862488,
"start": 613,
"tag": "USERNAME",
"value": "user-name"
},
{
"context": "login page.\"\r\n [{{username \"us... | src/clj/cwiki/routes/login.clj | clartaq/cwiki | 3 | ;;;
;;; Routes for login, logout, etc.
;;;
(ns cwiki.routes.login
(:require [compojure.core :refer :all]
[cwiki.models.wiki-db :as db]
[cwiki.layouts.login :as login-layout]
[cwiki.util.req-info :as ri]
[ring.util.response :refer [redirect]]))
(defn get-log... | 97629 | ;;;
;;; Routes for login, logout, etc.
;;;
(ns cwiki.routes.login
(:require [compojure.core :refer :all]
[cwiki.models.wiki-db :as db]
[cwiki.layouts.login :as login-layout]
[cwiki.util.req-info :as ri]
[ring.util.response :refer [redirect]]))
(defn get-log... | true | ;;;
;;; Routes for login, logout, etc.
;;;
(ns cwiki.routes.login
(:require [compojure.core :refer :all]
[cwiki.models.wiki-db :as db]
[cwiki.layouts.login :as login-layout]
[cwiki.util.req-info :as ri]
[ring.util.response :refer [redirect]]))
(defn get-log... |
[
{
"context": "hronosConnection\n {:url url\n :user user\n :password password}))\n",
"end": 705,
"score": 0.992661714553833,
"start": 701,
"tag": "USERNAME",
"value": "user"
},
{
"context": " {:url url\n :user user\n :password password}))\n",
"... | src/de/otto/machroput/chronos/connection.clj | otto-de/machroput | 7 | (ns de.otto.machroput.chronos.connection
(:require
[de.otto.machroput.utils.http-utils :refer :all]
[clojure.data.json :as json]))
(defn has-parent-dependency? [json]
(not (nil? (:parents json))))
(defprotocol ChronosApi
(create-new-app [self json]))
(defrecord ChronosConnection [url user password ]
... | 113803 | (ns de.otto.machroput.chronos.connection
(:require
[de.otto.machroput.utils.http-utils :refer :all]
[clojure.data.json :as json]))
(defn has-parent-dependency? [json]
(not (nil? (:parents json))))
(defprotocol ChronosApi
(create-new-app [self json]))
(defrecord ChronosConnection [url user password ]
... | true | (ns de.otto.machroput.chronos.connection
(:require
[de.otto.machroput.utils.http-utils :refer :all]
[clojure.data.json :as json]))
(defn has-parent-dependency? [json]
(not (nil? (:parents json))))
(defprotocol ChronosApi
(create-new-app [self json]))
(defrecord ChronosConnection [url user password ]
... |
[
{
"context": "21-riemann-by-stream/\n\n(def email (mailer {:from \"me@mcorbin.fr\"\n :host \"mail.foo.com\"\n ",
"end": 398,
"score": 0.9999185800552368,
"start": 385,
"tag": "EMAIL",
"value": "me@mcorbin.fr"
},
{
"context": " :user \"foo\"\n ... | mycorp/output/email.clj | mcorbin/riemann-configuration-example | 1 | (ns mycorp.output.email
"send email"
(:require [riemann.config :refer :all]
[riemann.streams :refer :all]
[riemann.test :refer :all]
[riemann.email :refer :all]
[clojure.tools.logging :refer :all]))
;; this stream can be used to send email
;; cf http://localhost:3000... | 110159 | (ns mycorp.output.email
"send email"
(:require [riemann.config :refer :all]
[riemann.streams :refer :all]
[riemann.test :refer :all]
[riemann.email :refer :all]
[clojure.tools.logging :refer :all]))
;; this stream can be used to send email
;; cf http://localhost:3000... | true | (ns mycorp.output.email
"send email"
(:require [riemann.config :refer :all]
[riemann.streams :refer :all]
[riemann.test :refer :all]
[riemann.email :refer :all]
[clojure.tools.logging :refer :all]))
;; this stream can be used to send email
;; cf http://localhost:3000... |
[
{
"context": "-number port\n :database-name db\n :username username\n :password password}))\n\n(defstate db\n :start",
"end": 577,
"score": 0.9955787658691406,
"start": 569,
"tag": "USERNAME",
"value": "username"
},
{
"context": "ase-name db\n :username username\n ... | src/rocket_link/db.clj | Seryiza/rocket-link | 2 | (ns rocket-link.db
(:require [mount.core :refer [defstate]]
[hikari-cp.core :as cp]
[rocket-link.config :refer [config]]
[clojure.string :as str]))
(defn url->opts [database-url]
(let [uri (java.net.URI. database-url)
path (.getPath uri)
host (.getHost uri... | 108641 | (ns rocket-link.db
(:require [mount.core :refer [defstate]]
[hikari-cp.core :as cp]
[rocket-link.config :refer [config]]
[clojure.string :as str]))
(defn url->opts [database-url]
(let [uri (java.net.URI. database-url)
path (.getPath uri)
host (.getHost uri... | true | (ns rocket-link.db
(:require [mount.core :refer [defstate]]
[hikari-cp.core :as cp]
[rocket-link.config :refer [config]]
[clojure.string :as str]))
(defn url->opts [database-url]
(let [uri (java.net.URI. database-url)
path (.getPath uri)
host (.getHost uri... |
[
{
"context": "s metadata)}]\n [:meta {:name \"author\", :content \"Nurullah Akkaya\"}]\n [:link {:rel \"icon\", \n\t :href \"/images/favi",
"end": 368,
"score": 0.9998831152915955,
"start": 353,
"tag": "NAME",
"value": "Nurullah Akkaya"
},
{
"context": "py; 2018\" \n [:a {:hre... | resources/templates/default.clj | nakkaya/nakkaya.com | 29 | ;;(doctype :xhtml-transitional)
[:html
{:xmlns "http://www.w3.org/1999/xhtml", :lang "en", :xml:lang "en"}
[:head
[:meta
{:http-equiv "content-type", :content "text/html; charset=UTF-8"}]
[:meta {:name "description", :content (:description metadata)}]
[:meta {:name "keywords", :content (:tags metadata)}]
[... | 68244 | ;;(doctype :xhtml-transitional)
[:html
{:xmlns "http://www.w3.org/1999/xhtml", :lang "en", :xml:lang "en"}
[:head
[:meta
{:http-equiv "content-type", :content "text/html; charset=UTF-8"}]
[:meta {:name "description", :content (:description metadata)}]
[:meta {:name "keywords", :content (:tags metadata)}]
[... | true | ;;(doctype :xhtml-transitional)
[:html
{:xmlns "http://www.w3.org/1999/xhtml", :lang "en", :xml:lang "en"}
[:head
[:meta
{:http-equiv "content-type", :content "text/html; charset=UTF-8"}]
[:meta {:name "description", :content (:description metadata)}]
[:meta {:name "keywords", :content (:tags metadata)}]
[... |
[
{
"context": "[[eval]] which does\n all the job.\"\n\n {:author \"Adam Helinski\"}\n\n (:import (convex.core Block\n ",
"end": 1352,
"score": 0.9989499449729919,
"start": 1339,
"tag": "NAME",
"value": "Adam Helinski"
}
] | project/cvm/src/clj/main/convex/cvm.clj | rosejn/convex.cljc | 30 | (ns convex.cvm
"Code execution in the CVM, altering state, and gaining insights.
Central entities of this namespaces are contextes and they can be created using [[ctx]].
All other functions revolve around them. While the design of a context is mostly immutable, whenever an altering function
is applied (eg... | 74829 | (ns convex.cvm
"Code execution in the CVM, altering state, and gaining insights.
Central entities of this namespaces are contextes and they can be created using [[ctx]].
All other functions revolve around them. While the design of a context is mostly immutable, whenever an altering function
is applied (eg... | true | (ns convex.cvm
"Code execution in the CVM, altering state, and gaining insights.
Central entities of this namespaces are contextes and they can be created using [[ctx]].
All other functions revolve around them. While the design of a context is mostly immutable, whenever an altering function
is applied (eg... |
[
{
"context": "ntext sub/spring-root server-key)\n {:keys [engine-version map-name maps mod-name mods]} (fx/sub-ctx context",
"end": 1883,
"score": 0.8053358197212219,
"start": 1869,
"tag": "KEY",
"value": "engine-version"
}
] | src/clj/skylobby/fx/host_battle.clj | badosu/skylobby | 7 | (ns skylobby.fx.host-battle
(:require
[cljfx.api :as fx]
clojure.set
skylobby.fx
[skylobby.fx.sub :as sub]
[skylobby.fx.engines :refer [engines-view]]
[skylobby.fx.maps :refer [maps-view]]
[skylobby.fx.mods :refer [mods-view]]
[skylobby.util :as u]
[taoensso.tufte :as tufte]))
(s... | 23794 | (ns skylobby.fx.host-battle
(:require
[cljfx.api :as fx]
clojure.set
skylobby.fx
[skylobby.fx.sub :as sub]
[skylobby.fx.engines :refer [engines-view]]
[skylobby.fx.maps :refer [maps-view]]
[skylobby.fx.mods :refer [mods-view]]
[skylobby.util :as u]
[taoensso.tufte :as tufte]))
(s... | true | (ns skylobby.fx.host-battle
(:require
[cljfx.api :as fx]
clojure.set
skylobby.fx
[skylobby.fx.sub :as sub]
[skylobby.fx.engines :refer [engines-view]]
[skylobby.fx.maps :refer [maps-view]]
[skylobby.fx.mods :refer [mods-view]]
[skylobby.util :as u]
[taoensso.tufte :as tufte]))
(s... |
[
{
"context": ":\" port \"/\" path)\n :user user\n :password pass}))\n ([dsn]\n (create-db-spec dsn default-driver",
"end": 1595,
"score": 0.9981655478477478,
"start": 1591,
"tag": "PASSWORD",
"value": "pass"
}
] | src/poky/kv/jdbc/util.clj | drsnyder/poky | 2 | (ns poky.kv.jdbc.util
(:require (poky [util :as util])
[clojure.java.jdbc :as sql]
[clojure.string :as string]
[clojure.tools.logging :refer [warn infof errorf]]
[environ.core :refer [env]])
(:import com.mchange.v2.c3p0.ComboPooledDataSource
[java.sql SQLExceptio... | 38884 | (ns poky.kv.jdbc.util
(:require (poky [util :as util])
[clojure.java.jdbc :as sql]
[clojure.string :as string]
[clojure.tools.logging :refer [warn infof errorf]]
[environ.core :refer [env]])
(:import com.mchange.v2.c3p0.ComboPooledDataSource
[java.sql SQLExceptio... | true | (ns poky.kv.jdbc.util
(:require (poky [util :as util])
[clojure.java.jdbc :as sql]
[clojure.string :as string]
[clojure.tools.logging :refer [warn infof errorf]]
[environ.core :refer [env]])
(:import com.mchange.v2.c3p0.ComboPooledDataSource
[java.sql SQLExceptio... |
[
{
"context": ": Apache Storm, Apache Kafka, Redis\n;;\n;; @author Stefan Schadwinkel <stefan.schadwinkel@deck36.de>\n;; @copyright Cop",
"end": 147,
"score": 0.9998884797096252,
"start": 129,
"tag": "NAME",
"value": "Stefan Schadwinkel"
},
{
"context": "e Kafka, Redis\n;;\n;; @aut... | project.clj | DECK36/deck36-storm-idempotent-counter | 2 | ;;
;; Leiningen project file to build the Idempotent Counter Example
;; Uses: Apache Storm, Apache Kafka, Redis
;;
;; @author Stefan Schadwinkel <stefan.schadwinkel@deck36.de>
;; @copyright Copyright (c) 2013 DECK36 GmbH & Co. KG (http://www.deck36.de)
;;
;; For the full copyright and license information, please v... | 101746 | ;;
;; Leiningen project file to build the Idempotent Counter Example
;; Uses: Apache Storm, Apache Kafka, Redis
;;
;; @author <NAME> <<EMAIL>>
;; @copyright Copyright (c) 2013 DECK36 GmbH & Co. KG (http://www.deck36.de)
;;
;; For the full copyright and license information, please view the LICENSE
;; file that was... | true | ;;
;; Leiningen project file to build the Idempotent Counter Example
;; Uses: Apache Storm, Apache Kafka, Redis
;;
;; @author PI:NAME:<NAME>END_PI <PI:EMAIL:<EMAIL>END_PI>
;; @copyright Copyright (c) 2013 DECK36 GmbH & Co. KG (http://www.deck36.de)
;;
;; For the full copyright and license information, please view ... |
[
{
"context": ";; The MIT License (MIT)\n;;\n;; Copyright (c) 2016 Richard Hull\n;;\n;; Permission is hereby granted, free of charg",
"end": 62,
"score": 0.9997686743736267,
"start": 50,
"tag": "NAME",
"value": "Richard Hull"
}
] | test/clustering/core/qt_test.clj | CharlesHD/clustering | 17 | ;; The MIT License (MIT)
;;
;; Copyright (c) 2016 Richard Hull
;;
;; Permission is hereby granted, free of charge, to any person obtaining a copy
;; of this software and associated documentation files (the "Software"), to deal
;; in the Software without restriction, including without limitation the rights
;; to use, co... | 44143 | ;; The MIT License (MIT)
;;
;; Copyright (c) 2016 <NAME>
;;
;; Permission is hereby granted, free of charge, to any person obtaining a copy
;; of this software and associated documentation files (the "Software"), to deal
;; in the Software without restriction, including without limitation the rights
;; to use, copy, mo... | true | ;; The MIT License (MIT)
;;
;; Copyright (c) 2016 PI:NAME:<NAME>END_PI
;;
;; Permission is hereby granted, free of charge, to any person obtaining a copy
;; of this software and associated documentation files (the "Software"), to deal
;; in the Software without restriction, including without limitation the rights
;; to... |
[
{
"context": "from a 'Savegame Decrypter' utility made by user\n JohnnyGuitar. You can find more info here:\n http://forum.scss",
"end": 369,
"score": 0.974270761013031,
"start": 357,
"tag": "NAME",
"value": "JohnnyGuitar"
}
] | components/decrypt/src/ets/jobs/decrypt/core.clj | bshepherdson/etsjobs | 0 | (ns ets.jobs.decrypt.core
(:require
[clojure.java.io :as io])
(:import
[java.io ByteArrayInputStream ByteArrayOutputStream]
[java.nio ByteBuffer ByteOrder]
[javax.crypto Cipher]
[javax.crypto.spec IvParameterSpec SecretKeySpec]))
(def ^:private sii-key-bytes
"This key was taken from a 'Savega... | 91663 | (ns ets.jobs.decrypt.core
(:require
[clojure.java.io :as io])
(:import
[java.io ByteArrayInputStream ByteArrayOutputStream]
[java.nio ByteBuffer ByteOrder]
[javax.crypto Cipher]
[javax.crypto.spec IvParameterSpec SecretKeySpec]))
(def ^:private sii-key-bytes
"This key was taken from a 'Savega... | true | (ns ets.jobs.decrypt.core
(:require
[clojure.java.io :as io])
(:import
[java.io ByteArrayInputStream ByteArrayOutputStream]
[java.nio ByteBuffer ByteOrder]
[javax.crypto Cipher]
[javax.crypto.spec IvParameterSpec SecretKeySpec]))
(def ^:private sii-key-bytes
"This key was taken from a 'Savega... |
[
{
"context": "rson-id :people/id})\n (where {:people/name \\\"John Doe\\\"})\n fetch!)\n ```\"\n [query op r-source cla",
"end": 8026,
"score": 0.9997807145118713,
"start": 8018,
"tag": "NAME",
"value": "John Doe"
},
{
"context": "ongs-to) :type val)))\n rel-keys... | src/norm/sql.clj | kurbatov/norm | 4 | (ns norm.sql
(:refer-clojure :exclude [find update remove])
(:require [clojure.string :as str]
[next.jdbc :as jdbc]
[next.jdbc.result-set :as rs]
[next.jdbc.protocols :refer [Sourceable]]
[next.jdbc.date-time]
[camel-snake-kebab.core :refer [->kebab-case-k... | 112917 | (ns norm.sql
(:refer-clojure :exclude [find update remove])
(:require [clojure.string :as str]
[next.jdbc :as jdbc]
[next.jdbc.result-set :as rs]
[next.jdbc.protocols :refer [Sourceable]]
[next.jdbc.date-time]
[camel-snake-kebab.core :refer [->kebab-case-k... | true | (ns norm.sql
(:refer-clojure :exclude [find update remove])
(:require [clojure.string :as str]
[next.jdbc :as jdbc]
[next.jdbc.result-set :as rs]
[next.jdbc.protocols :refer [Sourceable]]
[next.jdbc.date-time]
[camel-snake-kebab.core :refer [->kebab-case-k... |
[
{
"context": "rieved-question (assoc stored-question :username \"UserName\"))\n\n(facts \"about creating questions\"\n (fac",
"end": 9133,
"score": 0.9989199638366699,
"start": 9125,
"tag": "USERNAME",
"value": "UserName"
},
{
"context": "str \"/users/\" USER_ID))\n(def profile... | test/objective8/unit/actions_test.clj | d-cent/objective8 | 23 | (ns objective8.unit.actions-test
(:require [midje.sweet :refer :all]
[objective8.config :as config]
[objective8.back-end.actions :as actions]
[objective8.back-end.domain.up-down-votes :as up-down-votes]
[objective8.back-end.domain.drafts :as drafts]
[objecti... | 10032 | (ns objective8.unit.actions-test
(:require [midje.sweet :refer :all]
[objective8.config :as config]
[objective8.back-end.actions :as actions]
[objective8.back-end.domain.up-down-votes :as up-down-votes]
[objective8.back-end.domain.drafts :as drafts]
[objecti... | true | (ns objective8.unit.actions-test
(:require [midje.sweet :refer :all]
[objective8.config :as config]
[objective8.back-end.actions :as actions]
[objective8.back-end.domain.up-down-votes :as up-down-votes]
[objective8.back-end.domain.drafts :as drafts]
[objecti... |
[
{
"context": " [:developer\n [:id \"weavejester\"]\n [:name \"James Reeves\"]]\n ",
"end": 711,
"score": 0.9967065453529358,
"start": 700,
"tag": "USERNAME",
"value": "weavejester"
},
{
"context": " [:id \"weavejester\"]\n ... | weavejester/dependency/project.clj | juxt/clojars-mirrors | 0 | (defproject pro.juxt.clojars-mirrors.weavejester/dependency "0.2.1"
:description "A data structure for representing dependency graphs (mirrored from Clojars by JUXT)"
:url "https://github.com/weavejester/dependency"
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.ht... | 20783 | (defproject pro.juxt.clojars-mirrors.weavejester/dependency "0.2.1"
:description "A data structure for representing dependency graphs (mirrored from Clojars by JUXT)"
:url "https://github.com/weavejester/dependency"
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.ht... | true | (defproject pro.juxt.clojars-mirrors.weavejester/dependency "0.2.1"
:description "A data structure for representing dependency graphs (mirrored from Clojars by JUXT)"
:url "https://github.com/weavejester/dependency"
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.ht... |
[
{
"context": "credentials.\"\n [lora]\n (let [app-eui \"70B3D57ED0030333\"\n app-key \"70DD7BFD8ED660DC52AE7F7",
"end": 502,
"score": 0.905706524848938,
"start": 486,
"tag": "KEY",
"value": "70B3D57ED0030333"
},
{
"context": " \"70B3D57ED0030333\"\n ... | src/lostik/repl.clj | ClockworksIO/lostik | 0 | (ns lostik.repl
"REPL boilerplate to interactively connect to lostik and develop this library."
(:require
[clojure.core.async :as a]
[geraet.util :refer [normalize->eui]]
[lostik.device :as dv :refer [cmd! device-info! led! enable-device! new-device print-msg]]
[lostik.lora :as l]
[serial.core :as sc... | 10102 | (ns lostik.repl
"REPL boilerplate to interactively connect to lostik and develop this library."
(:require
[clojure.core.async :as a]
[geraet.util :refer [normalize->eui]]
[lostik.device :as dv :refer [cmd! device-info! led! enable-device! new-device print-msg]]
[lostik.lora :as l]
[serial.core :as sc... | true | (ns lostik.repl
"REPL boilerplate to interactively connect to lostik and develop this library."
(:require
[clojure.core.async :as a]
[geraet.util :refer [normalize->eui]]
[lostik.device :as dv :refer [cmd! device-info! led! enable-device! new-device print-msg]]
[lostik.lora :as l]
[serial.core :as sc... |
[
{
"context": " (.setProperty \"javax.net.ssl.keyStorePassword\" \"aaaaaa\")\n (.setProperty \"javax.net.ssl.trustStore\" \"C:\\",
"end": 1075,
"score": 0.9873809814453125,
"start": 1069,
"tag": "PASSWORD",
"value": "aaaaaa"
},
{
"context": ".setProperty \"javax.net.ssl.trustStorePa... | scripts/edit-pm-ldap.clj | PM-Master/PM | 3 |
(ns gov.nist.csd.pm.scripts
(:import
(javax.swing WindowConstants JFrame JButton JTree JLabel SwingUtilities JTextArea JTextField
Action JScrollPane AbstractAction JMenuBar JMenu JPopupMenu JMenuItem JList ListModel KeyStroke InputMap ActionMap
JOptionPane JDialog JPanel)
(javax.swing.event ListS... | 64140 |
(ns gov.nist.csd.pm.scripts
(:import
(javax.swing WindowConstants JFrame JButton JTree JLabel SwingUtilities JTextArea JTextField
Action JScrollPane AbstractAction JMenuBar JMenu JPopupMenu JMenuItem JList ListModel KeyStroke InputMap ActionMap
JOptionPane JDialog JPanel)
(javax.swing.event ListS... | true |
(ns gov.nist.csd.pm.scripts
(:import
(javax.swing WindowConstants JFrame JButton JTree JLabel SwingUtilities JTextArea JTextField
Action JScrollPane AbstractAction JMenuBar JMenu JPopupMenu JMenuItem JList ListModel KeyStroke InputMap ActionMap
JOptionPane JDialog JPanel)
(javax.swing.event ListS... |
[
{
"context": "son-id\n :person/name \"Bob\"\n :person/address {:db/i",
"end": 3015,
"score": 0.9996726512908936,
"start": 3012,
"tag": "NAME",
"value": "Bob"
},
{
"context": " :person/name \"Bob\"... | src/test/com/fulcrologic/datomic_cloud_backup/cloning_test.clj | fulcrologic/datomic-cloud-backup | 16 | (ns com.fulcrologic.datomic-cloud-backup.cloning-test
(:require
[datomic.client.api :as d]
[com.fulcrologic.datomic-cloud-backup.ram-stores :refer [new-ram-store]]
[com.fulcrologic.datomic-cloud-backup.protocols :as dcbp]
[com.fulcrologic.datomic-cloud-backup.cloning :as cloning]
[com.fulcrologic.... | 83487 | (ns com.fulcrologic.datomic-cloud-backup.cloning-test
(:require
[datomic.client.api :as d]
[com.fulcrologic.datomic-cloud-backup.ram-stores :refer [new-ram-store]]
[com.fulcrologic.datomic-cloud-backup.protocols :as dcbp]
[com.fulcrologic.datomic-cloud-backup.cloning :as cloning]
[com.fulcrologic.... | true | (ns com.fulcrologic.datomic-cloud-backup.cloning-test
(:require
[datomic.client.api :as d]
[com.fulcrologic.datomic-cloud-backup.ram-stores :refer [new-ram-store]]
[com.fulcrologic.datomic-cloud-backup.protocols :as dcbp]
[com.fulcrologic.datomic-cloud-backup.cloning :as cloning]
[com.fulcrologic.... |
[
{
"context": "(ns\n ^{:author \"Brian Craft\"\n :doc \"Specialized collections for chrom posi",
"end": 28,
"score": 0.9998834133148193,
"start": 17,
"tag": "NAME",
"value": "Brian Craft"
}
] | src/cavm/chrom_pos.clj | ucscXena/ucsc-xena-server | 8 | (ns
^{:author "Brian Craft"
:doc "Specialized collections for chrom positions, with low memory footprint.
Measured to be about 1/7 the size of a vector of hash-maps, and about
1/5 the size of a vector of records.
Chrom names are interned. The interned collection never shrinks."}
cavm... | 49324 | (ns
^{:author "<NAME>"
:doc "Specialized collections for chrom positions, with low memory footprint.
Measured to be about 1/7 the size of a vector of hash-maps, and about
1/5 the size of a vector of records.
Chrom names are interned. The interned collection never shrinks."}
cavm.chro... | true | (ns
^{:author "PI:NAME:<NAME>END_PI"
:doc "Specialized collections for chrom positions, with low memory footprint.
Measured to be about 1/7 the size of a vector of hash-maps, and about
1/5 the size of a vector of records.
Chrom names are interned. The interned collection never shrinks.... |
[
{
"context": "-endorsement! [ctx user-badge-id owner-id {:keys [user-ids emails content]}]\n (try+\n (if-not (badge-owner? ",
"end": 8576,
"score": 0.8678520321846008,
"start": 8568,
"tag": "KEY",
"value": "user-ids"
}
] | src/clj/salava/badge/endorsement.clj | discendum/salava | 17 | (ns salava.badge.endorsement
(:require [yesql.core :refer [defqueries]]
[salava.core.util :refer [get-db md->html get-full-path plugin-fun get-plugins event publish digest bytes->base64]]
[slingshot.slingshot :refer :all]
[clojure.tools.logging :as log]
[salava.badge.ma... | 70551 | (ns salava.badge.endorsement
(:require [yesql.core :refer [defqueries]]
[salava.core.util :refer [get-db md->html get-full-path plugin-fun get-plugins event publish digest bytes->base64]]
[slingshot.slingshot :refer :all]
[clojure.tools.logging :as log]
[salava.badge.ma... | true | (ns salava.badge.endorsement
(:require [yesql.core :refer [defqueries]]
[salava.core.util :refer [get-db md->html get-full-path plugin-fun get-plugins event publish digest bytes->base64]]
[slingshot.slingshot :refer :all]
[clojure.tools.logging :as log]
[salava.badge.ma... |
[
{
"context": "correctamente los valores\"\n (is (= '(\"HOLA\" + \" MUNDO\" + \"\")\n (preprocesar-expresion '(X$ + \"",
"end": 8070,
"score": 0.6524322628974915,
"start": 8065,
"tag": "NAME",
"value": "MUNDO"
}
] | test/tp/core_test.clj | SantiValdezUlzurrun/Interprete-AppleSoft-Basic | 2 | (ns tp.core-test
(:require [clojure.test :refer :all]
[tp.basic :refer :all]))
(deftest testPalabrasReservadas
(testing "Al Preguntarse Si Las Siguientes Palabras Son Reservadas El Resultado Es El Indicado"
(is (= false (palabra-reservada? 'SPACE)))
(is (= true (palabra-reservada? 'REM)))))
(de... | 96523 | (ns tp.core-test
(:require [clojure.test :refer :all]
[tp.basic :refer :all]))
(deftest testPalabrasReservadas
(testing "Al Preguntarse Si Las Siguientes Palabras Son Reservadas El Resultado Es El Indicado"
(is (= false (palabra-reservada? 'SPACE)))
(is (= true (palabra-reservada? 'REM)))))
(de... | true | (ns tp.core-test
(:require [clojure.test :refer :all]
[tp.basic :refer :all]))
(deftest testPalabrasReservadas
(testing "Al Preguntarse Si Las Siguientes Palabras Son Reservadas El Resultado Es El Indicado"
(is (= false (palabra-reservada? 'SPACE)))
(is (= true (palabra-reservada? 'REM)))))
(de... |
[
{
"context": " :all]))\n\n(def request {:path \"/greetings\" :body \"Mike,Joe,John,Steve\"})\n\n(defn makeRequest [] \n (tinyweb-instance req",
"end": 294,
"score": 0.8793648481369019,
"start": 275,
"tag": "NAME",
"value": "Mike,Joe,John,Steve"
}
] | src/test/clojure/com/github/dwiechert/clojure/tinyweb/exampleTest.clj | DWiechert/functional-programming-patterns | 0 | (ns com.github.dwiechert.clojure.tinyweb.exampleTest
(:require [clojure.test :refer :all])
(:require [com.github.dwiechert.clojure.tinyweb.core :refer :all])
(:require [com.github.dwiechert.clojure.tinyweb.example :refer :all]))
(def request {:path "/greetings" :body "Mike,Joe,John,Steve"})
(defn makeRequest [] ... | 116647 | (ns com.github.dwiechert.clojure.tinyweb.exampleTest
(:require [clojure.test :refer :all])
(:require [com.github.dwiechert.clojure.tinyweb.core :refer :all])
(:require [com.github.dwiechert.clojure.tinyweb.example :refer :all]))
(def request {:path "/greetings" :body "<NAME>"})
(defn makeRequest []
(tinyweb-i... | true | (ns com.github.dwiechert.clojure.tinyweb.exampleTest
(:require [clojure.test :refer :all])
(:require [com.github.dwiechert.clojure.tinyweb.core :refer :all])
(:require [com.github.dwiechert.clojure.tinyweb.example :refer :all]))
(def request {:path "/greetings" :body "PI:NAME:<NAME>END_PI"})
(defn makeRequest []... |
[
{
"context": "-text \"grimm\"))\n\n;; Complete Sherlock Holmes\n;; by Arthur Conan Doyle\n(def sherlock-text (get-text \"sherlock\"))\n\n;; Les",
"end": 492,
"score": 0.9999096989631653,
"start": 474,
"tag": "NAME",
"value": "Arthur Conan Doyle"
},
{
"context": "xt (get-text \"sherlo... | src/clj/exploring_data/classics.clj | KevinGreene/exploring-data | 1 | (ns exploring-data.classics
(:require [opennlp.nlp :as nlp]
[opennlp.treebank :as treebank]
[stemmers.core]
[stemmers.porter]
[incanter.stats :refer [levenshtein-distance]]))
(defn get-text [name]
(-> (str "resources/writings/" name ".txt")
(slurp)
(cloju... | 56686 | (ns exploring-data.classics
(:require [opennlp.nlp :as nlp]
[opennlp.treebank :as treebank]
[stemmers.core]
[stemmers.porter]
[incanter.stats :refer [levenshtein-distance]]))
(defn get-text [name]
(-> (str "resources/writings/" name ".txt")
(slurp)
(cloju... | true | (ns exploring-data.classics
(:require [opennlp.nlp :as nlp]
[opennlp.treebank :as treebank]
[stemmers.core]
[stemmers.porter]
[incanter.stats :refer [levenshtein-distance]]))
(defn get-text [name]
(-> (str "resources/writings/" name ".txt")
(slurp)
(cloju... |
[
{
"context": ";; Copyright (c) Stuart Sierra, 2012. All rights reserved. The use and\n;; distri",
"end": 30,
"score": 0.9998567700386047,
"start": 17,
"tag": "NAME",
"value": "Stuart Sierra"
}
] | output/conjure_deps/toolsnamespace/v0v3v1/clojure/tools/namespace/parse.cljc | Olical/conjure-deps | 4 | ;; Copyright (c) Stuart Sierra, 2012. All rights reserved. The use and
;; distribution terms for this software are covered by the Eclipse
;; Public License 1.0 (http://opensource.org/licenses/eclipse-1.0.php)
;; which can be found in the file epl-v10.html at the root of this
;; distribution. By using this software in a... | 72056 | ;; Copyright (c) <NAME>, 2012. All rights reserved. The use and
;; distribution terms for this software are covered by the Eclipse
;; Public License 1.0 (http://opensource.org/licenses/eclipse-1.0.php)
;; which can be found in the file epl-v10.html at the root of this
;; distribution. By using this software in any fash... | true | ;; Copyright (c) PI:NAME:<NAME>END_PI, 2012. All rights reserved. The use and
;; distribution terms for this software are covered by the Eclipse
;; Public License 1.0 (http://opensource.org/licenses/eclipse-1.0.php)
;; which can be found in the file epl-v10.html at the root of this
;; distribution. By using this softwa... |
[
{
"context": "Type \\\"Patient\\\"\n :name [{:family \\\"Doe\\\", :given [\\\"John\\\"]}]}}\n :match {:by sty/match",
"end": 1783,
"score": 0.999574601650238,
"start": 1780,
"tag": "NAME",
"value": "Doe"
},
{
"context": " :name [{:family \\\"Doe\\\", :gi... | src/stresty/operations/gen.clj | HealthSamurai/stresty | 22 | (ns stresty.operations.gen
(:require [clojure.string :as str])
(:import
(java.io File)
(java.nio.file Files Path Paths OpenOption FileVisitOption LinkOption)
(java.nio.file.attribute FileAttribute)
(java.net URI)))
(set! *warn-on-reflection* true)
(defn get-path [ns]
(->> (str/split ns #"\.")
... | 46833 | (ns stresty.operations.gen
(:require [clojure.string :as str])
(:import
(java.io File)
(java.nio.file Files Path Paths OpenOption FileVisitOption LinkOption)
(java.nio.file.attribute FileAttribute)
(java.net URI)))
(set! *warn-on-reflection* true)
(defn get-path [ns]
(->> (str/split ns #"\.")
... | true | (ns stresty.operations.gen
(:require [clojure.string :as str])
(:import
(java.io File)
(java.nio.file Files Path Paths OpenOption FileVisitOption LinkOption)
(java.nio.file.attribute FileAttribute)
(java.net URI)))
(set! *warn-on-reflection* true)
(defn get-path [ns]
(->> (str/split ns #"\.")
... |
[
{
"context": " {:user [[:custom-user-1 {:spec-gen {:user-name \"Captain Crunch\"}}]\n [:custom-user-2 {:sp",
"end": 318,
"score": 0.9982316493988037,
"start": 304,
"tag": "NAME",
"value": "Captain Crunch"
}
] | demo/src/specmonstah_demo/examples/queries.cljs | plexus/specmonstah | 346 | (ns specmonstah-demo.examples.queries
(:require [shadow.resource :as rc]))
(def queries
[{:name "specify usernames"
:description "Specmonstah generates a lot of data for you, but you have the power to customize any of it."
:query {:user [[:custom-user-1 {:spec-gen {:user-name "Captain Crunch"}... | 11130 | (ns specmonstah-demo.examples.queries
(:require [shadow.resource :as rc]))
(def queries
[{:name "specify usernames"
:description "Specmonstah generates a lot of data for you, but you have the power to customize any of it."
:query {:user [[:custom-user-1 {:spec-gen {:user-name "<NAME>"}}]
... | true | (ns specmonstah-demo.examples.queries
(:require [shadow.resource :as rc]))
(def queries
[{:name "specify usernames"
:description "Specmonstah generates a lot of data for you, but you have the power to customize any of it."
:query {:user [[:custom-user-1 {:spec-gen {:user-name "PI:NAME:<NAME>EN... |
[
{
"context": "-ms 200)\n(def source-url \"https://github.com/dmotz/cellf\")\n(def home-url \"http://oxism.com\")\n(de",
"end": 515,
"score": 0.9909548163414001,
"start": 510,
"tag": "USERNAME",
"value": "dmotz"
},
{
"context": "me-url \"http://oxism.com\")\n(def ls-key ... | src/cellf/core.cljs | dmotz/cellf | 7 | (ns ^:figwheel-always cellf.core
(:require [om.core :as om :include-macros true]
[om.dom :as dom :include-macros true]
[cljs.core.async :refer [<! >! take! put! alts! chan timeout]]
[cellf.media :as media]
[cellf.strings :refer [strings]])
(:require-macros [cljs.core.... | 24871 | (ns ^:figwheel-always cellf.core
(:require [om.core :as om :include-macros true]
[om.dom :as dom :include-macros true]
[cljs.core.async :refer [<! >! take! put! alts! chan timeout]]
[cellf.media :as media]
[cellf.strings :refer [strings]])
(:require-macros [cljs.core.... | true | (ns ^:figwheel-always cellf.core
(:require [om.core :as om :include-macros true]
[om.dom :as dom :include-macros true]
[cljs.core.async :refer [<! >! take! put! alts! chan timeout]]
[cellf.media :as media]
[cellf.strings :refer [strings]])
(:require-macros [cljs.core.... |
[
{
"context": "files])))\n; (map #(str \"Hello \" % \"!\" ) [\"Ford\" \"Arthur\" \"Tricia\"])\n; (map #(str \"Hello ",
"end": 2043,
"score": 0.9993875026702881,
"start": 2039,
"tag": "NAME",
"value": "Ford"
},
{
"context": "))\n; (map #(str \"Hello \" % \"!\" )... | src/sober_adnetwork/routes/advertiser.clj | atschx/sober-adnetwork | 0 | (ns sober-adnetwork.routes.advertiser
(:require
[compojure.core :refer :all]
[ring.util.response :as resp]
[ring.middleware.multipart-params :as mp]
[noir.session :as session]
[sober-adnetwork.models.offers :as offers]
[sober-adnetwork.models.offer-attachments :as offers-attch]
[sober-adn... | 84008 | (ns sober-adnetwork.routes.advertiser
(:require
[compojure.core :refer :all]
[ring.util.response :as resp]
[ring.middleware.multipart-params :as mp]
[noir.session :as session]
[sober-adnetwork.models.offers :as offers]
[sober-adnetwork.models.offer-attachments :as offers-attch]
[sober-adn... | true | (ns sober-adnetwork.routes.advertiser
(:require
[compojure.core :refer :all]
[ring.util.response :as resp]
[ring.middleware.multipart-params :as mp]
[noir.session :as session]
[sober-adnetwork.models.offers :as offers]
[sober-adnetwork.models.offer-attachments :as offers-attch]
[sober-adn... |
[
{
"context": "views namespace.\n;; Copyright 2011-2012, Vixu.com, F.M. (Filip) de Waard <fmw@vixu.com>.\n;;\n;; Licensed und",
"end": 91,
"score": 0.9966863393783569,
"start": 88,
"tag": "NAME",
"value": "F.M"
},
{
"context": "amespace.\n;; Copyright 2011-2012, Vixu.com, F.M. (Filip)... | test/clj/vix/test/views.clj | fmw/vix | 22 | ;; test/vix/test/views.clj tests for views namespace.
;; Copyright 2011-2012, Vixu.com, F.M. (Filip) de Waard <fmw@vixu.com>.
;;
;; Licensed under the Apache License, Version 2.0 (the "License");
;; you may not use this file except in compliance with the License.
;; You may obtain a copy of the License at
;;
;; http://... | 60468 | ;; test/vix/test/views.clj tests for views namespace.
;; Copyright 2011-2012, Vixu.com, <NAME>. (<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.... | true | ;; test/vix/test/views.clj tests for views namespace.
;; Copyright 2011-2012, Vixu.com, PI:NAME:<NAME>END_PI. (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... |
[
{
"context": "ula-widgets.utils :as utils]))\n\n(def panel-key\n :app-panel-widget)\n\n(def panel-path\n [:panels panel-k",
"end": 136,
"score": 0.5183499455451965,
"start": 133,
"tag": "KEY",
"value": "app"
},
{
"context": "widgets.utils :as utils]))\n\n(def panel-key\n :app-pane... | packages/reagent/src/cljs/nebula_widgets/kitchen_sink/panels/app_panel_widget/common.cljs | mt0erfztxt/nebula-widgets | 0 | (ns nebula-widgets.kitchen-sink.panels.app-panel-widget.common
(:require
[nebula-widgets.utils :as utils]))
(def panel-key
:app-panel-widget)
(def panel-path
[:panels panel-key])
(def panel-path->keyword
(apply partial utils/path->keyword panel-path))
(def knobs
(utils/expand-paths
[:footer
:... | 80454 | (ns nebula-widgets.kitchen-sink.panels.app-panel-widget.common
(:require
[nebula-widgets.utils :as utils]))
(def panel-key
:<KEY>-<KEY>-widget)
(def panel-path
[:panels panel-key])
(def panel-path->keyword
(apply partial utils/path->keyword panel-path))
(def knobs
(utils/expand-paths
[:footer
... | true | (ns nebula-widgets.kitchen-sink.panels.app-panel-widget.common
(:require
[nebula-widgets.utils :as utils]))
(def panel-key
:PI:KEY:<KEY>END_PI-PI:KEY:<KEY>END_PI-widget)
(def panel-path
[:panels panel-key])
(def panel-path->keyword
(apply partial utils/path->keyword panel-path))
(def knobs
(utils/expa... |
[
{
"context": "h core libraries.\"\n :url \"https://www.github.com/ddossot/clatch\"\n :license {:name \"The MIT License (MIT)\"",
"end": 137,
"score": 0.9992143511772156,
"start": 130,
"tag": "USERNAME",
"value": "ddossot"
},
{
"context": "ses/MIT\"\n :comments \"Copyrigh... | clatch-core/project.clj | ddossot/clatch | 0 | (defproject net.dossot.clatch/clatch-core "1.0.0-SNAPSHOT"
:description "Clatch core libraries."
:url "https://www.github.com/ddossot/clatch"
:license {:name "The MIT License (MIT)"
:url "http://opensource.org/licenses/MIT"
:comments "Copyright (c) 2015 David Dossot"}
:plugins [[lein-mo... | 77940 | (defproject net.dossot.clatch/clatch-core "1.0.0-SNAPSHOT"
:description "Clatch core libraries."
:url "https://www.github.com/ddossot/clatch"
:license {:name "The MIT License (MIT)"
:url "http://opensource.org/licenses/MIT"
:comments "Copyright (c) 2015 <NAME>"}
:plugins [[lein-modules ... | true | (defproject net.dossot.clatch/clatch-core "1.0.0-SNAPSHOT"
:description "Clatch core libraries."
:url "https://www.github.com/ddossot/clatch"
:license {:name "The MIT License (MIT)"
:url "http://opensource.org/licenses/MIT"
:comments "Copyright (c) 2015 PI:NAME:<NAME>END_PI"}
:plugins [... |
[
{
"context": "nd the latest version here:\n;; https://github.com/BetterThanTomorrow/dram/blob/dev/drams/welcome_to_clojure.clj\n\n(comm",
"end": 1985,
"score": 0.9975467324256897,
"start": 1967,
"tag": "USERNAME",
"value": "BetterThanTomorrow"
},
{
"context": " ;; among the commands... | drams/welcome_to_clojure.clj | ieugen/dram | 0 | (ns welcome-to-clojure
(:require [clojure.repl :refer [source apropos dir pst doc find-doc]]
[clojure.string :as string]
[clojure.test :refer [is are]]))
;; Welcome to Clojure! ♥️
;; Start with loading this file.
;; Ctrl+Alt+C Enter
;; Then evaluate this expression with Alt+Enter:
"Hello W... | 53605 | (ns welcome-to-clojure
(:require [clojure.repl :refer [source apropos dir pst doc find-doc]]
[clojure.string :as string]
[clojure.test :refer [is are]]))
;; Welcome to Clojure! ♥️
;; Start with loading this file.
;; Ctrl+Alt+C Enter
;; Then evaluate this expression with Alt+Enter:
"Hello W... | true | (ns welcome-to-clojure
(:require [clojure.repl :refer [source apropos dir pst doc find-doc]]
[clojure.string :as string]
[clojure.test :refer [is are]]))
;; Welcome to Clojure! ♥️
;; Start with loading this file.
;; Ctrl+Alt+C Enter
;; Then evaluate this expression with Alt+Enter:
"Hello W... |
[
{
"context": ";; Copyright (c) 2014-2016 Andrey Antukh <niwi@niwi.nz>\n;; Copyright (c) 2014-2016 Alejand",
"end": 40,
"score": 0.9998933672904968,
"start": 27,
"tag": "NAME",
"value": "Andrey Antukh"
},
{
"context": ";; Copyright (c) 2014-2016 Andrey Antukh <niwi@niwi.nz>\n;; Copyri... | src/cats/monad/exception.cljc | klausharbo/cats | 5 | ;; Copyright (c) 2014-2016 Andrey Antukh <niwi@niwi.nz>
;; Copyright (c) 2014-2016 Alejandro Gómez <alejandro@dialelo.com>
;; All rights reserved.
;;
;; Redistribution and use in source and binary forms, with or without
;; modification, are permitted provided that the following conditions
;; are met:
;;
;; 1. Redistrib... | 27835 | ;; Copyright (c) 2014-2016 <NAME> <<EMAIL>>
;; Copyright (c) 2014-2016 <NAME> <<EMAIL>>
;; All rights reserved.
;;
;; Redistribution and use in source and binary forms, with or without
;; modification, are permitted provided that the following conditions
;; are met:
;;
;; 1. Redistributions of source code must retain t... | true | ;; Copyright (c) 2014-2016 PI:NAME:<NAME>END_PI <PI:EMAIL:<EMAIL>END_PI>
;; Copyright (c) 2014-2016 PI:NAME:<NAME>END_PI <PI:EMAIL:<EMAIL>END_PI>
;; All rights reserved.
;;
;; Redistribution and use in source and binary forms, with or without
;; modification, are permitted provided that the following conditions
;; are ... |
[
{
"context": " username (:username es-config)\n password (:password es-config)\n client (delay (s/client {:hosts ",
"end": 456,
"score": 0.5670373439788818,
"start": 448,
"tag": "PASSWORD",
"value": "password"
}
] | src/log_service/es.clj | chargegrid/log-service | 0 | (ns log-service.es
(:require [log-service.settings :refer [config]]
[org.httpkit.client :as http]
[clojure.string :refer [join]]
[clojure.tools.logging :as log]
[clojure.data.json :as json]
[qbits.spandex :as s]
[qbits.spandex.utils :as s-utils])... | 38170 | (ns log-service.es
(:require [log-service.settings :refer [config]]
[org.httpkit.client :as http]
[clojure.string :refer [join]]
[clojure.tools.logging :as log]
[clojure.data.json :as json]
[qbits.spandex :as s]
[qbits.spandex.utils :as s-utils])... | true | (ns log-service.es
(:require [log-service.settings :refer [config]]
[org.httpkit.client :as http]
[clojure.string :refer [join]]
[clojure.tools.logging :as log]
[clojure.data.json :as json]
[qbits.spandex :as s]
[qbits.spandex.utils :as s-utils])... |
[
{
"context": "n an agenda token is placed.\n; Example: Hayley Kaplan will not show a prompt if there are no valid targ",
"end": 8375,
"score": 0.8818985819816589,
"start": 8362,
"tag": "NAME",
"value": "Hayley Kaplan"
}
] | src/clj/game/core/engine.clj | darmac/netrunner | 1 | (ns game.core.engine
(:require
[clojure.set :as clj-set]
[clojure.stacktrace :refer [print-stack-trace]]
[clojure.string :as string]
[clj-uuid :as uuid]
[game.core.board :refer [clear-empty-remotes]]
[game.core.card :refer [active? facedown? get-card get-cid has-subtype? installed? rezzed?]]
... | 40682 | (ns game.core.engine
(:require
[clojure.set :as clj-set]
[clojure.stacktrace :refer [print-stack-trace]]
[clojure.string :as string]
[clj-uuid :as uuid]
[game.core.board :refer [clear-empty-remotes]]
[game.core.card :refer [active? facedown? get-card get-cid has-subtype? installed? rezzed?]]
... | true | (ns game.core.engine
(:require
[clojure.set :as clj-set]
[clojure.stacktrace :refer [print-stack-trace]]
[clojure.string :as string]
[clj-uuid :as uuid]
[game.core.board :refer [clear-empty-remotes]]
[game.core.card :refer [active? facedown? get-card get-cid has-subtype? installed? rezzed?]]
... |
[
{
"context": "ay to achieve this ([doc here](https://github.com/r0man/sablono)).\nHere we use stateless functions that t",
"end": 2153,
"score": 0.9992032647132874,
"start": 2148,
"tag": "USERNAME",
"value": "r0man"
},
{
"context": "just an atom\n (dispatch! store action-init [\... | src/clarc/intro/card2.cljs | fdserr/clarc | 2 | (ns clarc.intro.card2
(:require
[cljs.test :as test :include-macros true :refer [testing is]]
[devcards.core :as dc :include-macros true :refer [defcard deftest]]
[sablono.core :as sab :include-macros true :refer [html]]))
(defcard
"
[ [Home](#!/clarc.index)
| [Reactive UI](#!/clarc.intro.card1)
| Basic... | 84285 | (ns clarc.intro.card2
(:require
[cljs.test :as test :include-macros true :refer [testing is]]
[devcards.core :as dc :include-macros true :refer [defcard deftest]]
[sablono.core :as sab :include-macros true :refer [html]]))
(defcard
"
[ [Home](#!/clarc.index)
| [Reactive UI](#!/clarc.intro.card1)
| Basic... | true | (ns clarc.intro.card2
(:require
[cljs.test :as test :include-macros true :refer [testing is]]
[devcards.core :as dc :include-macros true :refer [defcard deftest]]
[sablono.core :as sab :include-macros true :refer [html]]))
(defcard
"
[ [Home](#!/clarc.index)
| [Reactive UI](#!/clarc.intro.card1)
| Basic... |
[
{
"context": " Präsentation\n; Aussagenlogik\n; Copyright (c) 2017 Burkhardt Renz, THM. All rights reserved.\n\n(ns pres.al\n (:requi",
"end": 89,
"score": 0.9998524785041809,
"start": 75,
"tag": "NAME",
"value": "Burkhardt Renz"
}
] | src/pres/al.clj | esb-lwb/lwb | 22 | ; lwb Logic WorkBench -- Präsentation
; Aussagenlogik
; Copyright (c) 2017 Burkhardt Renz, THM. All rights reserved.
(ns pres.al
(:require [lwb.prop :refer :all])
(:require [lwb.prop.sat :refer [sat sat? valid?]]
[clojure.spec.alpha :as s])
)
; Syntax ===========================
; In Lehrbüchern wi... | 101166 | ; lwb Logic WorkBench -- Präsentation
; Aussagenlogik
; Copyright (c) 2017 <NAME>, THM. All rights reserved.
(ns pres.al
(:require [lwb.prop :refer :all])
(:require [lwb.prop.sat :refer [sat sat? valid?]]
[clojure.spec.alpha :as s])
)
; Syntax ===========================
; In Lehrbüchern wird üblic... | true | ; lwb Logic WorkBench -- Präsentation
; Aussagenlogik
; Copyright (c) 2017 PI:NAME:<NAME>END_PI, THM. All rights reserved.
(ns pres.al
(:require [lwb.prop :refer :all])
(:require [lwb.prop.sat :refer [sat sat? valid?]]
[clojure.spec.alpha :as s])
)
; Syntax ===========================
; In Lehrbüch... |
[
{
"context": " (b/into [])))))\n (let [input [{:name \"Bob\" :x 2} {:name \"Jim\" :x 99} {:name \"Bob\" :x 3}]]\n ",
"end": 7252,
"score": 0.9993768334388733,
"start": 7249,
"tag": "NAME",
"value": "Bob"
},
{
"context": "[])))))\n (let [input [{:name \"Bob\" :x 2} {:name ... | language-adaptors/rxjava-clojure/src/test/clojure/rx/lang/clojure/core_test.clj | dpsm/RxJava | 3 | (ns rx.lang.clojure.core-test
(:require [rx.lang.clojure.core :as rx]
[rx.lang.clojure.blocking :as b]
[rx.lang.clojure.future :as f]
[clojure.test :refer [deftest is testing are]]))
(deftest test-observable?
(is (rx/observable? (rx/return 99)))
(is (not (rx/observable? "I'm n... | 32821 | (ns rx.lang.clojure.core-test
(:require [rx.lang.clojure.core :as rx]
[rx.lang.clojure.blocking :as b]
[rx.lang.clojure.future :as f]
[clojure.test :refer [deftest is testing are]]))
(deftest test-observable?
(is (rx/observable? (rx/return 99)))
(is (not (rx/observable? "I'm n... | true | (ns rx.lang.clojure.core-test
(:require [rx.lang.clojure.core :as rx]
[rx.lang.clojure.blocking :as b]
[rx.lang.clojure.future :as f]
[clojure.test :refer [deftest is testing are]]))
(deftest test-observable?
(is (rx/observable? (rx/return 99)))
(is (not (rx/observable? "I'm n... |
[
{
"context": "--------------------------------\n;; Copyright 2017 Greg Haskins\n;;\n;; SPDX-License-Identifier: Apache-2.0\n;;-----",
"end": 110,
"score": 0.9998193979263306,
"start": 98,
"tag": "NAME",
"value": "Greg Haskins"
}
] | examples/example02/client/cljs/project.clj | simonmulser/fabric-chaintool | 0 | ;;-----------------------------------------------------------------------------
;; Copyright 2017 Greg Haskins
;;
;; SPDX-License-Identifier: Apache-2.0
;;-----------------------------------------------------------------------------
(defproject example02 "0.1.0-SNAPSHOT"
:description "FIXME: write this!"
:url "htt... | 25761 | ;;-----------------------------------------------------------------------------
;; Copyright 2017 <NAME>
;;
;; SPDX-License-Identifier: Apache-2.0
;;-----------------------------------------------------------------------------
(defproject example02 "0.1.0-SNAPSHOT"
:description "FIXME: write this!"
:url "http://ex... | true | ;;-----------------------------------------------------------------------------
;; Copyright 2017 PI:NAME:<NAME>END_PI
;;
;; SPDX-License-Identifier: Apache-2.0
;;-----------------------------------------------------------------------------
(defproject example02 "0.1.0-SNAPSHOT"
:description "FIXME: write this!"
:... |
[
{
"context": "]\n (set (filter vowel? word)))\n\n(def name-list [\"Yourtion\", \"Sophia\"])\n\n(defn run []\n (println \"vowelsInWo",
"end": 312,
"score": 0.9982621669769287,
"start": 304,
"tag": "NAME",
"value": "Yourtion"
},
{
"context": "lter vowel? word)))\n\n(def name-list [\"... | Clojure/src/com/yourtion/Pattern05/higher_order_functions.clj | yourtion/LearningFunctionalProgramming | 14 | (ns com.yourtion.Pattern05.higher-order-functions)
(defn sum-sequence [s]
{:pre [(not (empty? s))]}
(reduce + s))
(defn prepend-hello [names]
(map (fn [name] (str "Hello, " name)) names))
(def vowel? #{\a \e \i \o \u})
(defn vowels-in-word [word]
(set (filter vowel? word)))
(def name-list ["Yourtion", "Soph... | 48062 | (ns com.yourtion.Pattern05.higher-order-functions)
(defn sum-sequence [s]
{:pre [(not (empty? s))]}
(reduce + s))
(defn prepend-hello [names]
(map (fn [name] (str "Hello, " name)) names))
(def vowel? #{\a \e \i \o \u})
(defn vowels-in-word [word]
(set (filter vowel? word)))
(def name-list ["<NAME>", "<NAME>... | true | (ns com.yourtion.Pattern05.higher-order-functions)
(defn sum-sequence [s]
{:pre [(not (empty? s))]}
(reduce + s))
(defn prepend-hello [names]
(map (fn [name] (str "Hello, " name)) names))
(def vowel? #{\a \e \i \o \u})
(defn vowels-in-word [word]
(set (filter vowel? word)))
(def name-list ["PI:NAME:<NAME>EN... |
[
{
"context": "est :user {:_id \"5515a24e78309661a4aa7e0d\" :name \"Don Draper\"}))))\n\n;; Standardize error response\n(defn error-",
"end": 412,
"score": 0.9944684505462646,
"start": 402,
"tag": "NAME",
"value": "Don Draper"
}
] | src/outfolio/api.clj | nicolashery/outfolio-clj | 0 | (ns outfolio.api
(:require [compojure.core :refer [defroutes GET POST PUT DELETE ANY]]
[ring.middleware.json :refer [wrap-json-response wrap-json-body]]
[ring.util.response :refer [response status]]
[outfolio.db :as db]))
;; Fake auth middleware
(defn wrap-auth [handler]
(fn [r... | 122395 | (ns outfolio.api
(:require [compojure.core :refer [defroutes GET POST PUT DELETE ANY]]
[ring.middleware.json :refer [wrap-json-response wrap-json-body]]
[ring.util.response :refer [response status]]
[outfolio.db :as db]))
;; Fake auth middleware
(defn wrap-auth [handler]
(fn [r... | true | (ns outfolio.api
(:require [compojure.core :refer [defroutes GET POST PUT DELETE ANY]]
[ring.middleware.json :refer [wrap-json-response wrap-json-body]]
[ring.util.response :refer [response status]]
[outfolio.db :as db]))
;; Fake auth middleware
(defn wrap-auth [handler]
(fn [r... |
[
{
"context": "gits\n; Date: March 17, 2016.\n; Authors:\n; A01371743 Luis Eduardo Ballinas Aguilar\n;------------------",
"end": 144,
"score": 0.9947770237922668,
"start": 135,
"tag": "USERNAME",
"value": "A01371743"
},
{
"context": "e: March 17, 2016.\n; Authors:\n; ... | 4clojure/problem_99.clj | lu15v/TC2006 | 0 | ;----------------------------------------------------------
; Problem 99: Product Digits
; Date: March 17, 2016.
; Authors:
; A01371743 Luis Eduardo Ballinas Aguilar
;----------------------------------------------------------
(use 'clojure.test)
(def problem99
(fn [a b]
(vec(map #(Character/digi... | 19705 | ;----------------------------------------------------------
; Problem 99: Product Digits
; Date: March 17, 2016.
; Authors:
; A01371743 <NAME>
;----------------------------------------------------------
(use 'clojure.test)
(def problem99
(fn [a b]
(vec(map #(Character/digit % 10) (seq(str (* a b... | true | ;----------------------------------------------------------
; Problem 99: Product Digits
; Date: March 17, 2016.
; Authors:
; A01371743 PI:NAME:<NAME>END_PI
;----------------------------------------------------------
(use 'clojure.test)
(def problem99
(fn [a b]
(vec(map #(Character/digit % 10) (... |
[
{
"context": "ew-space\"] [])))\n (is (= {:login {:cf-token \"TOKEN\"\n :endpoint \"URL\"}\n ",
"end": 2018,
"score": 0.6204729676246643,
"start": 2013,
"tag": "KEY",
"value": "TOKEN"
},
{
"context": "\n(def service-key\n (c/service-key-entity \"GUI... | test/kale/create_test.clj | IBM-Watson/kale | 13 | ;;
;; (C) Copyright IBM Corp. 2016 All Rights Reserved.
;;
(ns kale.create-test
(:require [kale.create :as sut]
[kale.persistence :as persist]
[kale.cloud-foundry :as cf]
[kale.cloud-foundry-constants :as c]
[cheshire.core :as json]
[clj-time.core :refer [i... | 119524 | ;;
;; (C) Copyright IBM Corp. 2016 All Rights Reserved.
;;
(ns kale.create-test
(:require [kale.create :as sut]
[kale.persistence :as persist]
[kale.cloud-foundry :as cf]
[kale.cloud-foundry-constants :as c]
[cheshire.core :as json]
[clj-time.core :refer [i... | true | ;;
;; (C) Copyright IBM Corp. 2016 All Rights Reserved.
;;
(ns kale.create-test
(:require [kale.create :as sut]
[kale.persistence :as persist]
[kale.cloud-foundry :as cf]
[kale.cloud-foundry-constants :as c]
[cheshire.core :as json]
[clj-time.core :refer [i... |
[
{
"context": "L\n :user mailUsername\n :pass mailPassword\n :t-and-c-url termsAndConditions}))\n\n",
"end": 2860,
"score": 0.5674434304237366,
"start": 2856,
"tag": "PASSWORD",
"value": "mail"
}
] | cimi/src/com/sixsq/slipstream/ssclj/resources/email/utils.clj | slipstream/SlipStreamServer | 6 | (ns com.sixsq.slipstream.ssclj.resources.email.utils
(:require
[clojure.string :as str]
[com.sixsq.slipstream.ssclj.resources.callback :as callback]
[com.sixsq.slipstream.ssclj.resources.callback-email-validation :as email-callback]
[com.sixsq.slipstream.ssclj.resources.common.crud :as crud]
[com.... | 38911 | (ns com.sixsq.slipstream.ssclj.resources.email.utils
(:require
[clojure.string :as str]
[com.sixsq.slipstream.ssclj.resources.callback :as callback]
[com.sixsq.slipstream.ssclj.resources.callback-email-validation :as email-callback]
[com.sixsq.slipstream.ssclj.resources.common.crud :as crud]
[com.... | true | (ns com.sixsq.slipstream.ssclj.resources.email.utils
(:require
[clojure.string :as str]
[com.sixsq.slipstream.ssclj.resources.callback :as callback]
[com.sixsq.slipstream.ssclj.resources.callback-email-validation :as email-callback]
[com.sixsq.slipstream.ssclj.resources.common.crud :as crud]
[com.... |
[
{
"context": "e the variant\n;;; 'app-exp has two fields)\n;;;\n;;; Eli Bendersky [http://eli.thegreenplace.net]\n;;; This code is i",
"end": 1685,
"score": 0.9974662661552429,
"start": 1672,
"tag": "NAME",
"value": "Eli Bendersky"
}
] | 2016/define-datatype/src/define_datatype/define_datatype.clj | mikiec84/code-for-blog | 1,199 | ;;; Clojure implementation of the 'define-datatypes' and 'cases' macros from
;;; the "Elements of Programming Languages" (EOPL) book - third edition.
;;;
;;; Given:
;;;
;;; (define-datatype lc-exp lc-exp?
;;; (var-exp
;;; (var symbol?))
;;; (lambda-exp
;;; (bound-var symbol?)
;;; (body lc-exp?))
;;; (app... | 33963 | ;;; Clojure implementation of the 'define-datatypes' and 'cases' macros from
;;; the "Elements of Programming Languages" (EOPL) book - third edition.
;;;
;;; Given:
;;;
;;; (define-datatype lc-exp lc-exp?
;;; (var-exp
;;; (var symbol?))
;;; (lambda-exp
;;; (bound-var symbol?)
;;; (body lc-exp?))
;;; (app... | true | ;;; Clojure implementation of the 'define-datatypes' and 'cases' macros from
;;; the "Elements of Programming Languages" (EOPL) book - third edition.
;;;
;;; Given:
;;;
;;; (define-datatype lc-exp lc-exp?
;;; (var-exp
;;; (var symbol?))
;;; (lambda-exp
;;; (bound-var symbol?)
;;; (body lc-exp?))
;;; (app... |
[
{
"context": "(deftest raw-execute\n (people/add* @conn {:name \"yest\"\n :email \"test@test.com\"\n ",
"end": 872,
"score": 0.9855780601501465,
"start": 868,
"tag": "USERNAME",
"value": "yest"
},
{
"context": "@conn {:name \"yest\"\n :ema... | test/utility_belt/sql/helpers_test.clj | nomnom-insights/nomnom.utility-belt.sql | 2 | (ns utility-belt.sql.helpers-test
(:require
[clj-time.coerce :as coerce]
[clojure.test :refer [deftest testing is use-fixtures]]
;; -- test helpers
[utility-belt.sql.connection :as connection]
;; -- actual things under test
[utility-belt.sql.conv]
[utility-belt.sql.helpers :as helpers]
... | 115260 | (ns utility-belt.sql.helpers-test
(:require
[clj-time.coerce :as coerce]
[clojure.test :refer [deftest testing is use-fixtures]]
;; -- test helpers
[utility-belt.sql.connection :as connection]
;; -- actual things under test
[utility-belt.sql.conv]
[utility-belt.sql.helpers :as helpers]
... | true | (ns utility-belt.sql.helpers-test
(:require
[clj-time.coerce :as coerce]
[clojure.test :refer [deftest testing is use-fixtures]]
;; -- test helpers
[utility-belt.sql.connection :as connection]
;; -- actual things under test
[utility-belt.sql.conv]
[utility-belt.sql.helpers :as helpers]
... |
[
{
"context": "tem\n {:body (let [home \"https://github.com/milelo/yetipad-app\"\n app \"https://ye",
"end": 1109,
"score": 0.9530647397041321,
"start": 1103,
"tag": "USERNAME",
"value": "milelo"
},
{
"context": " {:title \"Author\" :co... | src/app/ui/about_pane.cljs | milelo/yetipad-app | 2 | (ns app.ui.about-pane
(:require
[app.ui.registry :as reg]
[app.ui.ui :as ui]
[lib.utils :as utils :refer-macros [for-all]]
["@material-ui/core" :refer [Tooltip Typography
TableContainer TableBody Table TableHead TableRow TableCell
]]
... | 97818 | (ns app.ui.about-pane
(:require
[app.ui.registry :as reg]
[app.ui.ui :as ui]
[lib.utils :as utils :refer-macros [for-all]]
["@material-ui/core" :refer [Tooltip Typography
TableContainer TableBody Table TableHead TableRow TableCell
]]
... | true | (ns app.ui.about-pane
(:require
[app.ui.registry :as reg]
[app.ui.ui :as ui]
[lib.utils :as utils :refer-macros [for-all]]
["@material-ui/core" :refer [Tooltip Typography
TableContainer TableBody Table TableHead TableRow TableCell
]]
... |
[
{
"context": " :password (System/getenv \"CLOJARS_PASS\")}]))\n\n(task-options!\n pom {:project 'edna/lein-",
"end": 352,
"score": 0.974825382232666,
"start": 340,
"tag": "PASSWORD",
"value": "CLOJARS_PASS"
},
{
"context": "ng edna projects\"\n :url \"ht... | template/build.boot | based2/edna | 0 | (set-env!
:resource-paths #{"src"}
:dependencies '[[org.clojure/clojure "1.9.0" :scope "provided"]]
:repositories (conj (get-env :repositories)
["clojars" {:url "https://clojars.org/repo/"
:username (System/getenv "CLOJARS_USER")
:passw... | 8764 | (set-env!
:resource-paths #{"src"}
:dependencies '[[org.clojure/clojure "1.9.0" :scope "provided"]]
:repositories (conj (get-env :repositories)
["clojars" {:url "https://clojars.org/repo/"
:username (System/getenv "CLOJARS_USER")
:passw... | true | (set-env!
:resource-paths #{"src"}
:dependencies '[[org.clojure/clojure "1.9.0" :scope "provided"]]
:repositories (conj (get-env :repositories)
["clojars" {:url "https://clojars.org/repo/"
:username (System/getenv "CLOJARS_USER")
:passw... |
[
{
"context": "ogs minus credentials\"\n [e]\n (assoc e :db-pass \"xxxxxxx\"))\n\n(defn alia\n \"alia shaped configuration\"\n [e",
"end": 3008,
"score": 0.997026264667511,
"start": 3001,
"tag": "PASSWORD",
"value": "xxxxxxx"
}
] | src/lcmap/nemo/config.clj | USGS-EROS/lcmap-nemo | 0 | (ns lcmap.nemo.config
"Configuration related functions.
Values are obtained from ENV variables and/or profiles.clj. These are:
| ENV | Description |
| --------------------------- | ----------------------------------------|
| `DB_HOST` | C... | 71297 | (ns lcmap.nemo.config
"Configuration related functions.
Values are obtained from ENV variables and/or profiles.clj. These are:
| ENV | Description |
| --------------------------- | ----------------------------------------|
| `DB_HOST` | C... | true | (ns lcmap.nemo.config
"Configuration related functions.
Values are obtained from ENV variables and/or profiles.clj. These are:
| ENV | Description |
| --------------------------- | ----------------------------------------|
| `DB_HOST` | C... |
[
{
"context": " shipping to SCServer.\"\n :author \"Sam Aaron\"}\n overtone.sc.machinery.ugen.sc-ugen\n (:use ",
"end": 336,
"score": 0.9998794198036194,
"start": 327,
"tag": "NAME",
"value": "Sam Aaron"
}
] | src/overtone/sc/machinery/ugen/sc_ugen.clj | jamesblunt/overtone | 1 | (ns ^{:doc "Records and fns for representing SCUgens. These are to be
distinguished from ugens which are Overtone functions which
compile down into SCUGens. Trees of SCUGens can then, in
turn, be compiled down into a binary synth format for
shipping to SCServer."
:a... | 119045 | (ns ^{:doc "Records and fns for representing SCUgens. These are to be
distinguished from ugens which are Overtone functions which
compile down into SCUGens. Trees of SCUGens can then, in
turn, be compiled down into a binary synth format for
shipping to SCServer."
:a... | true | (ns ^{:doc "Records and fns for representing SCUgens. These are to be
distinguished from ugens which are Overtone functions which
compile down into SCUGens. Trees of SCUGens can then, in
turn, be compiled down into a binary synth format for
shipping to SCServer."
:a... |
[
{
"context": ":find [e]\n :where [[e :name \"Ivan\"]]}\n :multiple-clauses '{:find [e]\n ",
"end": 430,
"score": 0.9997282028198242,
"start": 426,
"tag": "NAME",
"value": "Ivan"
},
{
"context": " :where [[e :name \"Ivan... | crux-test/test/crux/bench_test.clj | msladecek/crux | 0 | (ns crux.bench-test
(:require [criterium.core :as crit]
[crux.api :as api]
[crux.db :as db]
[crux.fixtures :refer [*api*] :as fix]
[crux.fixtures.kv :as fkv]
[clojure.spec.alpha :as s]
[clojure.test :as t]
[clojure.tools.logging :as l... | 1886 | (ns crux.bench-test
(:require [criterium.core :as crit]
[crux.api :as api]
[crux.db :as db]
[crux.fixtures :refer [*api*] :as fix]
[crux.fixtures.kv :as fkv]
[clojure.spec.alpha :as s]
[clojure.test :as t]
[clojure.tools.logging :as l... | true | (ns crux.bench-test
(:require [criterium.core :as crit]
[crux.api :as api]
[crux.db :as db]
[crux.fixtures :refer [*api*] :as fix]
[crux.fixtures.kv :as fkv]
[clojure.spec.alpha :as s]
[clojure.test :as t]
[clojure.tools.logging :as l... |
[
{
"context": ", backed by cassandra\"\n :url \"https://github.com/pyr/cyanite\"\n :license {:name \"MIT License\"\n ",
"end": 150,
"score": 0.9995841979980469,
"start": 147,
"tag": "USERNAME",
"value": "pyr"
},
{
"context": "MIT License\"\n :url \"https://github.c... | project.clj | feangulo/cyanite | 1 | (defproject org.spootnik/cyanite "0.1.0"
:description "Alternative storage backend for graphite, backed by cassandra"
:url "https://github.com/pyr/cyanite"
:license {:name "MIT License"
:url "https://github.com/pyr/cyanite/tree/master/LICENSE"}
:maintainer {:email "pyr@spootnik.org"}
:main org.spo... | 83236 | (defproject org.spootnik/cyanite "0.1.0"
:description "Alternative storage backend for graphite, backed by cassandra"
:url "https://github.com/pyr/cyanite"
:license {:name "MIT License"
:url "https://github.com/pyr/cyanite/tree/master/LICENSE"}
:maintainer {:email "<EMAIL>"}
:main org.spootnik.cya... | true | (defproject org.spootnik/cyanite "0.1.0"
:description "Alternative storage backend for graphite, backed by cassandra"
:url "https://github.com/pyr/cyanite"
:license {:name "MIT License"
:url "https://github.com/pyr/cyanite/tree/master/LICENSE"}
:maintainer {:email "PI:EMAIL:<EMAIL>END_PI"}
:main o... |
[
{
"context": "\"Library Card Renewal\"\n :name \"Harold Harnold\"\n :address {:city \"Hamilton\"\n",
"end": 765,
"score": 0.9998912811279297,
"start": 751,
"tag": "NAME",
"value": "Harold Harnold"
},
{
"context": "-First Century\"\n ... | src/rulescript/laboratory.clj | rgscherf/rulescript | 1 | (ns rulescript.laboratory
(:require [clojure.java.io :as jio]
[clojure.edn :as edn]
[rulescript.lang.operations :refer :all]
[rulescript.lang.invocations :refer :all]
[rulescript.io.main :refer :all]
[cheshire.core :as cheshire]))
(comment
(eval-from-str... | 58710 | (ns rulescript.laboratory
(:require [clojure.java.io :as jio]
[clojure.edn :as edn]
[rulescript.lang.operations :refer :all]
[rulescript.lang.invocations :refer :all]
[rulescript.io.main :refer :all]
[cheshire.core :as cheshire]))
(comment
(eval-from-str... | true | (ns rulescript.laboratory
(:require [clojure.java.io :as jio]
[clojure.edn :as edn]
[rulescript.lang.operations :refer :all]
[rulescript.lang.invocations :refer :all]
[rulescript.io.main :refer :all]
[cheshire.core :as cheshire]))
(comment
(eval-from-str... |
[
{
"context": ";; The MIT License\n;;\n;; Copyright (c) 2010 Erik Soehnel\n;;\n;; Permission is hereby granted, free of charg",
"end": 56,
"score": 0.9998571276664734,
"start": 44,
"tag": "NAME",
"value": "Erik Soehnel"
},
{
"context": " \"//localhost\"\n ;; ;;:use... | data/clojure/2822bbba1dc1eb35723defae5d85b1b3_jdbc.clj | maxim5/code-inspector | 5 | ;; The MIT License
;;
;; Copyright (c) 2010 Erik Soehnel
;;
;; Permission is hereby granted, free of charge, to any person obtaining a copy
;; of this software and associated documentation files (the "Software"), to deal
;; in the Software without restriction, including without limitation the rights
;; to use, copy, mo... | 76256 | ;; The MIT License
;;
;; Copyright (c) 2010 <NAME>
;;
;; Permission is hereby granted, free of charge, to any person obtaining a copy
;; of this software and associated documentation files (the "Software"), to deal
;; in the Software without restriction, including without limitation the rights
;; to use, copy, modify, ... | true | ;; The MIT License
;;
;; Copyright (c) 2010 PI:NAME:<NAME>END_PI
;;
;; Permission is hereby granted, free of charge, to any person obtaining a copy
;; of this software and associated documentation files (the "Software"), to deal
;; in the Software without restriction, including without limitation the rights
;; to use, ... |
[
{
"context": ";; Copyright (c) 2017-present Konrad Grzanek\n;; Created 2017-04-06\n\n(ns kongra.prelude.io\n (:",
"end": 44,
"score": 0.9998573660850525,
"start": 30,
"tag": "NAME",
"value": "Konrad Grzanek"
}
] | data/train/clojure/803425055852bab40944e007d337ea320c571aa5io.clj | harshp8l/deep-learning-lang-detection | 84 | ;; Copyright (c) 2017-present Konrad Grzanek
;; Created 2017-04-06
(ns kongra.prelude.io
(:require [kongra.ch :refer :all])
(:import [java.io InputStream ByteArrayInputStream
File FileInputStream]
[java.nio.charset Charset]))
;; SYSTEM-WIDE CHARACTER E... | 107692 | ;; Copyright (c) 2017-present <NAME>
;; Created 2017-04-06
(ns kongra.prelude.io
(:require [kongra.ch :refer :all])
(:import [java.io InputStream ByteArrayInputStream
File FileInputStream]
[java.nio.charset Charset]))
;; SYSTEM-WIDE CHARACTER ENCODING
... | true | ;; Copyright (c) 2017-present PI:NAME:<NAME>END_PI
;; Created 2017-04-06
(ns kongra.prelude.io
(:require [kongra.ch :refer :all])
(:import [java.io InputStream ByteArrayInputStream
File FileInputStream]
[java.nio.charset Charset]))
;; SYSTEM-WIDE CHARA... |
[
{
"context": "ken\")\n api/from-token (constantly \"barfoo\")]\n\n (let [system (run {})\n ",
"end": 983,
"score": 0.9636955261230469,
"start": 977,
"tag": "PASSWORD",
"value": "barfoo"
}
] | test/org/zalando/stups/kio/integration_test/api_test.clj | oporkka/kio | 25 | (ns org.zalando.stups.kio.integration-test.api-test
(:require [com.stuartsierra.component :as component]
[clojure.test :refer [deftest is testing]]
[midje.sweet :refer :all]
[clj-http.client :as http]
[cheshire.core :as json]
[org.zalando.stups.kio.core :ref... | 57382 | (ns org.zalando.stups.kio.integration-test.api-test
(:require [com.stuartsierra.component :as component]
[clojure.test :refer [deftest is testing]]
[midje.sweet :refer :all]
[clj-http.client :as http]
[cheshire.core :as json]
[org.zalando.stups.kio.core :ref... | true | (ns org.zalando.stups.kio.integration-test.api-test
(:require [com.stuartsierra.component :as component]
[clojure.test :refer [deftest is testing]]
[midje.sweet :refer :all]
[clj-http.client :as http]
[cheshire.core :as json]
[org.zalando.stups.kio.core :ref... |
[
{
"context": " able to change that -- see\n;; https://github.com/metabase/metabase/issues/3506\n(tx/defdataset tiny-int-ones",
"end": 3187,
"score": 0.9992554187774658,
"start": 3179,
"tag": "USERNAME",
"value": "metabase"
},
{
"context": "riginal bug can be found here: https://githu... | c#-metabase/test/metabase/driver/mysql_test.clj | hanakhry/Crime_Admin | 0 | (ns metabase.driver.mysql-test
(:require [clojure.java.jdbc :as jdbc]
[clojure.string :as str]
[clojure.test :refer :all]
[honeysql.core :as hsql]
[java-time :as t]
[metabase.db.metadata-queries :as metadata-queries]
[metabase.driver :as driver]
... | 74049 | (ns metabase.driver.mysql-test
(:require [clojure.java.jdbc :as jdbc]
[clojure.string :as str]
[clojure.test :refer :all]
[honeysql.core :as hsql]
[java-time :as t]
[metabase.db.metadata-queries :as metadata-queries]
[metabase.driver :as driver]
... | true | (ns metabase.driver.mysql-test
(:require [clojure.java.jdbc :as jdbc]
[clojure.string :as str]
[clojure.test :refer :all]
[honeysql.core :as hsql]
[java-time :as t]
[metabase.db.metadata-queries :as metadata-queries]
[metabase.driver :as driver]
... |
[
{
"context": " {:TABLE {1 {:ui/active? false :name \"Joe\"\n :other-widgets []\n ",
"end": 2553,
"score": 0.9987133741378784,
"start": 2550,
"tag": "NAME",
"value": "Joe"
},
{
"context": "\n 2 {:ui/active? true :name \"Jane... | src/test/com/fulcrologic/fulcro/ui_state_machines_spec.cljc | mruzekw/fulcro | 0 | (ns com.fulcrologic.fulcro.ui-state-machines-spec
(:require
[clojure.spec.alpha :as s]
[com.fulcrologic.guardrails.core :refer [>defn]]
[com.fulcrologic.fulcro.algorithms.data-targeting :as targeting]
[com.fulcrologic.fulcro.algorithms.tx-processing :as txn]
[com.fulcrologic.fulcro.application :as... | 68491 | (ns com.fulcrologic.fulcro.ui-state-machines-spec
(:require
[clojure.spec.alpha :as s]
[com.fulcrologic.guardrails.core :refer [>defn]]
[com.fulcrologic.fulcro.algorithms.data-targeting :as targeting]
[com.fulcrologic.fulcro.algorithms.tx-processing :as txn]
[com.fulcrologic.fulcro.application :as... | true | (ns com.fulcrologic.fulcro.ui-state-machines-spec
(:require
[clojure.spec.alpha :as s]
[com.fulcrologic.guardrails.core :refer [>defn]]
[com.fulcrologic.fulcro.algorithms.data-targeting :as targeting]
[com.fulcrologic.fulcro.algorithms.tx-processing :as txn]
[com.fulcrologic.fulcro.application :as... |
[
{
"context": ")\n (:import (java.util LinkedList)))\n\n;--- Day 9: Marble Mania ---\n; The Elves play this game by taking turns ar",
"end": 158,
"score": 0.9985932111740112,
"start": 146,
"tag": "NAME",
"value": "Marble Mania"
}
] | src/aoc2018/day09.clj | Sorceror/aoc2018 | 1 | (ns aoc2018.day09
(require [aoc2018.utils :as u]
[clojure.data.finger-tree :as ft])
(:import (java.util LinkedList)))
;--- Day 9: Marble Mania ---
; The Elves play this game by taking turns arranging the marbles in a circle according to very particular rules. The marbles are numbered starting with 0 and... | 51299 | (ns aoc2018.day09
(require [aoc2018.utils :as u]
[clojure.data.finger-tree :as ft])
(:import (java.util LinkedList)))
;--- Day 9: <NAME> ---
; The Elves play this game by taking turns arranging the marbles in a circle according to very particular rules. The marbles are numbered starting with 0 and incre... | true | (ns aoc2018.day09
(require [aoc2018.utils :as u]
[clojure.data.finger-tree :as ft])
(:import (java.util LinkedList)))
;--- Day 9: PI:NAME:<NAME>END_PI ---
; The Elves play this game by taking turns arranging the marbles in a circle according to very particular rules. The marbles are numbered starting wi... |
[
{
"context": ":author [{\"@type\" \"Person\"\n :name \"Dawn Marie Hayes\"\n :honorificSuffix \"Ph.D.\"\n ",
"end": 2052,
"score": 0.9999009370803833,
"start": 2036,
"tag": "NAME",
"value": "Dawn Marie Hayes"
},
{
"context": "ificSuffix \"Ph.D.\"\n ... | src/norman_sicily_static/partials.clj | joephayes/norman_sicily_static | 0 | (ns norman-sicily-static.partials
(:require [cheshire.core :as json]))
(defn render-navbar
[]
[:nav {:class "navbar navbar-default navbar-static-top"}
[:div {:class "container"}
[:div {:id "navbar-button-bar" :class "navbar-header"}
[:a {:href "/about/" :class "btn btn-default navbar-btn image-button... | 120254 | (ns norman-sicily-static.partials
(:require [cheshire.core :as json]))
(defn render-navbar
[]
[:nav {:class "navbar navbar-default navbar-static-top"}
[:div {:class "container"}
[:div {:id "navbar-button-bar" :class "navbar-header"}
[:a {:href "/about/" :class "btn btn-default navbar-btn image-button... | true | (ns norman-sicily-static.partials
(:require [cheshire.core :as json]))
(defn render-navbar
[]
[:nav {:class "navbar navbar-default navbar-static-top"}
[:div {:class "container"}
[:div {:id "navbar-button-bar" :class "navbar-header"}
[:a {:href "/about/" :class "btn btn-default navbar-btn image-button... |
[
{
"context": "NAPSHOT\",\n :url \"https://github.com/technomancy/leiningen\"\n\n :disable-implicit-clea",
"end": 1116,
"score": 0.9992146492004395,
"start": 1105,
"tag": "USERNAME",
"value": "technomancy"
},
{
"context": " (is (= {:url \"http://\" :userna... | test/conflicts/mined/leiningen-cc4045b932b1bcfdb631ff5fc4f36f760c3adc9a-ef87397568ee9f5af4365b045f7ac37dd90094c/M.clj | nazrhom/vcs-clojure | 3 | (ns leiningen.core.test.project
(:refer-clojure :exclude [read])
(:use [clojure.test]
[leiningen.core.project :as project])
(:require [leiningen.core.user :as user]
[leiningen.core.classpath :as classpath]
[leiningen.core.test.helper :refer [abort-msg]]
[clojure.java.io... | 159 | (ns leiningen.core.test.project
(:refer-clojure :exclude [read])
(:use [clojure.test]
[leiningen.core.project :as project])
(:require [leiningen.core.user :as user]
[leiningen.core.classpath :as classpath]
[leiningen.core.test.helper :refer [abort-msg]]
[clojure.java.io... | true | (ns leiningen.core.test.project
(:refer-clojure :exclude [read])
(:use [clojure.test]
[leiningen.core.project :as project])
(:require [leiningen.core.user :as user]
[leiningen.core.classpath :as classpath]
[leiningen.core.test.helper :refer [abort-msg]]
[clojure.java.io... |
[
{
"context": "[:developer\n [:name \"Daniel Perez Alvarez\"]\n [:email \"unindent",
"end": 352,
"score": 0.9998561143875122,
"start": 332,
"tag": "NAME",
"value": "Daniel Perez Alvarez"
},
{
"context": " Alvarez\"]\n ... | project.clj | unindented/ninety-nine-clojure-problems | 0 | (defproject ninety-nine-clojure-problems "0.0.1-SNAPSHOT"
:description "Ninety-nine Clojure problems."
:url "https://github.com/unindented/ninety-nine-clojure-problems"
:license {:name "MIT"
:url "http://opensource.org/licenses/MIT"}
:pom-addition [:developers [:developer
... | 48192 | (defproject ninety-nine-clojure-problems "0.0.1-SNAPSHOT"
:description "Ninety-nine Clojure problems."
:url "https://github.com/unindented/ninety-nine-clojure-problems"
:license {:name "MIT"
:url "http://opensource.org/licenses/MIT"}
:pom-addition [:developers [:developer
... | true | (defproject ninety-nine-clojure-problems "0.0.1-SNAPSHOT"
:description "Ninety-nine Clojure problems."
:url "https://github.com/unindented/ninety-nine-clojure-problems"
:license {:name "MIT"
:url "http://opensource.org/licenses/MIT"}
:pom-addition [:developers [:developer
... |
[
{
"context": "; Conway's Game of Life, based on the work of:\n;; Laurent Petit https://gist.github.com/1200343\n;; Christophe Gra",
"end": 63,
"score": 0.99986732006073,
"start": 50,
"tag": "NAME",
"value": "Laurent Petit"
},
{
"context": "work of:\n;; Laurent Petit https://gist.gith... | src/main/resources/org/netbeans/modules/clojure/ClojurePreview.clj | onekosha/nb-clojure | 1 | ; Conway's Game of Life, based on the work of:
;; Laurent Petit https://gist.github.com/1200343
;; Christophe Grand http://clj-me.cgrand.net/2011/08/19/conways-game-of-life
(ns ^{:doc "Conway's Game of Life."}
game-of-life)
;; Core game of life's algorithm functions
(defn neighbours
"Given a cell's coordinates, r... | 111402 | ; Conway's Game of Life, based on the work of:
;; <NAME> https://gist.github.com/1200343
;; <NAME> http://clj-me.cgrand.net/2011/08/19/conways-game-of-life
(ns ^{:doc "Conway's Game of Life."}
game-of-life)
;; Core game of life's algorithm functions
(defn neighbours
"Given a cell's coordinates, returns the coordi... | true | ; Conway's Game of Life, based on the work of:
;; PI:NAME:<NAME>END_PI https://gist.github.com/1200343
;; PI:NAME:<NAME>END_PI http://clj-me.cgrand.net/2011/08/19/conways-game-of-life
(ns ^{:doc "Conway's Game of Life."}
game-of-life)
;; Core game of life's algorithm functions
(defn neighbours
"Given a cell's coo... |
[
{
"context": "dmin (make-user\n {:user-name \"admin\"\n :name \"Imago Admin\"\n ",
"end": 12226,
"score": 0.9289966225624084,
"start": 12221,
"tag": "USERNAME",
"value": "admin"
},
{
"context": ":name \"Imago Admin\"\n :... | src/imago/graph/model.clj | thi-ng/imago | 1 | (ns imago.graph.model
(:require
[imago.graph.vocab :refer :all]
[imago.utils :as utils]
[thi.ng.trio.core :as trio]
[thi.ng.trio.query :as q]
[thi.ng.trio.vocabs.utils :as vu]
[thi.ng.validate.core :as v]
[thi.ng.common.data.core :as d]
[environ.core :refer [env]]
[clojure.java.io :as io]
... | 74522 | (ns imago.graph.model
(:require
[imago.graph.vocab :refer :all]
[imago.utils :as utils]
[thi.ng.trio.core :as trio]
[thi.ng.trio.query :as q]
[thi.ng.trio.vocabs.utils :as vu]
[thi.ng.validate.core :as v]
[thi.ng.common.data.core :as d]
[environ.core :refer [env]]
[clojure.java.io :as io]
... | true | (ns imago.graph.model
(:require
[imago.graph.vocab :refer :all]
[imago.utils :as utils]
[thi.ng.trio.core :as trio]
[thi.ng.trio.query :as q]
[thi.ng.trio.vocabs.utils :as vu]
[thi.ng.validate.core :as v]
[thi.ng.common.data.core :as d]
[environ.core :refer [env]]
[clojure.java.io :as io]
... |
[
{
"context": ";\n; Copyright © 2013 Sebastian Hoß <mail@shoss.de>\n; This work is free. You can redi",
"end": 34,
"score": 0.9998680353164673,
"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/share_price_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.share-price-test
(:require [finj.shar... | 28280 | ;
; 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.share-price-test
(:require [finj.share-price :refe... | 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.share-price-test
(:re... |
[
{
"context": "und dreissig\"\n \"0033\"\n (number 33)\n \n \"14\"\n \"vierzehn\"\n (number 14)\n \n \"16\"\n \"sechzehn\"\n (number 1",
"end": 211,
"score": 0.9998186230659485,
"start": 203,
"tag": "NAME",
"value": "vierzehn"
},
{
"context": " \n \"14\"\n \"vierzehn\"\n ... | duckling-time/src/main/resources/languages/de/corpus/numbers.clj | redlink-gmbh/redlink-nlp | 0 | (
; Context map
{}
"0"
"null"
"Null"
(number 0)
"1"
"ein"
"eins"
(number 1)
"33"
"dreiunddreissig"
"dreiunddreißig"
"drei und dreissig"
"0033"
(number 33)
"14"
"vierzehn"
(number 14)
"16"
"sechzehn"
(number 16)
"17"
"siebzehn"
(number 17)
"18"
"achzehn"
... | 95590 | (
; Context map
{}
"0"
"null"
"Null"
(number 0)
"1"
"ein"
"eins"
(number 1)
"33"
"dreiunddreissig"
"dreiunddreißig"
"drei und dreissig"
"0033"
(number 33)
"14"
"<NAME>"
(number 14)
"16"
"<NAME>"
(number 16)
"17"
"<NAME>"
(number 17)
"18"
"<NAME>"
"<NAME... | true | (
; Context map
{}
"0"
"null"
"Null"
(number 0)
"1"
"ein"
"eins"
(number 1)
"33"
"dreiunddreissig"
"dreiunddreißig"
"drei und dreissig"
"0033"
(number 33)
"14"
"PI:NAME:<NAME>END_PI"
(number 14)
"16"
"PI:NAME:<NAME>END_PI"
(number 16)
"17"
"PI:NAME:<NAME>END_PI"... |
[
{
"context": " (validate-graphite-reporter-config {:extra-key 444 :filter-regex #\".*\" :period-ms 300 :prefix \"\" :h",
"end": 2581,
"score": 0.8158203959465027,
"start": 2580,
"tag": "KEY",
"value": "4"
}
] | waiter/test/waiter/reporters_test.clj | twosigmajab/waiter | 0 | ;;
;; Copyright (c) Two Sigma Open Source, LLC
;;
;; 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... | 60530 | ;;
;; Copyright (c) Two Sigma Open Source, LLC
;;
;; 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... | true | ;;
;; Copyright (c) Two Sigma Open Source, LLC
;;
;; 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... |
[
{
"context": "; Copyright (c) Rich Hickey. All rights reserved.\n; The use and distributio",
"end": 29,
"score": 0.9998151659965515,
"start": 18,
"tag": "NAME",
"value": "Rich Hickey"
}
] | test/clojure/test_clojure/java/io.clj | lorettahe/clojure | 1 | ; Copyright (c) Rich Hickey. All rights reserved.
; The use and distribution terms for this software are covered by the
; Eclipse Public License 1.0 (http://opensource.org/licenses/eclipse-1.0.php)
; which can be found in the file epl-v10.html at the root of this distribution.
; By using this software in any ... | 27162 | ; Copyright (c) <NAME>. All rights reserved.
; The use and distribution terms for this software are covered by the
; Eclipse Public License 1.0 (http://opensource.org/licenses/eclipse-1.0.php)
; which can be found in the file epl-v10.html at the root of this distribution.
; By using this software in any fashi... | true | ; Copyright (c) PI:NAME:<NAME>END_PI. All rights reserved.
; The use and distribution terms for this software are covered by the
; Eclipse Public License 1.0 (http://opensource.org/licenses/eclipse-1.0.php)
; which can be found in the file epl-v10.html at the root of this distribution.
; By using this softwar... |
[
{
"context": ";; Copyright © 2015-2019 Esko Luontola\n;; This software is released under the Apache Lic",
"end": 38,
"score": 0.9998817443847656,
"start": 25,
"tag": "NAME",
"value": "Esko Luontola"
}
] | src/territory_bro/db.clj | JessRoberts/territory_assistant | 0 | ;; Copyright © 2015-2019 Esko Luontola
;; This software is released under the Apache License 2.0.
;; The license text is at http://www.apache.org/licenses/LICENSE-2.0
(ns territory-bro.db
(:require [clojure.java.io :as io]
[clojure.java.jdbc :as jdbc]
[clojure.string :as str]
[clo... | 56456 | ;; Copyright © 2015-2019 <NAME>
;; This software is released under the Apache License 2.0.
;; The license text is at http://www.apache.org/licenses/LICENSE-2.0
(ns territory-bro.db
(:require [clojure.java.io :as io]
[clojure.java.jdbc :as jdbc]
[clojure.string :as str]
[clojure.to... | true | ;; Copyright © 2015-2019 PI:NAME:<NAME>END_PI
;; This software is released under the Apache License 2.0.
;; The license text is at http://www.apache.org/licenses/LICENSE-2.0
(ns territory-bro.db
(:require [clojure.java.io :as io]
[clojure.java.jdbc :as jdbc]
[clojure.string :as str]
... |
[
{
"context": " :nickname username,\n :password (md5 password),\n :avatar nil})))))\n",
"end": 1543,
"score": 0.9983317255973816,
"start": 1531,
"tag": "PASSWORD",
"value": "md5 password"
}
] | src/app/updater/user.cljs | jimengio/locales-editor | 1 |
(ns app.updater.user (:require [app.util :refer [find-first]] ["md5" :as md5]))
(defn log-in [db op-data sid op-id op-time]
(let [[username password] op-data
maybe-user (find-first
(fn [user] (and (= username (:name user))))
(vals (:users db)))]
(update-in
db... | 8901 |
(ns app.updater.user (:require [app.util :refer [find-first]] ["md5" :as md5]))
(defn log-in [db op-data sid op-id op-time]
(let [[username password] op-data
maybe-user (find-first
(fn [user] (and (= username (:name user))))
(vals (:users db)))]
(update-in
db... | true |
(ns app.updater.user (:require [app.util :refer [find-first]] ["md5" :as md5]))
(defn log-in [db op-data sid op-id op-time]
(let [[username password] op-data
maybe-user (find-first
(fn [user] (and (= username (:name user))))
(vals (:users db)))]
(update-in
db... |
[
{
"context": ";; Copyright 2014-2020 King\n;; Copyright 2009-2014 Ragnar Svensson, Christian Murray\n;; Licensed under the Defold Li",
"end": 111,
"score": 0.9998056888580322,
"start": 96,
"tag": "NAME",
"value": "Ragnar Svensson"
},
{
"context": "-2020 King\n;; Copyright 2009-2014 R... | editor/src/clj/editor/gui_clipping.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... | 17657 | ;; 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/is-this-a-bug-extending-protocol-on-js-object\n;; david nolan:\n;; You should never extend js/Object.\n;; It's un",
"end": 3474,
"score": 0.9993802905082703,
"start": 3463,
"tag": "NAME",
"value": "david nolan"
}
] | src/pinkgorilla/ui/rendererCLJS.cljs | mauricioszabo/gorilla-renderable-ui | 0 |
(ns pinkgorilla.ui.rendererCLJS
"equivalent to pinkgorilla.ui.renderer, but for clojurescript
renders clojurescript data structure to html"
(:require
[clojure.string :as string]
[pinkgorilla.ui.gorilla-renderable :refer [Renderable render]]))
;;; Helper functions
;; A lot of things render to an HTML s... | 41744 |
(ns pinkgorilla.ui.rendererCLJS
"equivalent to pinkgorilla.ui.renderer, but for clojurescript
renders clojurescript data structure to html"
(:require
[clojure.string :as string]
[pinkgorilla.ui.gorilla-renderable :refer [Renderable render]]))
;;; Helper functions
;; A lot of things render to an HTML s... | true |
(ns pinkgorilla.ui.rendererCLJS
"equivalent to pinkgorilla.ui.renderer, but for clojurescript
renders clojurescript data structure to html"
(:require
[clojure.string :as string]
[pinkgorilla.ui.gorilla-renderable :refer [Renderable render]]))
;;; Helper functions
;; A lot of things render to an HTML s... |
[
{
"context": "' (function) lookup fromm signature.\"\n :author \"palisades dot lakes at gmail dot com\"\n :since \"2017-06-09\"\n :version \"2017-10-11\"}",
"end": 294,
"score": 0.9471161365509033,
"start": 258,
"tag": "EMAIL",
"value": "palisades dot lakes at gmail dot com"
}
] | src/main/clojure/palisades/lakes/multix/sets/signature.clj | palisades-lakes/multimethod-experiments | 5 | (set! *warn-on-reflection* true)
(set! *unchecked-math* :warn-on-boxed)
;;----------------------------------------------------------------
(ns palisades.lakes.multix.sets.signature
{:doc "Manual 'method' (function) lookup fromm signature."
:author "palisades dot lakes at gmail dot com"
:since "2017-06-09"
... | 92169 | (set! *warn-on-reflection* true)
(set! *unchecked-math* :warn-on-boxed)
;;----------------------------------------------------------------
(ns palisades.lakes.multix.sets.signature
{:doc "Manual 'method' (function) lookup fromm signature."
:author "<EMAIL>"
:since "2017-06-09"
:version "2017-10-11"}
(:... | true | (set! *warn-on-reflection* true)
(set! *unchecked-math* :warn-on-boxed)
;;----------------------------------------------------------------
(ns palisades.lakes.multix.sets.signature
{:doc "Manual 'method' (function) lookup fromm signature."
:author "PI:EMAIL:<EMAIL>END_PI"
:since "2017-06-09"
:version "20... |
[
{
"context": " ~@body)))\n\n(defn random-address\n []\n (format \"%s@example.com\" (java.util.UUID/randomUUID)))\n\n(defn tarayo-mess",
"end": 1379,
"score": 0.9775002598762512,
"start": 1364,
"tag": "EMAIL",
"value": "\"%s@example.com"
}
] | test/tarayo/test_helper.clj | toyokumo/tarayo | 34 | (ns tarayo.test-helper
(:require
[tarayo.mail.session :as session])
(:import
(com.dumbster.smtp
SimpleSmtpServer
SmtpMessage)
(com.sun.mail.smtp
SMTPTransport)))
(defrecord TestConnection
[session transport]
tarayo.core.ISMTPConnection
(send! [_this message] {:fn :send! :message message}... | 94734 | (ns tarayo.test-helper
(:require
[tarayo.mail.session :as session])
(:import
(com.dumbster.smtp
SimpleSmtpServer
SmtpMessage)
(com.sun.mail.smtp
SMTPTransport)))
(defrecord TestConnection
[session transport]
tarayo.core.ISMTPConnection
(send! [_this message] {:fn :send! :message message}... | true | (ns tarayo.test-helper
(:require
[tarayo.mail.session :as session])
(:import
(com.dumbster.smtp
SimpleSmtpServer
SmtpMessage)
(com.sun.mail.smtp
SMTPTransport)))
(defrecord TestConnection
[session transport]
tarayo.core.ISMTPConnection
(send! [_this message] {:fn :send! :message message}... |
[
{
"context": "s brepl]))\n\n(defn say-hello []\n (js/alert \"Hello, Arlo!\"))\n\n(defn ^:export epoch\n \"Returns the epoch of",
"end": 174,
"score": 0.9950882196426392,
"start": 170,
"tag": "NAME",
"value": "Arlo"
}
] | leiningen/src/cljs/arlo/rocks/core.cljs | junjiemars/clojurescript_lessons | 1 | (ns arlo.rocks.core
(:require [clojure.string :as s]
[clojure.set :as c]
[arlo.rocks.brepl :as brepl]))
(defn say-hello []
(js/alert "Hello, Arlo!"))
(defn ^:export epoch
"Returns the epoch of now."
([] (.getTime (js/Date.)))
([s] (.getTime (js/Date. s))))
(defn ^:export str-epoch
... | 71133 | (ns arlo.rocks.core
(:require [clojure.string :as s]
[clojure.set :as c]
[arlo.rocks.brepl :as brepl]))
(defn say-hello []
(js/alert "Hello, <NAME>!"))
(defn ^:export epoch
"Returns the epoch of now."
([] (.getTime (js/Date.)))
([s] (.getTime (js/Date. s))))
(defn ^:export str-epoch... | true | (ns arlo.rocks.core
(:require [clojure.string :as s]
[clojure.set :as c]
[arlo.rocks.brepl :as brepl]))
(defn say-hello []
(js/alert "Hello, PI:NAME:<NAME>END_PI!"))
(defn ^:export epoch
"Returns the epoch of now."
([] (.getTime (js/Date.)))
([s] (.getTime (js/Date. s))))
(defn ^:ex... |
[
{
"context": ";; Copyright (c) 2010 Tom Crayford,\n;;\n;; Redistribution and use in source and binar",
"end": 34,
"score": 0.9998175501823425,
"start": 22,
"tag": "NAME",
"value": "Tom Crayford"
}
] | src/clojure_refactoring/support/replace.clj | tcrayford/clojure-refactoring | 6 | ;; Copyright (c) 2010 Tom Crayford,
;;
;; Redistribution and use in source and binary forms, with or without
;; modification, are permitted provided that the following conditions
;; are met:
;;
;; Redistributions of source code must retain the above copyright
;; notice, this list of conditions and the following... | 10449 | ;; Copyright (c) 2010 <NAME>,
;;
;; Redistribution and use in source and binary forms, with or without
;; modification, are permitted provided that the following conditions
;; are met:
;;
;; Redistributions of source code must retain the above copyright
;; notice, this list of conditions and the following discl... | true | ;; Copyright (c) 2010 PI:NAME:<NAME>END_PI,
;;
;; Redistribution and use in source and binary forms, with or without
;; modification, are permitted provided that the following conditions
;; are met:
;;
;; Redistributions of source code must retain the above copyright
;; notice, this list of conditions and the f... |
[
{
"context": ";; Copyright 2017 Alliander NV\n\n;; Licensed under the Apache License, ",
"end": 20,
"score": 0.6052778959274292,
"start": 18,
"tag": "NAME",
"value": "Al"
}
] | elastic/test/com/alliander/chainsaw/elastic_test.clj | Alliander/chainsaw | 1 | ;; Copyright 2017 Alliander NV
;; 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, ... | 71110 | ;; Copyright 2017 <NAME>liander NV
;; Licensed under the Apache License, Version 2.0 (the "License");
;; you may not use this file except in compliance with the License.
;; You may obtain a copy of the License at
;; http://www.apache.org/licenses/LICENSE-2.0
;; Unless required by applicable law or agreed to in writi... | true | ;; Copyright 2017 PI:NAME:<NAME>END_PIliander NV
;; Licensed under the Apache License, Version 2.0 (the "License");
;; you may not use this file except in compliance with the License.
;; You may obtain a copy of the License at
;; http://www.apache.org/licenses/LICENSE-2.0
;; Unless required by applicable law or agre... |
[
{
"context": ";; Copyright © 2015-2020 Esko Luontola\n;; This software is released under the Apache Lic",
"end": 38,
"score": 0.9998838305473328,
"start": 25,
"tag": "NAME",
"value": "Esko Luontola"
}
] | src/territory_bro/events.clj | orfjackal/territory-bro | 2 | ;; Copyright © 2015-2020 Esko Luontola
;; This software is released under the Apache License 2.0.
;; The license text is at http://www.apache.org/licenses/LICENSE-2.0
(ns territory-bro.events
(:require [medley.core :refer [map-keys]]
[schema-refined.core :as refined]
[schema-tools.core :as to... | 118217 | ;; Copyright © 2015-2020 <NAME>
;; This software is released under the Apache License 2.0.
;; The license text is at http://www.apache.org/licenses/LICENSE-2.0
(ns territory-bro.events
(:require [medley.core :refer [map-keys]]
[schema-refined.core :as refined]
[schema-tools.core :as tools]
... | true | ;; Copyright © 2015-2020 PI:NAME:<NAME>END_PI
;; This software is released under the Apache License 2.0.
;; The license text is at http://www.apache.org/licenses/LICENSE-2.0
(ns territory-bro.events
(:require [medley.core :refer [map-keys]]
[schema-refined.core :as refined]
[schema-tools.core... |
[
{
"context": "ault \"grpc://localhost:50051\"]\n [nil \"--username USER\" \"Username\"\n :default \"test_user0\"]\n [nil \"-",
"end": 1151,
"score": 0.9728368520736694,
"start": 1147,
"tag": "USERNAME",
"value": "USER"
},
{
"context": "pc://localhost:50051\"]\n [nil \"--user... | examples/example02/client/cljs/src/example02/main.cljs | ghaskins/chaintool-gerrit | 1 | (ns example02.main
(:require [clojure.string :as string]
[cljs.nodejs :as nodejs]
[cljs.tools.cli :refer [parse-opts]]
[example02.core :as core]
[promesa.core :as p :include-macros true]))
(nodejs/enable-util-print!)
(def _commands
[["deploy"
{:fn core/deploy
... | 34705 | (ns example02.main
(:require [clojure.string :as string]
[cljs.nodejs :as nodejs]
[cljs.tools.cli :refer [parse-opts]]
[example02.core :as core]
[promesa.core :as p :include-macros true]))
(nodejs/enable-util-print!)
(def _commands
[["deploy"
{:fn core/deploy
... | true | (ns example02.main
(:require [clojure.string :as string]
[cljs.nodejs :as nodejs]
[cljs.tools.cli :refer [parse-opts]]
[example02.core :as core]
[promesa.core :as p :include-macros true]))
(nodejs/enable-util-print!)
(def _commands
[["deploy"
{:fn core/deploy
... |
[
{
"context": "(println \"tjosan\")",
"end": 16,
"score": 0.9940678477287292,
"start": 10,
"tag": "NAME",
"value": "tjosan"
}
] | Basics/ex01 - hello world/main.clj | hoppfull/Legacy-Clojure | 0 | (println "tjosan") | 82973 | (println "<NAME>") | true | (println "PI:NAME:<NAME>END_PI") |
[
{
"context": ";; Copyright (c) 2011 Alfredo Di Napoli, https://github.com/CharlesStain/clj3D\n\n;; Permis",
"end": 39,
"score": 0.9998675584793091,
"start": 22,
"tag": "NAME",
"value": "Alfredo Di Napoli"
},
{
"context": "ht (c) 2011 Alfredo Di Napoli, https://github.com/CharlesStain... | src/clj3D/fenvs.clj | adinapoli/clj3D | 7 | ;; Copyright (c) 2011 Alfredo Di Napoli, https://github.com/CharlesStain/clj3D
;; Permission is hereby granted, free of charge, to any person obtaining
;; a copy of this software and associated documentation files (the
;; "Software"), to deal in the Software without restriction, including
;; without limitation the rig... | 81347 | ;; Copyright (c) 2011 <NAME>, https://github.com/CharlesStain/clj3D
;; Permission is hereby granted, free of charge, to any person obtaining
;; a copy of this software and associated documentation files (the
;; "Software"), to deal in the Software without restriction, including
;; without limitation the rights to use,... | true | ;; Copyright (c) 2011 PI:NAME:<NAME>END_PI, https://github.com/CharlesStain/clj3D
;; Permission is hereby granted, free of charge, to any person obtaining
;; a copy of this software and associated documentation files (the
;; "Software"), to deal in the Software without restriction, including
;; without limitation the ... |
[
{
"context": "ure)\n\n(deftest resource-api-test\n (let [api-key \"42\"\n user-id \"owner\"]\n (testing \"get\"\n ",
"end": 413,
"score": 0.9974338412284851,
"start": 411,
"tag": "KEY",
"value": "42"
},
{
"context": " (testing \"with wrong api key\"\n (let [api-key \... | test/clj/rems/test/api/resource.clj | JerryTraskelin/rems | 0 | (ns ^:integration rems.test.api.resource
(:require [clojure.string :as str]
[clojure.test :refer :all]
[rems.handler :refer [app]]
[rems.test.api :refer :all]
[rems.test.tempura :refer [fake-tempura-fixture]]
[ring.mock.request :refer :all]))
(use-fixtures
... | 26333 | (ns ^:integration rems.test.api.resource
(:require [clojure.string :as str]
[clojure.test :refer :all]
[rems.handler :refer [app]]
[rems.test.api :refer :all]
[rems.test.tempura :refer [fake-tempura-fixture]]
[ring.mock.request :refer :all]))
(use-fixtures
... | true | (ns ^:integration rems.test.api.resource
(:require [clojure.string :as str]
[clojure.test :refer :all]
[rems.handler :refer [app]]
[rems.test.api :refer :all]
[rems.test.tempura :refer [fake-tempura-fixture]]
[ring.mock.request :refer :all]))
(use-fixtures
... |
[
{
"context": "; Copyright (c) Rich Hickey. All rights reserved.\n; The use and distributio",
"end": 29,
"score": 0.9998689293861389,
"start": 18,
"tag": "NAME",
"value": "Rich Hickey"
},
{
"context": "ice, or any other, from this software.\n\n; Authors: Frantisek Sodomka, Stuart ... | Chapter 07 Code/niko/clojure/test/clojure/test_clojure/ns_libs.clj | PacktPublishing/Clojure-Programming-Cookbook | 14 | ; Copyright (c) Rich Hickey. All rights reserved.
; The use and distribution terms for this software are covered by the
; Eclipse Public License 1.0 (http://opensource.org/licenses/eclipse-1.0.php)
; which can be found in the file epl-v10.html at the root of this distribution.
; By using this software in any ... | 113366 | ; Copyright (c) <NAME>. All rights reserved.
; The use and distribution terms for this software are covered by the
; Eclipse Public License 1.0 (http://opensource.org/licenses/eclipse-1.0.php)
; which can be found in the file epl-v10.html at the root of this distribution.
; By using this software in any fashi... | true | ; Copyright (c) PI:NAME:<NAME>END_PI. All rights reserved.
; The use and distribution terms for this software are covered by the
; Eclipse Public License 1.0 (http://opensource.org/licenses/eclipse-1.0.php)
; which can be found in the file epl-v10.html at the root of this distribution.
; By using this softwar... |
[
{
"context": " :Value \"nsidc@nsidc.org\" }]}}\n {:ShortName \"S",
"end": 9769,
"score": 0.9998181462287903,
"start": 9754,
"tag": "EMAIL",
"value": "nsidc@nsidc.org"
},
{
"context": " ... | umm-spec-lib/test/cmr/umm_spec/test/field_update.clj | ccuadrado/Common-Metadata-Repository | 0 | (ns cmr.umm-spec.test.field-update
"Unit tests for UMM field update functionality"
(:require
[clojure.test :refer :all]
[cmr.common.util :refer [are3]]
[cmr.umm-spec.field-update :as field-update]))
(deftest science-keyword-field-updates
(testing "Existing science keywords"
(let [umm {:EntryTitle "Test"
... | 110745 | (ns cmr.umm-spec.test.field-update
"Unit tests for UMM field update functionality"
(:require
[clojure.test :refer :all]
[cmr.common.util :refer [are3]]
[cmr.umm-spec.field-update :as field-update]))
(deftest science-keyword-field-updates
(testing "Existing science keywords"
(let [umm {:EntryTitle "Test"
... | true | (ns cmr.umm-spec.test.field-update
"Unit tests for UMM field update functionality"
(:require
[clojure.test :refer :all]
[cmr.common.util :refer [are3]]
[cmr.umm-spec.field-update :as field-update]))
(deftest science-keyword-field-updates
(testing "Existing science keywords"
(let [umm {:EntryTitle "Test"
... |
[
{
"context": "p this))))))\n (render [this] (dom/div #js {:key \"placeholder\" :ref (fn [r] (set! (.-doc-element this) r))})))\n",
"end": 38864,
"score": 0.5882934927940369,
"start": 38853,
"tag": "KEY",
"value": "placeholder"
}
] | src/main/fulcro/ui/bootstrap3.cljc | d4hines/fulcro | 0 | (ns fulcro.ui.bootstrap3
(:require [fulcro.client.dom :as dom]
[fulcro.client.primitives :as prim :refer [defui defsc]]
[fulcro.ui.elements :as ele]
[fulcro.events :as evt]
[fulcro.ui.html-entities :as ent]
[fulcro.i18n :refer [tr tr-unsafe]]
[fu... | 85469 | (ns fulcro.ui.bootstrap3
(:require [fulcro.client.dom :as dom]
[fulcro.client.primitives :as prim :refer [defui defsc]]
[fulcro.ui.elements :as ele]
[fulcro.events :as evt]
[fulcro.ui.html-entities :as ent]
[fulcro.i18n :refer [tr tr-unsafe]]
[fu... | true | (ns fulcro.ui.bootstrap3
(:require [fulcro.client.dom :as dom]
[fulcro.client.primitives :as prim :refer [defui defsc]]
[fulcro.ui.elements :as ele]
[fulcro.events :as evt]
[fulcro.ui.html-entities :as ent]
[fulcro.i18n :refer [tr tr-unsafe]]
[fu... |
[
{
"context": "ith-temp* [Pulse [{pulse-id :id} {:name \"Lodi Dodi\" :creator_id (mt/user->id :crowberto)}]\n ",
"end": 59464,
"score": 0.999411940574646,
"start": 59455,
"tag": "NAME",
"value": "Lodi Dodi"
},
{
"context": " :ema... | c#-metabase/test/metabase/api/pulse_test.clj | hanakhry/Crime_Admin | 0 | (ns metabase.api.pulse-test
"Tests for /api/pulse endpoints."
(:require [clojure.test :refer :all]
[metabase.api.card-test :as card-api-test]
[metabase.api.pulse :as pulse-api]
[metabase.http-client :as http]
[metabase.integrations.slack :as slack]
[metaba... | 23517 | (ns metabase.api.pulse-test
"Tests for /api/pulse endpoints."
(:require [clojure.test :refer :all]
[metabase.api.card-test :as card-api-test]
[metabase.api.pulse :as pulse-api]
[metabase.http-client :as http]
[metabase.integrations.slack :as slack]
[metaba... | true | (ns metabase.api.pulse-test
"Tests for /api/pulse endpoints."
(:require [clojure.test :refer :all]
[metabase.api.card-test :as card-api-test]
[metabase.api.pulse :as pulse-api]
[metabase.http-client :as http]
[metabase.integrations.slack :as slack]
[metaba... |
[
{
"context": "re.\"\n [username]\n (dosync\n (let [past-visitor (@visitors username)]\n (if past-visitor\n ",
"end": 200,
"score": 0.568389892578125,
"start": 200,
"tag": "USERNAME",
"value": ""
},
{
"context": " (str \"Hello, \" username))))))\n\n(println (hello \"B... | Clojure/introduction.clj | pauldoo/scratch | 0 | #!/usr/bin/env clj
(def visitors (ref #{}))
(defn hello
"Writes hello message to *out*. Calls you by username.
Knows if you have been here before."
[username]
(dosync
(let [past-visitor (@visitors username)]
(if past-visitor
(str "Welcome back, " username)
(do
(alter visit... | 119394 | #!/usr/bin/env clj
(def visitors (ref #{}))
(defn hello
"Writes hello message to *out*. Calls you by username.
Knows if you have been here before."
[username]
(dosync
(let [past-visitor (@visitors username)]
(if past-visitor
(str "Welcome back, " username)
(do
(alter visit... | true | #!/usr/bin/env clj
(def visitors (ref #{}))
(defn hello
"Writes hello message to *out*. Calls you by username.
Knows if you have been here before."
[username]
(dosync
(let [past-visitor (@visitors username)]
(if past-visitor
(str "Welcome back, " username)
(do
(alter visit... |
[
{
"context": "issue. Please try again,\n or contact support@instantwebsite.app if the problem persists.\"]\n [:div.bloc",
"end": 2064,
"score": 0.9999048113822937,
"start": 2038,
"tag": "EMAIL",
"value": "support@instantwebsite.app"
}
] | src/main/pages/authenticate.cljs | instantwebsite/dashboard | 3 | (ns pages.authenticate
(:require
[clojure.string :as str]
[clojure.pprint :refer [pprint]]
;;
[reagent.core :as r]
;;
[auth :refer [get-token
get-access-token
persist-token!]]
[api :as api]
[notify :refer [notify!]]
[state :refer [app-state]]
... | 22169 | (ns pages.authenticate
(:require
[clojure.string :as str]
[clojure.pprint :refer [pprint]]
;;
[reagent.core :as r]
;;
[auth :refer [get-token
get-access-token
persist-token!]]
[api :as api]
[notify :refer [notify!]]
[state :refer [app-state]]
... | true | (ns pages.authenticate
(:require
[clojure.string :as str]
[clojure.pprint :refer [pprint]]
;;
[reagent.core :as r]
;;
[auth :refer [get-token
get-access-token
persist-token!]]
[api :as api]
[notify :refer [notify!]]
[state :refer [app-state]]
... |
[
{
"context": "uest id.\"\n \"CMR-Request-Id\")\n\n(def TOKEN_HEADER \"echo-token\")\n\n(def CONTENT_TYPE_HEADER \"Content-Type\")\n\n(def",
"end": 678,
"score": 0.655855119228363,
"start": 668,
"tag": "KEY",
"value": "echo-token"
}
] | common-app-lib/src/cmr/common_app/api/routes.clj | jflewis/Common-Metadata-Repository | 0 | (ns cmr.common-app.api.routes
"Defines routes that are common across multiple applications."
(:require
[cheshire.core :as json]
[cmr.acl.core :as acl]
[cmr.common.api.context :as cxt]
[cmr.common.cache :as cache]
[cmr.common.jobs :as jobs]
[cmr.common.log :refer [debug info warn error]]
[cmr.co... | 56870 | (ns cmr.common-app.api.routes
"Defines routes that are common across multiple applications."
(:require
[cheshire.core :as json]
[cmr.acl.core :as acl]
[cmr.common.api.context :as cxt]
[cmr.common.cache :as cache]
[cmr.common.jobs :as jobs]
[cmr.common.log :refer [debug info warn error]]
[cmr.co... | true | (ns cmr.common-app.api.routes
"Defines routes that are common across multiple applications."
(:require
[cheshire.core :as json]
[cmr.acl.core :as acl]
[cmr.common.api.context :as cxt]
[cmr.common.cache :as cache]
[cmr.common.jobs :as jobs]
[cmr.common.log :refer [debug info warn error]]
[cmr.co... |
[
{
"context": " :rarity :special}})\n\n [{:name \"Arden Angel\"\n :cost \"{4}{W}{W}\"\n :typelist [\"Creature",
"end": 3901,
"score": 0.9992356300354004,
"start": 3890,
"tag": "NAME",
"value": "Arden Angel"
},
{
"context": " {:text \"At the beginning of... | src/loa/cleanup/extra.clj | karmag/loa | 4 | (ns loa.cleanup.extra)
;;-------------------------------------------------
;; Planes
(def celestine-reef
{:name "Celestine Reef"
:typelist ["Plane" "Luvion"]
:sets {0 {:set-name "Planechase"
:rarity :promo}}
:rulelist [{:text "Creatures without flying or islandwalk can't attack."}
... | 87936 | (ns loa.cleanup.extra)
;;-------------------------------------------------
;; Planes
(def celestine-reef
{:name "Celestine Reef"
:typelist ["Plane" "Luvion"]
:sets {0 {:set-name "Planechase"
:rarity :promo}}
:rulelist [{:text "Creatures without flying or islandwalk can't attack."}
... | true | (ns loa.cleanup.extra)
;;-------------------------------------------------
;; Planes
(def celestine-reef
{:name "Celestine Reef"
:typelist ["Plane" "Luvion"]
:sets {0 {:set-name "Planechase"
:rarity :promo}}
:rulelist [{:text "Creatures without flying or islandwalk can't attack."}
... |
[
{
"context": ")))\n\n(defn get-bot-username\n []\n (get bot-user :username))\n\n\n;; TODO: Send the list of supported commands ",
"end": 1441,
"score": 0.7813332676887512,
"start": 1433,
"tag": "USERNAME",
"value": "username"
},
{
"context": "t-members-count 2)\n [... | src/general_expenses_accountant/core.clj | marksto/general-expenses-accountant | 3 | (ns general-expenses-accountant.core
"Bot API and business logic (core functionality)"
(:require [clojure.set :as set]
[clojure.string :as str]
[clojure.core.async :refer [go chan timeout >! <! close!]]
[morse
[api :as m-api]
[handlers :as m-hlr]]
... | 118861 | (ns general-expenses-accountant.core
"Bot API and business logic (core functionality)"
(:require [clojure.set :as set]
[clojure.string :as str]
[clojure.core.async :refer [go chan timeout >! <! close!]]
[morse
[api :as m-api]
[handlers :as m-hlr]]
... | true | (ns general-expenses-accountant.core
"Bot API and business logic (core functionality)"
(:require [clojure.set :as set]
[clojure.string :as str]
[clojure.core.async :refer [go chan timeout >! <! close!]]
[morse
[api :as m-api]
[handlers :as m-hlr]]
... |
[
{
"context": "your new password below\"]\n [:input {:type \"password\"\n :required true\n ",
"end": 835,
"score": 0.7630965113639832,
"start": 827,
"tag": "PASSWORD",
"value": "password"
}
] | src/cljs/shotbot/re_frame/reset_password/views.cljs | skygear-demo/shotbot3 | 2 | (ns shotbot.re-frame.reset-password.views
(:require [re-frame.core :refer [dispatch subscribe]]
))
(defn panel []
(let [message (subscribe [:reset-password/message])]
(fn panel-reaction []
[:div.reset-password-panel
[:div.reset-password-header
[:span]
[:div.logo
... | 28217 | (ns shotbot.re-frame.reset-password.views
(:require [re-frame.core :refer [dispatch subscribe]]
))
(defn panel []
(let [message (subscribe [:reset-password/message])]
(fn panel-reaction []
[:div.reset-password-panel
[:div.reset-password-header
[:span]
[:div.logo
... | true | (ns shotbot.re-frame.reset-password.views
(:require [re-frame.core :refer [dispatch subscribe]]
))
(defn panel []
(let [message (subscribe [:reset-password/message])]
(fn panel-reaction []
[:div.reset-password-panel
[:div.reset-password-header
[:span]
[:div.logo
... |
[
{
"context": "e is a cellular automaton devised by mathematician John Conway.\n The 'board' consists of both live (#) and dea",
"end": 167,
"score": 0.9995320439338684,
"start": 156,
"tag": "NAME",
"value": "John Conway"
}
] | src/clojure4j/explorer/questions/$91to$100/$94_game_h_game_of_life.clj | ningDr/clojure-4-me | 0 | (ns clojure4j.explorer.questions.$91to$100.$94-game-h-game-of-life)
(defn game-of-life
"The game of life is a cellular automaton devised by mathematician John Conway.
The 'board' consists of both live (#) and dead ( ) cells.
Each cell interacts with its eight neighbours (horizontal, vertical, diagonal),
and ... | 72568 | (ns clojure4j.explorer.questions.$91to$100.$94-game-h-game-of-life)
(defn game-of-life
"The game of life is a cellular automaton devised by mathematician <NAME>.
The 'board' consists of both live (#) and dead ( ) cells.
Each cell interacts with its eight neighbours (horizontal, vertical, diagonal),
and its n... | true | (ns clojure4j.explorer.questions.$91to$100.$94-game-h-game-of-life)
(defn game-of-life
"The game of life is a cellular automaton devised by mathematician PI:NAME:<NAME>END_PI.
The 'board' consists of both live (#) and dead ( ) cells.
Each cell interacts with its eight neighbours (horizontal, vertical, diagonal)... |
[
{
"context": ":doc \"Useful zip manipulation fns\"\n :author \"Sam Aaron\"}\n overtone.helpers.zip\n (:import [java.util.zi",
"end": 69,
"score": 0.9998872876167297,
"start": 60,
"tag": "NAME",
"value": "Sam Aaron"
}
] | src/overtone/helpers/zip.clj | egoist999p/overtone | 3,870 | (ns
^{:doc "Useful zip manipulation fns"
:author "Sam Aaron"}
overtone.helpers.zip
(:import [java.util.zip ZipFile ZipEntry ZipInputStream]
[java.io StringWriter FileInputStream FileOutputStream])
(:use [clojure.java.io :only [file]]
[overtone.helpers file])
(:require [org.satta.gl... | 117823 | (ns
^{:doc "Useful zip manipulation fns"
:author "<NAME>"}
overtone.helpers.zip
(:import [java.util.zip ZipFile ZipEntry ZipInputStream]
[java.io StringWriter FileInputStream FileOutputStream])
(:use [clojure.java.io :only [file]]
[overtone.helpers file])
(:require [org.satta.glob ... | true | (ns
^{:doc "Useful zip manipulation fns"
:author "PI:NAME:<NAME>END_PI"}
overtone.helpers.zip
(:import [java.util.zip ZipFile ZipEntry ZipInputStream]
[java.io StringWriter FileInputStream FileOutputStream])
(:use [clojure.java.io :only [file]]
[overtone.helpers file])
(:require [o... |
[
{
"context": " :password \"Password1234\"\n :tunnel-ho",
"end": 3173,
"score": 0.9993554949760437,
"start": 3161,
"tag": "PASSWORD",
"value": "Password1234"
},
{
"context": " :tunnel-private-k... | c#-metabase/test/metabase/models/database_test.clj | hanakhry/Crime_Admin | 0 | (ns metabase.models.database-test
(:require [cheshire.core :refer [decode encode]]
[clojure.string :as str]
[clojure.test :refer :all]
[metabase.driver :as driver]
[metabase.driver.util :as driver.u]
[metabase.models :refer [Database]]
[metabase.... | 19522 | (ns metabase.models.database-test
(:require [cheshire.core :refer [decode encode]]
[clojure.string :as str]
[clojure.test :refer :all]
[metabase.driver :as driver]
[metabase.driver.util :as driver.u]
[metabase.models :refer [Database]]
[metabase.... | true | (ns metabase.models.database-test
(:require [cheshire.core :refer [decode encode]]
[clojure.string :as str]
[clojure.test :refer :all]
[metabase.driver :as driver]
[metabase.driver.util :as driver.u]
[metabase.models :refer [Database]]
[metabase.... |
[
{
"context": "swap! credentials assoc host {:name name :password password})))\n details))))\n\n(defn connect [url & con",
"end": 3038,
"score": 0.9774638414382935,
"start": 3030,
"tag": "PASSWORD",
"value": "password"
},
{
"context": "acet-prefix-on-a-single-facet-field\n ;... | src/clojure_solr.clj | sflorez/clojure-solr | 0 | (ns clojure-solr
(:require [clojure.string :as str]
[clojure.pprint :as pprint])
(:require [clj-time.core :as t])
(:require [clj-time.format :as tformat])
(:require [clj-time.coerce :as tcoerce])
(:import (java.net URI)
(java.util Base64 HashMap List ArrayList)
(java.nio.char... | 79835 | (ns clojure-solr
(:require [clojure.string :as str]
[clojure.pprint :as pprint])
(:require [clj-time.core :as t])
(:require [clj-time.format :as tformat])
(:require [clj-time.coerce :as tcoerce])
(:import (java.net URI)
(java.util Base64 HashMap List ArrayList)
(java.nio.char... | true | (ns clojure-solr
(:require [clojure.string :as str]
[clojure.pprint :as pprint])
(:require [clj-time.core :as t])
(:require [clj-time.format :as tformat])
(:require [clj-time.coerce :as tcoerce])
(:import (java.net URI)
(java.util Base64 HashMap List ArrayList)
(java.nio.char... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.