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": " once dependencies have been met.\"\n :author \"Sam Aaron & Jeff Rose\"}\n overtone.libs.deps\n (:require [c", "end": 147, "score": 0.9998733401298523, "start": 138, "tag": "NAME", "value": "Sam Aaron" }, { "context": "dencies have been met.\"\n :author \"Sa...
src/overtone/libs/deps.clj
rosejn/overtone
4
(ns ^{:doc "A basic dependency system for specifying the execution of fns once dependencies have been met." :author "Sam Aaron & Jeff Rose"} overtone.libs.deps (:require [clojure.set :as set] [overtone.util.log :as log])) ;; A representation of the state of the dependencies: ;; :sa...
376
(ns ^{:doc "A basic dependency system for specifying the execution of fns once dependencies have been met." :author "<NAME> & <NAME>"} overtone.libs.deps (:require [clojure.set :as set] [overtone.util.log :as log])) ;; A representation of the state of the dependencies: ;; :satisifi...
true
(ns ^{:doc "A basic dependency system for specifying the execution of fns once dependencies have been met." :author "PI:NAME:<NAME>END_PI & PI:NAME:<NAME>END_PI"} overtone.libs.deps (:require [clojure.set :as set] [overtone.util.log :as log])) ;; A representation of the state of th...
[ { "context": "f extracts of talks\n;\n; * Intro To Clojure\n; -by Brian Will (http://www.youtube.com/playlist?list=PLAC43CFB13", "end": 146, "score": 0.9998868107795715, "start": 136, "tag": "NAME", "value": "Brian Will" }, { "context": "(clojure.core/in-ns (quote abionic))\n(def m...
talks-articles/languages-n-runtimes/clojure/intro_to_clojure/intro-to-clojure.clj
abhishekkr/tutorials_as_code
37
; just some timepass code to remind of language structs ; ; CLOJURE ; ; combination of extracts of talks ; ; * Intro To Clojure ; -by Brian Will (http://www.youtube.com/playlist?list=PLAC43CFB134E85266) ; ; * Uncle Bob Martin presents Clojure ; - by Uncle Bob ; ; * LearnXinYMinutes.com/doc/clojure ; ; to quick hel...
49342
; just some timepass code to remind of language structs ; ; CLOJURE ; ; combination of extracts of talks ; ; * Intro To Clojure ; -by <NAME> (http://www.youtube.com/playlist?list=PLAC43CFB134E85266) ; ; * Uncle Bob Martin presents Clojure ; - by Uncle Bob ; ; * LearnXinYMinutes.com/doc/clojure ; ; to quick help ;(...
true
; just some timepass code to remind of language structs ; ; CLOJURE ; ; combination of extracts of talks ; ; * Intro To Clojure ; -by PI:NAME:<NAME>END_PI (http://www.youtube.com/playlist?list=PLAC43CFB134E85266) ; ; * Uncle Bob Martin presents Clojure ; - by Uncle Bob ; ; * LearnXinYMinutes.com/doc/clojure ; ; to...
[ { "context": ";; Copyright (c) Stuart Sierra, 2012. All rights reserved. The use and\n;; distri", "end": 30, "score": 0.9998565912246704, "start": 17, "tag": "NAME", "value": "Stuart Sierra" } ]
output/conjure_deps/toolsnamespace/v0v3v1/clojure/tools/namespace/dir.clj
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...
61941
;; 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": "olving problems, what are we doing?\"\n :person \"Rich Hickey\"}\n {:text \"Good design has to account for all", "end": 302, "score": 0.9998913407325745, "start": 291, "tag": "NAME", "value": "Rich Hickey" }, { "context": "r all of the pieces, not just some.\"\n ...
src/quotes/main.clj
justindbelanger/quotes
1
(ns quotes.main (:require [aleph.http] [hiccup.core] [hiccup.page] [juxt.clip.core :as clip] [reitit.ring] [riemann.client])) ;; * Quotes (def quotes [{:text "If we're not solving problems, what are we doing?" :person "Rich Hickey"} {:text "Go...
68590
(ns quotes.main (:require [aleph.http] [hiccup.core] [hiccup.page] [juxt.clip.core :as clip] [reitit.ring] [riemann.client])) ;; * Quotes (def quotes [{:text "If we're not solving problems, what are we doing?" :person "<NAME>"} {:text "Good de...
true
(ns quotes.main (:require [aleph.http] [hiccup.core] [hiccup.page] [juxt.clip.core :as clip] [reitit.ring] [riemann.client])) ;; * Quotes (def quotes [{:text "If we're not solving problems, what are we doing?" :person "PI:NAME:<NAME>END_PI"} {:t...
[ { "context": " :refer [split]]))\n\n(def artists [\n \"Alan Guitierrez\"\n \"Alan Lee\"\n \"Alan Pol", "end": 216, "score": 0.9998858571052551, "start": 201, "tag": "NAME", "value": "Alan Guitierrez" }, { "context": " [\n \"Alan Gui...
src/cljs/meccg/artists.cljs
rezwits/carncode
15
(ns meccg.artists (:require [om.core :as om :include-macros true] [sablono.core :as sab :include-macros true] [clojure.string :refer [split]])) (def artists [ "Alan Guitierrez" "Alan Lee" "Alan Pollack" "Alan Rabinowitz" "A...
107659
(ns meccg.artists (:require [om.core :as om :include-macros true] [sablono.core :as sab :include-macros true] [clojure.string :refer [split]])) (def artists [ "<NAME>" "<NAME>" "<NAME>" "<NAME>" "<NAME>" "<NAM...
true
(ns meccg.artists (:require [om.core :as om :include-macros true] [sablono.core :as sab :include-macros true] [clojure.string :refer [split]])) (def artists [ "PI:NAME:<NAME>END_PI" "PI:NAME:<NAME>END_PI" "PI:NAME:<NAME>END_PI" "PI:NAME:...
[ { "context": " \"inputs/aoc_2015/day-13.txt\"))\n\n(def test-input \"Alice would gain 54 happiness units by sitting next to ", "end": 266, "score": 0.9936507940292358, "start": 261, "tag": "NAME", "value": "Alice" }, { "context": "e would gain 54 happiness units by sitting next to Bo...
src/clojure/aoc_2015/day_13.clj
NPException/advent-of-code
0
(ns aoc-2015.day-13 (:require [clojure.string :as string] [aoc-utils :as u])) ;; --- Day 13: Knights of the Dinner Table --- https://adventofcode.com/2015/day/13 (def task-input (u/slurp-resource "inputs/aoc_2015/day-13.txt")) (def test-input "Alice would gain 54 happiness units by sitting next to Bob....
29388
(ns aoc-2015.day-13 (:require [clojure.string :as string] [aoc-utils :as u])) ;; --- Day 13: Knights of the Dinner Table --- https://adventofcode.com/2015/day/13 (def task-input (u/slurp-resource "inputs/aoc_2015/day-13.txt")) (def test-input "<NAME> would gain 54 happiness units by sitting next to <NA...
true
(ns aoc-2015.day-13 (:require [clojure.string :as string] [aoc-utils :as u])) ;; --- Day 13: Knights of the Dinner Table --- https://adventofcode.com/2015/day/13 (def task-input (u/slurp-resource "inputs/aoc_2015/day-13.txt")) (def test-input "PI:NAME:<NAME>END_PI would gain 54 happiness units by sitti...
[ { "context": "; Copyright (c) Rich Hickey. All rights reserved.\n; The use and distributio", "end": 29, "score": 0.9998736381530762, "start": 18, "tag": "NAME", "value": "Rich Hickey" }, { "context": "tice, or any other, from this software.\n\n;;Author: Frantisek Sodomka\n\n(ns c...
Clojure/clojure/test_clojure/atoms.clj
AydarLukmanov/ArcadiaGodot
328
; 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 ...
40169
; 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": "ass))\n\n;; logic c/o tomash, cf https://github.com/UlanaXY/BowlOfSoup/pull/1\n(defn fullsize-asset-url [url]\n", "end": 569, "score": 0.9995539784431458, "start": 562, "tag": "USERNAME", "value": "UlanaXY" }, { "context": "en asset-id\n :let [in-key (format ...
src/soupscraper/core.clj
nathell/soupscraper
19
(ns soupscraper.core (:require [cheshire.core :as json] [clojure.core.async :as async] [clojure.java.io :as io] [clojure.string :as string] [clojure.tools.cli :as cli] [java-time] [skyscraper.cache :as cache] [skyscraper.core :as core...
43505
(ns soupscraper.core (:require [cheshire.core :as json] [clojure.core.async :as async] [clojure.java.io :as io] [clojure.string :as string] [clojure.tools.cli :as cli] [java-time] [skyscraper.cache :as cache] [skyscraper.core :as core...
true
(ns soupscraper.core (:require [cheshire.core :as json] [clojure.core.async :as async] [clojure.java.io :as io] [clojure.string :as string] [clojure.tools.cli :as cli] [java-time] [skyscraper.cache :as cache] [skyscraper.core :as core...
[ { "context": "h `token` keyword instead.\n\n (split-on-token \\\"ABxCxD\\\" \\\"x\\\" :x) ;; -> [\\\"AB\\\" :x \\\"CxD\\\"]\"\n [^String", "end": 775, "score": 0.7684056758880615, "start": 769, "tag": "KEY", "value": "ABxCxD" } ]
c#-metabase/src/metabase/driver/common/parameters/parse.clj
hanakhry/Crime_Admin
0
(ns metabase.driver.common.parameters.parse (:require [clojure.string :as str] [clojure.tools.logging :as log] [metabase.driver.common.parameters :as i] [metabase.query-processor.error-type :as error-type] [metabase.util :as u] [metabase.util.i18n :refer [tr...
27303
(ns metabase.driver.common.parameters.parse (:require [clojure.string :as str] [clojure.tools.logging :as log] [metabase.driver.common.parameters :as i] [metabase.query-processor.error-type :as error-type] [metabase.util :as u] [metabase.util.i18n :refer [tr...
true
(ns metabase.driver.common.parameters.parse (:require [clojure.string :as str] [clojure.tools.logging :as log] [metabase.driver.common.parameters :as i] [metabase.query-processor.error-type :as error-type] [metabase.util :as u] [metabase.util.i18n :refer [tr...
[ { "context": " [:h3 character \":\"] [:blockquote text]]))\n\n(defui Harry\n static om/IQuery\n (query [this]\n '[[:dish/n", "end": 288, "score": 0.9492866396903992, "start": 283, "tag": "NAME", "value": "Harry" }, { "context": "number 3]])\n Object\n (render [this]\n (gues...
src/om_next_dataflow/components.cljs
codebeige/om-next-dataflow
7
(ns om-next-dataflow.components (:require [cljs.pprint :refer [pprint]] [om.next :as om :refer-macros [defui]] [sablono.core :refer-macros [html]])) (defn guest [character {:keys [text]}] (html [:.person [:h3 character ":"] [:blockquote text]])) (defui Harry static om/IQuery (query [th...
806
(ns om-next-dataflow.components (:require [cljs.pprint :refer [pprint]] [om.next :as om :refer-macros [defui]] [sablono.core :refer-macros [html]])) (defn guest [character {:keys [text]}] (html [:.person [:h3 character ":"] [:blockquote text]])) (defui <NAME> static om/IQuery (query [t...
true
(ns om-next-dataflow.components (:require [cljs.pprint :refer [pprint]] [om.next :as om :refer-macros [defui]] [sablono.core :refer-macros [html]])) (defn guest [character {:keys [text]}] (html [:.person [:h3 character ":"] [:blockquote text]])) (defui PI:NAME:<NAME>END_PI static om/IQue...
[ { "context": ";; Copyright (c) Andrey Antukh <niwi@niwi.nz>\n;; All rights reserved.\n;;\n;; Redi", "end": 30, "score": 0.9998836517333984, "start": 17, "tag": "NAME", "value": "Andrey Antukh" }, { "context": ";; Copyright (c) Andrey Antukh <niwi@niwi.nz>\n;; All rights reserved.\n;;...
src/datoteka/core.clj
funcool/datoteka
55
;; Copyright (c) Andrey Antukh <niwi@niwi.nz> ;; All rights reserved. ;; ;; Redistribution and use in source and binary forms, with or without ;; modification, are permitted provided that the following conditions are met: ;; ;; * Redistributions of source code must retain the above copyright notice, this ;; list of c...
115916
;; Copyright (c) <NAME> <<EMAIL>> ;; All rights reserved. ;; ;; Redistribution and use in source and binary forms, with or without ;; modification, are permitted provided that the following conditions are met: ;; ;; * Redistributions of source code must retain the above copyright notice, this ;; list of conditions an...
true
;; Copyright (c) PI:NAME:<NAME>END_PI <PI:EMAIL:<EMAIL>END_PI> ;; All rights reserved. ;; ;; Redistribution and use in source and binary forms, with or without ;; modification, are permitted provided that the following conditions are met: ;; ;; * Redistributions of source code must retain the above copyright notice, th...
[ { "context": "m/sets/1/challenges/1\"\n (let [challenge-input \"49276d206b696c6c696e6720796f757220627261696e206c696b65206120706f69736f6e6f7573206d757368726f6f6d\"\n challenge-output \"SSdtIGtpbGxpbmcgeW91", "end": 363, "score": 0.9967663288116455, "start": 267, "tag": "KEY", "val...
test/matasano_crypto/core_test.clj
kgxsz/matasano-crypto
0
(ns matasano-crypto.core-test (:require [clojure.test :refer :all] [matasano-crypto.core :as core])) (deftest test-challenge-one (testing "it satisfies the conditions outlined at: http://cryptopals.com/sets/1/challenges/1" (let [challenge-input "49276d206b696c6c696e6720796f757220627261696e206c696b6...
116398
(ns matasano-crypto.core-test (:require [clojure.test :refer :all] [matasano-crypto.core :as core])) (deftest test-challenge-one (testing "it satisfies the conditions outlined at: http://cryptopals.com/sets/1/challenges/1" (let [challenge-input "<KEY>" challenge-output "SSdtIGtpbGxpbmcgeW...
true
(ns matasano-crypto.core-test (:require [clojure.test :refer :all] [matasano-crypto.core :as core])) (deftest test-challenge-one (testing "it satisfies the conditions outlined at: http://cryptopals.com/sets/1/challenges/1" (let [challenge-input "PI:KEY:<KEY>END_PI" challenge-output "SSdtI...
[ { "context": "----------------------------\n;; Copyright (c) 2011 Basho Technologies, Inc. All Rights Reserved.\n;;\n;; This file is pr", "end": 111, "score": 0.9002294540405273, "start": 93, "tag": "NAME", "value": "Basho Technologies" } ]
src/knockbox/sets/two_phase.clj
reiddraper/knockbox
34
;; ------------------------------------------------------------------- ;; Copyright (c) 2011 Basho Technologies, Inc. All Rights Reserved. ;; ;; This file is provided to you under the Apache License, ;; Version 2.0 (the "License"); you may not use this file ;; except in compliance with the License. You may obtain ;; ...
100763
;; ------------------------------------------------------------------- ;; Copyright (c) 2011 <NAME>, Inc. All Rights Reserved. ;; ;; This file is provided to you under the Apache License, ;; Version 2.0 (the "License"); you may not use this file ;; except in compliance with the License. You may obtain ;; a copy of th...
true
;; ------------------------------------------------------------------- ;; Copyright (c) 2011 PI:NAME:<NAME>END_PI, Inc. All Rights Reserved. ;; ;; This file is provided to you under the Apache License, ;; Version 2.0 (the "License"); you may not use this file ;; except in compliance with the License. You may obtain ;...
[ { "context": "y-policy.com/\n ; See also: https://github.com/pedestal/pedestal/issues/499\n ;::http/secure-headers {:c", "end": 1517, "score": 0.9996326565742493, "start": 1509, "tag": "USERNAME", "value": "pedestal" }, { "context": "in_provider\n ::http/type :jetty\n ::htt...
src/name_service/delivery/server/service.clj
IwoHerka/name-microservice
0
(ns name-service.delivery.server.service "Pedestal server config." (:require [io.pedestal.http :as http] [name-service.delivery.server.append :as append] [name-service.delivery.server.delete :as delete] [name-service.delivery.server.get :as get] [name-service.delivery...
44231
(ns name-service.delivery.server.service "Pedestal server config." (:require [io.pedestal.http :as http] [name-service.delivery.server.append :as append] [name-service.delivery.server.delete :as delete] [name-service.delivery.server.get :as get] [name-service.delivery...
true
(ns name-service.delivery.server.service "Pedestal server config." (:require [io.pedestal.http :as http] [name-service.delivery.server.append :as append] [name-service.delivery.server.delete :as delete] [name-service.delivery.server.get :as get] [name-service.delivery...
[ { "context": "crapes taken often enough. E-mail <a href='mailto:kentilton@gmail.com'>Kenny</a> if they seem stopped.\"\n \"RFEs welc", "end": 2239, "score": 0.9999200105667114, "start": 2220, "tag": "EMAIL", "value": "kentilton@gmail.com" }, { "context": "ough. E-mail <a href='ma...
src/aghire/core.cljs
kennytilton/hiringagency
0
(ns aghire.core (:require [reagent.core :as r] [aghire.utility :as utl] [aghire.sorting :as sort] [aghire.month-loader :as mld] [aghire.month-loader-ui :as mlv] [aghire.job-list :as jlst] [aghire.memo :as unt] [aghire.job-list-control-bar :as jlcb] [aghire.regex-ui :as rgxui] ...
103144
(ns aghire.core (:require [reagent.core :as r] [aghire.utility :as utl] [aghire.sorting :as sort] [aghire.month-loader :as mld] [aghire.month-loader-ui :as mlv] [aghire.job-list :as jlst] [aghire.memo :as unt] [aghire.job-list-control-bar :as jlcb] [aghire.regex-ui :as rgxui] ...
true
(ns aghire.core (:require [reagent.core :as r] [aghire.utility :as utl] [aghire.sorting :as sort] [aghire.month-loader :as mld] [aghire.month-loader-ui :as mlv] [aghire.job-list :as jlst] [aghire.memo :as unt] [aghire.job-list-control-bar :as jlcb] [aghire.regex-ui :as rgxui] ...
[ { "context": " :value 1}]}))\n\n(defcard \"Adam: Compulsive Hacker\"\n {:events [{:event :pre-star", "end": 4449, "score": 0.9247944355010986, "start": 4445, "tag": "NAME", "value": "Adam" }, { "context": "tart-next-phase state side eid))))}]})\n\n(defcard \"...
src/clj/game/cards/identities.clj
lf94/netrunner
0
(ns game.cards.identities (:require [game.core :refer :all] [game.utils :refer :all] [jinteki.utils :refer :all] [clojure.string :as string])) ;;; Helper functions for Draft cards (def draft-points-target "Set each side's agenda points target at 6, per draft format rules" (req...
47482
(ns game.cards.identities (:require [game.core :refer :all] [game.utils :refer :all] [jinteki.utils :refer :all] [clojure.string :as string])) ;;; Helper functions for Draft cards (def draft-points-target "Set each side's agenda points target at 6, per draft format rules" (req...
true
(ns game.cards.identities (:require [game.core :refer :all] [game.utils :refer :all] [jinteki.utils :refer :all] [clojure.string :as string])) ;;; Helper functions for Draft cards (def draft-points-target "Set each side's agenda points target at 6, per draft format rules" (req...
[ { "context": "(ns ^{:author \"Adam Berger\"} ulvm.cli\n (:require [clojure.tools.cli :as cli", "end": 26, "score": 0.9998694062232971, "start": 15, "tag": "NAME", "value": "Adam Berger" } ]
src/ulvm/cli.clj
abrgr/ulvm
0
(ns ^{:author "Adam Berger"} ulvm.cli (:require [clojure.tools.cli :as cli] [clojure.string :as string] [clojure.spec.test :as st] [clojure.edn :as edn] [ulvm.compiler :as cmpl])) (def cli-opts [["-d" "--dir DIR" "Directory" :default "."] ["-i" "--instrument" "In...
33344
(ns ^{:author "<NAME>"} ulvm.cli (:require [clojure.tools.cli :as cli] [clojure.string :as string] [clojure.spec.test :as st] [clojure.edn :as edn] [ulvm.compiler :as cmpl])) (def cli-opts [["-d" "--dir DIR" "Directory" :default "."] ["-i" "--instrument" "Instrum...
true
(ns ^{:author "PI:NAME:<NAME>END_PI"} ulvm.cli (:require [clojure.tools.cli :as cli] [clojure.string :as string] [clojure.spec.test :as st] [clojure.edn :as edn] [ulvm.compiler :as cmpl])) (def cli-opts [["-d" "--dir DIR" "Directory" :default "."] ["-i" "--instru...
[ { "context": "}})\n\n(def people\n (->>\n [#:person{:nick-name \"Levi\"\n :display-name \"Levi Tan Ong\"\n ", "end": 1116, "score": 0.9996014833450317, "start": 1112, "tag": "NAME", "value": "Levi" }, { "context": "on{:nick-name \"Levi\"\n :display-n...
data/train/clojure/0f638d6815597d8a75c10bfb01ac919c122ac172data.cljc
harshp8l/deep-learning-lang-detection
84
(ns bahay.data) (def asset-url "http://assets.byimplication.com/site/") (def roles {:cof #:role{:id :cof :label "Co-Founder"} :dev #:role{:id :dev :label "Developer" :icon-id "developer" :reqs ["Any language" "Ideally familiar wi...
41862
(ns bahay.data) (def asset-url "http://assets.byimplication.com/site/") (def roles {:cof #:role{:id :cof :label "Co-Founder"} :dev #:role{:id :dev :label "Developer" :icon-id "developer" :reqs ["Any language" "Ideally familiar wi...
true
(ns bahay.data) (def asset-url "http://assets.byimplication.com/site/") (def roles {:cof #:role{:id :cof :label "Co-Founder"} :dev #:role{:id :dev :label "Developer" :icon-id "developer" :reqs ["Any language" "Ideally familiar wi...
[ { "context": " :author-id nil, :text nil})\n\n(def user {:password nil, :name nil, :nickname nil, :id nil, :avatar nil})", "end": 133, "score": 0.9783006310462952, "start": 130, "tag": "PASSWORD", "value": "nil" } ]
server/src/chatroom_server/schema.cljs
TopixIM/chatroom
0
(ns chatroom-server.schema ) (def message {:time nil, :id nil, :topic-id nil, :author-id nil, :text nil}) (def user {:password nil, :name nil, :nickname nil, :id nil, :avatar nil}) (def database {:states {}, :topics {}, :users {}}) (def state {:router {:name :home, :data nil}, :nickname nil, :user-id nil, :notif...
124020
(ns chatroom-server.schema ) (def message {:time nil, :id nil, :topic-id nil, :author-id nil, :text nil}) (def user {:password <PASSWORD>, :name nil, :nickname nil, :id nil, :avatar nil}) (def database {:states {}, :topics {}, :users {}}) (def state {:router {:name :home, :data nil}, :nickname nil, :user-id nil,...
true
(ns chatroom-server.schema ) (def message {:time nil, :id nil, :topic-id nil, :author-id nil, :text nil}) (def user {:password PI:PASSWORD:<PASSWORD>END_PI, :name nil, :nickname nil, :id nil, :avatar nil}) (def database {:states {}, :topics {}, :users {}}) (def state {:router {:name :home, :data nil}, :nickname ...
[ { "context": "5 \"Kyle's Low-Carb Grill\"]\n [342 \"Kyle's Low-Carb Grill\"]\n [417 \"Kyle's L", "end": 663, "score": 0.5216861963272095, "start": 660, "tag": "NAME", "value": "yle" }, { "context": "eographical-tips\n ;; Let's get all the tips Kyl...
c#-metabase/test/metabase/query_processor_test/nested_field_test.clj
hanakhry/Crime_Admin
0
(ns metabase.query-processor-test.nested-field-test "Tests for nested field access." (:require [clojure.test :refer :all] [metabase.test :as mt])) (deftest filter-test (mt/test-drivers (mt/normal-drivers-with-feature :nested-fields) (testing "Nested Field in FILTER" (mt/dataset geographical...
71509
(ns metabase.query-processor-test.nested-field-test "Tests for nested field access." (:require [clojure.test :refer :all] [metabase.test :as mt])) (deftest filter-test (mt/test-drivers (mt/normal-drivers-with-feature :nested-fields) (testing "Nested Field in FILTER" (mt/dataset geographical...
true
(ns metabase.query-processor-test.nested-field-test "Tests for nested field access." (:require [clojure.test :refer :all] [metabase.test :as mt])) (deftest filter-test (mt/test-drivers (mt/normal-drivers-with-feature :nested-fields) (testing "Nested Field in FILTER" (mt/dataset geographical...
[ { "context": "remote \"simple-oauth2\"))\n\n(def flowdock-app-id\n \"79b2bd6aaca74a2b0d93bf933e338e97dc6336552876202f73e81fffcf1ba8f3\")\n\n(def secret\n \"0e1cf579e7b4efb5ea617301bf429e4", "end": 313, "score": 0.9879267811775208, "start": 249, "tag": "KEY", "value": "79b2bd6aaca74a2b0d93b...
data/train/clojure/00b69b751cde3a2bf5dc84b8bca375ce79da5521flowdock_api.cljs
harshp8l/deep-learning-lang-detection
84
(ns flowdock_api (:require [webfunctions :as wf])) (enable-console-print!) (defonce remote (js/require "remote")) (defonce request (.require remote "request")) (defonce client-oauth2 (.require remote "simple-oauth2")) (def flowdock-app-id "79b2bd6aaca74a2b0d93bf933e338e97dc6336552876202f73e81fffcf1ba8f3") (de...
5926
(ns flowdock_api (:require [webfunctions :as wf])) (enable-console-print!) (defonce remote (js/require "remote")) (defonce request (.require remote "request")) (defonce client-oauth2 (.require remote "simple-oauth2")) (def flowdock-app-id "<KEY>") (def secret "<KEY>") (def flowdock-oauth { :clientID "...
true
(ns flowdock_api (:require [webfunctions :as wf])) (enable-console-print!) (defonce remote (js/require "remote")) (defonce request (.require remote "request")) (defonce client-oauth2 (.require remote "simple-oauth2")) (def flowdock-app-id "PI:KEY:<KEY>END_PI") (def secret "PI:KEY:<KEY>END_PI") (def flowdoc...
[ { "context": "; Copyright 2017 Frederic Merizen\n;\n; Licensed under the Apache License, Version 2.", "end": 33, "score": 0.9998564720153809, "start": 17, "tag": "NAME", "value": "Frederic Merizen" } ]
src/plumula/diff/util.clj
plumula/diff
1
; Copyright 2017 Frederic Merizen ; ; 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,...
120892
; Copyright 2017 <NAME> ; ; Licensed under the Apache License, Version 2.0 (the "License"); ; you may not use this file except in compliance with the License. ; You may obtain a copy of the License at ; ; http://www.apache.org/licenses/LICENSE-2.0 ; ; Unless required by applicable law or agreed to in writing, software ...
true
; Copyright 2017 PI:NAME:<NAME>END_PI ; ; Licensed under the Apache License, Version 2.0 (the "License"); ; you may not use this file except in compliance with the License. ; You may obtain a copy of the License at ; ; http://www.apache.org/licenses/LICENSE-2.0 ; ; Unless required by applicable law or agreed to in writ...
[ { "context": " (grant :all-users :read)\n (grant {:email \\\"foo@example.com\\\"} :full-control)\n (revoke {:email \\\"bar@exa", "end": 25753, "score": 0.9986171722412109, "start": 25738, "tag": "EMAIL", "value": "foo@example.com" }, { "context": "ple.com\\\"} :full-contro...
s3/src/s3/s3.clj
jrosti/ontrail
1
(ns s3.s3 "Functions to access the Amazon S3 storage service. Each function takes a map of credentials as its first argument. The credentials map should contain an :access-key key and a :secret-key key, optionally an :endpoint key to denote an AWS endpoint and optionally a :proxy key to define a HTTP proxy to...
2555
(ns s3.s3 "Functions to access the Amazon S3 storage service. Each function takes a map of credentials as its first argument. The credentials map should contain an :access-key key and a :secret-key key, optionally an :endpoint key to denote an AWS endpoint and optionally a :proxy key to define a HTTP proxy to...
true
(ns s3.s3 "Functions to access the Amazon S3 storage service. Each function takes a map of credentials as its first argument. The credentials map should contain an :access-key key and a :secret-key key, optionally an :endpoint key to denote an AWS endpoint and optionally a :proxy key to define a HTTP proxy to...
[ { "context": "ector}\n {:members\n [{:name \"B\"\n :namespace nil\n :operator", "end": 2753, "score": 0.9309828877449036, "start": 2752, "tag": "NAME", "value": "B" }, { "context": "ector}\n {:members\n [{:name \"B\"\n...
test/clj_ph_css/core_test.clj
Panthevm/clj-ph-css
0
(ns clj-ph-css.core-test (:require [clj-ph-css.core :as sut] [clojure.test :refer :all])) (defmacro deftransform-match "schema -> string = string -> schema" [& args] (let [stylesheet (apply str (drop-last args)) schema (last args)] `(do (testing "schema" (is (= ~sch...
18873
(ns clj-ph-css.core-test (:require [clj-ph-css.core :as sut] [clojure.test :refer :all])) (defmacro deftransform-match "schema -> string = string -> schema" [& args] (let [stylesheet (apply str (drop-last args)) schema (last args)] `(do (testing "schema" (is (= ~sch...
true
(ns clj-ph-css.core-test (:require [clj-ph-css.core :as sut] [clojure.test :refer :all])) (defmacro deftransform-match "schema -> string = string -> schema" [& args] (let [stylesheet (apply str (drop-last args)) schema (last args)] `(do (testing "schema" (is (= ~sch...
[ { "context": "deftest users-api-test\n (let [new-user {:userid \"david\"\n :email \"d@av.id\"\n ", "end": 423, "score": 0.9976547956466675, "start": 418, "tag": "USERNAME", "value": "david" }, { "context": "w-user {:userid \"david\"\n :e...
test/clj/rems/api/test_users.clj
juholehtonen/rems
0
(ns ^:integration rems.api.test-users (:require [clojure.test :refer :all] [rems.db.api-key :as api-key] [rems.db.roles :as roles] [rems.db.users :as users] [rems.handler :refer [handler]] [rems.api.testing :refer :all] [ring.mock.request :refer ...
108992
(ns ^:integration rems.api.test-users (:require [clojure.test :refer :all] [rems.db.api-key :as api-key] [rems.db.roles :as roles] [rems.db.users :as users] [rems.handler :refer [handler]] [rems.api.testing :refer :all] [ring.mock.request :refer ...
true
(ns ^:integration rems.api.test-users (:require [clojure.test :refer :all] [rems.db.api-key :as api-key] [rems.db.roles :as roles] [rems.db.users :as users] [rems.handler :refer [handler]] [rems.api.testing :refer :all] [ring.mock.request :refer ...
[ { "context": "-in? false})\n\n(def initial-fun-people\n [{:name \"Bill\" :reason \"he likes to party\"}\n {:name \"Billy\" ", "end": 786, "score": 0.999817430973053, "start": 782, "tag": "NAME", "value": "Bill" }, { "context": "e \"Bill\" :reason \"he likes to party\"}\n {:na...
src-cljs/com/oakmac/react_state_examples/root.cljs
oakmac/react-state-examples
2
(ns com.oakmac.react-state-examples.root (:require [com.oakmac.react-state-examples.fun-people :as fun-people :refer [FunPeople]] [com.oakmac.react-state-examples.hello-react :as hello-react :refer [HelloReact]] [com.oakmac.react-state-examples.login-form :as login-form :refer [LoginForm]] [com.oakmac...
123928
(ns com.oakmac.react-state-examples.root (:require [com.oakmac.react-state-examples.fun-people :as fun-people :refer [FunPeople]] [com.oakmac.react-state-examples.hello-react :as hello-react :refer [HelloReact]] [com.oakmac.react-state-examples.login-form :as login-form :refer [LoginForm]] [com.oakmac...
true
(ns com.oakmac.react-state-examples.root (:require [com.oakmac.react-state-examples.fun-people :as fun-people :refer [FunPeople]] [com.oakmac.react-state-examples.hello-react :as hello-react :refer [HelloReact]] [com.oakmac.react-state-examples.login-form :as login-form :refer [LoginForm]] [com.oakmac...
[ { "context": "t can be done on two expressions.\"\n :author \"Sean Dawson\"}\n nanoweave.parsers.binary-other\n (:require [bl", "end": 108, "score": 0.9998310208320618, "start": 97, "tag": "NAME", "value": "Sean Dawson" } ]
src/nanoweave/parsers/binary_other.clj
NoxHarmonium/nanoweave
0
(ns ^{:doc "Parses miscellaneous operations that can be done on two expressions." :author "Sean Dawson"} nanoweave.parsers.binary-other (:require [blancas.kern.core :refer [bind <?> return]] [blancas.kern.lexer.java-style :refer [dot token]] [nanoweave.ast.binary-other :ref...
97758
(ns ^{:doc "Parses miscellaneous operations that can be done on two expressions." :author "<NAME>"} nanoweave.parsers.binary-other (:require [blancas.kern.core :refer [bind <?> return]] [blancas.kern.lexer.java-style :refer [dot token]] [nanoweave.ast.binary-other :refer ...
true
(ns ^{:doc "Parses miscellaneous operations that can be done on two expressions." :author "PI:NAME:<NAME>END_PI"} nanoweave.parsers.binary-other (:require [blancas.kern.core :refer [bind <?> return]] [blancas.kern.lexer.java-style :refer [dot token]] [nanoweave.ast.binary-o...
[ { "context": "r-root-name \"admin\")\r\n(def manager-root-password \"test\")\r\n\r\n(def web-http-url (str host \"/\"))\r\n(def web-", "end": 372, "score": 0.9993201494216919, "start": 368, "tag": "PASSWORD", "value": "test" }, { "context": "orm-params {:login_name user-name :login_...
test/kaleido/core_test.clj
PranceCloud/Kaleido
0
(ns kaleido.core-test (:use midje.sweet digest) (:require [clojure.test :refer :all] [kaleido.core :refer :all] [cheshire.core :refer :all] [kaleido.setting :refer :all] [clj-http.client :as client])) (def host "http://127.0.0.1:3000") (def manager-...
8400
(ns kaleido.core-test (:use midje.sweet digest) (:require [clojure.test :refer :all] [kaleido.core :refer :all] [cheshire.core :refer :all] [kaleido.setting :refer :all] [clj-http.client :as client])) (def host "http://127.0.0.1:3000") (def manager-...
true
(ns kaleido.core-test (:use midje.sweet digest) (:require [clojure.test :refer :all] [kaleido.core :refer :all] [cheshire.core :refer :all] [kaleido.setting :refer :all] [clj-http.client :as client])) (def host "http://127.0.0.1:3000") (def manager-...
[ { "context": " })\n\n(def card {\n :name \"Google Docs Assist\",\n\n\n :header {\n ", "end": 1413, "score": 0.8418382406234741, "start": 1395, "tag": "NAME", "value": "Google Docs Assist" } ]
hub-google-docs-connector/src/main/resources/config.clj
vmware/connectors-workspace-one
17
;; Copyright © 2020 VMware, Inc. All Rights Reserved. ;; SPDX-License-Identifier: BSD-2-Clause (def input identity) (defn get-collaborators-string [rec] (def collaborators (get rec "users" [])) (clojure.string/join ", " collaborators)) (defn get_author_name [rec] (def author (get rec "author")) (get author "dis...
124953
;; Copyright © 2020 VMware, Inc. All Rights Reserved. ;; SPDX-License-Identifier: BSD-2-Clause (def input identity) (defn get-collaborators-string [rec] (def collaborators (get rec "users" [])) (clojure.string/join ", " collaborators)) (defn get_author_name [rec] (def author (get rec "author")) (get author "dis...
true
;; Copyright © 2020 VMware, Inc. All Rights Reserved. ;; SPDX-License-Identifier: BSD-2-Clause (def input identity) (defn get-collaborators-string [rec] (def collaborators (get rec "users" [])) (clojure.string/join ", " collaborators)) (defn get_author_name [rec] (def author (get rec "author")) (get author "dis...
[ { "context": ";; Copyright (c) 2015, Dmitry Kozlov <kozlov.dmitry.a@gmail.com>\n;; Code is published ", "end": 36, "score": 0.9998695254325867, "start": 23, "tag": "NAME", "value": "Dmitry Kozlov" }, { "context": ";; Copyright (c) 2015, Dmitry Kozlov <kozlov.dmitry.a@gmail.com>\n;; C...
src/illya/orientdb/schema.clj
dkz/illya
2
;; Copyright (c) 2015, Dmitry Kozlov <kozlov.dmitry.a@gmail.com> ;; Code is published under BSD 2-clause license. (ns illya.orientdb.schema (:require [cats.core :as cats] [illya.orientdb.dsl :as ograph] [illya.orientdb.migration :as migration])) (def configuration (migration/config ((migration/version...
80311
;; Copyright (c) 2015, <NAME> <<EMAIL>> ;; Code is published under BSD 2-clause license. (ns illya.orientdb.schema (:require [cats.core :as cats] [illya.orientdb.dsl :as ograph] [illya.orientdb.migration :as migration])) (def configuration (migration/config ((migration/version 1) (cats/mlet [...
true
;; Copyright (c) 2015, PI:NAME:<NAME>END_PI <PI:EMAIL:<EMAIL>END_PI> ;; Code is published under BSD 2-clause license. (ns illya.orientdb.schema (:require [cats.core :as cats] [illya.orientdb.dsl :as ograph] [illya.orientdb.migration :as migration])) (def configuration (migration/config ((migration/ver...
[ { "context": "1\n\n; get the second element\n(get [1 {:first-name \"Leandro\" :last-name \"TK\"} 2] 1) ; {:first-name \"Leandro\" ", "end": 192, "score": 0.9998169541358948, "start": 185, "tag": "NAME", "value": "Leandro" }, { "context": "lement\n(get [1 {:first-name \"Leandro\" :las...
language-learning/clojure/data_structures/vectors.clj
imteekay/programming-language-research
627
; "syntax" [1 2 3] ; [1 2 3] ; get the first element using index ([1 2 3] 0) ; 1 ; get the first element using get (get [1 2 3] 0) ; 1 ; get the second element (get [1 {:first-name "Leandro" :last-name "TK"} 2] 1) ; {:first-name "Leandro" :last-name "TK"} ; build a vector from elements (vector "a" "new" "vector" "o...
52416
; "syntax" [1 2 3] ; [1 2 3] ; get the first element using index ([1 2 3] 0) ; 1 ; get the first element using get (get [1 2 3] 0) ; 1 ; get the second element (get [1 {:first-name "<NAME>" :last-name "<NAME>"} 2] 1) ; {:first-name "<NAME>" :last-name "<NAME>"} ; build a vector from elements (vector "a" "new" "vect...
true
; "syntax" [1 2 3] ; [1 2 3] ; get the first element using index ([1 2 3] 0) ; 1 ; get the first element using get (get [1 2 3] 0) ; 1 ; get the second element (get [1 {:first-name "PI:NAME:<NAME>END_PI" :last-name "PI:NAME:<NAME>END_PI"} 2] 1) ; {:first-name "PI:NAME:<NAME>END_PI" :last-name "PI:NAME:<NAME>END_PI"}...
[ { "context": "1\\n65432 Musterstadt\"]\n (is (=\n [\"Max Muster\" \"Musterstr. 1\\n65432 Musterstadt\"]\n (", "end": 783, "score": 0.8883947730064392, "start": 773, "tag": "NAME", "value": "Max Muster" } ]
test/address_decoder/types/contact_test.clj
GuckesRohrkaGbR/address-decoder
1
(ns address-decoder.types.contact-test (:require [clojure.test :refer :all]) (:require [address-decoder.types.contact :as contact])) (deftest contact-creation-test (testing "empty contact creation" (let [{:keys [cont-name address phone]} (contact/make)] (i...
43035
(ns address-decoder.types.contact-test (:require [clojure.test :refer :all]) (:require [address-decoder.types.contact :as contact])) (deftest contact-creation-test (testing "empty contact creation" (let [{:keys [cont-name address phone]} (contact/make)] (i...
true
(ns address-decoder.types.contact-test (:require [clojure.test :refer :all]) (:require [address-decoder.types.contact :as contact])) (deftest contact-creation-test (testing "empty contact creation" (let [{:keys [cont-name address phone]} (contact/make)] (i...
[ { "context": " for anyone extending it).\"\n :author \"Chas Emerick\"}\n clojure.tools.nrepl.misc)\n\n(try\n (require", "end": 149, "score": 0.9998688697814941, "start": 137, "tag": "NAME", "value": "Chas Emerick" } ]
server/target/clojure/tools/nrepl/misc.clj
OctavioBR/healthcheck
14
(ns ^{:doc "Misc utilities used in nREPL's implementation (potentially also useful for anyone extending it)." :author "Chas Emerick"} clojure.tools.nrepl.misc) (try (require 'clojure.tools.logging) (defmacro log [& args] `(clojure.tools.logging/error ~@args)) (catch Throwable t ;(print...
88189
(ns ^{:doc "Misc utilities used in nREPL's implementation (potentially also useful for anyone extending it)." :author "<NAME>"} clojure.tools.nrepl.misc) (try (require 'clojure.tools.logging) (defmacro log [& args] `(clojure.tools.logging/error ~@args)) (catch Throwable t ;(println "cl...
true
(ns ^{:doc "Misc utilities used in nREPL's implementation (potentially also useful for anyone extending it)." :author "PI:NAME:<NAME>END_PI"} clojure.tools.nrepl.misc) (try (require 'clojure.tools.logging) (defmacro log [& args] `(clojure.tools.logging/error ~@args)) (catch Throwable t ...
[ { "context": "-key (-> res :body :api_key))\n\n(def user {:email \"useremail@example.com\"\n :password \"pass\"})\n\n#_(-> (str auth-u", "end": 603, "score": 0.9999142289161682, "start": 582, "tag": "EMAIL", "value": "useremail@example.com" }, { "context": "ail \"useremail@...
dev/user.clj
entranceplus/link-server
0
(ns user (:require [snow.repl :as repl] [snow.client :as c] [snow.env :refer [profile]] [links.systems :as sys] [buddy.sign.jwt :as jwt] [shadow.cljs.devtools.server :as server] [shadow.cljs.devtools.api :as shadow])) (def auth-url "https://avia...
87436
(ns user (:require [snow.repl :as repl] [snow.client :as c] [snow.env :refer [profile]] [links.systems :as sys] [buddy.sign.jwt :as jwt] [shadow.cljs.devtools.server :as server] [shadow.cljs.devtools.api :as shadow])) (def auth-url "https://avia...
true
(ns user (:require [snow.repl :as repl] [snow.client :as c] [snow.env :refer [profile]] [links.systems :as sys] [buddy.sign.jwt :as jwt] [shadow.cljs.devtools.server :as server] [shadow.cljs.devtools.api :as shadow])) (def auth-url "https://avia...
[ { "context": "epo\n :comments \"Copyright 2011-2022 Micah Martin All Rights Reserved.\"}\n\n :jar-exclusions [#\"\\.cl", "end": 335, "score": 0.999750018119812, "start": 323, "tag": "NAME", "value": "Micah Martin" }, { "context": " \"doc\"\n :source-uri \"ht...
project.clj
mdwhatcott/speclj
0
(defproject speclj "3.4.1" :description "speclj: Pronounced 'speckle', is a Behavior Driven Development framework for Clojure." :url "http://speclj.com" :license {:name "The MIT License" :url "file://LICENSE" :distribution :repo :comments "Copyright 2011-20...
18480
(defproject speclj "3.4.1" :description "speclj: Pronounced 'speckle', is a Behavior Driven Development framework for Clojure." :url "http://speclj.com" :license {:name "The MIT License" :url "file://LICENSE" :distribution :repo :comments "Copyright 2011-20...
true
(defproject speclj "3.4.1" :description "speclj: Pronounced 'speckle', is a Behavior Driven Development framework for Clojure." :url "http://speclj.com" :license {:name "The MIT License" :url "file://LICENSE" :distribution :repo :comments "Copyright 2011-20...
[ { "context": "ermissions sets (This was a \"\n \"bug @tom found where a group with no permissions would cau", "end": 1560, "score": 0.9939519166946411, "start": 1556, "tag": "USERNAME", "value": "@tom" }, { "context": " :password \...
c#-metabase/test/metabase/models/user_test.clj
hanakhry/Crime_Admin
0
(ns metabase.models.user-test (:require [clojure.set :as set] [clojure.string :as str] [clojure.test :refer :all] [metabase.http-client :as http] [metabase.models.collection :as collection :refer [Collection]] [metabase.models.collection-test :as collection-...
105436
(ns metabase.models.user-test (:require [clojure.set :as set] [clojure.string :as str] [clojure.test :refer :all] [metabase.http-client :as http] [metabase.models.collection :as collection :refer [Collection]] [metabase.models.collection-test :as collection-...
true
(ns metabase.models.user-test (:require [clojure.set :as set] [clojure.string :as str] [clojure.test :refer :all] [metabase.http-client :as http] [metabase.models.collection :as collection :refer [Collection]] [metabase.models.collection-test :as collection-...
[ { "context": "azon.awssdk.core ResponseBytes)))\n\n(def +db-key+ \"crux.ddb-s3.root\")\n\n(definline S [v] `(-> (AttributeValue/builder)", "end": 1332, "score": 0.99910569190979, "start": 1316, "tag": "KEY", "value": "crux.ddb-s3.root" }, { "context": "= :oldTx\")\n ...
src/crux/ddb_s3/impl.clj
csm/crux-ddb-s3
2
(ns crux.ddb-s3.impl (:require [clojure.string :as string] [clojure.tools.logging :as log]) (:import (software.amazon.awssdk.services.dynamodb DynamoDbAsyncClient) (software.amazon.awssdk.services.dynamodb.model AttributeValue GetItemResponse GetItemRequest ConditionalCheckFailedException Put...
78691
(ns crux.ddb-s3.impl (:require [clojure.string :as string] [clojure.tools.logging :as log]) (:import (software.amazon.awssdk.services.dynamodb DynamoDbAsyncClient) (software.amazon.awssdk.services.dynamodb.model AttributeValue GetItemResponse GetItemRequest ConditionalCheckFailedException Put...
true
(ns crux.ddb-s3.impl (:require [clojure.string :as string] [clojure.tools.logging :as log]) (:import (software.amazon.awssdk.services.dynamodb DynamoDbAsyncClient) (software.amazon.awssdk.services.dynamodb.model AttributeValue GetItemResponse GetItemRequest ConditionalCheckFailedException Put...
[ { "context": " (java.net URL)))\n\n;; https://github.com/weissjeffm/gdax-bot/blob/master/src/coinbase_api/core.clj\n\n;", "end": 623, "score": 0.9995101690292358, "start": 613, "tag": "USERNAME", "value": "weissjeffm" }, { "context": " [key message]\n (.init hmac (SecretKey...
crypto/src/crypto/services/gdax.clj
micahasmith/crypto-watch
6
(ns crypto.services.gdax (:require [gniazdo.core :as ws] [clojure.core.async :as a] [clojure.data.json :as json] [crypto.infra.helpers :refer :all] [crypto.infra.websockets :as websockets] [clj-http.client :as http] [taoensso.timbre :as timbre ...
15942
(ns crypto.services.gdax (:require [gniazdo.core :as ws] [clojure.core.async :as a] [clojure.data.json :as json] [crypto.infra.helpers :refer :all] [crypto.infra.websockets :as websockets] [clj-http.client :as http] [taoensso.timbre :as timbre ...
true
(ns crypto.services.gdax (:require [gniazdo.core :as ws] [clojure.core.async :as a] [clojure.data.json :as json] [crypto.infra.helpers :refer :all] [crypto.infra.websockets :as websockets] [clj-http.client :as http] [taoensso.timbre :as timbre ...
[ { "context": "e API for reading the form items\n (let [api-key \"42\"\n catalogue-item (-> (request :post \"/api/", "end": 382, "score": 0.9984522461891174, "start": 380, "tag": "KEY", "value": "42" }, { "context": "draft))\n\n(deftest forms-api-test\n (let [api-key \"42\"\n...
test/clj/rems/test/api/forms.clj
secureb2share/secureb2share-rems
0
(ns ^:integration rems.test.api.forms (:require [clojure.test :refer :all] [rems.handler :refer [app]] [rems.test.api :refer :all] [ring.mock.request :refer :all]) (:import (java.util UUID))) (use-fixtures :once api-fixture) (defn- get-draft-form [form-id] ;; XXX: there i...
23739
(ns ^:integration rems.test.api.forms (:require [clojure.test :refer :all] [rems.handler :refer [app]] [rems.test.api :refer :all] [ring.mock.request :refer :all]) (:import (java.util UUID))) (use-fixtures :once api-fixture) (defn- get-draft-form [form-id] ;; XXX: there i...
true
(ns ^:integration rems.test.api.forms (:require [clojure.test :refer :all] [rems.handler :refer [app]] [rems.test.api :refer :all] [ring.mock.request :refer :all]) (:import (java.util UUID))) (use-fixtures :once api-fixture) (defn- get-draft-form [form-id] ;; XXX: there i...
[ { "context": "; Copyright (c) 2021 Mikołaj Kuranowski\n; SPDX-License-Identifier: WTFPL\n(ns core\n (:req", "end": 39, "score": 0.9996190071105957, "start": 21, "tag": "NAME", "value": "Mikołaj Kuranowski" } ]
src/core.clj
MKuranowski/AdventOfCode2020
0
; Copyright (c) 2021 Mikołaj Kuranowski ; SPDX-License-Identifier: WTFPL (ns core (:require [clojure.java.io :refer [file]] [clojure.string :refer [split-lines]])) (defn parse-int "Tries to parse a base-10 integer" [s] (Integer/parseInt s 10)) (defn lines-from-file "Returns a vector of all lines i...
120872
; Copyright (c) 2021 <NAME> ; SPDX-License-Identifier: WTFPL (ns core (:require [clojure.java.io :refer [file]] [clojure.string :refer [split-lines]])) (defn parse-int "Tries to parse a base-10 integer" [s] (Integer/parseInt s 10)) (defn lines-from-file "Returns a vector of all lines in a file" ...
true
; Copyright (c) 2021 PI:NAME:<NAME>END_PI ; SPDX-License-Identifier: WTFPL (ns core (:require [clojure.java.io :refer [file]] [clojure.string :refer [split-lines]])) (defn parse-int "Tries to parse a base-10 integer" [s] (Integer/parseInt s 10)) (defn lines-from-file "Returns a vector of all lines...
[ { "context": ";;;;;;;;;;;;;;;;;;;;;;;;;;;\n;; Copyright (c) 2008, J. Bester\n;; All rights reserved.\n;;\n;; Redistribution and ", "end": 432, "score": 0.9998812079429626, "start": 423, "tag": "NAME", "value": "J. Bester" } ]
src/cljext/seq.clj
jbester/cljext
9
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; File : seq.clj ;; Function : sequence library ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; Send comments or questions to code at freshlime dot org ;; $Id: d7d6133d042ce9c4a2f520bf3b13e95758e5eb83 $...
49543
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; File : seq.clj ;; Function : sequence library ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; Send comments or questions to code at freshlime dot org ;; $Id: d7d6133d042ce9c4a2f520bf3b13e95758e5eb83 $...
true
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; File : seq.clj ;; Function : sequence library ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; Send comments or questions to code at freshlime dot org ;; $Id: d7d6133d042ce9c4a2f520bf3b13e95758e5eb83 $...
[ { "context": "s car]))\n\n(def redis-conn {:pool {} :spec {:host \"127.0.0.1\"\n :port 6377}})\n(", "end": 664, "score": 0.9997000098228455, "start": 655, "tag": "IP_ADDRESS", "value": "127.0.0.1" }, { "context": "\"\n :client-id \"billingApp\"\n :...
clj-auth-service/src/core/sso_clojure.clj
sguessou/sso-clojure
2
(ns core.sso-clojure (:require [cheshire.core :refer [generate-string parse-string]] [clj-http.client :as client] [clojure.walk :refer [keywordize-keys]] [muuntaja.middleware :as muuntaja] [reitit.ring :as reitit] [ring.adapter.jetty :as jetty] [ring.util.http-response :as response] [ring.util...
113314
(ns core.sso-clojure (:require [cheshire.core :refer [generate-string parse-string]] [clj-http.client :as client] [clojure.walk :refer [keywordize-keys]] [muuntaja.middleware :as muuntaja] [reitit.ring :as reitit] [ring.adapter.jetty :as jetty] [ring.util.http-response :as response] [ring.util...
true
(ns core.sso-clojure (:require [cheshire.core :refer [generate-string parse-string]] [clj-http.client :as client] [clojure.walk :refer [keywordize-keys]] [muuntaja.middleware :as muuntaja] [reitit.ring :as reitit] [ring.adapter.jetty :as jetty] [ring.util.http-response :as response] [ring.util...
[ { "context": "ondence for an individual market.\"\n :author \"Anna Shchiptsova\"}\n commodities-auction.compute.demand-corresponde", "end": 570, "score": 0.9998854398727417, "start": 554, "tag": "NAME", "value": "Anna Shchiptsova" } ]
src/commodities_auction/compute/demand_correspondence.clj
shchipts/commodities-auction
0
; Copyright (c) 2020 International Institute for Applied Systems Analysis. ; All rights reserved. The use and distribution terms for this software ; are covered by the MIT License (http://opensource.org/licenses/MIT) ; which can be found in the file LICENSE at the root of this distribution. ; By using this so...
80081
; Copyright (c) 2020 International Institute for Applied Systems Analysis. ; All rights reserved. The use and distribution terms for this software ; are covered by the MIT License (http://opensource.org/licenses/MIT) ; which can be found in the file LICENSE at the root of this distribution. ; By using this so...
true
; Copyright (c) 2020 International Institute for Applied Systems Analysis. ; All rights reserved. The use and distribution terms for this software ; are covered by the MIT License (http://opensource.org/licenses/MIT) ; which can be found in the file LICENSE at the root of this distribution. ; By using this so...
[ { "context": "ib.conf :refer [conf]]))\n;\n\n;; https://github.com/tomekw/hikari-cp/\n(comment\n (make-datasource\n {", "end": 323, "score": 0.9987152218818665, "start": 317, "tag": "USERNAME", "value": "tomekw" }, { "context": " :adapter \"postgresql\"\n :use...
src/mlib/psql/conn.clj
maxp/mlib-app
3
(ns mlib.psql.conn (:require [clj-time.coerce :as tc] [jdbc.core :as jdbc] [jdbc.proto :refer [ISQLType ISQLResultSetReadColumn]] [hikari-cp.core :refer [make-datasource]] [mount.core :refer [defstate]] [mlib.log :refer [info warn]] [mlib.conf :refer [conf]])) ; ;; https://github.com/tom...
114430
(ns mlib.psql.conn (:require [clj-time.coerce :as tc] [jdbc.core :as jdbc] [jdbc.proto :refer [ISQLType ISQLResultSetReadColumn]] [hikari-cp.core :refer [make-datasource]] [mount.core :refer [defstate]] [mlib.log :refer [info warn]] [mlib.conf :refer [conf]])) ; ;; https://github.com/tom...
true
(ns mlib.psql.conn (:require [clj-time.coerce :as tc] [jdbc.core :as jdbc] [jdbc.proto :refer [ISQLType ISQLResultSetReadColumn]] [hikari-cp.core :refer [make-datasource]] [mount.core :refer [defstate]] [mlib.log :refer [info warn]] [mlib.conf :refer [conf]])) ; ;; https://github.com/tom...
[ { "context": "st-check-object-normal\n (is (nil? (check {:data \"testing@test.test\" :function email-address? :dataname \"email\" :requ", "end": 262, "score": 0.9999207258224487, "start": 245, "tag": "EMAIL", "value": "testing@test.test" }, { "context": " test-check-object-nil\n (i...
test/verifications/running_checks.clj
mvrcrypto/customapi
1
(ns verifications.running-checks (:require [clojure.test :refer :all] [verifications.data-verification :refer :all] [verifications.data-utils :refer :all])) (deftest test-check-object-normal (is (nil? (check {:data "testing@test.test" :function email-address? :dataname "email" :required tru...
29633
(ns verifications.running-checks (:require [clojure.test :refer :all] [verifications.data-verification :refer :all] [verifications.data-utils :refer :all])) (deftest test-check-object-normal (is (nil? (check {:data "<EMAIL>" :function email-address? :dataname "email" :required true}))) (i...
true
(ns verifications.running-checks (:require [clojure.test :refer :all] [verifications.data-verification :refer :all] [verifications.data-utils :refer :all])) (deftest test-check-object-normal (is (nil? (check {:data "PI:EMAIL:<EMAIL>END_PI" :function email-address? :dataname "email" :require...
[ { "context": "; Copyright (c) 2021 Mikołaj Kuranowski\n; SPDX-License-Identifier: WTFPL\n(ns day11a\n (:r", "end": 39, "score": 0.9994767308235168, "start": 21, "tag": "NAME", "value": "Mikołaj Kuranowski" } ]
src/day11a.clj
MKuranowski/AdventOfCode2020
0
; Copyright (c) 2021 Mikołaj Kuranowski ; SPDX-License-Identifier: WTFPL (ns day11a (:require [core] [clojure.math.combinatorics :refer [cartesian-product]] [clojure.string :refer [join]])) (defn adjecent-seats [r c] (->> (cartesian-product [(dec r) r (inc r)] [(dec c) c (inc c)]) ...
56450
; Copyright (c) 2021 <NAME> ; SPDX-License-Identifier: WTFPL (ns day11a (:require [core] [clojure.math.combinatorics :refer [cartesian-product]] [clojure.string :refer [join]])) (defn adjecent-seats [r c] (->> (cartesian-product [(dec r) r (inc r)] [(dec c) c (inc c)]) (filter ...
true
; Copyright (c) 2021 PI:NAME:<NAME>END_PI ; SPDX-License-Identifier: WTFPL (ns day11a (:require [core] [clojure.math.combinatorics :refer [cartesian-product]] [clojure.string :refer [join]])) (defn adjecent-seats [r c] (->> (cartesian-product [(dec r) r (inc r)] [(dec c) c (inc c)]) ...
[ { "context": "dTsp\" 1592794769601,\n;; \"fullName\" \"Ian Sluiter\",\n;; \"statusDesc\" \"Active\",\n;; ", "end": 3362, "score": 0.9998255968093872, "start": 3351, "tag": "NAME", "value": "Ian Sluiter" }, { "context": "\"roleCde\" \"con\",\n;; ...
src/glider/event_store/core.clj
JohanCodinha/glider
0
(ns glider.event-store.core (:require [java-time :refer [local-date local-date-time as] :as jt] [clojure.string :as st] [malli.core :as m] [malli.util :as mu] [malli.error :as me] [malli.provider :as mp] [malli.generator :as mg] ...
81661
(ns glider.event-store.core (:require [java-time :refer [local-date local-date-time as] :as jt] [clojure.string :as st] [malli.core :as m] [malli.util :as mu] [malli.error :as me] [malli.provider :as mp] [malli.generator :as mg] ...
true
(ns glider.event-store.core (:require [java-time :refer [local-date local-date-time as] :as jt] [clojure.string :as st] [malli.core :as m] [malli.util :as mu] [malli.error :as me] [malli.provider :as mp] [malli.generator :as mg] ...
[ { "context": ";; Copyright 2014-2020 King\n;; Copyright 2009-2014 Ragnar Svensson, Christian Murray\n;; Licensed under the Defold Li", "end": 111, "score": 0.9998117089271545, "start": 96, "tag": "NAME", "value": "Ragnar Svensson" }, { "context": "-2020 King\n;; Copyright 2009-2014 R...
editor/test/internal/connection_rules.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...
55512
;; 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": " :mentortype \"1\",\n :name \"Åk 9\",\n :resourcetype \"0\",\n :review", "end": 283, "score": 0.89128577709198, "start": 279, "tag": "NAME", "value": "Åk 9" }, { "context": " :mentortype \"0\",\n :name \...
src/inventist/schoolsoft/client/examples.clj
solidfox/inventist-backend
0
(ns inventist.schoolsoft.client.examples) (comment "Groups look like this comming from schoolsoft" {:maxstudent "0", :description "Åk 9", :classtype "1", :leavepickup "0", :mentortype "1", :name "Åk 9", :resourcetype "0", ...
110098
(ns inventist.schoolsoft.client.examples) (comment "Groups look like this comming from schoolsoft" {:maxstudent "0", :description "Åk 9", :classtype "1", :leavepickup "0", :mentortype "1", :name "<NAME>", :resourcetype "0", ...
true
(ns inventist.schoolsoft.client.examples) (comment "Groups look like this comming from schoolsoft" {:maxstudent "0", :description "Åk 9", :classtype "1", :leavepickup "0", :mentortype "1", :name "PI:NAME:<NAME>END_PI", :resourc...
[ { "context": ";;\n;; Author:: Adam Jacob (<adam@opscode.com>)\n;; Author:: Christopher Brow", "end": 25, "score": 0.9998428225517273, "start": 15, "tag": "NAME", "value": "Adam Jacob" }, { "context": ";;\n;; Author:: Adam Jacob (<adam@opscode.com>)\n;; Author:: Christopher Brown (<cb...
src/omnibus/ohai.clj
racker/omnibus
2
;; ;; Author:: Adam Jacob (<adam@opscode.com>) ;; Author:: Christopher Brown (<cb@opscode.com>) ;; Copyright:: Copyright (c) 2010 Opscode, Inc. ;; License:: Apache License, Version 2.0 ;; ;; Licensed under the Apache License, Version 2.0 (the "License"); ;; you may not use this file except in compliance with the Licens...
10186
;; ;; Author:: <NAME> (<<EMAIL>>) ;; Author:: <NAME> (<<EMAIL>>) ;; Copyright:: Copyright (c) 2010 Opscode, Inc. ;; License:: Apache License, Version 2.0 ;; ;; Licensed under the Apache License, Version 2.0 (the "License"); ;; you may not use this file except in compliance with the License. ;; You may obtain a copy of ...
true
;; ;; Author:: PI:NAME:<NAME>END_PI (<PI:EMAIL:<EMAIL>END_PI>) ;; Author:: PI:NAME:<NAME>END_PI (<PI:EMAIL:<EMAIL>END_PI>) ;; Copyright:: Copyright (c) 2010 Opscode, Inc. ;; License:: Apache License, Version 2.0 ;; ;; Licensed under the Apache License, Version 2.0 (the "License"); ;; you may not use this file except in...
[ { "context": " by the SC synth\n engine.\"\n :author \"Jeff Rose, Sam Aaron\"}\n overtone.sc.envelope\n (:use [over", "end": 658, "score": 0.9998887777328491, "start": 649, "tag": "NAME", "value": "Jeff Rose" }, { "context": " synth\n engine.\"\n :author \...
src/overtone/sc/envelope.clj
rosejn/overtone
4
(ns ^{:doc "An envelope defines a waveform that will be used to control another component of a synthesizer over time. It is typical to use envelopes to control the amplitude of a source waveform. For example, an envelope will dictate that a sound should start quick and loud, but ...
102189
(ns ^{:doc "An envelope defines a waveform that will be used to control another component of a synthesizer over time. It is typical to use envelopes to control the amplitude of a source waveform. For example, an envelope will dictate that a sound should start quick and loud, but ...
true
(ns ^{:doc "An envelope defines a waveform that will be used to control another component of a synthesizer over time. It is typical to use envelopes to control the amplitude of a source waveform. For example, an envelope will dictate that a sound should start quick and loud, but ...
[ { "context": " a source query.\n See [#9767](https://github.com/metabase/metabase/issues/9767) for more details. After thi", "end": 21765, "score": 0.99881911277771, "start": 21757, "tag": "USERNAME", "value": "metabase" }, { "context": "eral\n `:aggregation-options`](https://githu...
c#-metabase/src/metabase/driver.clj
hanakhry/Crime_Admin
0
(ns metabase.driver "Metabase Drivers handle various things we need to do with connected data warehouse databases, including things like introspecting their schemas and processing and running MBQL queries. Drivers must implement some or all of the multimethods defined below, and register themselves with a call to...
97096
(ns metabase.driver "Metabase Drivers handle various things we need to do with connected data warehouse databases, including things like introspecting their schemas and processing and running MBQL queries. Drivers must implement some or all of the multimethods defined below, and register themselves with a call to...
true
(ns metabase.driver "Metabase Drivers handle various things we need to do with connected data warehouse databases, including things like introspecting their schemas and processing and running MBQL queries. Drivers must implement some or all of the multimethods defined below, and register themselves with a call to...
[ { "context": " [id (assoc settings :username username :password password)]\n [id settings])))\n\n(defn add-auth-interact", "end": 1147, "score": 0.7903245687484741, "start": 1139, "tag": "PASSWORD", "value": "password" } ]
leiningen/deploy.clj
prapisarda/Scripts
0
(ns leiningen.deploy "Build and deploy jar to remote repository." (:require [cemerick.pomegranate.aether :as aether] [leiningen.core.classpath :as classpath] [leiningen.core.main :as main] [leiningen.core.eval :as eval] [leiningen.core.user :as user] [lein...
91007
(ns leiningen.deploy "Build and deploy jar to remote repository." (:require [cemerick.pomegranate.aether :as aether] [leiningen.core.classpath :as classpath] [leiningen.core.main :as main] [leiningen.core.eval :as eval] [leiningen.core.user :as user] [lein...
true
(ns leiningen.deploy "Build and deploy jar to remote repository." (:require [cemerick.pomegranate.aether :as aether] [leiningen.core.classpath :as classpath] [leiningen.core.main :as main] [leiningen.core.eval :as eval] [leiningen.core.user :as user] [lein...
[ { "context": "r \\\"cloudservers-us\\\")\n (def provider-identity \\\"username\\\")\n (def provider-credential \\\"password\\\")\n\n ;;", "end": 1515, "score": 0.9888896942138672, "start": 1507, "tag": "USERNAME", "value": "username" }, { "context": "entity \\\"username\\\")\n (d...
compute/src/main/clojure/org/jclouds/compute2.clj
danbroudy/jclouds
1
; ; Licensed to the Apache Software Foundation (ASF) under one or more ; contributor license agreements. See the NOTICE file distributed with ; this work for additional information regarding copyright ownership. ; The ASF licenses this file to You under the Apache License, Version 2.0 ; (the "License"); you may not us...
48458
; ; Licensed to the Apache Software Foundation (ASF) under one or more ; contributor license agreements. See the NOTICE file distributed with ; this work for additional information regarding copyright ownership. ; The ASF licenses this file to You under the Apache License, Version 2.0 ; (the "License"); you may not us...
true
; ; Licensed to the Apache Software Foundation (ASF) under one or more ; contributor license agreements. See the NOTICE file distributed with ; this work for additional information regarding copyright ownership. ; The ASF licenses this file to You under the Apache License, Version 2.0 ; (the "License"); you may not us...
[ { "context": "f neo4j-gcp-bolt-db\n (db/connect (URI. \"bolt://34.72.52.231:7687\")\n \"neo4j\"\n \"j", "end": 482, "score": 0.9996650218963623, "start": 470, "tag": "IP_ADDRESS", "value": "34.72.52.231" }, { "context": " (def neo4j-bolt-db\n (db/c...
src/datomic/com/example/components/notion_query.clj
justin-wallander/fulcro-rad-demo
0
(ns com.example.components.notion-query (:require [neo4j-clj.core :as db] [org.httpkit.client :as http] [clojure.data.json :as json] ;; [org.httpkit.sni-client :as sni-client] [mount.core :refer [defstate]]) (:import (java.net URI)) ) ;; Change default client for your whole application: ...
13745
(ns com.example.components.notion-query (:require [neo4j-clj.core :as db] [org.httpkit.client :as http] [clojure.data.json :as json] ;; [org.httpkit.sni-client :as sni-client] [mount.core :refer [defstate]]) (:import (java.net URI)) ) ;; Change default client for your whole application: ...
true
(ns com.example.components.notion-query (:require [neo4j-clj.core :as db] [org.httpkit.client :as http] [clojure.data.json :as json] ;; [org.httpkit.sni-client :as sni-client] [mount.core :refer [defstate]]) (:import (java.net URI)) ) ;; Change default client for your whole application: ...
[ { "context": " :apex.response/body\n [{\"name\" \"Luna\"}\n {\"name\" \"Sven\"}]})))\n\n ", "end": 1005, "score": 0.9584062695503235, "start": 1001, "tag": "NAME", "value": "Luna" }, { "context": " [{\"name\" \"Luna\"}\n ...
test/juxt/apex/conditional_request_test.clj
SevereOverfl0w/apex
123
;; Copyright © 2020, JUXT LTD. (ns juxt.apex.conditional-request-test (:require [clojure.java.io :as io] [clojure.string :as str] [clojure.tools.logging :as log] [clojure.test :refer [deftest is testing]] [juxt.apex.request :refer [handler]] [juxt.apex.util :refer [to-rfc-1123-date-time from-rfc-11...
107890
;; Copyright © 2020, JUXT LTD. (ns juxt.apex.conditional-request-test (:require [clojure.java.io :as io] [clojure.string :as str] [clojure.tools.logging :as log] [clojure.test :refer [deftest is testing]] [juxt.apex.request :refer [handler]] [juxt.apex.util :refer [to-rfc-1123-date-time from-rfc-11...
true
;; Copyright © 2020, JUXT LTD. (ns juxt.apex.conditional-request-test (:require [clojure.java.io :as io] [clojure.string :as str] [clojure.tools.logging :as log] [clojure.test :refer [deftest is testing]] [juxt.apex.request :refer [handler]] [juxt.apex.util :refer [to-rfc-1123-date-time from-rfc-11...
[ { "context": "a.rest.tips \"The Foursquare Tips API\"\n {:author \"William Lee (birryree\"}\n (:require [mochify.hiroba.rest :as ", "end": 78, "score": 0.9998712539672852, "start": 67, "tag": "NAME", "value": "William Lee" }, { "context": "The Foursquare Tips API\"\n {:author \"Wi...
src/mochify/hiroba/rest/tips.clj
mochify/hiroba
0
(ns mochify.hiroba.rest.tips "The Foursquare Tips API" {:author "William Lee (birryree"} (:require [mochify.hiroba.rest :as rest])) (defn details "Get the details of a tip, including which users (especially friends) have marked the tip a to-do item. Required Parameters: * tip-id (string) - ID of the tip ...
16613
(ns mochify.hiroba.rest.tips "The Foursquare Tips API" {:author "<NAME> (birryree"} (:require [mochify.hiroba.rest :as rest])) (defn details "Get the details of a tip, including which users (especially friends) have marked the tip a to-do item. Required Parameters: * tip-id (string) - ID of the tip to de...
true
(ns mochify.hiroba.rest.tips "The Foursquare Tips API" {:author "PI:NAME:<NAME>END_PI (birryree"} (:require [mochify.hiroba.rest :as rest])) (defn details "Get the details of a tip, including which users (especially friends) have marked the tip a to-do item. Required Parameters: * tip-id (string) - ID of...
[ { "context": "hard))\n\n (should= \"player-x-selection\" (:name human))\n (should= \"player-x-selection\" (:name easy", "end": 9117, "score": 0.962439239025116, "start": 9112, "tag": "NAME", "value": "human" } ]
spec/cljs/ttt_reagent/core_spec.cljs
mdwhatcott/ttt-reagent
0
(ns ttt-reagent.core-spec (:require-macros [speclj.core :refer [describe context before it should= should-not= should-have-invoked with-stubs stub]]) (:require [speclj.core] [ttt-reagent.components :as components] [cljs.pprint :as pprint])) (defn parse-arena [arena grid-width] (l...
22891
(ns ttt-reagent.core-spec (:require-macros [speclj.core :refer [describe context before it should= should-not= should-have-invoked with-stubs stub]]) (:require [speclj.core] [ttt-reagent.components :as components] [cljs.pprint :as pprint])) (defn parse-arena [arena grid-width] (l...
true
(ns ttt-reagent.core-spec (:require-macros [speclj.core :refer [describe context before it should= should-not= should-have-invoked with-stubs stub]]) (:require [speclj.core] [ttt-reagent.components :as components] [cljs.pprint :as pprint])) (defn parse-arena [arena grid-width] (l...
[ { "context": "as included with require or use.\n;;;\n;;; @20161026 Jose Figueroa Martinez\n\n\n(require '[server.utils.watch :refer :all] :rel", "end": 792, "score": 0.9998703002929688, "start": 770, "tag": "NAME", "value": "Jose Figueroa Martinez" } ]
env.clj
jfigueroama/calendarizacion-mixta-demo
0
; ((:chsk-send! comm) :sente/all-users-without-uid [:evento/datos {:a 1 :b 2}]) ;;; ;;; A little explanation of some issues that someone could encounter ;;; working with Stuart Sierra's component: ;;; I needed to include all component namespaces to be able to start the ;;; system. I don't know why and I will find an an...
9952
; ((:chsk-send! comm) :sente/all-users-without-uid [:evento/datos {:a 1 :b 2}]) ;;; ;;; A little explanation of some issues that someone could encounter ;;; working with Stuart Sierra's component: ;;; I needed to include all component namespaces to be able to start the ;;; system. I don't know why and I will find an an...
true
; ((:chsk-send! comm) :sente/all-users-without-uid [:evento/datos {:a 1 :b 2}]) ;;; ;;; A little explanation of some issues that someone could encounter ;;; working with Stuart Sierra's component: ;;; I needed to include all component namespaces to be able to start the ;;; system. I don't know why and I will find an an...
[ { "context": "data-viewer-16\n :ui/react-key \"5537b4a1-589d-40d2-a98f-509c918f222e\"\n :ui/root\n ", "end": 750, "score": 0.9997468590736389, "start": 714, "tag": "KEY", "value": "5537b4a1-589d-40d2-a98f-509c918f222e" } ]
devcards/fulcro/inspect/ui/transactions_cards.cljs
Lokeh/fulcro-inspect
67
(ns fulcro.inspect.ui.transactions-cards (:require [devcards.core :refer-macros [defcard]] [fulcro-css.css :as css] [fulcro.client.cards :refer-macros [defcard-fulcro]] [fulcro.inspect.ui.transactions :as transactions] [fulcro.inspect.card-helpers :as card-helpers] [fulcro.client.primitives :a...
53221
(ns fulcro.inspect.ui.transactions-cards (:require [devcards.core :refer-macros [defcard]] [fulcro-css.css :as css] [fulcro.client.cards :refer-macros [defcard-fulcro]] [fulcro.inspect.ui.transactions :as transactions] [fulcro.inspect.card-helpers :as card-helpers] [fulcro.client.primitives :a...
true
(ns fulcro.inspect.ui.transactions-cards (:require [devcards.core :refer-macros [defcard]] [fulcro-css.css :as css] [fulcro.client.cards :refer-macros [defcard-fulcro]] [fulcro.inspect.ui.transactions :as transactions] [fulcro.inspect.card-helpers :as card-helpers] [fulcro.client.primitives :a...
[ { "context": "point-url\n {:body \"access_key = 123\"})\n\n result-promise (promise)\n resu", "end": 5609, "score": 0.8785199522972107, "start": 5606, "tag": "KEY", "value": "123" }, { "context": " (fn [request]\n (if (= \"access_key = 123...
check-fns/http-endpoint/test/unit/salutem/check_fns/http_endpoint/core_test.clj
logicblocks/salutem
13
(ns salutem.check-fns.http-endpoint.core-test (:require [clojure.test :refer :all] [clojure.set :as set] [cartus.test :as ct] [clj-http.fake :as http] [salutem.core :as salutem] [salutem.check-fns.http-endpoint.core :as scfhe]) (:import [org.apache.http.conn ConnectTimeoutException] [java...
91585
(ns salutem.check-fns.http-endpoint.core-test (:require [clojure.test :refer :all] [clojure.set :as set] [cartus.test :as ct] [clj-http.fake :as http] [salutem.core :as salutem] [salutem.check-fns.http-endpoint.core :as scfhe]) (:import [org.apache.http.conn ConnectTimeoutException] [java...
true
(ns salutem.check-fns.http-endpoint.core-test (:require [clojure.test :refer :all] [clojure.set :as set] [cartus.test :as ct] [clj-http.fake :as http] [salutem.core :as salutem] [salutem.check-fns.http-endpoint.core :as scfhe]) (:import [org.apache.http.conn ConnectTimeoutException] [java...
[ { "context": "(ns \n #^{:author \"Matt Revelle\"\n :doc \"OAuth client library for Clojure.\"}", "end": 33, "score": 0.9998891949653625, "start": 21, "tag": "NAME", "value": "Matt Revelle" }, { "context": "ame username\n :x_auth_password password\n ...
src/oauth/client.clj
adamwynne/clj-oauth
1
(ns #^{:author "Matt Revelle" :doc "OAuth client library for Clojure."} oauth.client (:require [oauth.digest :as digest] [oauth.signature :as sig] [com.twinql.clojure.http :as http] [clojure.string :as str])) (declare success-content authorization-header) ...
95839
(ns #^{:author "<NAME>" :doc "OAuth client library for Clojure."} oauth.client (:require [oauth.digest :as digest] [oauth.signature :as sig] [com.twinql.clojure.http :as http] [clojure.string :as str])) (declare success-content authorization-header) (defre...
true
(ns #^{:author "PI:NAME:<NAME>END_PI" :doc "OAuth client library for Clojure."} oauth.client (:require [oauth.digest :as digest] [oauth.signature :as sig] [com.twinql.clojure.http :as http] [clojure.string :as str])) (declare success-content authorization-h...
[ { "context": "es)\n;;=> (* string?)\n\n(s/conform ::seq-of-names [\"Makoto Hashimoto\" \"Nicolas Modrzyk\"])\n;;=> [\"Makoto Hashimoto\" \"Ni", "end": 281, "score": 0.9998263716697693, "start": 265, "tag": "NAME", "value": "Makoto Hashimoto" }, { "context": ")\n\n(s/conform ::seq-of-...
Chapter 07 Code/spec-example/src/spec_example/core.clj
PacktPublishing/Clojure-Programming-Cookbook
14
(ns spec-example.core (:require [clojure.spec :as s] [clojure.spec.test :as stest] ) ) (s/def ::seq-of-names (s/* string?)) ;;=> :spec-example.core/seq-of-names (s/describe ::seq-of-names) ;;=> (* string?) (s/conform ::seq-of-names ["Makoto Hashimoto" "Nicolas Modrzyk"]) ;;=> ["Makoto Has...
2225
(ns spec-example.core (:require [clojure.spec :as s] [clojure.spec.test :as stest] ) ) (s/def ::seq-of-names (s/* string?)) ;;=> :spec-example.core/seq-of-names (s/describe ::seq-of-names) ;;=> (* string?) (s/conform ::seq-of-names ["<NAME>" "<NAME>"]) ;;=> ["<NAME>" "<NAME>"] (s/conform...
true
(ns spec-example.core (:require [clojure.spec :as s] [clojure.spec.test :as stest] ) ) (s/def ::seq-of-names (s/* string?)) ;;=> :spec-example.core/seq-of-names (s/describe ::seq-of-names) ;;=> (* string?) (s/conform ::seq-of-names ["PI:NAME:<NAME>END_PI" "PI:NAME:<NAME>END_PI"]) ;;=> ["P...
[ { "context": " siths))\n(def x [{:sith/id 3616, :sith/name \"Darth Sidious\", :sith/master 2350, :sith/apprentice 1489, :sith", "end": 7291, "score": 0.9998606443405151, "start": 7278, "tag": "NAME", "value": "Darth Sidious" }, { "context": "o\", :homeWorld/id 7}} {:sith/id 1489...
submissions/theianjones/src/main/app/view.cljs
theianjones/flux-challenge
0
(ns app.view (:require [com.fulcrologic.fulcro.application :as app] [com.fulcrologic.fulcro.components :as comp :refer [defsc]] [com.fulcrologic.fulcro.mutations :as m :refer [defmutation]] [com.fulcrologic.fulcro.dom :as dom] [com.fulcrologic.fulcro.data-fetch :as df] ...
88758
(ns app.view (:require [com.fulcrologic.fulcro.application :as app] [com.fulcrologic.fulcro.components :as comp :refer [defsc]] [com.fulcrologic.fulcro.mutations :as m :refer [defmutation]] [com.fulcrologic.fulcro.dom :as dom] [com.fulcrologic.fulcro.data-fetch :as df] ...
true
(ns app.view (:require [com.fulcrologic.fulcro.application :as app] [com.fulcrologic.fulcro.components :as comp :refer [defsc]] [com.fulcrologic.fulcro.mutations :as m :refer [defmutation]] [com.fulcrologic.fulcro.dom :as dom] [com.fulcrologic.fulcro.data-fetch :as df] ...
[ { "context": ";; Copyright (c) 2015 Andrey Antukh <niwi@niwi.nz>\n;; Copyright (c) 2015 Alejandro Gó", "end": 35, "score": 0.9998895525932312, "start": 22, "tag": "NAME", "value": "Andrey Antukh" }, { "context": ";; Copyright (c) 2015 Andrey Antukh <niwi@niwi.nz>\n;; Copyright (c) 20...
src/cats/labs/test.cljc
klausharbo/cats
896
;; Copyright (c) 2015 Andrey Antukh <niwi@niwi.nz> ;; Copyright (c) 2015 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. Redistributions of ...
55473
;; Copyright (c) 2015 <NAME> <<EMAIL>> ;; Copyright (c) 2015 <NAME> <<EMAIL>> ;; All rights reserved. ;; ;; Redistribution and use in source and binary forms, with or without ;; modification, are permitted provided that the following conditions ;; are met: ;; ;; 1. Redistributions of source code must retain the above c...
true
;; Copyright (c) 2015 PI:NAME:<NAME>END_PI <PI:EMAIL:<EMAIL>END_PI> ;; Copyright (c) 2015 PI:NAME:<NAME>END_PI <PI:EMAIL:<EMAIL>END_PI> ;; All rights reserved. ;; ;; Redistribution and use in source and binary forms, with or without ;; modification, are permitted provided that the following conditions ;; are met: ;; ;;...
[ { "context": "ay [content]\n \"General display function, based on Roger Whitney's lecture slides, builds Jframe for program.\"\n (", "end": 234, "score": 0.9979405999183655, "start": 221, "tag": "NAME", "value": "Roger Whitney" } ]
src/kiwi/gui.clj
SalvatoreTosti/kiwi
0
(ns kiwi.gui (:gen-class) (:require [seesaw.core :as seesaw] )) (defn update-gui [*list active-list] (seesaw/config! active-list :model @*list)) (defn display [content] "General display function, based on Roger Whitney's lecture slides, builds Jframe for program." (let [window (seesaw/frame ...
50668
(ns kiwi.gui (:gen-class) (:require [seesaw.core :as seesaw] )) (defn update-gui [*list active-list] (seesaw/config! active-list :model @*list)) (defn display [content] "General display function, based on <NAME>'s lecture slides, builds Jframe for program." (let [window (seesaw/frame :...
true
(ns kiwi.gui (:gen-class) (:require [seesaw.core :as seesaw] )) (defn update-gui [*list active-list] (seesaw/config! active-list :model @*list)) (defn display [content] "General display function, based on PI:NAME:<NAME>END_PI's lecture slides, builds Jframe for program." (let [window (seesaw/frame ...
[ { "context": ";; Copyright 2014-2020 King\n;; Copyright 2009-2014 Ragnar Svensson, Christian Murray\n;; Licensed under the Defold Li", "end": 111, "score": 0.9998006820678711, "start": 96, "tag": "NAME", "value": "Ragnar Svensson" }, { "context": "-2020 King\n;; Copyright 2009-2014 R...
editor/src/clj/editor/code/script.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...
63424
;; 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": "ary for handling HGVS\"\n :url \"https://github.com/chrovis/clj-hgvs\"\n :license {:name \"Apache License, Vers", "end": 122, "score": 0.9994365572929382, "start": 115, "tag": "USERNAME", "value": "chrovis" }, { "context": " \"docs\"\n :source-uri \"https://g...
project.clj
chrovis/clj-hgvs
5
(defproject clj-hgvs "0.4.5" :description "Clojure(Script) library for handling HGVS" :url "https://github.com/chrovis/clj-hgvs" :license {:name "Apache License, Version 2.0" :url "http://www.apache.org/licenses/LICENSE-2.0"} :dependencies [[org.clojure/clojure "1.9.0" :scope "provided"] ...
103649
(defproject clj-hgvs "0.4.5" :description "Clojure(Script) library for handling HGVS" :url "https://github.com/chrovis/clj-hgvs" :license {:name "Apache License, Version 2.0" :url "http://www.apache.org/licenses/LICENSE-2.0"} :dependencies [[org.clojure/clojure "1.9.0" :scope "provided"] ...
true
(defproject clj-hgvs "0.4.5" :description "Clojure(Script) library for handling HGVS" :url "https://github.com/chrovis/clj-hgvs" :license {:name "Apache License, Version 2.0" :url "http://www.apache.org/licenses/LICENSE-2.0"} :dependencies [[org.clojure/clojure "1.9.0" :scope "provided"] ...
[ { "context": ";;\n;;\n;; Copyright 2013-2015 Netflix, Inc.\n;;\n;; Licensed under the Apache Lic", "end": 33, "score": 0.9654280543327332, "start": 30, "tag": "NAME", "value": "Net" } ]
pigpen-rx/src/main/clojure/pigpen/rx.clj
ombagus/Netflix
327
;; ;; ;; Copyright 2013-2015 Netflix, Inc. ;; ;; Licensed under the Apache License, Version 2.0 (the "License"); ;; you may not use this file except in compliance with the License. ;; You may obtain a copy of the License at ;; ;; http://www.apache.org/licenses/LICENSE-2.0 ;; ;; Unless required ...
11315
;; ;; ;; Copyright 2013-2015 <NAME>flix, Inc. ;; ;; Licensed under the Apache License, Version 2.0 (the "License"); ;; you may not use this file except in compliance with the License. ;; You may obtain a copy of the License at ;; ;; http://www.apache.org/licenses/LICENSE-2.0 ;; ;; Unless requir...
true
;; ;; ;; Copyright 2013-2015 PI:NAME:<NAME>END_PIflix, Inc. ;; ;; Licensed under the Apache License, Version 2.0 (the "License"); ;; you may not use this file except in compliance with the License. ;; You may obtain a copy of the License at ;; ;; http://www.apache.org/licenses/LICENSE-2.0 ;; ;; ...
[ { "context": "hub-button []\n [:a\n {:href \"https://github.com/ergenekonyigit/trendcat\"\n :target \"_blank\"}\n [:svg\n {:wi", "end": 4533, "score": 0.9994605183601379, "start": 4519, "tag": "USERNAME", "value": "ergenekonyigit" }, { "context": "5.84\n1.23 1.91 1.23 3.22...
src/trendcat/components/home.cljs
ergenekonyigit/trendcat
79
(ns trendcat.components.home (:require [reagent.core :as r] [trendcat.db :refer [app-state set-item! get-item moon-toggle]] [trendcat.components.github-list :refer [github-list]] [trendcat.components.hnews-list :refer [hnews-list]] [trendcat.actions :refer [get-github-t...
13840
(ns trendcat.components.home (:require [reagent.core :as r] [trendcat.db :refer [app-state set-item! get-item moon-toggle]] [trendcat.components.github-list :refer [github-list]] [trendcat.components.hnews-list :refer [hnews-list]] [trendcat.actions :refer [get-github-t...
true
(ns trendcat.components.home (:require [reagent.core :as r] [trendcat.db :refer [app-state set-item! get-item moon-toggle]] [trendcat.components.github-list :refer [github-list]] [trendcat.components.hnews-list :refer [hnews-list]] [trendcat.actions :refer [get-github-t...
[ { "context": "-url \"https://www.potterapi.com/v1/\")\n(def api-key \"$2a$10$/wSQHx3YG0.R8KaR1waNAe0teh1gawP6SOMunIFMcDDsF0y//MoxK\")\n\n(defn create-request-map\n []\n {\n :params ", "end": 176, "score": 0.9989833235740662, "start": 115, "tag": "KEY", "value": "\"$2a$10$/wSQHx3YG0.R8Ka...
src/muggle/util.cljs
burkaydurdu/muggle
7
(ns muggle.util (:require [ajax.core :as ajax])) (def api-url "https://www.potterapi.com/v1/") (def api-key "$2a$10$/wSQHx3YG0.R8KaR1waNAe0teh1gawP6SOMunIFMcDDsF0y//MoxK") (defn create-request-map [] { :params {:key api-key} :format (ajax/json-request-format) :response-format :jso...
112073
(ns muggle.util (:require [ajax.core :as ajax])) (def api-url "https://www.potterapi.com/v1/") (def api-key <KEY>") (defn create-request-map [] { :params {:key api-key} :format (ajax/json-request-format) :response-format :json :keywords? true}) (defn get-image [name] (...
true
(ns muggle.util (:require [ajax.core :as ajax])) (def api-url "https://www.potterapi.com/v1/") (def api-key PI:KEY:<KEY>END_PI") (defn create-request-map [] { :params {:key api-key} :format (ajax/json-request-format) :response-format :json :keywords? true}) (defn get-ima...
[ { "context": ";; Copyright 2018 Chris Rink\n;;\n;; Licensed under the Apache License, Version ", "end": 28, "score": 0.9998548626899719, "start": 18, "tag": "NAME", "value": "Chris Rink" } ]
src/clojure/repopreview/logging.clj
chrisrink10/repopreview
0
;; Copyright 2018 Chris Rink ;; ;; Licensed under the Apache License, Version 2.0 (the "License"); ;; you may not use this file except in compliance with the License. ;; You may obtain a copy of the License at ;; ;; http://www.apache.org/licenses/LICENSE-2.0 ;; ;; Unless required by applicable law or agreed to in w...
74922
;; Copyright 2018 <NAME> ;; ;; Licensed under the Apache License, Version 2.0 (the "License"); ;; you may not use this file except in compliance with the License. ;; You may obtain a copy of the License at ;; ;; http://www.apache.org/licenses/LICENSE-2.0 ;; ;; Unless required by applicable law or agreed to in writi...
true
;; Copyright 2018 PI:NAME:<NAME>END_PI ;; ;; Licensed under the Apache License, Version 2.0 (the "License"); ;; you may not use this file except in compliance with the License. ;; You may obtain a copy of the License at ;; ;; http://www.apache.org/licenses/LICENSE-2.0 ;; ;; Unless required by applicable law or agre...
[ { "context": "my-coll\")\n inserted-a (inserter db {:name \"Sten\" :email \"email@sten.no\"})\n inserted-a (ins", "end": 1338, "score": 0.9861866235733032, "start": 1334, "tag": "NAME", "value": "Sten" }, { "context": " inserted-a (inserter db {:name \"Sten\" :email ...
test/oiiku_mongodb/test/db.clj
oiiku/oiiku-mongodb-clojure
1
(ns oiiku-mongodb.test.db (:require [oiiku-mongodb.db :as db] [monger.core :as mc] oiiku-mongodb.test-helper) (:use clojure.test monger.operators) (:import [org.bson.types ObjectId])) (def db (db/create-db "oiiku-mongodb-tests")) (use-fixtures :each (fn [f] (oiiku-mongodb.te...
92756
(ns oiiku-mongodb.test.db (:require [oiiku-mongodb.db :as db] [monger.core :as mc] oiiku-mongodb.test-helper) (:use clojure.test monger.operators) (:import [org.bson.types ObjectId])) (def db (db/create-db "oiiku-mongodb-tests")) (use-fixtures :each (fn [f] (oiiku-mongodb.te...
true
(ns oiiku-mongodb.test.db (:require [oiiku-mongodb.db :as db] [monger.core :as mc] oiiku-mongodb.test-helper) (:use clojure.test monger.operators) (:import [org.bson.types ObjectId])) (def db (db/create-db "oiiku-mongodb-tests")) (use-fixtures :each (fn [f] (oiiku-mongodb.te...
[ { "context": " :where [[e :foaf/givenName \"Pablo\"]]}))))\n\n (t/is (= #{[(keyword \"http://dbpedia.o", "end": 1076, "score": 0.9980605840682983, "start": 1071, "tag": "NAME", "value": "Pablo" }, { "context": " :where [[p :foaf/givenName \"...
crux-test/test/crux/dbpedia_test.clj
neuromantik33/crux
0
(ns crux.dbpedia-test (:require [clojure.test :as t] [crux.fixtures.kafka :as fk] [crux.fixtures.api :as fapi :refer [*api*]] [crux.api :as crux] [crux.fixtures.kv :as fkv] [crux.fixtures.api :as apif] [crux.rdf :as rdf] [clojure.java...
23249
(ns crux.dbpedia-test (:require [clojure.test :as t] [crux.fixtures.kafka :as fk] [crux.fixtures.api :as fapi :refer [*api*]] [crux.api :as crux] [crux.fixtures.kv :as fkv] [crux.fixtures.api :as apif] [crux.rdf :as rdf] [clojure.java...
true
(ns crux.dbpedia-test (:require [clojure.test :as t] [crux.fixtures.kafka :as fk] [crux.fixtures.api :as fapi :refer [*api*]] [crux.api :as crux] [crux.fixtures.kv :as fkv] [crux.fixtures.api :as apif] [crux.rdf :as rdf] [clojure.java...
[ { "context": "\"\n \"Do not tolerate intolerance.\"\n \"My name is Adam and I've made this game for you (and me).\"\n \"Pl", "end": 16891, "score": 0.9984877109527588, "start": 16887, "tag": "NAME", "value": "Adam" } ]
src/word_grid/app.cljs
adam-james-v/word-grid
3
(ns word-grid.app (:require [clojure.string :as str] [reagent.core :as r] [svg-clj.utils :as utils] [svg-clj.elements :as el] [svg-clj.path :as path] [svg-clj.transforms :as tf] [svg-clj.parametric :as p] [svg-clj.layout :as lo] ...
99729
(ns word-grid.app (:require [clojure.string :as str] [reagent.core :as r] [svg-clj.utils :as utils] [svg-clj.elements :as el] [svg-clj.path :as path] [svg-clj.transforms :as tf] [svg-clj.parametric :as p] [svg-clj.layout :as lo] ...
true
(ns word-grid.app (:require [clojure.string :as str] [reagent.core :as r] [svg-clj.utils :as utils] [svg-clj.elements :as el] [svg-clj.path :as path] [svg-clj.transforms :as tf] [svg-clj.parametric :as p] [svg-clj.layout :as lo] ...
[ { "context": "t-db]]))\n\n(t/deftest test-q\n (let [db [[0 :name \"Peter\"]\n [0 :age 40]\n [0 :likes \"", "end": 232, "score": 0.9998257160186768, "start": 227, "tag": "NAME", "value": "Peter" }, { "context": " [0 :likes \"Pizza\"]\n [1 :nam...
test/clj/lhrb/query_test.clj
lhrb/datahog
3
(ns lhrb.query-test (:require [lhrb.query :as sut :refer [q]] [clojure.test :as t] [lhrb.test :refer [is=]] [lhrb.readcsv :refer [create-got-db]])) (t/deftest test-q (let [db [[0 :name "Peter"] [0 :age 40] [0 :likes "Pizza"] [1 :name "Erik"] ...
69001
(ns lhrb.query-test (:require [lhrb.query :as sut :refer [q]] [clojure.test :as t] [lhrb.test :refer [is=]] [lhrb.readcsv :refer [create-got-db]])) (t/deftest test-q (let [db [[0 :name "<NAME>"] [0 :age 40] [0 :likes "Pizza"] [1 :name "<NAME>"...
true
(ns lhrb.query-test (:require [lhrb.query :as sut :refer [q]] [clojure.test :as t] [lhrb.test :refer [is=]] [lhrb.readcsv :refer [create-got-db]])) (t/deftest test-q (let [db [[0 :name "PI:NAME:<NAME>END_PI"] [0 :age 40] [0 :likes "Pizza"] [1 ...
[ { "context": "[s :s_nationkey n]\n [n :n_name \"SAUDI ARABIA\"]]\n :order-by [[(count l1) :desc] [s_n", "end": 22862, "score": 0.9997763633728027, "start": 22850, "tag": "NAME", "value": "SAUDI ARABIA" } ]
crux-bench/src/crux/bench/tpch_test.clj
deobald/crux
0
(ns crux.bench.tpch-test (:require [crux.bench :as bench] [crux.api :as crux] [clojure.tools.logging :as log] [crux.fixtures.tpch :as tpch] [clojure.edn :as edn] [clojure.instant :as i] [clojure.java.io :as io] [clojure.string :as str...
13862
(ns crux.bench.tpch-test (:require [crux.bench :as bench] [crux.api :as crux] [clojure.tools.logging :as log] [crux.fixtures.tpch :as tpch] [clojure.edn :as edn] [clojure.instant :as i] [clojure.java.io :as io] [clojure.string :as str...
true
(ns crux.bench.tpch-test (:require [crux.bench :as bench] [crux.api :as crux] [clojure.tools.logging :as log] [crux.fixtures.tpch :as tpch] [clojure.edn :as edn] [clojure.instant :as i] [clojure.java.io :as io] [clojure.string :as str...
[ { "context": "on-action} \"OK\")\n (b/button {:key \"cancel-button\" :className \"btn-fill\" :kind :danger\n ", "end": 8958, "score": 0.9648194313049316, "start": 8952, "tag": "KEY", "value": "button" } ]
src/main/org/edgexfoundry/ui/manager/ui/notifications.cljs
tmpowers/edgex-ui-clojure
0
;;; Copyright (c) 2019 ;;; IoTech Ltd ;;; SPDX-License-Identifier: Apache-2.0 (ns org.edgexfoundry.ui.manager.ui.notifications (:require [cljs-time.core :as tc] [clojure.string :as str] [clojure.spec.alpha :as s] [fulcro.client.data-fetch :as df] [fulcro.client.localiz...
69384
;;; Copyright (c) 2019 ;;; IoTech Ltd ;;; SPDX-License-Identifier: Apache-2.0 (ns org.edgexfoundry.ui.manager.ui.notifications (:require [cljs-time.core :as tc] [clojure.string :as str] [clojure.spec.alpha :as s] [fulcro.client.data-fetch :as df] [fulcro.client.localiz...
true
;;; Copyright (c) 2019 ;;; IoTech Ltd ;;; SPDX-License-Identifier: Apache-2.0 (ns org.edgexfoundry.ui.manager.ui.notifications (:require [cljs-time.core :as tc] [clojure.string :as str] [clojure.spec.alpha :as s] [fulcro.client.data-fetch :as df] [fulcro.client.localiz...
[ { "context": "tes the `Pascal Triangle` in lazy way.\"\n {:author [:LeaveNhA \"Seçkin KÜKRER\"]\n :last-update-date \"24-09-2019", "end": 92, "score": 0.900497555732727, "start": 82, "tag": "USERNAME", "value": "[:LeaveNhA" }, { "context": "al Triangle` in lazy way.\"\n {:author ...
exercises/practice/pascals-triangle/src/example-lazy.cljs
joetjen/clojurescript
5
(ns pascals-triangle "Calculates the `Pascal Triangle` in lazy way." {:author [:LeaveNhA "Seçkin KÜKRER"] :last-update-date "24-09-2019"}) (defn row [r] (if (vector? r) (lazy-seq (cons r (row (vec (concat [1N] (map (partial apply +) (partition 2N 1N r)) [1N]))))) (last (take r (row...
41612
(ns pascals-triangle "Calculates the `Pascal Triangle` in lazy way." {:author [:LeaveNhA "<NAME>"] :last-update-date "24-09-2019"}) (defn row [r] (if (vector? r) (lazy-seq (cons r (row (vec (concat [1N] (map (partial apply +) (partition 2N 1N r)) [1N]))))) (last (take r (row [1])))...
true
(ns pascals-triangle "Calculates the `Pascal Triangle` in lazy way." {:author [:LeaveNhA "PI:NAME:<NAME>END_PI"] :last-update-date "24-09-2019"}) (defn row [r] (if (vector? r) (lazy-seq (cons r (row (vec (concat [1N] (map (partial apply +) (partition 2N 1N r)) [1N]))))) (last (take...
[ { "context": ";;;\n;;; Copyright 2020 David Edwards\n;;;\n;;; Licensed under the Apache License, Versio", "end": 36, "score": 0.9997915625572205, "start": 23, "tag": "NAME", "value": "David Edwards" } ]
src/rpn/lexer.clj
davidledwards/rpn-clojure
1
;;; ;;; Copyright 2020 David Edwards ;;; ;;; Licensed under the Apache License, Version 2.0 (the "License"); ;;; you may not use this file except in compliance with the License. ;;; You may obtain a copy of the License at ;;; ;;; http://www.apache.org/licenses/LICENSE-2.0 ;;; ;;; Unless required by applicable law or ag...
86833
;;; ;;; Copyright 2020 <NAME> ;;; ;;; Licensed under the Apache License, Version 2.0 (the "License"); ;;; you may not use this file except in compliance with the License. ;;; You may obtain a copy of the License at ;;; ;;; http://www.apache.org/licenses/LICENSE-2.0 ;;; ;;; Unless required by applicable law or agreed to...
true
;;; ;;; Copyright 2020 PI:NAME:<NAME>END_PI ;;; ;;; Licensed under the Apache License, Version 2.0 (the "License"); ;;; you may not use this file except in compliance with the License. ;;; You may obtain a copy of the License at ;;; ;;; http://www.apache.org/licenses/LICENSE-2.0 ;;; ;;; Unless required by applicable la...
[ { "context": "add-cookies sample-request {:session \"12\" \"name\" \"Nick\"})\n json-body-request (sut/add-body s", "end": 1697, "score": 0.9930961728096008, "start": 1693, "tag": "NAME", "value": "Nick" }, { "context": "st\" (:server-name sample-request)))\n (is (= ...
test/faker/core_test.clj
nnichols/faker
0
(ns faker.core-test (:require [clojure.data.xml :as xml] [clojure.test :refer [deftest is testing]] [faker.core :as sut] [ring.mock.request :as mock])) (def ^:private sample-xml (xml/element :foo {} (xml/element :bar {:bar-attr "baz"}))) (defn ByteStream->string! "Drain a jav...
69952
(ns faker.core-test (:require [clojure.data.xml :as xml] [clojure.test :refer [deftest is testing]] [faker.core :as sut] [ring.mock.request :as mock])) (def ^:private sample-xml (xml/element :foo {} (xml/element :bar {:bar-attr "baz"}))) (defn ByteStream->string! "Drain a jav...
true
(ns faker.core-test (:require [clojure.data.xml :as xml] [clojure.test :refer [deftest is testing]] [faker.core :as sut] [ring.mock.request :as mock])) (def ^:private sample-xml (xml/element :foo {} (xml/element :bar {:bar-attr "baz"}))) (defn ByteStream->string! "Drain a jav...
[ { "context": "! *unchecked-math* :warn-on-boxed)\n(ns ^{:author \"wahpenayo at gmail dot com\" \n :date \"2018-01-18\"\n ", "end": 97, "score": 0.5761445760726929, "start": 88, "tag": "EMAIL", "value": "wahpenayo" }, { "context": "ath* :warn-on-boxed)\n(ns ^{:author \"wahpen...
src/scripts/clojure/taigabench/scripts/l2/ontime/mincount.clj
wahpenayo/taigabench
0
(set! *warn-on-reflection* true) (set! *unchecked-math* :warn-on-boxed) (ns ^{:author "wahpenayo at gmail dot com" :date "2018-01-18" :doc "sweep mincount values. Public airline ontime data benchmark: https://www.r-bloggers.com/benchmarking-random-forest-implementations/ ...
72353
(set! *warn-on-reflection* true) (set! *unchecked-math* :warn-on-boxed) (ns ^{:author "<EMAIL> at g<EMAIL> dot <EMAIL>" :date "2018-01-18" :doc "sweep mincount values. Public airline ontime data benchmark: https://www.r-bloggers.com/benchmarking-random-forest-implementations/ ...
true
(set! *warn-on-reflection* true) (set! *unchecked-math* :warn-on-boxed) (ns ^{:author "PI:EMAIL:<EMAIL>END_PI at gPI:EMAIL:<EMAIL>END_PI dot PI:EMAIL:<EMAIL>END_PI" :date "2018-01-18" :doc "sweep mincount values. Public airline ontime data benchmark: https://www.r-bloggers.com/benc...
[ { "context": "er (fn [x] true))\n\n(def card\n {\n :name \"Salesforce New Lead Assist\",\n :header {:title ", "end": 1364, "score": 0.6774859428405762, "start": 1359, "tag": "NAME", "value": "Sales" }, { "context": "ub-salesforce.png\",\n :body [[:lead-nam...
hub-salesforce-leads-connector/src/main/resources/config.clj
vmware/connectors-workspace-one
17
;;Copyright © 2020 VMware, Inc. All Rights Reserved. ;;SPDX-License-Identifier: BSD-2-Clause (require (quote [com.xenovus.xplib :as fl])) (def input identity) (defn get_owner_name [rec] (get (get rec "Owner") "Name")) (defn get_lead_link [rec] (get rec "link")) (def output { :lead-id (fn* [...
71873
;;Copyright © 2020 VMware, Inc. All Rights Reserved. ;;SPDX-License-Identifier: BSD-2-Clause (require (quote [com.xenovus.xplib :as fl])) (def input identity) (defn get_owner_name [rec] (get (get rec "Owner") "Name")) (defn get_lead_link [rec] (get rec "link")) (def output { :lead-id (fn* [...
true
;;Copyright © 2020 VMware, Inc. All Rights Reserved. ;;SPDX-License-Identifier: BSD-2-Clause (require (quote [com.xenovus.xplib :as fl])) (def input identity) (defn get_owner_name [rec] (get (get rec "Owner") "Name")) (defn get_lead_link [rec] (get rec "link")) (def output { :lead-id (fn* [...
[ { "context": "[[org.rksm/test-helpers \"0.1.0\"]]}}\n :scm {:url \"git@github.com:cloxp/cloxp-projects.git\"}\n :pom-addition [:deve", "end": 753, "score": 0.9920382499694824, "start": 739, "tag": "EMAIL", "value": "git@github.com" }, { "context": "[:developer\n ...
project.clj
cloxp/cloxp-projects
1
(defproject org.rksm/cloxp-projects "0.1.10-SNAPSHOT" :description "Dealing with clojure projects and project configurations." :license {:name "MIT License" :url "http://opensource.org/licenses/MIT"} :url "http://github.com/cloxp/cloxp-projects" :dependencies [[org.clojure/clojure "1.7.0"] ...
111184
(defproject org.rksm/cloxp-projects "0.1.10-SNAPSHOT" :description "Dealing with clojure projects and project configurations." :license {:name "MIT License" :url "http://opensource.org/licenses/MIT"} :url "http://github.com/cloxp/cloxp-projects" :dependencies [[org.clojure/clojure "1.7.0"] ...
true
(defproject org.rksm/cloxp-projects "0.1.10-SNAPSHOT" :description "Dealing with clojure projects and project configurations." :license {:name "MIT License" :url "http://opensource.org/licenses/MIT"} :url "http://github.com/cloxp/cloxp-projects" :dependencies [[org.clojure/clojure "1.7.0"] ...
[ { "context": "mbre :as timbre]))\n\n\n(def environment {:local-ip \"127.0.0.1\"})\n(defn authenticated\n [state source request]\n ", "end": 1131, "score": 0.9997107982635498, "start": 1122, "tag": "IP_ADDRESS", "value": "127.0.0.1" }, { "context": "different users\"\n (let [id1 (...
context-domain/test/gateway/domains/context/t_core.cljc
tsachev/gateway-modules
15
(ns gateway.domains.context.t-core (:require [clojure.test :refer :all] #?(:cljs [gateway.t-macros :refer-macros [just? error-msg?]]) #?(:clj [gateway.t-macros :refer [just? error-msg?]]) [gateway.reason :refer [reason]] [gateway.domains.global.constants :as c] ...
120537
(ns gateway.domains.context.t-core (:require [clojure.test :refer :all] #?(:cljs [gateway.t-macros :refer-macros [just? error-msg?]]) #?(:clj [gateway.t-macros :refer [just? error-msg?]]) [gateway.reason :refer [reason]] [gateway.domains.global.constants :as c] ...
true
(ns gateway.domains.context.t-core (:require [clojure.test :refer :all] #?(:cljs [gateway.t-macros :refer-macros [just? error-msg?]]) #?(:clj [gateway.t-macros :refer [just? error-msg?]]) [gateway.reason :refer [reason]] [gateway.domains.global.constants :as c] ...
[ { "context": " updated false\n\n(def makoto-account (ref {:name \"Makoto Hashimoto\" :amount 1000}))\n;;=> #'chapter06.concurrency/mak", "end": 1278, "score": 0.999852180480957, "start": 1262, "tag": "NAME", "value": "Makoto Hashimoto" }, { "context": "ncy/makoto-account\n(def nico-...
Chapter 06 Code/src/chapter06/concurrency.clj
PacktPublishing/Clojure-Programming-Cookbook
14
(ns chapter06.concurrency [:require [clojure.core.reducers :as r] ] ) ;; atom & ref (def x (atom 1)) ;;=? #'chapter06.concurrency/x x ;;=> #<Atom@541e8f8d: 1> (deref x) ;;=> 1 @x ;;=> 1 (swap! x inc) ;;=> 2 @x ;;=> 2 (swap! x (partial + 1)) ;;=> 3 (reset! x 1) ;;=> 1 x ;;=> #<Atom@541e8f8d: 1> ;; Using ...
43934
(ns chapter06.concurrency [:require [clojure.core.reducers :as r] ] ) ;; atom & ref (def x (atom 1)) ;;=? #'chapter06.concurrency/x x ;;=> #<Atom@541e8f8d: 1> (deref x) ;;=> 1 @x ;;=> 1 (swap! x inc) ;;=> 2 @x ;;=> 2 (swap! x (partial + 1)) ;;=> 3 (reset! x 1) ;;=> 1 x ;;=> #<Atom@541e8f8d: 1> ;; Using ...
true
(ns chapter06.concurrency [:require [clojure.core.reducers :as r] ] ) ;; atom & ref (def x (atom 1)) ;;=? #'chapter06.concurrency/x x ;;=> #<Atom@541e8f8d: 1> (deref x) ;;=> 1 @x ;;=> 1 (swap! x inc) ;;=> 2 @x ;;=> 2 (swap! x (partial + 1)) ;;=> 3 (reset! x 1) ;;=> 1 x ;;=> #<Atom@541e8f8d: 1> ;; Using ...
[ { "context": ";; Copyright (c) 2014, Andrey Antukh\n;; Copyright (c) 2014, Alejandro Gómez\n;; All rig", "end": 36, "score": 0.999875545501709, "start": 23, "tag": "NAME", "value": "Andrey Antukh" }, { "context": "ght (c) 2014, Andrey Antukh\n;; Copyright (c) 2014, Alejandro Gómez\n;...
src/cljx/cats/monad/maybe.cljx
pbaille/cats
0
;; Copyright (c) 2014, Andrey Antukh ;; Copyright (c) 2014, Alejandro Gómez ;; All rights reserved. ;; ;; Redistribution and use in source and binary forms, with or without ;; modification, are permitted provided that the following conditions ;; are met: ;; ;; 1. Redistributions of source code must retain the above cop...
93967
;; Copyright (c) 2014, <NAME> ;; Copyright (c) 2014, <NAME> ;; All rights reserved. ;; ;; Redistribution and use in source and binary forms, with or without ;; modification, are permitted provided that the following conditions ;; are met: ;; ;; 1. Redistributions of source code must retain the above copyright ;; not...
true
;; Copyright (c) 2014, PI:NAME:<NAME>END_PI ;; Copyright (c) 2014, PI:NAME:<NAME>END_PI ;; All rights reserved. ;; ;; Redistribution and use in source and binary forms, with or without ;; modification, are permitted provided that the following conditions ;; are met: ;; ;; 1. Redistributions of source code must retain t...
[ { "context": ";; Copyright 2014-2020 King\n;; Copyright 2009-2014 Ragnar Svensson, Christian Murray\n;; Licensed under the Defold Li", "end": 111, "score": 0.9998043179512024, "start": 96, "tag": "NAME", "value": "Ragnar Svensson" }, { "context": "-2020 King\n;; Copyright 2009-2014 R...
editor/src/clj/editor/asset_browser.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...
35039
;; 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": "/config/jetty/\")\n\n(def default-keystore-pass \"Kq8lG9LkISky9cDIYysiadxRx\")\n\n(def default-options-fo", "end": 961, "score": 0.5684463381767273, "start": 959, "tag": "PASSWORD", "value": "Kq" }, { "context": "onfig/jetty/\")\n\n(def default-keystore-pass \"K...
test/clj/puppetlabs/trapperkeeper/services/webserver/jetty7_service_test.clj
puppetlabs/trapperkeeper-webserver-jetty7
1
(ns puppetlabs.trapperkeeper.services.webserver.jetty7-service-test (:import (java.net ConnectException) (javax.net.ssl SSLPeerUnverifiedException) [servlet SimpleServlet]) (:require [clojure.test :refer :all] [clj-http.client :as http-client] [puppetlabs.trapperkeep...
107371
(ns puppetlabs.trapperkeeper.services.webserver.jetty7-service-test (:import (java.net ConnectException) (javax.net.ssl SSLPeerUnverifiedException) [servlet SimpleServlet]) (:require [clojure.test :refer :all] [clj-http.client :as http-client] [puppetlabs.trapperkeep...
true
(ns puppetlabs.trapperkeeper.services.webserver.jetty7-service-test (:import (java.net ConnectException) (javax.net.ssl SSLPeerUnverifiedException) [servlet SimpleServlet]) (:require [clojure.test :refer :all] [clj-http.client :as http-client] [puppetlabs.trapperkeep...
[ { "context": "-of-speech Ontology\n;;;;\n;;;; @copyright 2019-2020 Dennis Drown et l'Université du Québec à Montréal\n;;;; -------", "end": 388, "score": 0.9998742938041687, "start": 376, "tag": "NAME", "value": "Dennis Drown" } ]
apps/say_sila/priv/fnode/say/src/say/cmu_pos.clj
dendrown/say_sila
0
;;;; ------------------------------------------------------------------------- ;;;; ;;;; _/_/_/ _/_/_/ _/ _/_/ ;;;; _/ _/ _/ _/ _/ ;;;; _/_/ _/ _/ _/_/_/_/ ;;;; _/ _/ _/ _/ _/ ;;;; _/_/_/ _/_/_/ _/_/_/_/ _/ _/ ;;;; ;;;; CMU...
109389
;;;; ------------------------------------------------------------------------- ;;;; ;;;; _/_/_/ _/_/_/ _/ _/_/ ;;;; _/ _/ _/ _/ _/ ;;;; _/_/ _/ _/ _/_/_/_/ ;;;; _/ _/ _/ _/ _/ ;;;; _/_/_/ _/_/_/ _/_/_/_/ _/ _/ ;;;; ;;;; CMU...
true
;;;; ------------------------------------------------------------------------- ;;;; ;;;; _/_/_/ _/_/_/ _/ _/_/ ;;;; _/ _/ _/ _/ _/ ;;;; _/_/ _/ _/ _/_/_/_/ ;;;; _/ _/ _/ _/ _/ ;;;; _/_/_/ _/_/_/ _/_/_/_/ _/ _/ ;;;; ;;;; CMU...
[ { "context": ";;\n;;\n;; Copyright 2013-2015 Netflix, Inc.\n;;\n;; Licensed under the Apache Lic", "end": 33, "score": 0.8333535194396973, "start": 30, "tag": "NAME", "value": "Net" } ]
pigpen-core/src/main/clojure/pigpen/raw.clj
ombagus/Netflix
327
;; ;; ;; Copyright 2013-2015 Netflix, Inc. ;; ;; Licensed under the Apache License, Version 2.0 (the "License"); ;; you may not use this file except in compliance with the License. ;; You may obtain a copy of the License at ;; ;; http://www.apache.org/licenses/LICENSE-2.0 ;; ;; Unless required ...
114488
;; ;; ;; Copyright 2013-2015 <NAME>flix, Inc. ;; ;; Licensed under the Apache License, Version 2.0 (the "License"); ;; you may not use this file except in compliance with the License. ;; You may obtain a copy of the License at ;; ;; http://www.apache.org/licenses/LICENSE-2.0 ;; ;; Unless requir...
true
;; ;; ;; Copyright 2013-2015 PI:NAME:<NAME>END_PIflix, Inc. ;; ;; Licensed under the Apache License, Version 2.0 (the "License"); ;; you may not use this file except in compliance with the License. ;; You may obtain a copy of the License at ;; ;; http://www.apache.org/licenses/LICENSE-2.0 ;; ;; ...
[ { "context": "nce app-state\n (atom\n {:contacts\n [{:first \"Ben\" :last \"Bitdiddle\" :email \"benb@mit.edu\"}\n {:", "end": 291, "score": 0.9998524188995361, "start": 288, "tag": "NAME", "value": "Ben" }, { "context": "e\n (atom\n {:contacts\n [{:first \"Ben\" :las...
cljs/om-template/src/cljs/om_template/core.cljs
afronski/playground-web
1
(ns om-template.core (:require-macros [cljs.core.async.macros :refer [go]]) (:require [om.core :as om :include-macros true] [om.dom :as dom :include-macros true] [cljs.core.async :refer [put! chan <!]])) (defonce app-state (atom {:contacts [{:first "Ben" :last "Bitdiddle" :email "b...
54770
(ns om-template.core (:require-macros [cljs.core.async.macros :refer [go]]) (:require [om.core :as om :include-macros true] [om.dom :as dom :include-macros true] [cljs.core.async :refer [put! chan <!]])) (defonce app-state (atom {:contacts [{:first "<NAME>" :last "<NAME>" :email "<...
true
(ns om-template.core (:require-macros [cljs.core.async.macros :refer [go]]) (:require [om.core :as om :include-macros true] [om.dom :as dom :include-macros true] [cljs.core.async :refer [put! chan <!]])) (defonce app-state (atom {:contacts [{:first "PI:NAME:<NAME>END_PI" :last "PI:...
[ { "context": " and GRPC applications\"\n :url \"http://github.com/protojure/library\"\n :license {:name \"Apache License 2.0\"\n ", "end": 214, "score": 0.9990048408508301, "start": 205, "tag": "USERNAME", "value": "protojure" }, { "context": "NSE-2.0\"\n :year 2019\n ...
project.clj
ghaskins/protojure-lib
0
(defproject protojure "1.0.1-SNAPSHOT" :description "Support library for protoc-gen-clojure, providing native Clojure support for Google Protocol Buffers and GRPC applications" :url "http://github.com/protojure/library" :license {:name "Apache License 2.0" :url "https://www.apache.org/licenses/LICENSE...
49029
(defproject protojure "1.0.1-SNAPSHOT" :description "Support library for protoc-gen-clojure, providing native Clojure support for Google Protocol Buffers and GRPC applications" :url "http://github.com/protojure/library" :license {:name "Apache License 2.0" :url "https://www.apache.org/licenses/LICENSE...
true
(defproject protojure "1.0.1-SNAPSHOT" :description "Support library for protoc-gen-clojure, providing native Clojure support for Google Protocol Buffers and GRPC applications" :url "http://github.com/protojure/library" :license {:name "Apache License 2.0" :url "https://www.apache.org/licenses/LICENSE...
[ { "context": "; The breakthrough idea, unanimously attributed to Georg Cantor,\n;; relies on the notion of an **injective functi", "end": 1605, "score": 0.9962931275367737, "start": 1593, "tag": "NAME", "value": "Georg Cantor" } ]
src/cantor_bernstein/theorem.clj
latte-central/cantor-bernstein
1
(ns cantor-bernstein.theorem "A proof of the Cantor-Bernstein(-Schroeder) theorem in LaTTe" (:refer-clojure :exclude [and or not set]) (:require ;; for notebook presentation [nextjournal.clerk :as clerk] [nextjournal.clerk.viewer :as v] ;; latte dependencies [latte.core :as latte :refer ...
102344
(ns cantor-bernstein.theorem "A proof of the Cantor-Bernstein(-Schroeder) theorem in LaTTe" (:refer-clojure :exclude [and or not set]) (:require ;; for notebook presentation [nextjournal.clerk :as clerk] [nextjournal.clerk.viewer :as v] ;; latte dependencies [latte.core :as latte :refer ...
true
(ns cantor-bernstein.theorem "A proof of the Cantor-Bernstein(-Schroeder) theorem in LaTTe" (:refer-clojure :exclude [and or not set]) (:require ;; for notebook presentation [nextjournal.clerk :as clerk] [nextjournal.clerk.viewer :as v] ;; latte dependencies [latte.core :as latte :refer ...
[ { "context": " :href \"https://github.com/jsa-aerial/saite\"\n :target \"_blank", "end": 10118, "score": 0.9992438554763794, "start": 10108, "tag": "USERNAME", "value": "jsa-aerial" }, { "context": ":LEFT left :RIGHT right)]\n hm...
examples/bostonclojure.clj
devurandom/saite
108
(ns bostonclj.examples (:require [clojure.string :as cljstr] [clojure.data.csv :as csv] [clojure.data.json :as json] [clojure.pprint :as pp :refer [pprint]] [aerial.fs :as fs] [aerial.utils.string :as str] [aerial.utils.io :refer [letio] :as io]...
27896
(ns bostonclj.examples (:require [clojure.string :as cljstr] [clojure.data.csv :as csv] [clojure.data.json :as json] [clojure.pprint :as pp :refer [pprint]] [aerial.fs :as fs] [aerial.utils.string :as str] [aerial.utils.io :refer [letio] :as io]...
true
(ns bostonclj.examples (:require [clojure.string :as cljstr] [clojure.data.csv :as csv] [clojure.data.json :as json] [clojure.pprint :as pp :refer [pprint]] [aerial.fs :as fs] [aerial.utils.string :as str] [aerial.utils.io :refer [letio] :as io]...
[ { "context": "! *unchecked-math* :warn-on-boxed)\n(ns ^{:author \"John Alan McDonald\" :date \"2016-12-22\"\n :doc \"Spikes function p", "end": 105, "score": 0.9998790621757507, "start": 87, "tag": "NAME", "value": "John Alan McDonald" } ]
src/test/clojure/taiga/test/classify/spikes/positive_fraction_probability.clj
wahpenayo/taiga
4
(set! *warn-on-reflection* true) (set! *unchecked-math* :warn-on-boxed) (ns ^{:author "John Alan McDonald" :date "2016-12-22" :doc "Spikes function probability forest example." } taiga.test.classify.spikes.positive-fraction-probability (:require [clojure.pprint :as pp] [clojure.test :as ...
97646
(set! *warn-on-reflection* true) (set! *unchecked-math* :warn-on-boxed) (ns ^{:author "<NAME>" :date "2016-12-22" :doc "Spikes function probability forest example." } taiga.test.classify.spikes.positive-fraction-probability (:require [clojure.pprint :as pp] [clojure.test :as test] ...
true
(set! *warn-on-reflection* true) (set! *unchecked-math* :warn-on-boxed) (ns ^{:author "PI:NAME:<NAME>END_PI" :date "2016-12-22" :doc "Spikes function probability forest example." } taiga.test.classify.spikes.positive-fraction-probability (:require [clojure.pprint :as pp] [clojure.test :a...
[ { "context": " [:= [:field (mt/id table-kw field-kw) nil] \"Krua Siri\"]}}})\n\n(defn- mbql-card-referencing-venue-n", "end": 34378, "score": 0.7008533477783203, "start": 34375, "tag": "NAME", "value": "Kru" }, { "context": "aram)\n\n(deftest should-parse-string\n (is (= [10 \"...
c#-metabase/test/metabase/api/public_test.clj
hanakhry/Crime_Admin
0
(ns metabase.api.public-test "Tests for `api/public/` (public links) endpoints." (:require [cheshire.core :as json] [clojure.string :as str] [clojure.test :refer :all] [dk.ative.docjure.spreadsheet :as spreadsheet] [metabase.api.dashboard-test :as dashboard-api-test] ...
21009
(ns metabase.api.public-test "Tests for `api/public/` (public links) endpoints." (:require [cheshire.core :as json] [clojure.string :as str] [clojure.test :refer :all] [dk.ative.docjure.spreadsheet :as spreadsheet] [metabase.api.dashboard-test :as dashboard-api-test] ...
true
(ns metabase.api.public-test "Tests for `api/public/` (public links) endpoints." (:require [cheshire.core :as json] [clojure.string :as str] [clojure.test :refer :all] [dk.ative.docjure.spreadsheet :as spreadsheet] [metabase.api.dashboard-test :as dashboard-api-test] ...
[ { "context": "(comment \n re-core, Copyright 2012 Ronen Narkis, narkisr.com\n Licensed under the Apache License", "end": 49, "score": 0.9998815655708313, "start": 37, "tag": "NAME", "value": "Ronen Narkis" }, { "context": "(comment \n re-core, Copyright 2012 Ronen Narkis, narki...
src/openstack/provider.clj
celestial-ops/core
1
(comment re-core, Copyright 2012 Ronen Narkis, narkisr.com Licensed under the Apache License, Version 2.0 (the "License") you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law...
75155
(comment re-core, Copyright 2012 <NAME>, <EMAIL> Licensed under the Apache License, Version 2.0 (the "License") you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed...
true
(comment re-core, Copyright 2012 PI:NAME:<NAME>END_PI, PI:EMAIL:<EMAIL>END_PI Licensed under the Apache License, Version 2.0 (the "License") you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless require...
[ { "context": "s {1 {:player/id 1\n :player/name \"Bela2\"\n :player/game {:game/id 1}}\n", "end": 430, "score": 0.884857177734375, "start": 429, "tag": "NAME", "value": "B" }, { "context": " {1 {:player/id 1\n :player/name \"Bela2\"\n ...
src/main/app/model/lvlup.clj
paul931224/simple-fulcro
0
(ns app.model.lvlup (:require [com.wsscode.pathom.connect :as pc :refer [defresolver defmutation]] ;[taoensso.timbre :as log] [clojure.spec.alpha :as s])) (def games {1 {:game/id 1 :game/name "Overwatch"} 2 {:game/id 2 :game/name "Fallout 2"} 3 {:game...
20586
(ns app.model.lvlup (:require [com.wsscode.pathom.connect :as pc :refer [defresolver defmutation]] ;[taoensso.timbre :as log] [clojure.spec.alpha :as s])) (def games {1 {:game/id 1 :game/name "Overwatch"} 2 {:game/id 2 :game/name "Fallout 2"} 3 {:game...
true
(ns app.model.lvlup (:require [com.wsscode.pathom.connect :as pc :refer [defresolver defmutation]] ;[taoensso.timbre :as log] [clojure.spec.alpha :as s])) (def games {1 {:game/id 1 :game/name "Overwatch"} 2 {:game/id 2 :game/name "Fallout 2"} 3 {:game...
[ { "context": "epository \\\"deb https://raw.githubusercontent.com/narkisr/fpm-barbecue/repo/packages/ubuntu/ xenial main\\\" ", "end": 1738, "score": 0.9996708035469055, "start": 1731, "tag": "USERNAME", "value": "narkisr" }, { "context": "epository \\\"deb https://raw.githubusercont...
src/re_cog/resources/package.clj
re-ops/re-cog
5
(ns re-cog.resources.package (:require [re-cog.resources.download :refer (download)] [re-cog.common.resources :refer (run-)] [re-cog.common.functions :refer (require-functions)] [re-cog.common.defs :refer (def-serial def-inline)] [re-cog.common.constants :refer (require-constants)])) (require-function...
24860
(ns re-cog.resources.package (:require [re-cog.resources.download :refer (download)] [re-cog.common.resources :refer (run-)] [re-cog.common.functions :refer (require-functions)] [re-cog.common.defs :refer (def-serial def-inline)] [re-cog.common.constants :refer (require-constants)])) (require-function...
true
(ns re-cog.resources.package (:require [re-cog.resources.download :refer (download)] [re-cog.common.resources :refer (run-)] [re-cog.common.functions :refer (require-functions)] [re-cog.common.defs :refer (def-serial def-inline)] [re-cog.common.constants :refer (require-constants)])) (require-function...