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": " :on-click on-click\n :name name}\n children]))\n\n(def animate (r/create-class {", "end": 3892, "score": 0.6535687446594238, "start": 3888, "tag": "NAME", "value": "name" } ]
src/cljs/my_website/components/animate.cljs
sansarip/my-website
0
(ns my-website.components.animate (:require [reagent.core :as r] [anime] [my-website.utilities :refer [deep-merge word-concat omit-nil-keyword-args]] [my-website.styles :refer [color-palette]] [spade.core :refer [defclass]] [my-website.macros :refer-macros [...
29353
(ns my-website.components.animate (:require [reagent.core :as r] [anime] [my-website.utilities :refer [deep-merge word-concat omit-nil-keyword-args]] [my-website.styles :refer [color-palette]] [spade.core :refer [defclass]] [my-website.macros :refer-macros [...
true
(ns my-website.components.animate (:require [reagent.core :as r] [anime] [my-website.utilities :refer [deep-merge word-concat omit-nil-keyword-args]] [my-website.styles :refer [color-palette]] [spade.core :refer [defclass]] [my-website.macros :refer-macros [...
[ { "context": ";; Copyright (c) Andrew A. Raines\n;;\n;; Permission is hereby granted, free of charg", "end": 33, "score": 0.999877393245697, "start": 17, "tag": "NAME", "value": "Andrew A. Raines" } ]
src/postal/message.clj
guv/postal
0
;; Copyright (c) Andrew A. Raines ;; ;; Permission is hereby granted, free of charge, to any person ;; obtaining a copy of this software and associated documentation ;; files (the "Software"), to deal in the Software without ;; restriction, including without limitation the rights to use, ;; copy, modify, merge, publish...
105579
;; Copyright (c) <NAME> ;; ;; Permission is hereby granted, free of charge, to any person ;; obtaining a copy of this software and associated documentation ;; files (the "Software"), to deal in the Software without ;; restriction, including without limitation the rights to use, ;; copy, modify, merge, publish, distribu...
true
;; Copyright (c) PI:NAME:<NAME>END_PI ;; ;; Permission is hereby granted, free of charge, to any person ;; obtaining a copy of this software and associated documentation ;; files (the "Software"), to deal in the Software without ;; restriction, including without limitation the rights to use, ;; copy, modify, merge, pub...
[ { "context": "! *unchecked-math* :warn-on-boxed)\n(ns ^{:author \"wahpenayo at gmail dot com\" \n :date \"2017-11-15\"\n ", "end": 96, "score": 0.7555345892906189, "start": 87, "tag": "EMAIL", "value": "wahpenayo" }, { "context": "-math* :warn-on-boxed)\n(ns ^{:author \"wahp...
src/test/clojure/taiga/test/measure/data/defs.clj
wahpenayo/taiga
4
(set! *warn-on-reflection* true) (set! *unchecked-math* :warn-on-boxed) (ns ^{:author "wahpenayo at gmail dot com" :date "2017-11-15" :doc "Common definitions for unit tests." } taiga.test.measure.data.defs (:require [clojure.java.io :as io] [clojure.string :as s] [clo...
96533
(set! *warn-on-reflection* true) (set! *unchecked-math* :warn-on-boxed) (ns ^{:author "<EMAIL> at <EMAIL>" :date "2017-11-15" :doc "Common definitions for unit tests." } taiga.test.measure.data.defs (:require [clojure.java.io :as io] [clojure.string :as s] [clojure.ppr...
true
(set! *warn-on-reflection* true) (set! *unchecked-math* :warn-on-boxed) (ns ^{:author "PI:EMAIL:<EMAIL>END_PI at PI:EMAIL:<EMAIL>END_PI" :date "2017-11-15" :doc "Common definitions for unit tests." } taiga.test.measure.data.defs (:require [clojure.java.io :as io] [clojure.string :...
[ { "context": "ts for palisades.lakes.elements.sets\"\n :author \"palisades dot lakes at gmail dot com\"\n :since \"2017-04-20\"\n :version \"2017-04-20\"}", "end": 284, "score": 0.9836280345916748, "start": 248, "tag": "EMAIL", "value": "palisades dot lakes at gmail dot com" } ]
src/test/clojure/palisades/lakes/elements/test/sets.clj
palisades-lakes/les-elemens
0
(set! *warn-on-reflection* true) (set! *unchecked-math* :warn-on-boxed) ;;---------------------------------------------------------------- (ns palisades.lakes.elements.test.sets {:doc "Unit tests for palisades.lakes.elements.sets" :author "palisades dot lakes at gmail dot com" :since "2017-04-20" :version...
90394
(set! *warn-on-reflection* true) (set! *unchecked-math* :warn-on-boxed) ;;---------------------------------------------------------------- (ns palisades.lakes.elements.test.sets {:doc "Unit tests for palisades.lakes.elements.sets" :author "<EMAIL>" :since "2017-04-20" :version "2017-04-20"} (:require...
true
(set! *warn-on-reflection* true) (set! *unchecked-math* :warn-on-boxed) ;;---------------------------------------------------------------- (ns palisades.lakes.elements.test.sets {:doc "Unit tests for palisades.lakes.elements.sets" :author "PI:EMAIL:<EMAIL>END_PI" :since "2017-04-20" :version "2017-04-20"}...
[ { "context": ")))\n x)))\n\n(pass \"aAb\")\n(pass \"abBA\")\n(pass \"dabAcCaCBAcCcaDA\") ; => dabCBAcaDA ?\n\n(defn reaction-pass [pstring", "end": 1033, "score": 0.7812752723693848, "start": 1017, "tag": "PASSWORD", "value": "dabAcCaCBAcCcaDA" }, { "context": "action \"aAb\")\n...
2018/5.clj
natw/aoc
0
(ns aoc) (def input (map str (seq (first (clojure.string/split-lines (slurp "inputs/5.txt")))))) (first input) (defn abs [n] (max n (-' n))) (defn inverse-units? [a b] (and (not= a b) (= 32 (abs (- (int a) (int b)))))) (defn react [a b] (cond (nil? a) (str b) (nil? b) (str a) :else (if (inv...
75458
(ns aoc) (def input (map str (seq (first (clojure.string/split-lines (slurp "inputs/5.txt")))))) (first input) (defn abs [n] (max n (-' n))) (defn inverse-units? [a b] (and (not= a b) (= 32 (abs (- (int a) (int b)))))) (defn react [a b] (cond (nil? a) (str b) (nil? b) (str a) :else (if (inv...
true
(ns aoc) (def input (map str (seq (first (clojure.string/split-lines (slurp "inputs/5.txt")))))) (first input) (defn abs [n] (max n (-' n))) (defn inverse-units? [a b] (and (not= a b) (= 32 (abs (- (int a) (int b)))))) (defn react [a b] (cond (nil? a) (str b) (nil? b) (str a) :else (if (inv...
[ { "context": "pe \"git\"\n :url \"git://github.com/marianoguerra/json.human.js.git\"}\n :license \"MIT\"\n :conf", "end": 336, "score": 0.9819524884223938, "start": 323, "tag": "USERNAME", "value": "marianoguerra" }, { "context": "human\"\n :bugs {:ur...
env/dev/cljs/json_html/test_page.cljs
rmcv/json-html
125
(ns json-html.test-page (:require [json-html.core :as core] [reagent.core :as r] [json-html.core :refer [edn->hiccup]])) (def data {:description "Convert\nJSON to human readable\r HTML" :tags ["DOM" "HTML" "JSON" "Pretty Print"] :repository {:type "git" :url "git://github.c...
72738
(ns json-html.test-page (:require [json-html.core :as core] [reagent.core :as r] [json-html.core :refer [edn->hiccup]])) (def data {:description "Convert\nJSON to human readable\r HTML" :tags ["DOM" "HTML" "JSON" "Pretty Print"] :repository {:type "git" :url "git://github.c...
true
(ns json-html.test-page (:require [json-html.core :as core] [reagent.core :as r] [json-html.core :refer [edn->hiccup]])) (def data {:description "Convert\nJSON to human readable\r HTML" :tags ["DOM" "HTML" "JSON" "Pretty Print"] :repository {:type "git" :url "git://github.c...
[ { "context": "\" \"false\")} icon text ])\n\n(defn create [& {:keys [name linkedin github]}]\n [:div.navbar\n [button :act", "end": 258, "score": 0.7327079176902771, "start": 254, "tag": "USERNAME", "value": "name" }, { "context": "alse\")} icon text ])\n\n(defn create [& {:keys [...
src/website/navbar.cljs
abdulbahajaj/mywebsite
0
(ns website.navbar (:require [reagent.core :as r] [reagent.dom :as d])) (defn button [& {:keys [link icon text active] :or {active false}}] [:a.button {:href link :active (if active "true" "false")} icon text ]) (defn create [& {:keys [name linkedin github]}] [:div.navbar [button :active true :li...
27740
(ns website.navbar (:require [reagent.core :as r] [reagent.dom :as d])) (defn button [& {:keys [link icon text active] :or {active false}}] [:a.button {:href link :active (if active "true" "false")} icon text ]) (defn create [& {:keys [name <NAME>in github]}] [:div.navbar [button :active true :li...
true
(ns website.navbar (:require [reagent.core :as r] [reagent.dom :as d])) (defn button [& {:keys [link icon text active] :or {active false}}] [:a.button {:href link :active (if active "true" "false")} icon text ]) (defn create [& {:keys [name PI:NAME:<NAME>END_PIin github]}] [:div.navbar [button :a...
[ { "context": "; Copyright (C) 2013, 2014 Dr. Thomas Schank (DrTom@schank.ch, Thomas.Schank@algocon.ch)\n; Re", "end": 44, "score": 0.9997953772544861, "start": 31, "tag": "NAME", "value": "Thomas Schank" }, { "context": "; Copyright (C) 2013, 2014 Dr. Thomas Schank (DrTom@schank.ch...
src/json_roa/ring_middleware/response.clj
json-roa/json-roa_clj-utils
0
; Copyright (C) 2013, 2014 Dr. Thomas Schank (DrTom@schank.ch, Thomas.Schank@algocon.ch) ; Released under the MIT license. (ns json-roa.ring-middleware.response (:require [clojure.data.json :as json] [clojure.tools.logging :as logging] [clojure.walk] [ring.util.response :as response] )) (defn-...
95388
; Copyright (C) 2013, 2014 Dr. <NAME> (<EMAIL>, <EMAIL>) ; Released under the MIT license. (ns json-roa.ring-middleware.response (:require [clojure.data.json :as json] [clojure.tools.logging :as logging] [clojure.walk] [ring.util.response :as response] )) (defn- default-json-encoder [data] ...
true
; Copyright (C) 2013, 2014 Dr. PI:NAME:<NAME>END_PI (PI:EMAIL:<EMAIL>END_PI, PI:EMAIL:<EMAIL>END_PI) ; Released under the MIT license. (ns json-roa.ring-middleware.response (:require [clojure.data.json :as json] [clojure.tools.logging :as logging] [clojure.walk] [ring.util.response :as response] ...
[ { "context": "; auth.clj (clojure-firefly)\n;; Copyright (c) 2014 Austin Zheng\n;; Released under the terms of the MIT License\n\n(", "end": 64, "score": 0.9997726678848267, "start": 52, "tag": "NAME", "value": "Austin Zheng" }, { "context": "time (not (db/blog-has-accounts?))\n u...
src/clojure_blog/auth.clj
austinzheng/clojure-firefly
1
;; auth.clj (clojure-firefly) ;; Copyright (c) 2014 Austin Zheng ;; Released under the terms of the MIT License (ns clojure-blog.auth (:require [clojure-blog.session :as ss] [clojure-blog.auth-database :as db] [clojurewerkz.scrypt.core :as scrypt])) (declare admin?) (declare username) ;; SESSION-RELAT...
44531
;; auth.clj (clojure-firefly) ;; Copyright (c) 2014 <NAME> ;; Released under the terms of the MIT License (ns clojure-blog.auth (:require [clojure-blog.session :as ss] [clojure-blog.auth-database :as db] [clojurewerkz.scrypt.core :as scrypt])) (declare admin?) (declare username) ;; SESSION-RELATED (de...
true
;; auth.clj (clojure-firefly) ;; Copyright (c) 2014 PI:NAME:<NAME>END_PI ;; Released under the terms of the MIT License (ns clojure-blog.auth (:require [clojure-blog.session :as ss] [clojure-blog.auth-database :as db] [clojurewerkz.scrypt.core :as scrypt])) (declare admin?) (declare username) ;; SESSI...
[ { "context": "fmethod for performance experiments.\"\n :author \"palisades dot lakes at gmail dot com\"\n :since \"2017", "end": 266, "score": 0.7509092092514038, "start": 263, "tag": "EMAIL", "value": "pal" }, { "context": "thod for performance experiments.\"\n :author \"palis...
src/main/clojure/palisades/lakes/elements/generic/multi.clj
palisades-lakes/les-elemens
0
(set! *warn-on-reflection* true) (set! *unchecked-math* :warn-on-boxed) ;;---------------------------------------------------------------- (ns palisades.lakes.elements.generic.multi {:doc "Fork of defmulti/defmethod for performance experiments." :author "palisades dot lakes at gmail dot com" :since "2017-06-...
52109
(set! *warn-on-reflection* true) (set! *unchecked-math* :warn-on-boxed) ;;---------------------------------------------------------------- (ns palisades.lakes.elements.generic.multi {:doc "Fork of defmulti/defmethod for performance experiments." :author "<EMAIL> <NAME> <EMAIL> at <EMAIL>" :since "2017-06-02"...
true
(set! *warn-on-reflection* true) (set! *unchecked-math* :warn-on-boxed) ;;---------------------------------------------------------------- (ns palisades.lakes.elements.generic.multi {:doc "Fork of defmulti/defmethod for performance experiments." :author "PI:EMAIL:<EMAIL>END_PI PI:NAME:<NAME>END_PI PI:EMAIL:<EMA...
[ { "context": " \"A test-case for take operator.\"\n :author \"Vladimir Tsanev\"}\n reactor-core.publisher.take-test\n #?(:cljs (", "end": 677, "score": 0.9998339414596558, "start": 662, "tag": "NAME", "value": "Vladimir Tsanev" } ]
test/reactor_core/publisher/take_test.cljc
jaju/reactor-core-clojure
2
; ; Copyright 2018 the original author or authors. ; ; 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 ...
58740
; ; Copyright 2018 the original author or authors. ; ; Licensed under the Apache License, Version 2.0 (the "License") ; you may not use this file except in compliance with the License. ; You may obtain a copy of the License at ; ; http://www.apache.org/licenses/LICENSE-2.0 ; ; Unless required by applicable law or ...
true
; ; Copyright 2018 the original author or authors. ; ; Licensed under the Apache License, Version 2.0 (the "License") ; you may not use this file except in compliance with the License. ; You may obtain a copy of the License at ; ; http://www.apache.org/licenses/LICENSE-2.0 ; ; Unless required by applicable law or ...
[ { "context": "; blog.clj (clojure-firefly)\n;; Copyright (c) 2014 Austin Zheng\n;; Released under the terms of the MIT License\n\n(", "end": 64, "score": 0.9997556805610657, "start": 52, "tag": "NAME", "value": "Austin Zheng" } ]
src/clojure_blog/blog.clj
austinzheng/clojure-firefly
1
;; blog.clj (clojure-firefly) ;; Copyright (c) 2014 Austin Zheng ;; Released under the terms of the MIT License (ns clojure-blog.blog (:require [clojure-blog.tags :as tags] [clojure-blog.session :as ss] [clojure-blog.blog-database :as db] [clojure-blog.blog-template :as bt] [clojure-blog.template...
116670
;; blog.clj (clojure-firefly) ;; Copyright (c) 2014 <NAME> ;; Released under the terms of the MIT License (ns clojure-blog.blog (:require [clojure-blog.tags :as tags] [clojure-blog.session :as ss] [clojure-blog.blog-database :as db] [clojure-blog.blog-template :as bt] [clojure-blog.template :as t...
true
;; blog.clj (clojure-firefly) ;; Copyright (c) 2014 PI:NAME:<NAME>END_PI ;; Released under the terms of the MIT License (ns clojure-blog.blog (:require [clojure-blog.tags :as tags] [clojure-blog.session :as ss] [clojure-blog.blog-database :as db] [clojure-blog.blog-template :as bt] [clojure-blog....
[ { "context": "m:\"]\n\n [show\n [:div\n ['customer {:first \"John\" :last \"Doe\"}]\n ['customer {:first \"Werner\" :", "end": 1351, "score": 0.999853789806366, "start": 1347, "tag": "NAME", "value": "John" }, { "context": "w\n [:div\n ['customer {:first \"John\" ...
profiles/demo/src/demo/app.cljs
pink-gorilla/gorilla-renderable-ui
2
(ns demo.app (:require [reagent.core :as r] [frontend.page :refer [reagent-page]] [pinkie.default-setup] [pinkie.html :refer [html]] ; html with script injection [pinkie.text :refer [text]] [pinkie.error :refer [error-boundary]] [pinkie.throw-exception :refer [exception-component]] [pinkie.pin...
77647
(ns demo.app (:require [reagent.core :as r] [frontend.page :refer [reagent-page]] [pinkie.default-setup] [pinkie.html :refer [html]] ; html with script injection [pinkie.text :refer [text]] [pinkie.error :refer [error-boundary]] [pinkie.throw-exception :refer [exception-component]] [pinkie.pin...
true
(ns demo.app (:require [reagent.core :as r] [frontend.page :refer [reagent-page]] [pinkie.default-setup] [pinkie.html :refer [html]] ; html with script injection [pinkie.text :refer [text]] [pinkie.error :refer [error-boundary]] [pinkie.throw-exception :refer [exception-component]] [pinkie.pin...
[ { "context": "(ns ^{:author \"Leeor Engel\"}\n chapter-2.chapter-2-q3-test\n (:require [cloj", "end": 26, "score": 0.9998857378959656, "start": 15, "tag": "NAME", "value": "Leeor Engel" } ]
Clojure/test/chapter_2/chapter_2_q3_test.clj
Kiandr/crackingcodinginterview
0
(ns ^{:author "Leeor Engel"} chapter-2.chapter-2-q3-test (:require [clojure.test :refer :all] [data-structures.mutable-linked-list :refer :all] [chapter-2.chapter-2-q3 :refer :all])) (deftest remove-middle-node-test (is (lists-eq? (create-linked-list 1 3) (let [l (create-l...
101088
(ns ^{:author "<NAME>"} chapter-2.chapter-2-q3-test (:require [clojure.test :refer :all] [data-structures.mutable-linked-list :refer :all] [chapter-2.chapter-2-q3 :refer :all])) (deftest remove-middle-node-test (is (lists-eq? (create-linked-list 1 3) (let [l (create-linked...
true
(ns ^{:author "PI:NAME:<NAME>END_PI"} chapter-2.chapter-2-q3-test (:require [clojure.test :refer :all] [data-structures.mutable-linked-list :refer :all] [chapter-2.chapter-2-q3 :refer :all])) (deftest remove-middle-node-test (is (lists-eq? (create-linked-list 1 3) (let [l ...
[ { "context": "(ns ^{:author \"Bruno Bonacci (@BrunoBonacci)\" :no-doc true}\n com.brunobonac", "end": 28, "score": 0.9998558163642883, "start": 15, "tag": "NAME", "value": "Bruno Bonacci" }, { "context": "(ns ^{:author \"Bruno Bonacci (@BrunoBonacci)\" :no-doc true}\n com.bruno...
1config-core/src/com/brunobonacci/oneconfig/backends/dynamo.clj
obohrer/1config
1
(ns ^{:author "Bruno Bonacci (@BrunoBonacci)" :no-doc true} com.brunobonacci.oneconfig.backends.dynamo (:refer-clojure :exclude [find load list]) (:require [com.brunobonacci.oneconfig.backend :refer :all] [com.brunobonacci.oneconfig.backends.in-memory :refer [TestStore data]] [com.brunob...
13348
(ns ^{:author "<NAME> (@BrunoBonacci)" :no-doc true} com.brunobonacci.oneconfig.backends.dynamo (:refer-clojure :exclude [find load list]) (:require [com.brunobonacci.oneconfig.backend :refer :all] [com.brunobonacci.oneconfig.backends.in-memory :refer [TestStore data]] [com.brunobonacci....
true
(ns ^{:author "PI:NAME:<NAME>END_PI (@BrunoBonacci)" :no-doc true} com.brunobonacci.oneconfig.backends.dynamo (:refer-clojure :exclude [find load list]) (:require [com.brunobonacci.oneconfig.backend :refer :all] [com.brunobonacci.oneconfig.backends.in-memory :refer [TestStore data]] [com...
[ { "context": " :method :get\n :params {:api-key \"TODO\"}\n :format (ajx/json-request-format)\n ", "end": 2793, "score": 0.9234488010406494, "start": 2789, "tag": "KEY", "value": "TODO" } ]
src/app/renderer/weather/handle_event.cljs
geekarist/cewth
0
(ns app.renderer.weather.handle-event (:require [ajax.core :as ajx] [clojure.string :as str] [goog.string :as gstr] [goog.string.format] [tick.core :as t] [tick.locale-en-us])) (defn change-query "Change query field: - State change: add query value ...
11980
(ns app.renderer.weather.handle-event (:require [ajax.core :as ajx] [clojure.string :as str] [goog.string :as gstr] [goog.string.format] [tick.core :as t] [tick.locale-en-us])) (defn change-query "Change query field: - State change: add query value ...
true
(ns app.renderer.weather.handle-event (:require [ajax.core :as ajx] [clojure.string :as str] [goog.string :as gstr] [goog.string.format] [tick.core :as t] [tick.locale-en-us])) (defn change-query "Change query field: - State change: add query value ...
[ { "context": "v.crdt.ormap.realize :as real]))\n\n(def user \"mail:contact@radsmith.com\") ;; will be used to authenticate you (not yet)\n(", "end": 491, "score": 0.9999160766601562, "start": 471, "tag": "EMAIL", "value": "contact@radsmith.com" }, { "context": "e\n(def peer-a (<?? S ...
examples/replikativ/src/rads/todop2p/replikativ.clj
rads/todop2p
0
(ns rads.todop2p.replikativ (:require [superv.async :refer [<?? S]] [kabel.peer :refer [start stop]] [konserve [filestore :refer [new-fs-store]] [memory :refer [new-mem-store]]] [replikativ [peer :refer [server-peer]] [stage :refe...
27908
(ns rads.todop2p.replikativ (:require [superv.async :refer [<?? S]] [kabel.peer :refer [start stop]] [konserve [filestore :refer [new-fs-store]] [memory :refer [new-mem-store]]] [replikativ [peer :refer [server-peer]] [stage :refe...
true
(ns rads.todop2p.replikativ (:require [superv.async :refer [<?? S]] [kabel.peer :refer [start stop]] [konserve [filestore :refer [new-fs-store]] [memory :refer [new-mem-store]]] [replikativ [peer :refer [server-peer]] [stage :refe...
[ { "context": "l [app-page jsname html-name]\n (let [csrf-token \"llXxTmFvjm6KXhKBjY7nemz4GNRwF/ZgZbycGDgw8cdF1B/cbmX5JZElY3MCnyEYUUGCi7Cw3k3mUpMI\"\n html (app-page csrf-token)\n filen", "end": 478, "score": 0.9986953735351562, "start": 398, "tag": "KEY", "value": "llXxTmFvjm6...
webly/src/webly/build/static.clj
pink-gorilla/webly
6
(ns webly.build.static (:require [clojure.java.io :as io] [taoensso.timbre :refer [debug info warn]] [modular.writer :refer [write write-status write-target]] [modular.resource.load :refer [write-resources-to]] [modular.config :refer [config-atom]] [webly.app.page :refer [app-page-static app-page-d...
62912
(ns webly.build.static (:require [clojure.java.io :as io] [taoensso.timbre :refer [debug info warn]] [modular.writer :refer [write write-status write-target]] [modular.resource.load :refer [write-resources-to]] [modular.config :refer [config-atom]] [webly.app.page :refer [app-page-static app-page-d...
true
(ns webly.build.static (:require [clojure.java.io :as io] [taoensso.timbre :refer [debug info warn]] [modular.writer :refer [write write-status write-target]] [modular.resource.load :refer [write-resources-to]] [modular.config :refer [config-atom]] [webly.app.page :refer [app-page-static app-page-d...
[ { "context": "(ns ^{:doc \"Utility functions\"\n :author \"Paul Landes\"}\n zensols.nlparse.util)\n\n(defn has-some?\n \"R", "end": 57, "score": 0.9998883008956909, "start": 46, "tag": "NAME", "value": "Paul Landes" } ]
src/clojure/zensols/nlparse/util.clj
plandes/clj-nlp-parse
33
(ns ^{:doc "Utility functions" :author "Paul Landes"} zensols.nlparse.util) (defn has-some? "Return whether or not the data should be added to a data structure." [data] (and data (or (not (or (associative? data) (sequential? data) (instance? java.util.Set data))) (...
1211
(ns ^{:doc "Utility functions" :author "<NAME>"} zensols.nlparse.util) (defn has-some? "Return whether or not the data should be added to a data structure." [data] (and data (or (not (or (associative? data) (sequential? data) (instance? java.util.Set data))) (not (...
true
(ns ^{:doc "Utility functions" :author "PI:NAME:<NAME>END_PI"} zensols.nlparse.util) (defn has-some? "Return whether or not the data should be added to a data structure." [data] (and data (or (not (or (associative? data) (sequential? data) (instance? java.util.Set data))) ...
[ { "context": ";; The MIT License (MIT)\n;;\n;; Copyright (c) 2016 Richard Hull\n;;\n;; Permission is hereby granted, free of charg", "end": 62, "score": 0.9997892379760742, "start": 50, "tag": "NAME", "value": "Richard Hull" } ]
src/nvd/task/purge_database.clj
plaguna/lein-nvd
160
;; The MIT License (MIT) ;; ;; Copyright (c) 2016 Richard Hull ;; ;; Permission is hereby granted, free of charge, to any person obtaining a copy ;; of this software and associated documentation files (the "Software"), to deal ;; in the Software without restriction, including without limitation the rights ;; to use, co...
44373
;; The MIT License (MIT) ;; ;; Copyright (c) 2016 <NAME> ;; ;; Permission is hereby granted, free of charge, to any person obtaining a copy ;; of this software and associated documentation files (the "Software"), to deal ;; in the Software without restriction, including without limitation the rights ;; to use, copy, mo...
true
;; The MIT License (MIT) ;; ;; Copyright (c) 2016 PI:NAME:<NAME>END_PI ;; ;; Permission is hereby granted, free of charge, to any person obtaining a copy ;; of this software and associated documentation files (the "Software"), to deal ;; in the Software without restriction, including without limitation the rights ;; to...
[ { "context": ";\n; Copyright (C) 2011,2012 Carlo Sciolla\n; 2014 Peter Monks rewritten a", "end": 41, "score": 0.9998819231987, "start": 28, "tag": "NAME", "value": "Carlo Sciolla" }, { "context": " 2011,2012 Carlo Sciolla\n; 2014 Peter Monks rew...
src/clojure/alfresco/behave.clj
lambdalf/lambdalf
11
; ; Copyright (C) 2011,2012 Carlo Sciolla ; 2014 Peter Monks rewritten around fn-generating macros ; ; 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...
7181
; ; Copyright (C) 2011,2012 <NAME> ; 2014 <NAME> rewritten around fn-generating macros ; ; 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/license...
true
; ; Copyright (C) 2011,2012 PI:NAME:<NAME>END_PI ; 2014 PI:NAME:<NAME>END_PI rewritten around fn-generating macros ; ; 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 ; ; h...
[ { "context": "rofile_picture]\n (let [{:keys [id name first_name last_name badges mtime]} element-data\n badges (", "end": 1920, "score": 0.5329338908195496, "start": 1916, "tag": "NAME", "value": "last" } ]
src/cljs/salava/user/ui/embed.cljs
Vilikkki/salava
17
(ns salava.user.ui.embed (:require [reagent.core :refer [atom cursor]] [reagent.session :as session] [salava.core.ui.ajax-utils :as ajax] [salava.core.ui.layout :as layout] [salava.core.ui.share :as s] [salava.core.ui.helper :refer [path-for]] [s...
41426
(ns salava.user.ui.embed (:require [reagent.core :refer [atom cursor]] [reagent.session :as session] [salava.core.ui.ajax-utils :as ajax] [salava.core.ui.layout :as layout] [salava.core.ui.share :as s] [salava.core.ui.helper :refer [path-for]] [s...
true
(ns salava.user.ui.embed (:require [reagent.core :refer [atom cursor]] [reagent.session :as session] [salava.core.ui.ajax-utils :as ajax] [salava.core.ui.layout :as layout] [salava.core.ui.share :as s] [salava.core.ui.helper :refer [path-for]] [s...
[ { "context": ";; The MIT License (MIT)\n;;\n;; Copyright (c) 2015 Richard Hull\n;;\n;; Permission is hereby granted, free of charg", "end": 62, "score": 0.9997815489768982, "start": 50, "tag": "NAME", "value": "Richard Hull" } ]
src/wam/compiler.clj
rm-hull/wam
23
;; The MIT License (MIT) ;; ;; Copyright (c) 2015 Richard Hull ;; ;; Permission is hereby granted, free of charge, to any person obtaining a copy ;; of this software and associated documentation files (the "Software"), to deal ;; in the Software without restriction, including without limitation the rights ;; to use, co...
72703
;; The MIT License (MIT) ;; ;; Copyright (c) 2015 <NAME> ;; ;; Permission is hereby granted, free of charge, to any person obtaining a copy ;; of this software and associated documentation files (the "Software"), to deal ;; in the Software without restriction, including without limitation the rights ;; to use, copy, mo...
true
;; The MIT License (MIT) ;; ;; Copyright (c) 2015 PI:NAME:<NAME>END_PI ;; ;; Permission is hereby granted, free of charge, to any person obtaining a copy ;; of this software and associated documentation files (the "Software"), to deal ;; in the Software without restriction, including without limitation the rights ;; to...
[ { "context": "0\r\n :words words/common-words})\r\n\r\n(def ls-key \"presses-reframe\") ;; localstore key\r\n\r\n(d", "end": 768, "score": 0.9925954937934875, "start": 753, "tag": "KEY", "value": "presses-reframe" } ]
src/app/renderer/db.cljs
porkostomus/typo
0
(ns app.renderer.db (:require [cljs.reader] [re-frame.core :as re-frame] [app.renderer.words :as words] [cljs.spec.alpha :as s])) (s/def ::cursor-pos int?) (s/def ::ave-wpm int?) (s/def ::text string?) (s/def ::current-key string?) (s/def ::time int?) (s/def ::key string?) (s/def ::press (s/...
29973
(ns app.renderer.db (:require [cljs.reader] [re-frame.core :as re-frame] [app.renderer.words :as words] [cljs.spec.alpha :as s])) (s/def ::cursor-pos int?) (s/def ::ave-wpm int?) (s/def ::text string?) (s/def ::current-key string?) (s/def ::time int?) (s/def ::key string?) (s/def ::press (s/...
true
(ns app.renderer.db (:require [cljs.reader] [re-frame.core :as re-frame] [app.renderer.words :as words] [cljs.spec.alpha :as s])) (s/def ::cursor-pos int?) (s/def ::ave-wpm int?) (s/def ::text string?) (s/def ::current-key string?) (s/def ::time int?) (s/def ::key string?) (s/def ::press (s/...
[ { "context": ";; Copyright (c) 2010 Tom Crayford,\n;;\n;; Redistribution and use in source and binar", "end": 34, "score": 0.9998272657394409, "start": 22, "tag": "NAME", "value": "Tom Crayford" } ]
src/clojure_refactoring/thread_expression.clj
tcrayford/clojure-refactoring
6
;; Copyright (c) 2010 Tom Crayford, ;; ;; Redistribution and use in source and binary forms, with or without ;; modification, are permitted provided that the following conditions ;; are met: ;; ;; Redistributions of source code must retain the above copyright ;; notice, this list of conditions and the following...
102382
;; Copyright (c) 2010 <NAME>, ;; ;; Redistribution and use in source and binary forms, with or without ;; modification, are permitted provided that the following conditions ;; are met: ;; ;; Redistributions of source code must retain the above copyright ;; notice, this list of conditions and the following discl...
true
;; Copyright (c) 2010 PI:NAME:<NAME>END_PI, ;; ;; Redistribution and use in source and binary forms, with or without ;; modification, are permitted provided that the following conditions ;; are met: ;; ;; Redistributions of source code must retain the above copyright ;; notice, this list of conditions and the f...
[ { "context": " :email email}\n :password password)\n (login db-conn email password client-i", "end": 2944, "score": 0.9955844283103943, "start": 2936, "tag": "PASSWORD", "value": "password" } ]
src/dashboard/login.clj
Purple-Services/dashboard-service
3
(ns dashboard.login (:require [common.db :as db] [common.util :as util] [common.users :refer [valid-email? valid-password? auth-native?]] [crypto.password.bcrypt :as bcrypt])) (def safe-authd-user-keys "The keys of a user map that are sa...
22172
(ns dashboard.login (:require [common.db :as db] [common.util :as util] [common.users :refer [valid-email? valid-password? auth-native?]] [crypto.password.bcrypt :as bcrypt])) (def safe-authd-user-keys "The keys of a user map that are sa...
true
(ns dashboard.login (:require [common.db :as db] [common.util :as util] [common.users :refer [valid-email? valid-password? auth-native?]] [crypto.password.bcrypt :as bcrypt])) (def safe-authd-user-keys "The keys of a user map that are sa...
[ { "context": "ent\"\n (let [expected {:company_name \"Hotel Sanders København A/S\"\n :country \"DK\"\n", "end": 8812, "score": 0.5841725468635559, "start": 8809, "tag": "NAME", "value": "ers" }, { "context": "t [expected {:company_name \"Hotel Sanders København...
test/typesense/client_test.clj
runeanielsen/typesense-clj
4
(ns ^:integration typesense.client-test (:require [typesense.client :as sut] [clojure.test :as t :refer [deftest is testing]])) (def settings {:uri "http://localhost:8108" :key "key"}) (defn- clean-collections "Cleans all collections in Typesense." [] (let [collections (sut/list-col...
120315
(ns ^:integration typesense.client-test (:require [typesense.client :as sut] [clojure.test :as t :refer [deftest is testing]])) (def settings {:uri "http://localhost:8108" :key "key"}) (defn- clean-collections "Cleans all collections in Typesense." [] (let [collections (sut/list-col...
true
(ns ^:integration typesense.client-test (:require [typesense.client :as sut] [clojure.test :as t :refer [deftest is testing]])) (def settings {:uri "http://localhost:8108" :key "key"}) (defn- clean-collections "Cleans all collections in Typesense." [] (let [collections (sut/list-col...
[ { "context": "port = PORT\n user = USER\n passwd = PASSWD\n realm = REALM\n \"\n [config]\n (try\n ", "end": 1409, "score": 0.9987310171127319, "start": 1403, "tag": "PASSWORD", "value": "PASSWD" } ]
src/fops/core.clj
cyraxjoe/fops
0
(ns fops.core (:import (java.io FileNotFoundException)) (:require [clojure.string :as string] [ring.adapter.jetty :refer [run-jetty]] [com.brainbot.iniconfig :as iniconfig] [clojure.tools.cli :refer [parse-opts]] [ring.middleware.basic-authentication :refer [wrap-basi...
75717
(ns fops.core (:import (java.io FileNotFoundException)) (:require [clojure.string :as string] [ring.adapter.jetty :refer [run-jetty]] [com.brainbot.iniconfig :as iniconfig] [clojure.tools.cli :refer [parse-opts]] [ring.middleware.basic-authentication :refer [wrap-basi...
true
(ns fops.core (:import (java.io FileNotFoundException)) (:require [clojure.string :as string] [ring.adapter.jetty :refer [run-jetty]] [com.brainbot.iniconfig :as iniconfig] [clojure.tools.cli :refer [parse-opts]] [ring.middleware.basic-authentication :refer [wrap-basi...
[ { "context": "st.com:9999/some-database?user=some-user&password=some-password\"\n (clj-database-url.core/jdbc-database-", "end": 302, "score": 0.9991393089294434, "start": 289, "tag": "PASSWORD", "value": "some-password" }, { "context": "bc-database-url\n \"postg...
test/clj_database_url/core_test.clj
kwrooijen/clj-database-url
0
(ns clj-database-url.core-test (:require [clojure.test :refer :all] [clj-database-url.core])) (deftest test-jdbc-database-url (testing "DATABASE_URL should be converted to JDBC_DATABASE_URL" (is (= "jdbc:postgresql://some.host.com:9999/some-database?user=some-user&password=some-password" (clj-...
26740
(ns clj-database-url.core-test (:require [clojure.test :refer :all] [clj-database-url.core])) (deftest test-jdbc-database-url (testing "DATABASE_URL should be converted to JDBC_DATABASE_URL" (is (= "jdbc:postgresql://some.host.com:9999/some-database?user=some-user&password=<PASSWORD>" (clj-dat...
true
(ns clj-database-url.core-test (:require [clojure.test :refer :all] [clj-database-url.core])) (deftest test-jdbc-database-url (testing "DATABASE_URL should be converted to JDBC_DATABASE_URL" (is (= "jdbc:postgresql://some.host.com:9999/some-database?user=some-user&password=PI:PASSWORD:<PASSWORD>END_PI" ...
[ { "context": "432/cwl\"\n :user \"cwl\"\n :password \"wish\"})\n\n(defn create-wishlist []\n (sql/with-connecti", "end": 234, "score": 0.9995449781417847, "start": 230, "tag": "PASSWORD", "value": "wish" } ]
src/wishlistd/models/init.clj
yuhama/wishlisted
1
(ns wishlistd.models.init (:require [clojure.java.jdbc :as sql])) (def db {:classname "org.postgresql.Driver" :subprotocol "postgresql" :subname "//localhost:5432/cwl" :user "cwl" :password "wish"}) (defn create-wishlist [] (sql/with-connection db (sql/create-table :wishlis...
111603
(ns wishlistd.models.init (:require [clojure.java.jdbc :as sql])) (def db {:classname "org.postgresql.Driver" :subprotocol "postgresql" :subname "//localhost:5432/cwl" :user "cwl" :password "<PASSWORD>"}) (defn create-wishlist [] (sql/with-connection db (sql/create-table :w...
true
(ns wishlistd.models.init (:require [clojure.java.jdbc :as sql])) (def db {:classname "org.postgresql.Driver" :subprotocol "postgresql" :subname "//localhost:5432/cwl" :user "cwl" :password "PI:PASSWORD:<PASSWORD>END_PI"}) (defn create-wishlist [] (sql/with-connection db (s...
[ { "context": "/opensource.org/licenses/MIT\n;; Copyright (c) 2014 François Rey\n\n;; CounterClockWiwe plugin for adding ANSI escap", "end": 112, "score": 0.9998877644538879, "start": 100, "tag": "NAME", "value": "François Rey" }, { "context": "I console plugin found at:\n;; https://...
ansi-repl.clj
laurentpetit/ccw-plugin-ansi-repl
2
;; Licensed under The MIT License (MIT) ;; http://opensource.org/licenses/MIT ;; Copyright (c) 2014 François Rey ;; CounterClockWiwe plugin for adding ANSI escape code support to REPLs. ;; To enable its functionality install the ANSI console plugin found at: ;; https://github.com/mihnita/ansi-econsole ;; See CCW user...
108442
;; Licensed under The MIT License (MIT) ;; http://opensource.org/licenses/MIT ;; Copyright (c) 2014 <NAME> ;; CounterClockWiwe plugin for adding ANSI escape code support to REPLs. ;; To enable its functionality install the ANSI console plugin found at: ;; https://github.com/mihnita/ansi-econsole ;; See CCW user docum...
true
;; Licensed under The MIT License (MIT) ;; http://opensource.org/licenses/MIT ;; Copyright (c) 2014 PI:NAME:<NAME>END_PI ;; CounterClockWiwe plugin for adding ANSI escape code support to REPLs. ;; To enable its functionality install the ANSI console plugin found at: ;; https://github.com/mihnita/ansi-econsole ;; See ...
[ { "context": "/the-state-of-css.html\r\n; https://speakerdeck.com/vjeux/react-css-in-js\r\n\r\n; Unity file format:\r\n; https:", "end": 132, "score": 0.9996703267097473, "start": 127, "tag": "USERNAME", "value": "vjeux" }, { "context": "/usd/docs/USD-Glossary.html\r\n; https://codep...
compiler/simplePlugin.clj
terotests/Ranger
6
Import "ng_Compiler.clj" ; http://ryanogles.by/css/javascript/2017/05/25/the-state-of-css.html ; https://speakerdeck.com/vjeux/react-css-in-js ; Unity file format: ; https://docs.unity3d.com/Manual/FormatDescription.html ; --> describing a database ; ---> fields, names, types etc. ; --> describe a word...
46620
Import "ng_Compiler.clj" ; http://ryanogles.by/css/javascript/2017/05/25/the-state-of-css.html ; https://speakerdeck.com/vjeux/react-css-in-js ; Unity file format: ; https://docs.unity3d.com/Manual/FormatDescription.html ; --> describing a database ; ---> fields, names, types etc. ; --> describe a word...
true
Import "ng_Compiler.clj" ; http://ryanogles.by/css/javascript/2017/05/25/the-state-of-css.html ; https://speakerdeck.com/vjeux/react-css-in-js ; Unity file format: ; https://docs.unity3d.com/Manual/FormatDescription.html ; --> describing a database ; ---> fields, names, types etc. ; --> describe a word...
[ { "context": " ^{:doc \"Audio effects library\"\n :author \"Jeff Rose\"}\n overtone.studio.fx\n (:use [overtone.libs eve", "end": 63, "score": 0.999871015548706, "start": 54, "tag": "NAME", "value": "Jeff Rose" } ]
src/overtone/studio/fx.clj
samaaron/overtone
2
(ns ^{:doc "Audio effects library" :author "Jeff Rose"} overtone.studio.fx (:use [overtone.libs event] [overtone.sc synth ugens])) (defonce __FX-SYNTHS__ (do (defsynth fx-noise-gate [in-bus 20 out-bus 10 threshold 0.4 slope-below 1 slope-above 0.1 clamp-time 0.01 relax-t...
32366
(ns ^{:doc "Audio effects library" :author "<NAME>"} overtone.studio.fx (:use [overtone.libs event] [overtone.sc synth ugens])) (defonce __FX-SYNTHS__ (do (defsynth fx-noise-gate [in-bus 20 out-bus 10 threshold 0.4 slope-below 1 slope-above 0.1 clamp-time 0.01 relax-time...
true
(ns ^{:doc "Audio effects library" :author "PI:NAME:<NAME>END_PI"} overtone.studio.fx (:use [overtone.libs event] [overtone.sc synth ugens])) (defonce __FX-SYNTHS__ (do (defsynth fx-noise-gate [in-bus 20 out-bus 10 threshold 0.4 slope-below 1 slope-above 0.1 clamp-time 0...
[ { "context": "sport :confidential\n :password :internal-only}}))\n\n ;; 2. Define your schema\n (def User\n ", "end": 1205, "score": 0.9911708831787109, "start": 1192, "tag": "PASSWORD", "value": "internal-only" } ]
src/main/clojure/secret/keeper/malli.cljc
sultanov-team/secret-keeper
24
(ns secret.keeper.malli "The simple wrapper for the malli library. Easy markup your secrets in one place - directly in your model." (:require [malli.core :as m] [malli.transform :as mt] [secret.keeper :as keeper])) (def secret? (m/-simple-schema {:type :secret :pred ...
14465
(ns secret.keeper.malli "The simple wrapper for the malli library. Easy markup your secrets in one place - directly in your model." (:require [malli.core :as m] [malli.transform :as mt] [secret.keeper :as keeper])) (def secret? (m/-simple-schema {:type :secret :pred ...
true
(ns secret.keeper.malli "The simple wrapper for the malli library. Easy markup your secrets in one place - directly in your model." (:require [malli.core :as m] [malli.transform :as mt] [secret.keeper :as keeper])) (def secret? (m/-simple-schema {:type :secret :pred ...
[ { "context": ";-\n; Copyright 2008-2011 (c) Meikel Brandmeyer.\n; All rights reserved.\n;\n; Permission is hereby ", "end": 46, "score": 0.9998713731765747, "start": 29, "tag": "NAME", "value": "Meikel Brandmeyer" }, { "context": "OFTWARE.\n\n;; Retreived from https://bitbucket.org/k...
src/plumbing/lazymap.clj
ejackson/plumbing
1
;- ; Copyright 2008-2011 (c) Meikel Brandmeyer. ; All rights reserved. ; ; Permission is hereby granted, free of charge, to any person obtaining a copy ; of this software and associated documentation files (the "Software"), to deal ; in the Software without restriction, including without limitation the rights ; to use,...
106
;- ; Copyright 2008-2011 (c) <NAME>. ; All rights reserved. ; ; Permission is hereby granted, free of charge, to any person obtaining a copy ; of this software and associated documentation files (the "Software"), to deal ; in the Software without restriction, including without limitation the rights ; to use, copy, modi...
true
;- ; Copyright 2008-2011 (c) PI:NAME:<NAME>END_PI. ; All rights reserved. ; ; Permission is hereby granted, free of charge, to any person obtaining a copy ; of this software and associated documentation files (the "Software"), to deal ; in the Software without restriction, including without limitation the rights ; to u...
[ { "context": " (test-util/route-response {:id \"B20\" :name \"Batman\"})}\n (let [response (execute-query uri \"from", "end": 710, "score": 0.9985523223876953, "start": 704, "tag": "NAME", "value": "Batman" }, { "context": "query uri \"from hero only name\")]\n (is (...
test/integration/restql/filter_test.clj
MachadoLhes/restQL-core
2
(ns restql.filter-test (:require [clojure.test :refer [deftest is]] [restql.core.api.restql :as restql] [restql.test-util :as test-util] [cheshire.core :as json] [stub-http.core :refer :all] [clojure.pprint :refer :all])) (defn execute-query [baseUrl query]...
10194
(ns restql.filter-test (:require [clojure.test :refer [deftest is]] [restql.core.api.restql :as restql] [restql.test-util :as test-util] [cheshire.core :as json] [stub-http.core :refer :all] [clojure.pprint :refer :all])) (defn execute-query [baseUrl query]...
true
(ns restql.filter-test (:require [clojure.test :refer [deftest is]] [restql.core.api.restql :as restql] [restql.test-util :as test-util] [cheshire.core :as json] [stub-http.core :refer :all] [clojure.pprint :refer :all])) (defn execute-query [baseUrl query]...
[ { "context": ";; Copyright 2011, Alex Miller, Apache 2 license\n(ns clojure-life.life-seq)\n\n;;;", "end": 30, "score": 0.9997962117195129, "start": 19, "tag": "NAME", "value": "Alex Miller" } ]
src/clojure_life/life_seq.clj
puredanger/clojure-life
1
;; Copyright 2011, Alex Miller, Apache 2 license (ns clojure-life.life-seq) ;;;; Data structure manipulation ;; The world is represented by a vector of vector of booleans. ;; Both rows and columns wrap around to the other side. (defn rows [world] (count world)) (defn cols [world] (count (first world))) (defn alive?...
42004
;; Copyright 2011, <NAME>, Apache 2 license (ns clojure-life.life-seq) ;;;; Data structure manipulation ;; The world is represented by a vector of vector of booleans. ;; Both rows and columns wrap around to the other side. (defn rows [world] (count world)) (defn cols [world] (count (first world))) (defn alive? [wor...
true
;; Copyright 2011, PI:NAME:<NAME>END_PI, Apache 2 license (ns clojure-life.life-seq) ;;;; Data structure manipulation ;; The world is represented by a vector of vector of booleans. ;; Both rows and columns wrap around to the other side. (defn rows [world] (count world)) (defn cols [world] (count (first world))) (de...
[ { "context": "able main\"\n key \"https://dl-ssl.google.com/linux/linux_signing_key.pub\"]\n (->\n (add-repo repo key \"7FAC59", "end": 342, "score": 0.5877735614776611, "start": 323, "tag": "KEY", "value": "linux/linux_signing" }, { "context": "https://dl-ssl.google.co...
src/re_base/recipes/web.cljs
re-ops/re-base
4
(ns re-base.recipes.web "Web tools setup" (:require [re-conf.resources.pkg :refer (package add-repo)] [re-conf.resources.output :refer (summary)])) (defn chrome "Google chrome setup" [] (let [repo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" key "https://dl-ssl.google.c...
6074
(ns re-base.recipes.web "Web tools setup" (:require [re-conf.resources.pkg :refer (package add-repo)] [re-conf.resources.output :refer (summary)])) (defn chrome "Google chrome setup" [] (let [repo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" key "https://dl-ssl.google.c...
true
(ns re-base.recipes.web "Web tools setup" (:require [re-conf.resources.pkg :refer (package add-repo)] [re-conf.resources.output :refer (summary)])) (defn chrome "Google chrome setup" [] (let [repo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" key "https://dl-ssl.google.c...
[ { "context": "(ns ^{:doc \"Utility functions.\"\n :author \"James Cunningham\"}\n simulator.utils\n (:use [clojure.algo.generic", "end": 63, "score": 0.999872624874115, "start": 47, "tag": "NAME", "value": "James Cunningham" } ]
src/patient-simulator/src/simulator/utils.clj
connectedhealthcities/anytown
0
(ns ^{:doc "Utility functions." :author "James Cunningham"} simulator.utils (:use [clojure.algo.generic.functor :only (fmap)] [clojure.core.matrix.random :only (sample-normal sample-binomial)])) (defn weighted-choice "Selects an element from choices weight...
33818
(ns ^{:doc "Utility functions." :author "<NAME>"} simulator.utils (:use [clojure.algo.generic.functor :only (fmap)] [clojure.core.matrix.random :only (sample-normal sample-binomial)])) (defn weighted-choice "Selects an element from choices weighted by the ...
true
(ns ^{:doc "Utility functions." :author "PI:NAME:<NAME>END_PI"} simulator.utils (:use [clojure.algo.generic.functor :only (fmap)] [clojure.core.matrix.random :only (sample-normal sample-binomial)])) (defn weighted-choice "Selects an element from choices we...
[ { "context": "ng?)\n\n\n\n\n\n#_(def blades-json\n {\n :info {:name \"Drav Farros\"\n :look [\"Male\"\n ", "end": 3071, "score": 0.9998098015785217, "start": 3060, "tag": "NAME", "value": "Drav Farros" }, { "context": " ...
src/membrane/autoui.cljc
rgkirch/membrane
0
(ns membrane.autoui #?(:cljs (:require-macros [membrane.component :refer [defui defeffect]] [membrane.autoui :refer [defgen]])) (:require #?(:clj [membrane.skia :as skia]) #?(:cljs membrane.webgl) ;; #?(:cljs membrane.v...
88048
(ns membrane.autoui #?(:cljs (:require-macros [membrane.component :refer [defui defeffect]] [membrane.autoui :refer [defgen]])) (:require #?(:clj [membrane.skia :as skia]) #?(:cljs membrane.webgl) ;; #?(:cljs membrane.v...
true
(ns membrane.autoui #?(:cljs (:require-macros [membrane.component :refer [defui defeffect]] [membrane.autoui :refer [defgen]])) (:require #?(:clj [membrane.skia :as skia]) #?(:cljs membrane.webgl) ;; #?(:cljs membrane.v...
[ { "context": "mmy classes for prefer-method tests.\"\n :author \"palisades dot lakes at gmail dot com\"\n :since \"2017-09-14\"\n :version \"2017-09-14\"}", "end": 280, "score": 0.8911804556846619, "start": 244, "tag": "EMAIL", "value": "palisades dot lakes at gmail dot com" } ]
src/test/clojure/palisades/lakes/dynafun/test/classes.clj
palisades-lakes/dynamic-functions
3
(set! *warn-on-reflection* true) (set! *unchecked-math* :warn-on-boxed) ;;---------------------------------------------------------------- (ns palisades.lakes.dynafun.test.classes {:doc "dummy classes for prefer-method tests." :author "palisades dot lakes at gmail dot com" :since "2017-09-14" :version "20...
29455
(set! *warn-on-reflection* true) (set! *unchecked-math* :warn-on-boxed) ;;---------------------------------------------------------------- (ns palisades.lakes.dynafun.test.classes {:doc "dummy classes for prefer-method tests." :author "<EMAIL>" :since "2017-09-14" :version "2017-09-14"}) ;;---------------...
true
(set! *warn-on-reflection* true) (set! *unchecked-math* :warn-on-boxed) ;;---------------------------------------------------------------- (ns palisades.lakes.dynafun.test.classes {:doc "dummy classes for prefer-method tests." :author "PI:EMAIL:<EMAIL>END_PI" :since "2017-09-14" :version "2017-09-14"}) ;;...
[ { "context": "\"\n :subprotocol \"postgresql\"\n :subname \"//192.168.18.51:5432/rumbl_dev\"\n :user \"postgres\"\n :pa", "end": 485, "score": 0.9996069669723511, "start": 472, "tag": "IP_ADDRESS", "value": "192.168.18.51" }, { "context": "_dev\"\n :user \...
src/bacidro/db_postgres.clj
laingit/bacidro
0
(ns bacidro.db-postgres (:require [korma.core :as k :only (defentity set-fields insert update values)] [korma.db :as kDB :only (defdb get-connection)] [clojure.java.jdbc :as j] [cloj...
1254
(ns bacidro.db-postgres (:require [korma.core :as k :only (defentity set-fields insert update values)] [korma.db :as kDB :only (defdb get-connection)] [clojure.java.jdbc :as j] [cloj...
true
(ns bacidro.db-postgres (:require [korma.core :as k :only (defentity set-fields insert update values)] [korma.db :as kDB :only (defdb get-connection)] [clojure.java.jdbc :as j] [cloj...
[ { "context": "set clojure.xml))\n\n; START:song\n(def song {:name \"Agnus Dei\"\n\t :artist \"Krzysztof Penderecki\"\n\t :album \"P", "end": 115, "score": 0.9990600347518921, "start": 106, "tag": "NAME", "value": "Agnus Dei" }, { "context": "RT:song\n(def song {:name \"Agnus Dei\...
examples/sequences.clj
Chouser/programming-clojure
1
(ns examples.sequences (:use examples.utils clojure.set clojure.xml)) ; START:song (def song {:name "Agnus Dei" :artist "Krzysztof Penderecki" :album "Polish Requiem" :genre "Classical"}) ; END:song ; START:compositions (def compositions #{{:name "The Art of the Fugue" :composer "J. S. Bach"} {:n...
58938
(ns examples.sequences (:use examples.utils clojure.set clojure.xml)) ; START:song (def song {:name "<NAME>" :artist "<NAME>" :album "Polish Requiem" :genre "Classical"}) ; END:song ; START:compositions (def compositions #{{:name "The Art of the Fugue" :composer "<NAME>"} {:name "Musical Offering...
true
(ns examples.sequences (:use examples.utils clojure.set clojure.xml)) ; START:song (def song {:name "PI:NAME:<NAME>END_PI" :artist "PI:NAME:<NAME>END_PI" :album "Polish Requiem" :genre "Classical"}) ; END:song ; START:compositions (def compositions #{{:name "The Art of the Fugue" :composer "PI:NAME:...
[ { "context": "{ :doc \"Symbol Utility Functions\"\n :author \"Yannick Scherer\" }\n thrift-clj.utils.symbols)\n\n(defn inner\n \"Cr", "end": 70, "score": 0.9998602867126465, "start": 55, "tag": "NAME", "value": "Yannick Scherer" } ]
src/thrift_clj/utils/symbols.clj
ipostelnik/thrift-clj
35
(ns ^{ :doc "Symbol Utility Functions" :author "Yannick Scherer" } thrift-clj.utils.symbols) (defn inner "Create symbol representing an inner class." [outer-class inner-class] (symbol (str outer-class "$" inner-class))) (defn static "Create symbol representing a static method." [class method] (sy...
39337
(ns ^{ :doc "Symbol Utility Functions" :author "<NAME>" } thrift-clj.utils.symbols) (defn inner "Create symbol representing an inner class." [outer-class inner-class] (symbol (str outer-class "$" inner-class))) (defn static "Create symbol representing a static method." [class method] (symbol (str...
true
(ns ^{ :doc "Symbol Utility Functions" :author "PI:NAME:<NAME>END_PI" } thrift-clj.utils.symbols) (defn inner "Create symbol representing an inner class." [outer-class inner-class] (symbol (str outer-class "$" inner-class))) (defn static "Create symbol representing a static method." [class method] ...
[ { "context": "hor [\"wahpenayo at gmail dot com\"\n \"John Alan McDonald\"\n \"Kristina Lisa Klinkner\" ]\n ", "end": 150, "score": 0.9998663663864136, "start": 132, "tag": "NAME", "value": "John Alan McDonald" }, { "context": " \"John Ala...
src/main/clojure/taigabench/metrics.clj
wahpenayo/taigabench
0
(set! *warn-on-reflection* true) (set! *unchecked-math* :warn-on-boxed) (ns ^{:author ["wahpenayo at gmail dot com" "John Alan McDonald" "Kristina Lisa Klinkner" ] :since "2016-11-15" :date "2017-11-29" :doc "Accuracy metrics designed for permutation importance ...
50677
(set! *warn-on-reflection* true) (set! *unchecked-math* :warn-on-boxed) (ns ^{:author ["wahpenayo at gmail dot com" "<NAME>" "<NAME>" ] :since "2016-11-15" :date "2017-11-29" :doc "Accuracy metrics designed for permutation importance measures." } tai...
true
(set! *warn-on-reflection* true) (set! *unchecked-math* :warn-on-boxed) (ns ^{:author ["wahpenayo at gmail dot com" "PI:NAME:<NAME>END_PI" "PI:NAME:<NAME>END_PI" ] :since "2016-11-15" :date "2017-11-29" :doc "Accuracy metrics designed for permutation importance ...
[ { "context": "(ns ^{:author \"Adam Berger\"} ulvm.project-test\n \"Project tests\"\n (:require", "end": 26, "score": 0.9998555183410645, "start": 15, "tag": "NAME", "value": "Adam Berger" } ]
test/ulvm/project_test.clj
abrgr/ulvm
0
(ns ^{:author "Adam Berger"} ulvm.project-test "Project tests" (:require [clojure.spec.test :as st] [ulvm.core :as ulvm] [ulvm.reader :as uread] [ulvm.project :as uprj] [ulvm.mod-combinators] [ulvm.re-loaders] [cats.core :as m] [cat...
50423
(ns ^{:author "<NAME>"} ulvm.project-test "Project tests" (:require [clojure.spec.test :as st] [ulvm.core :as ulvm] [ulvm.reader :as uread] [ulvm.project :as uprj] [ulvm.mod-combinators] [ulvm.re-loaders] [cats.core :as m] [cats.mon...
true
(ns ^{:author "PI:NAME:<NAME>END_PI"} ulvm.project-test "Project tests" (:require [clojure.spec.test :as st] [ulvm.core :as ulvm] [ulvm.reader :as uread] [ulvm.project :as uprj] [ulvm.mod-combinators] [ulvm.re-loaders] [cats.core :as m] ...
[ { "context": "thread local binding for *queue-simple*\n\n Author: Konstantin Skaburskas <konstantin.skaburskas@gmail.com>\n\n \"\n (:refer-", "end": 336, "score": 0.9998714923858643, "start": 315, "tag": "NAME", "value": "Konstantin Skaburskas" }, { "context": " *queue-simple*\n\n...
src/clj_dirq/queue_simple.clj
konstan/clj-dirq
0
(ns clj-dirq.queue-simple " Simple queue system providing the same interface as the other directory queue implementations. Please refer to `clj-dirq.queue` for general information about directory based queues. TODO: - write documentation - write thread local binding for *queue-simple* Author: Konst...
97493
(ns clj-dirq.queue-simple " Simple queue system providing the same interface as the other directory queue implementations. Please refer to `clj-dirq.queue` for general information about directory based queues. TODO: - write documentation - write thread local binding for *queue-simple* Author: <NAME...
true
(ns clj-dirq.queue-simple " Simple queue system providing the same interface as the other directory queue implementations. Please refer to `clj-dirq.queue` for general information about directory based queues. TODO: - write documentation - write thread local binding for *queue-simple* Author: PI:NA...
[ { "context": "keeper Metrics Service\"\n :url \"http://github.com/puppetlabs/trapperkeeper-metrics\"\n\n :min-lein-version \"2.7.", "end": 145, "score": 0.9992709755897522, "start": 135, "tag": "USERNAME", "value": "puppetlabs" }, { "context": " :pass...
project.clj
pcarlisle/trapperkeeper-metrics
0
(defproject puppetlabs/trapperkeeper-metrics "1.2.4-SNAPSHOT" :description "Trapperkeeper Metrics Service" :url "http://github.com/puppetlabs/trapperkeeper-metrics" :min-lein-version "2.7.1" :pedantic? :abort :parent-project {:coords [puppetlabs/clj-parent "1.7.26"] :inherit [:managed-de...
66944
(defproject puppetlabs/trapperkeeper-metrics "1.2.4-SNAPSHOT" :description "Trapperkeeper Metrics Service" :url "http://github.com/puppetlabs/trapperkeeper-metrics" :min-lein-version "2.7.1" :pedantic? :abort :parent-project {:coords [puppetlabs/clj-parent "1.7.26"] :inherit [:managed-de...
true
(defproject puppetlabs/trapperkeeper-metrics "1.2.4-SNAPSHOT" :description "Trapperkeeper Metrics Service" :url "http://github.com/puppetlabs/trapperkeeper-metrics" :min-lein-version "2.7.1" :pedantic? :abort :parent-project {:coords [puppetlabs/clj-parent "1.7.26"] :inherit [:managed-de...
[ { "context": ";;;\n;;; Copyright 2020 David Edwards\n;;;\n;;; Licensed under the Apache License, Versio", "end": 36, "score": 0.9998108744621277, "start": 23, "tag": "NAME", "value": "David Edwards" } ]
test/rpn/parser_test.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...
48222
;;; ;;; 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": ";;;;;;;;;;;;;;\n\n\n(def config {:user \"machtest\"\n :database \"machtest_dev\"\n ", "end": 403, "score": 0.9966129660606384, "start": 395, "tag": "USERNAME", "value": "machtest" }, { "context": " \"machtest_dev\"\n :passw...
src/machtest/db.cljs
macchiato-framework/macchiato-db-scratchpad
2
(ns machtest.db (:require [machtest.config :refer [env]] [macchiato.async.futures :refer [wait wrap-future]] [mount.core :as mount :refer [defstate]])) ;;;;;;;;;;;;;;;;;;;;; ;;;; Requires ;;;;;;;;;;;;;;;;;;;;; (def pg (js/require "pg")) (def pg-types (.-types pg)) ;;;;;;;;;;;;;;;;;;;;; ;...
17165
(ns machtest.db (:require [machtest.config :refer [env]] [macchiato.async.futures :refer [wait wrap-future]] [mount.core :as mount :refer [defstate]])) ;;;;;;;;;;;;;;;;;;;;; ;;;; Requires ;;;;;;;;;;;;;;;;;;;;; (def pg (js/require "pg")) (def pg-types (.-types pg)) ;;;;;;;;;;;;;;;;;;;;; ;...
true
(ns machtest.db (:require [machtest.config :refer [env]] [macchiato.async.futures :refer [wait wrap-future]] [mount.core :as mount :refer [defstate]])) ;;;;;;;;;;;;;;;;;;;;; ;;;; Requires ;;;;;;;;;;;;;;;;;;;;; (def pg (js/require "pg")) (def pg-types (.-types pg)) ;;;;;;;;;;;;;;;;;;;;; ;...
[ { "context": ";-\n; Copyright 2015 © Meikel Brandmeyer.\n; All rights reserved.\n;\n; Licensed under the EU", "end": 39, "score": 0.9998752474784851, "start": 22, "tag": "NAME", "value": "Meikel Brandmeyer" } ]
src/main/clojure/hay/compiler.clj
pinky-editor/hay
2
;- ; Copyright 2015 © Meikel Brandmeyer. ; All rights reserved. ; ; Licensed under the EUPL V.1.1 (cf. file EUPL-1.1 distributed with the ; source code.) Translations in other european languages available at ; https://joinup.ec.europa.eu/software/page/eupl. ; ; Alternatively, you may choose to use the software under th...
9984
;- ; Copyright 2015 © <NAME>. ; All rights reserved. ; ; Licensed under the EUPL V.1.1 (cf. file EUPL-1.1 distributed with the ; source code.) Translations in other european languages available at ; https://joinup.ec.europa.eu/software/page/eupl. ; ; Alternatively, you may choose to use the software under the MIT licen...
true
;- ; Copyright 2015 © PI:NAME:<NAME>END_PI. ; All rights reserved. ; ; Licensed under the EUPL V.1.1 (cf. file EUPL-1.1 distributed with the ; source code.) Translations in other european languages available at ; https://joinup.ec.europa.eu/software/page/eupl. ; ; Alternatively, you may choose to use the software under...
[ { "context": ";; Copyright (c) Craig McDaniel, Jan 2009. All rights reserved.\n;; The use and d", "end": 32, "score": 0.9998887181282043, "start": 18, "tag": "NAME", "value": "Craig McDaniel" }, { "context": ";; Copyright (c) Craig McDaniel, Jan 2009. All rights reserved.\n;; The...
ThirdParty/clojure-contrib-1.1.0/src/clojure/contrib/server_socket.clj
allertonm/Couverjure
3
;; Copyright (c) Craig McDaniel, Jan 2009. All rights reserved. ;; The use and distribution terms for this software are covered by the ;; Eclipse Public License 1.0 (http://opensource.org/licenses/eclipse-1.0.php) ;; which can be found in the file epl-v10.html at the root of this distribution. ;; By using this sof...
119093
;; Copyright (c) <NAME>, <NAME> 2009. All rights reserved. ;; The use and distribution terms for this software are covered by the ;; Eclipse Public License 1.0 (http://opensource.org/licenses/eclipse-1.0.php) ;; which can be found in the file epl-v10.html at the root of this distribution. ;; By using this software...
true
;; Copyright (c) PI:NAME:<NAME>END_PI, PI:NAME:<NAME>END_PI 2009. All rights reserved. ;; The use and distribution terms for this software are covered by the ;; Eclipse Public License 1.0 (http://opensource.org/licenses/eclipse-1.0.php) ;; which can be found in the file epl-v10.html at the root of this distribution...
[ { "context": "convert a single file\"\n (is (= \"{\n\\\"name\\\" : \\\"foo\\\",\n\\\"weight\\\" : \\\"5\\\",\n\\\"size\\\" : \\\"7\\\"\n}\n\" (conv", "end": 223, "score": 0.8378406763076782, "start": 220, "tag": "NAME", "value": "foo" }, { "context": "name\\\" : \\\"foo\\\",\n\\\"...
json-conversion/test/json_conversion/jsonify_test.clj
R1ck77/codemaat-scripts
0
(ns json-conversion.jsonify-test (:require [clojure.test :refer :all] [json-conversion.jsonify :refer :all])) (deftest test-branch-to-json (testing "can convert a single file" (is (= "{ \"name\" : \"foo\", \"weight\" : \"5\", \"size\" : \"7\" } " (convert-hierarchy ["foo" {:weight 5, :size 7}])))) ...
31305
(ns json-conversion.jsonify-test (:require [clojure.test :refer :all] [json-conversion.jsonify :refer :all])) (deftest test-branch-to-json (testing "can convert a single file" (is (= "{ \"name\" : \"<NAME>\", \"weight\" : \"5\", \"size\" : \"7\" } " (convert-hierarchy ["foo" {:weight 5, :size 7}]))...
true
(ns json-conversion.jsonify-test (:require [clojure.test :refer :all] [json-conversion.jsonify :refer :all])) (deftest test-branch-to-json (testing "can convert a single file" (is (= "{ \"name\" : \"PI:NAME:<NAME>END_PI\", \"weight\" : \"5\", \"size\" : \"7\" } " (convert-hierarchy ["foo" {:weight ...
[ { "context": "t\"]\n [:a.header__link {:href \"mailto:hello@xtdb.com\" :target \"_blank\"} \"Email Support\"]]]\n ", "end": 6282, "score": 0.9999086856842041, "start": 6268, "tag": "EMAIL", "value": "hello@xtdb.com" } ]
modules/http-server/src/xtdb/http_server/util.clj
aleksandersumowski/xtdb
1,500
(ns xtdb.http-server.util (:require [clojure.java.io :as io] [clojure.pprint :as pp] [clojure.spec.alpha :as s] [cognitect.transit :as transit] [xtdb.api :as xt] [xtdb.codec :as c] [xtdb.http-server.json :as http-json] [xtdb.io :as xi...
20320
(ns xtdb.http-server.util (:require [clojure.java.io :as io] [clojure.pprint :as pp] [clojure.spec.alpha :as s] [cognitect.transit :as transit] [xtdb.api :as xt] [xtdb.codec :as c] [xtdb.http-server.json :as http-json] [xtdb.io :as xi...
true
(ns xtdb.http-server.util (:require [clojure.java.io :as io] [clojure.pprint :as pp] [clojure.spec.alpha :as s] [cognitect.transit :as transit] [xtdb.api :as xt] [xtdb.codec :as c] [xtdb.http-server.json :as http-json] [xtdb.io :as xi...
[ { "context": "(ns\n ^{:author \"Brian Craft\"\n :doc \"Protocol for xena operations on a data", "end": 28, "score": 0.9998757839202881, "start": 17, "tag": "NAME", "value": "Brian Craft" } ]
src/cavm/db.clj
ucscXena/ucsc-xena-server
8
(ns ^{:author "Brian Craft" :doc "Protocol for xena operations on a database."} cavm.db) (defprotocol XenaDb "Xena database protocol" (write-matrix [this mname files metadata data-fn features always] "Write a dataset to the database. <mname> --- the (unique) name of the data...
15063
(ns ^{:author "<NAME>" :doc "Protocol for xena operations on a database."} cavm.db) (defprotocol XenaDb "Xena database protocol" (write-matrix [this mname files metadata data-fn features always] "Write a dataset to the database. <mname> --- the (unique) name of the dataset. ...
true
(ns ^{:author "PI:NAME:<NAME>END_PI" :doc "Protocol for xena operations on a database."} cavm.db) (defprotocol XenaDb "Xena database protocol" (write-matrix [this mname files metadata data-fn features always] "Write a dataset to the database. <mname> --- the (unique) name of...
[ { "context": "))\n '(\"Various Artists\"\n \"Bob Dylan\"\n \"Ray Charles\"\n \"Muddy", "end": 4618, "score": 0.9998834133148193, "start": 4609, "tag": "NAME", "value": "Bob Dylan" }, { "context": "Artists\"\n \"Bob Dylan\...
src/icw/data/process.clj
akshar314/InClojure2019-workshop
0
(ns icw.data.process (:require [clojure.string :as cs] [icw.java-interop.jdbc :as jdbc] [clojure.data.csv :as csv] [clojure.string :as cs] [icw.data.gen :as data-gen] [clojure.string :as str])) ;; Reading and processing data from resources/data/albumlist.c...
116215
(ns icw.data.process (:require [clojure.string :as cs] [icw.java-interop.jdbc :as jdbc] [clojure.data.csv :as csv] [clojure.string :as cs] [icw.data.gen :as data-gen] [clojure.string :as str])) ;; Reading and processing data from resources/data/albumlist.c...
true
(ns icw.data.process (:require [clojure.string :as cs] [icw.java-interop.jdbc :as jdbc] [clojure.data.csv :as csv] [clojure.string :as cs] [icw.data.gen :as data-gen] [clojure.string :as str])) ;; Reading and processing data from resources/data/albumlist.c...
[ { "context": " [:h1 title]\n body\n [:hr]\n :&copy \" 2011 Howard M. Lewis Ship \"\n [:a.btn {:href \"https://github.com/hlship/c", "end": 668, "score": 0.999824047088623, "start": 648, "tag": "NAME", "value": "Howard M. Lewis Ship" }, { "context": "wis Ship \"\n [:a....
src/test_app.clj
hlship/cascade
8
; This is a temporary file that allows the use of "lein ring server" ; to test the framework with a sample app. (set! *warn-on-reflection* true) (ns test-app (:use compojure.core cascade cascade.asset cascade.import [hiccup core page-helpers]) (:require [cascade.request :as cr] [ring.util.response :as...
14455
; This is a temporary file that allows the use of "lein ring server" ; to test the framework with a sample app. (set! *warn-on-reflection* true) (ns test-app (:use compojure.core cascade cascade.asset cascade.import [hiccup core page-helpers]) (:require [cascade.request :as cr] [ring.util.response :as...
true
; This is a temporary file that allows the use of "lein ring server" ; to test the framework with a sample app. (set! *warn-on-reflection* true) (ns test-app (:use compojure.core cascade cascade.asset cascade.import [hiccup core page-helpers]) (:require [cascade.request :as cr] [ring.util.response :as...
[ { "context": ";; The MIT License (MIT)\n;;\n;; Copyright (c) 2015 Richard Hull\n;;\n;; Permission is hereby granted, free of charg", "end": 62, "score": 0.9997708201408386, "start": 50, "tag": "NAME", "value": "Richard Hull" } ]
src/wam/store.clj
rm-hull/wam
23
;; The MIT License (MIT) ;; ;; Copyright (c) 2015 Richard Hull ;; ;; Permission is hereby granted, free of charge, to any person obtaining a copy ;; of this software and associated documentation files (the "Software"), to deal ;; in the Software without restriction, including without limitation the rights ;; to use, co...
8968
;; The MIT License (MIT) ;; ;; Copyright (c) 2015 <NAME> ;; ;; Permission is hereby granted, free of charge, to any person obtaining a copy ;; of this software and associated documentation files (the "Software"), to deal ;; in the Software without restriction, including without limitation the rights ;; to use, copy, mo...
true
;; The MIT License (MIT) ;; ;; Copyright (c) 2015 PI:NAME:<NAME>END_PI ;; ;; Permission is hereby granted, free of charge, to any person obtaining a copy ;; of this software and associated documentation files (the "Software"), to deal ;; in the Software without restriction, including without limitation the rights ;; to...
[ { "context": ";; Ben Fry's Visualizing Data, Chapter 6, figure 6-2\n;; Select", "end": 12, "score": 0.9426079988479614, "start": 3, "tag": "NAME", "value": "Ben Fry's" }, { "context": "erted from Processing to Clojure as an exercise by Dave Liepmann\n\n(ns vdquil.chapter6.figure6-2\n...
data/test/clojure/24ac2108e50645c291b569928954c32b96150f23figure6-2.clj
harshp8l/deep-learning-lang-detection
84
;; Ben Fry's Visualizing Data, Chapter 6, figure 6-2 ;; Selecting a region of zip codes ;; Converted from Processing to Clojure as an exercise by Dave Liepmann (ns vdquil.chapter6.figure6-2 (:use [quil.core] [vdquil.util]) (:require [clojure.java.io :as io] [clojure.string :as string])) (def c...
124981
;; <NAME> Visualizing Data, Chapter 6, figure 6-2 ;; Selecting a region of zip codes ;; Converted from Processing to Clojure as an exercise by <NAME> (ns vdquil.chapter6.figure6-2 (:use [quil.core] [vdquil.util]) (:require [clojure.java.io :as io] [clojure.string :as string])) (def canvas-heig...
true
;; PI:NAME:<NAME>END_PI Visualizing Data, Chapter 6, figure 6-2 ;; Selecting a region of zip codes ;; Converted from Processing to Clojure as an exercise by PI:NAME:<NAME>END_PI (ns vdquil.chapter6.figure6-2 (:use [quil.core] [vdquil.util]) (:require [clojure.java.io :as io] [clojure.string :as...
[ { "context": "! *unchecked-math* :warn-on-boxed)\n(ns ^{:author \"John Alan McDonald\" :date \"2016-09-09\"\n :doc \"Tests for zana.co", "end": 105, "score": 0.9998774528503418, "start": 87, "tag": "NAME", "value": "John Alan McDonald" } ]
src/test/clojure/zana/test/collections/cube.clj
wahpenayo/zana
2
(set! *warn-on-reflection* true) (set! *unchecked-math* :warn-on-boxed) (ns ^{:author "John Alan McDonald" :date "2016-09-09" :doc "Tests for zana.collections.cube" } zana.test.collections.cube (:require [clojure.test :as test] [clojure.pprint :as pp] [zana.test.defs.data.emp...
122216
(set! *warn-on-reflection* true) (set! *unchecked-math* :warn-on-boxed) (ns ^{:author "<NAME>" :date "2016-09-09" :doc "Tests for zana.collections.cube" } zana.test.collections.cube (:require [clojure.test :as test] [clojure.pprint :as pp] [zana.test.defs.data.empty :as empty...
true
(set! *warn-on-reflection* true) (set! *unchecked-math* :warn-on-boxed) (ns ^{:author "PI:NAME:<NAME>END_PI" :date "2016-09-09" :doc "Tests for zana.collections.cube" } zana.test.collections.cube (:require [clojure.test :as test] [clojure.pprint :as pp] [zana.test.defs.data.e...
[ { "context": "NSE-2.0\"\n :year 2021\n :key \"apache-2.0\"}\n :dependencies [[org.clojure/clojure \"1.10.3\"]", "end": 277, "score": 0.9716542959213257, "start": 267, "tag": "KEY", "value": "apache-2.0" } ]
client/project.clj
runopsio/demo-grpc
0
(defproject protojure-tutorial "0.0.1-SNAPSHOT" :description "FIXME: write description" :url "http://example.com/FIXME" :license {:name "Apache License 2.0" :url "https://www.apache.org/licenses/LICENSE-2.0" :year 2021 :key "apache-2.0"} :dependencies [[org.clojure/clojure "1...
12607
(defproject protojure-tutorial "0.0.1-SNAPSHOT" :description "FIXME: write description" :url "http://example.com/FIXME" :license {:name "Apache License 2.0" :url "https://www.apache.org/licenses/LICENSE-2.0" :year 2021 :key "<KEY>"} :dependencies [[org.clojure/clojure "1.10.3...
true
(defproject protojure-tutorial "0.0.1-SNAPSHOT" :description "FIXME: write description" :url "http://example.com/FIXME" :license {:name "Apache License 2.0" :url "https://www.apache.org/licenses/LICENSE-2.0" :year 2021 :key "PI:KEY:<KEY>END_PI"} :dependencies [[org.clojure/cl...
[ { "context": "al]]])))\n\n(defn simple-example []\n [:div\n [:p \"Merhaba\"]\n [counting-component]\n [timer-component]\n ", "end": 871, "score": 0.9984667897224426, "start": 864, "tag": "NAME", "value": "Merhaba" } ]
clj/ex/study_reagent/ex04/src/simpleexample/core.cljs
mertnuhoglu/study
1
(ns simpleexample.core (:require [reagent.core :as r] [reagent.dom :as rdom])) (defn timer-component [] (let [seconds-elapsed (r/atom 0)] (fn [] (js/setTimeout #(swap! seconds-elapsed inc) 1000) [:div "Seconds Elapsed: " @seconds-elapsed]))) (def click-count (r/atom 0)) (defn c...
78667
(ns simpleexample.core (:require [reagent.core :as r] [reagent.dom :as rdom])) (defn timer-component [] (let [seconds-elapsed (r/atom 0)] (fn [] (js/setTimeout #(swap! seconds-elapsed inc) 1000) [:div "Seconds Elapsed: " @seconds-elapsed]))) (def click-count (r/atom 0)) (defn c...
true
(ns simpleexample.core (:require [reagent.core :as r] [reagent.dom :as rdom])) (defn timer-component [] (let [seconds-elapsed (r/atom 0)] (fn [] (js/setTimeout #(swap! seconds-elapsed inc) 1000) [:div "Seconds Elapsed: " @seconds-elapsed]))) (def click-count (r/atom 0)) (defn c...
[ { "context": "]\n :billing-address {:first-name \"Tamizhvendan\"\n :last-name \"", "end": 2343, "score": 0.9998260140419006, "start": 2331, "tag": "NAME", "value": "Tamizhvendan" }, { "context": "\"\n ...
clojure/wheel/src/wheel/oms/order.clj
demystifyfp/BlogSamples
30
(ns wheel.oms.order (:require [clojure.spec.alpha :as s] [wheel.oms.address :as addr] [wheel.oms.payment :as payment] [wheel.oms.order-line :as order-line] [wheel.string :as w-str] [clojure.data.xml :as xml])) (s/def ::order-no w-str/not-blank?) (s/def ::pa...
85652
(ns wheel.oms.order (:require [clojure.spec.alpha :as s] [wheel.oms.address :as addr] [wheel.oms.payment :as payment] [wheel.oms.order-line :as order-line] [wheel.string :as w-str] [clojure.data.xml :as xml])) (s/def ::order-no w-str/not-blank?) (s/def ::pa...
true
(ns wheel.oms.order (:require [clojure.spec.alpha :as s] [wheel.oms.address :as addr] [wheel.oms.payment :as payment] [wheel.oms.order-line :as order-line] [wheel.string :as w-str] [clojure.data.xml :as xml])) (s/def ::order-no w-str/not-blank?) (s/def ::pa...
[ { "context": "and (is-type? % \"Character\") (revealed? %))}}\n \"Heritage Forsaken\"\n {:hosting {:req #(and (is-type? % \"Character\"", "end": 9009, "score": 0.7779531478881836, "start": 8992, "tag": "NAME", "value": "Heritage Forsaken" }, { "context": "nd (is-type? % \"Charact...
src/clj/game/cards/hazard.clj
SylvanSign/cardnum
0
(ns game.cards.hazard (:require [game.core :refer :all] [game.utils :refer :all] [game.macros :refer [effect req msg wait-for continue-ability]] [clojure.string :refer [split-lines split join lower-case includes? starts-with?]] [clojure.stacktrace :refer [print-stack-tr...
112799
(ns game.cards.hazard (:require [game.core :refer :all] [game.utils :refer :all] [game.macros :refer [effect req msg wait-for continue-ability]] [clojure.string :refer [split-lines split join lower-case includes? starts-with?]] [clojure.stacktrace :refer [print-stack-tr...
true
(ns game.cards.hazard (:require [game.core :refer :all] [game.utils :refer :all] [game.macros :refer [effect req msg wait-for continue-ability]] [clojure.string :refer [split-lines split join lower-case includes? starts-with?]] [clojure.stacktrace :refer [print-stack-tr...
[ { "context": "id fid\n :name name\n :perm perm\n", "end": 28193, "score": 0.8536332845687866, "start": 28189, "tag": "NAME", "value": "name" } ]
src/cognitect/clj9p/io.clj
cognitect-labs/clj9p
18
; Copyright 2019 Cognitect. All Rights Reserved. ; ; Licensed under the Apache License, Version 2.0 (the "License"); ; you may not use this file except in compliance with the License. ; You may obtain a copy of the License at ; ; http://www.apache.org/licenses/LICENSE-2.0 ; ; Unless required by applicable law or a...
76276
; Copyright 2019 Cognitect. All Rights Reserved. ; ; Licensed under the Apache License, Version 2.0 (the "License"); ; you may not use this file except in compliance with the License. ; You may obtain a copy of the License at ; ; http://www.apache.org/licenses/LICENSE-2.0 ; ; Unless required by applicable law or a...
true
; Copyright 2019 Cognitect. All Rights Reserved. ; ; Licensed under the Apache License, Version 2.0 (the "License"); ; you may not use this file except in compliance with the License. ; You may obtain a copy of the License at ; ; http://www.apache.org/licenses/LICENSE-2.0 ; ; Unless required by applicable law or a...
[ { "context": "------------------\n;; File tramp.clj\n;; Written by Chris\n;; \n;; Created 4 Oct 2012\n;; Last modified 20 Oc", "end": 110, "score": 0.9998252987861633, "start": 105, "tag": "NAME", "value": "Chris" } ]
src/ctco/expr/tramp.clj
cjfrisz/clojure-tco
64
;;---------------------------------------------------------------------- ;; File tramp.clj ;; Written by Chris ;; ;; Created 4 Oct 2012 ;; Last modified 20 Oct 2012 ;; ;; Defines the TrampMark record type for marking trampoline entry points ;; and the Tramp record type for marking those entry points with the ;; name...
118280
;;---------------------------------------------------------------------- ;; File tramp.clj ;; Written by <NAME> ;; ;; Created 4 Oct 2012 ;; Last modified 20 Oct 2012 ;; ;; Defines the TrampMark record type for marking trampoline entry points ;; and the Tramp record type for marking those entry points with the ;; nam...
true
;;---------------------------------------------------------------------- ;; File tramp.clj ;; Written by PI:NAME:<NAME>END_PI ;; ;; Created 4 Oct 2012 ;; Last modified 20 Oct 2012 ;; ;; Defines the TrampMark record type for marking trampoline entry points ;; and the Tramp record type for marking those entry points w...
[ { "context": " (parse \"length > 3 AND height < 4.5 OR name = \\\"Pete\\\"\") \n {:left {:left {:comparison [:length :> ", "end": 741, "score": 0.9990580081939697, "start": 737, "tag": "NAME", "value": "Pete" }, { "context": " :op :OR\n :right {:comparison [:name := \"P...
test/qu/test/query/where.clj
marcesher/qu
325
(ns qu.test.query.where (:require [clojure.test :refer :all] [qu.test-util :refer :all] [protoflex.parse :as p] [qu.query.where :refer [parse mongo-eval]]) (:import (java.util.regex Pattern))) (deftest test-parse (testing "can parse simple comparisons" (does= (parse "...
47261
(ns qu.test.query.where (:require [clojure.test :refer :all] [qu.test-util :refer :all] [protoflex.parse :as p] [qu.query.where :refer [parse mongo-eval]]) (:import (java.util.regex Pattern))) (deftest test-parse (testing "can parse simple comparisons" (does= (parse "...
true
(ns qu.test.query.where (:require [clojure.test :refer :all] [qu.test-util :refer :all] [protoflex.parse :as p] [qu.query.where :refer [parse mongo-eval]]) (:import (java.util.regex Pattern))) (deftest test-parse (testing "can parse simple comparisons" (does= (parse "...
[ { "context": "key \"key\"\n :secret \"secret\"}\n bucket \"bucket\"\n obj-nam", "end": 445, "score": 0.5801390409469604, "start": 439, "tag": "KEY", "value": "secret" } ]
code/test/sixsq/nuvla/server/resources/data/utils_test.clj
nuvla/server
6
(ns sixsq.nuvla.server.resources.data.utils-test (:require [clojure.string :as str] [clojure.test :refer [deftest is]] [sixsq.nuvla.server.resources.data.utils :as u]) (:import (com.amazonaws AmazonServiceException))) (deftest test-generate-url (let [os-host "s3.cloud.com" obj-sto...
68216
(ns sixsq.nuvla.server.resources.data.utils-test (:require [clojure.string :as str] [clojure.test :refer [deftest is]] [sixsq.nuvla.server.resources.data.utils :as u]) (:import (com.amazonaws AmazonServiceException))) (deftest test-generate-url (let [os-host "s3.cloud.com" obj-sto...
true
(ns sixsq.nuvla.server.resources.data.utils-test (:require [clojure.string :as str] [clojure.test :refer [deftest is]] [sixsq.nuvla.server.resources.data.utils :as u]) (:import (com.amazonaws AmazonServiceException))) (deftest test-generate-url (let [os-host "s3.cloud.com" obj-sto...
[ { "context": ";; Copyright (c) 2015-2017 Andrey Antukh <niwi@niwi.nz>\n;; All rights reserved.\n;;\n;; Redi", "end": 40, "score": 0.9998806118965149, "start": 27, "tag": "NAME", "value": "Andrey Antukh" }, { "context": ";; Copyright (c) 2015-2017 Andrey Antukh <niwi@niwi.nz>\n;; All ...
src/clojure/catacumba/impl/sse.clj
source-c/catacumba
212
;; Copyright (c) 2015-2017 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 ;; ...
76527
;; Copyright (c) 2015-2017 <NAME> <<EMAIL>> ;; All rights reserved. ;; ;; Redistribution and use in source and binary forms, with or without ;; modification, are permitted provided that the following conditions are met: ;; ;; * Redistributions of source code must retain the above copyright notice, this ;; list of con...
true
;; Copyright (c) 2015-2017 PI:NAME:<NAME>END_PI <PI:EMAIL:<EMAIL>END_PI> ;; All rights reserved. ;; ;; Redistribution and use in source and binary forms, with or without ;; modification, are permitted provided that the following conditions are met: ;; ;; * Redistributions of source code must retain the above copyright ...
[ { "context": "e \"enter login:\"}\n \"user\" {:login \"alice\", :id 1, :password \"1234\"}})\n\n(def login-entered ", "end": 365, "score": 0.9985220432281494, "start": 360, "tag": "USERNAME", "value": "alice" }, { "context": " \"user\" {:login \"alice\", :id 1, ...
data/train/clojure/4bf9c1eaf1ffcda5a0c819f568b68ca712694941login_test.clj
harshp8l/deep-learning-lang-detection
84
(ns zombunity.login-test (:use clojure.test) (:require [zombunity.dispatch :as disp] [zombunity.data :as data] [zombunity.data.login-data :as login-data])) (def first-run {"login_state" {:conn_id 1 :num_logins 1 :num_passwords 0} "msg-to-client" {:conn-id 1 :message "enter l...
32882
(ns zombunity.login-test (:use clojure.test) (:require [zombunity.dispatch :as disp] [zombunity.data :as data] [zombunity.data.login-data :as login-data])) (def first-run {"login_state" {:conn_id 1 :num_logins 1 :num_passwords 0} "msg-to-client" {:conn-id 1 :message "enter l...
true
(ns zombunity.login-test (:use clojure.test) (:require [zombunity.dispatch :as disp] [zombunity.data :as data] [zombunity.data.login-data :as login-data])) (def first-run {"login_state" {:conn_id 1 :num_logins 1 :num_passwords 0} "msg-to-client" {:conn-id 1 :message "enter l...
[ { "context": " (str\n \"Hi, I'm Josh Mathews. \"\n \"I'm a mus", "end": 305, "score": 0.9998325109481812, "start": 293, "tag": "NAME", "value": "Josh Mathews" } ]
src/homepage/home.cljs
jfacoustic/homepage-frontend
0
(ns homepage.home) (defn home [] [:section {:class "hero is-fullheight"} [:div {:class "hero-body"} [:div {:class "container introduction"} [:h1 {:class "title has-text-light"} "Introduction"] [:p {:class "has-text-light"} (str "Hi, I'm Josh Mathews. " ...
98635
(ns homepage.home) (defn home [] [:section {:class "hero is-fullheight"} [:div {:class "hero-body"} [:div {:class "container introduction"} [:h1 {:class "title has-text-light"} "Introduction"] [:p {:class "has-text-light"} (str "Hi, I'm <NAME>. " ...
true
(ns homepage.home) (defn home [] [:section {:class "hero is-fullheight"} [:div {:class "hero-body"} [:div {:class "container introduction"} [:h1 {:class "title has-text-light"} "Introduction"] [:p {:class "has-text-light"} (str "Hi, I'm PI:NAME:<NAME>END_PI. " ...
[ { "context": ";; Copyright (c) Nicolas Buduroi. All rights reserved.\n;; The use and distribution", "end": 32, "score": 0.999888002872467, "start": 17, "tag": "NAME", "value": "Nicolas Buduroi" }, { "context": "r any other, from this software.\n\n(ns #^{:author \"Nicolas Buduroi\"\n ...
data/test/clojure/e35b90b4597d8dd922c968ba5944184bc2f64ba0core.clj
harshp8l/deep-learning-lang-detection
84
;; Copyright (c) Nicolas Buduroi. All rights reserved. ;; The use and distribution terms for this software are covered by the ;; Eclipse Public License 1.0 which can be found in the file ;; epl-v10.html at the root of this distribution. By using this software ;; in any fashion, you are agreeing to be bound by the terms...
25074
;; Copyright (c) <NAME>. All rights reserved. ;; The use and distribution terms for this software are covered by the ;; Eclipse Public License 1.0 which can be found in the file ;; epl-v10.html at the root of this distribution. By using this software ;; in any fashion, you are agreeing to be bound by the terms of this ...
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 which can be found in the file ;; epl-v10.html at the root of this distribution. By using this software ;; in any fashion, you are agreeing to be bound by the ...
[ { "context": "s.crypto.SCryptUtil/check \"keijo\" (password-hash \"keijo\"))))\n\n(deftest match-properly\n (is (password-mat", "end": 175, "score": 0.8402026295661926, "start": 170, "tag": "PASSWORD", "value": "keijo" }, { "context": "\n\n(deftest match-properly\n (is (password-ma...
test/ontrail/test/crypto.clj
jrosti/ontrail
1
(ns ontrail.test.crypto (:use [ontrail.crypto]) (:use [clojure.test])) (deftest hash-properly (is (com.lambdaworks.crypto.SCryptUtil/check "keijo" (password-hash "keijo")))) (deftest match-properly (is (password-match? "keijo" (com.lambdaworks.crypto.SCryptUtil/scrypt "keijo" 16384 8 1)))) (deftest not-match...
21271
(ns ontrail.test.crypto (:use [ontrail.crypto]) (:use [clojure.test])) (deftest hash-properly (is (com.lambdaworks.crypto.SCryptUtil/check "keijo" (password-hash "<PASSWORD>")))) (deftest match-properly (is (password-match? "<PASSWORD>" (com.lambdaworks.crypto.SCryptUtil/scrypt "<PASSWORD>" 16384 8 1)))) (de...
true
(ns ontrail.test.crypto (:use [ontrail.crypto]) (:use [clojure.test])) (deftest hash-properly (is (com.lambdaworks.crypto.SCryptUtil/check "keijo" (password-hash "PI:PASSWORD:<PASSWORD>END_PI")))) (deftest match-properly (is (password-match? "PI:PASSWORD:<PASSWORD>END_PI" (com.lambdaworks.crypto.SCryptUtil/sc...
[ { "context": "\"catorze\"\n \"quatorze\"\n (number 14)\n\n \"16\"\n \"dezesseis\"\n \"dezasseis\"\n (number 16)\n\n \"17\"\n \"dezessete", "end": 317, "score": 0.6947434544563293, "start": 310, "tag": "NAME", "value": "zesseis" }, { "context": "atorze\"\n (number 14)\n\n \"...
resources/languages/pt/corpus/numbers.clj
irvingflores/duckling
922
(; Context map {} "1" "um" "uma" (number 1) "2" "dois" "duas" (number 2) "3" "três" "tres" (number 3) "6" "seis" (number 6) "11" "onze" (number 11) "12" "doze" "uma dúzia" "uma duzia" (number 12) "14" "catorze" "quatorze" (number 14) "16" "dezesseis" ...
1861
(; Context map {} "1" "um" "uma" (number 1) "2" "dois" "duas" (number 2) "3" "três" "tres" (number 3) "6" "seis" (number 6) "11" "onze" (number 11) "12" "doze" "uma dúzia" "uma duzia" (number 12) "14" "catorze" "quatorze" (number 14) "16" "de<NAME>" ...
true
(; Context map {} "1" "um" "uma" (number 1) "2" "dois" "duas" (number 2) "3" "três" "tres" (number 3) "6" "seis" (number 6) "11" "onze" (number 11) "12" "doze" "uma dúzia" "uma duzia" (number 12) "14" "catorze" "quatorze" (number 14) "16" "dePI:NAME:<N...
[ { "context": "ge/include-js \"/lsnet/js/public.js\")\n [:title \"Laura Shaffer - Independent Beauty Consultant\"]]\n [:body\n ", "end": 352, "score": 0.9997392892837524, "start": 339, "tag": "NAME", "value": "Laura Shaffer" }, { "context": "tant\"]]\n [:body\n [:div#info...
data/train/clojure/8b6598ffe611a4e29f757f8c4d1000b07737ca08page.clj
harshp8l/deep-learning-lang-detection
84
(ns lsnet.page (:require [hiccup.core :as h] [hiccup.page :as page])) (defn layout [& body] (page/html5 [:head (page/include-css "/lsnet/css/stylesheet.css") (page/include-js "/js/jquery-1.10.2.min.js") (page/include-js "/lsnet/js/jquery.cookie.js") (page/include-js "/lsnet/js/public...
32044
(ns lsnet.page (:require [hiccup.core :as h] [hiccup.page :as page])) (defn layout [& body] (page/html5 [:head (page/include-css "/lsnet/css/stylesheet.css") (page/include-js "/js/jquery-1.10.2.min.js") (page/include-js "/lsnet/js/jquery.cookie.js") (page/include-js "/lsnet/js/public...
true
(ns lsnet.page (:require [hiccup.core :as h] [hiccup.page :as page])) (defn layout [& body] (page/html5 [:head (page/include-css "/lsnet/css/stylesheet.css") (page/include-js "/js/jquery-1.10.2.min.js") (page/include-js "/lsnet/js/jquery.cookie.js") (page/include-js "/lsnet/js/public...
[ { "context": "est-user [c]\n (let [login-code (db/->login-code \"test@example.com\")\n tokens (db/->tokens)\n user (db/-", "end": 581, "score": 0.9997749328613281, "start": 565, "tag": "EMAIL", "value": "test@example.com" } ]
test/instant_website/test_utils.clj
instantwebsite/core-api
0
(ns instant-website.test-utils (:require [crux.api :as crux] [instant-website.db :as db] [instant-website.handlers.websites :as websites] [instant-website.handlers.domains :as domains])) (defn crux-node [] (crux/start-node {})) (defn await-put! [c e] (crux/await-tx c (db/put! c e))) (defn await...
58463
(ns instant-website.test-utils (:require [crux.api :as crux] [instant-website.db :as db] [instant-website.handlers.websites :as websites] [instant-website.handlers.domains :as domains])) (defn crux-node [] (crux/start-node {})) (defn await-put! [c e] (crux/await-tx c (db/put! c e))) (defn await...
true
(ns instant-website.test-utils (:require [crux.api :as crux] [instant-website.db :as db] [instant-website.handlers.websites :as websites] [instant-website.handlers.domains :as domains])) (defn crux-node [] (crux/start-node {})) (defn await-put! [c e] (crux/await-tx c (db/put! c e))) (defn await...
[ { "context": "fault nil}\n {:key :test-setting-2\n :value \"S2\"\n ", "end": 10855, "score": 0.9704132080078125, "start": 10841, "tag": "KEY", "value": "test-setting-2" }, { "context": "encrypted!\"\n (encryption-te...
c#-metabase/test/metabase/models/setting_test.clj
hanakhry/Crime_Admin
0
(ns metabase.models.setting-test (:require [clojure.test :refer :all] [environ.core :as env] [medley.core :as m] [metabase.models.setting :as setting :refer [defsetting Setting]] [metabase.models.setting.cache :as cache] [metabase.test :as mt] [m...
20564
(ns metabase.models.setting-test (:require [clojure.test :refer :all] [environ.core :as env] [medley.core :as m] [metabase.models.setting :as setting :refer [defsetting Setting]] [metabase.models.setting.cache :as cache] [metabase.test :as mt] [m...
true
(ns metabase.models.setting-test (:require [clojure.test :refer :all] [environ.core :as env] [medley.core :as m] [metabase.models.setting :as setting :refer [defsetting Setting]] [metabase.models.setting.cache :as cache] [metabase.test :as mt] [m...
[ { "context": "ll each render frame:\n(defn render []\n (println \"tjosan\"))\n\n; Deref prevents program terminating before t", "end": 297, "score": 0.8553306460380554, "start": 291, "tag": "NAME", "value": "tjosan" } ]
LWJGL/ex01 - hello window/src/main.clj
hoppfull/Legacy-Clojure
0
(ns main) (load "graphics/window") ; A handle for closing program remotely (such as from input) (def close? (atom false)) ; Mechanism to simulate a remote close request: (future (Thread/sleep 1000) (swap! close? not)) ; Function to call each render frame: (defn render [] (println "tjosan")) ; Deref prevents p...
72367
(ns main) (load "graphics/window") ; A handle for closing program remotely (such as from input) (def close? (atom false)) ; Mechanism to simulate a remote close request: (future (Thread/sleep 1000) (swap! close? not)) ; Function to call each render frame: (defn render [] (println "<NAME>")) ; Deref prevents p...
true
(ns main) (load "graphics/window") ; A handle for closing program remotely (such as from input) (def close? (atom false)) ; Mechanism to simulate a remote close request: (future (Thread/sleep 1000) (swap! close? not)) ; Function to call each render frame: (defn render [] (println "PI:NAME:<NAME>END_PI")) ; De...
[ { "context": " \"clojure implementation of SHA-3\"\n :author \"Joshua Greenberg\"}\n joshua-g.sha-3\n (:require [hiphip.long :as h", "end": 76, "score": 0.999882698059082, "start": 60, "tag": "NAME", "value": "Joshua Greenberg" } ]
src/joshua_g/sha_3.clj
mikroskeem/clojure-sha-3
4
(ns ^{:doc "clojure implementation of SHA-3" :author "Joshua Greenberg"} joshua-g.sha-3 (:require [hiphip.long :as hl])) ; for mutable array sugar (set! *unchecked-math* true) (declare keccak-1600) (declare round-1600) (declare break-into-blocks-and-pad) (declare split-into-words) (declare word-to-little-en...
117511
(ns ^{:doc "clojure implementation of SHA-3" :author "<NAME>"} joshua-g.sha-3 (:require [hiphip.long :as hl])) ; for mutable array sugar (set! *unchecked-math* true) (declare keccak-1600) (declare round-1600) (declare break-into-blocks-and-pad) (declare split-into-words) (declare word-to-little-endian-bytes...
true
(ns ^{:doc "clojure implementation of SHA-3" :author "PI:NAME:<NAME>END_PI"} joshua-g.sha-3 (:require [hiphip.long :as hl])) ; for mutable array sugar (set! *unchecked-math* true) (declare keccak-1600) (declare round-1600) (declare break-into-blocks-and-pad) (declare split-into-words) (declare word-to-littl...
[ { "context": "(\n ; Context map\n {}\n\n \"0\"\n \"нуль\"\n (number 0)\n\n \"1\"\n \"один\"\n (number 1)\n\n ", "end": 34, "score": 0.5523261427879333, "start": 33, "tag": "NAME", "value": "н" }, { "context": "r 1)\n\n \"2\"\n \"02\"\n \"два\"\n (number 2)\n\n \"3\"\n ...
resources/languages/uk/corpus/numbers.clj
guivn/duckling
922
( ; Context map {} "0" "нуль" (number 0) "1" "один" (number 1) "2" "02" "два" (number 2) "3" "три" "03" (number 3) "4" "чотири" "04" (number 4) "п‘ять" "5" "05" (number 5) "33" "тридцять три" "0033" (number 33) "14" "чотирнадцять" (number 14) "16"...
115936
( ; Context map {} "0" "<NAME>уль" (number 0) "1" "один" (number 1) "2" "02" "два" (number 2) "3" "<NAME>ри" "03" (number 3) "4" "чотири" "04" (number 4) "п‘ять" "5" "05" (number 5) "33" "тридцять три" "0033" (number 33) "14" "чотирнадцять" (number 1...
true
( ; Context map {} "0" "PI:NAME:<NAME>END_PIуль" (number 0) "1" "один" (number 1) "2" "02" "два" (number 2) "3" "PI:NAME:<NAME>END_PIри" "03" (number 3) "4" "чотири" "04" (number 4) "п‘ять" "5" "05" (number 5) "33" "тридцять три" "0033" (number 33) "14" ...
[ { "context": "ss))\n\n;; Will result into '(if true (do (println \"henlo\")))'\n(macroexpand-1 '(when true (println \"henlo\")", "end": 92, "score": 0.7151526212692261, "start": 87, "tag": "NAME", "value": "henlo" }, { "context": " \"henlo\")))'\n(macroexpand-1 '(when true (println \...
src/clojure_course/macros.clj
gbartoczevicz/clojure-course
1
(ns clojure-course.macros (:gen-class)) ;; Will result into '(if true (do (println "henlo")))' (macroexpand-1 '(when true (println "henlo")))
119909
(ns clojure-course.macros (:gen-class)) ;; Will result into '(if true (do (println "<NAME>")))' (macroexpand-1 '(when true (println "<NAME>")))
true
(ns clojure-course.macros (:gen-class)) ;; Will result into '(if true (do (println "PI:NAME:<NAME>END_PI")))' (macroexpand-1 '(when true (println "PI:NAME:<NAME>END_PI")))
[ { "context": " :clientSecret \"ABCDEF...\"}})\n\n\n(deftest check-metadata\n (mdtu/check-metada", "end": 2052, "score": 0.8573012948036194, "start": 2042, "tag": "KEY", "value": "ABCDEF...\"" }, { "context": "callback)\n\n (let [github-...
cimi/test/com/sixsq/slipstream/ssclj/resources/user_template_github_lifecycle_test.clj
slipstream/SlipStreamServer
6
(ns com.sixsq.slipstream.ssclj.resources.user-template-github-lifecycle-test (:require [clojure.data.json :as json] [clojure.test :refer [are deftest is use-fixtures]] [com.sixsq.slipstream.auth.external :as ex] [com.sixsq.slipstream.auth.github :as auth-github] [com.sixsq.slipstream.auth.utils.db...
26051
(ns com.sixsq.slipstream.ssclj.resources.user-template-github-lifecycle-test (:require [clojure.data.json :as json] [clojure.test :refer [are deftest is use-fixtures]] [com.sixsq.slipstream.auth.external :as ex] [com.sixsq.slipstream.auth.github :as auth-github] [com.sixsq.slipstream.auth.utils.db...
true
(ns com.sixsq.slipstream.ssclj.resources.user-template-github-lifecycle-test (:require [clojure.data.json :as json] [clojure.test :refer [are deftest is use-fixtures]] [com.sixsq.slipstream.auth.external :as ex] [com.sixsq.slipstream.auth.github :as auth-github] [com.sixsq.slipstream.auth.utils.db...
[ { "context": "ne) visible?)\n (let [user-data-key (keyword \"hidden-pane\" pane-id)\n {:keys [pane size]} (ui/use", "end": 5122, "score": 0.9825261235237122, "start": 5111, "tag": "KEY", "value": "hidden-pane" }, { "context": " (let [user-data-key (keyword \"hidden-p...
editor/src/clj/editor/app_view.clj
dapetcu21/defold
0
;; Copyright 2020 The Defold Foundation ;; 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://www.defold.com/license ;; ;; Unless required by applicable law or agr...
29560
;; Copyright 2020 The Defold Foundation ;; 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://www.defold.com/license ;; ;; Unless required by applicable law or agr...
true
;; Copyright 2020 The Defold Foundation ;; 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://www.defold.com/license ;; ;; Unless required by applicable law or agr...
[ { "context": "aradigms of AI Programming\n;;;; Copyright (c) 1991 Peter Norvig\n\n;;;; File prolog.lisp: prolog from (11.3), with ", "end": 79, "score": 0.9997673034667969, "start": 67, "tag": "NAME", "value": "Peter Norvig" }, { "context": "- (:member :?x (1 2 3))))\n\n(comment\n\n ...
clojure/src/prolog.cljc
jfacorro/paip-lisp
0
;;;; Code from Paradigms of AI Programming ;;;; Copyright (c) 1991 Peter Norvig ;;;; File prolog.lisp: prolog from (11.3), with interactive backtracking. (ns prolog ; does not require "prolog1" (:require [unify :as u] [patmatch :as p] [clojure.walk :as walk] ...
17463
;;;; Code from Paradigms of AI Programming ;;;; Copyright (c) 1991 <NAME> ;;;; File prolog.lisp: prolog from (11.3), with interactive backtracking. (ns prolog ; does not require "prolog1" (:require [unify :as u] [patmatch :as p] [clojure.walk :as walk] ...
true
;;;; Code from Paradigms of AI Programming ;;;; Copyright (c) 1991 PI:NAME:<NAME>END_PI ;;;; File prolog.lisp: prolog from (11.3), with interactive backtracking. (ns prolog ; does not require "prolog1" (:require [unify :as u] [patmatch :as p] [clojure.walk :as wal...
[ { "context": "ojure/tools.reader]]\n [com.github.kyleburton/clj-xpath \"1.4.11\" :exclusions [org.clojure/tools", "end": 912, "score": 0.9878349900245667, "start": 902, "tag": "USERNAME", "value": "kyleburton" }, { "context": "er.com\"\n :ma...
project.clj
dgknght/clj-money
5
(defproject clj-money "1.0.0-SNAPSHOT" :description "Accounting application written in Clojure for the web" :url "http://money.herokuapp.com" :license {:name "Eclipse Public License v1.0" :url "http://www.eclipse.org/legal/epl-v10.html"} :dependencies [[org.clojure/clojure "1.10.1" :exclusions [org....
74577
(defproject clj-money "1.0.0-SNAPSHOT" :description "Accounting application written in Clojure for the web" :url "http://money.herokuapp.com" :license {:name "Eclipse Public License v1.0" :url "http://www.eclipse.org/legal/epl-v10.html"} :dependencies [[org.clojure/clojure "1.10.1" :exclusions [org....
true
(defproject clj-money "1.0.0-SNAPSHOT" :description "Accounting application written in Clojure for the web" :url "http://money.herokuapp.com" :license {:name "Eclipse Public License v1.0" :url "http://www.eclipse.org/legal/epl-v10.html"} :dependencies [[org.clojure/clojure "1.10.1" :exclusions [org....
[ { "context": ";; Copyright 2014-2020 King\n;; Copyright 2009-2014 Ragnar Svensson, Christian Murray\n;; Licensed under the Defold Li", "end": 111, "score": 0.9998123645782471, "start": 96, "tag": "NAME", "value": "Ragnar Svensson" }, { "context": "-2020 King\n;; Copyright 2009-2014 R...
editor/src/clj/editor/messages.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...
32473
;; 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": "ange 1 (inc t))))\n\n\n\n\n(def init-results '({:name \"Vixen\" :points 0}\n {:name \"Blitzen\" ", "end": 1144, "score": 0.9993696212768555, "start": 1139, "tag": "NAME", "value": "Vixen" }, { "context": "me \"Vixen\" :points 0}\n {...
day14.clj
tharibo/adventofcode
0
(defn full-flight-periods [total-duration fly-time rest-time] (int (/ total-duration (+ fly-time rest-time)))) (defn final-seconds-of-flight [total-duration fly-time rest-time] (mod total-duration (+ fly-time rest-time))) (defn compute-distance [total-duration speed fly-time rest-time] (+ (* speed fly-time (ful...
10324
(defn full-flight-periods [total-duration fly-time rest-time] (int (/ total-duration (+ fly-time rest-time)))) (defn final-seconds-of-flight [total-duration fly-time rest-time] (mod total-duration (+ fly-time rest-time))) (defn compute-distance [total-duration speed fly-time rest-time] (+ (* speed fly-time (ful...
true
(defn full-flight-periods [total-duration fly-time rest-time] (int (/ total-duration (+ fly-time rest-time)))) (defn final-seconds-of-flight [total-duration fly-time rest-time] (mod total-duration (+ fly-time rest-time))) (defn compute-distance [total-duration speed fly-time rest-time] (+ (* speed fly-time (ful...
[ { "context": "\n (with-out-str (built-like :Account {:password \"foo\"}))\n => #\":password should contain a digit\")\n\n(s", "end": 718, "score": 0.9805973172187805, "start": 715, "tag": "PASSWORD", "value": "foo" } ]
test/structural_typing/use/condensed_type_descriptions/f_explain_with.clj
marick/structural-typing
265
(ns structural-typing.use.condensed-type-descriptions.f-explain-with (:require [structural-typing.assist.oopsie :as oopsie]) (:use midje.sweet structural-typing.type structural-typing.global-type structural-typing.clojure.core structural-typing.assist.testutil) (:refer-clojure :exc...
811
(ns structural-typing.use.condensed-type-descriptions.f-explain-with (:require [structural-typing.assist.oopsie :as oopsie]) (:use midje.sweet structural-typing.type structural-typing.global-type structural-typing.clojure.core structural-typing.assist.testutil) (:refer-clojure :exc...
true
(ns structural-typing.use.condensed-type-descriptions.f-explain-with (:require [structural-typing.assist.oopsie :as oopsie]) (:use midje.sweet structural-typing.type structural-typing.global-type structural-typing.clojure.core structural-typing.assist.testutil) (:refer-clojure :exc...
[ { "context": ";; Copyright 2014-2020 King\n;; Copyright 2009-2014 Ragnar Svensson, Christian Murray\n;; Licensed under the Defold Li", "end": 111, "score": 0.9998068809509277, "start": 96, "tag": "NAME", "value": "Ragnar Svensson" }, { "context": "-2020 King\n;; Copyright 2009-2014 R...
editor/src/clj/editor/resource_watch.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...
63233
;; 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": "(def libhoney-version \"1.0.6\")\n\n(defproject conormcd/clj-honeycomb (str libhoney-version\n ", "end": 50, "score": 0.6387937068939209, "start": 44, "tag": "USERNAME", "value": "conorm" }, { "context": "uilt on libhoney-java.\"\n :url \"http://github.com/co...
project.clj
conormcd/clj-honeycomb
17
(def libhoney-version "1.0.6") (defproject conormcd/clj-honeycomb (str libhoney-version (or (some->> "CIRCLE_BUILD_NUM" System/getenv (str ".")) "-dev")) :description "A Clojure interface to Honeycomb.io, built on libhoney-java." :...
113815
(def libhoney-version "1.0.6") (defproject conormcd/clj-honeycomb (str libhoney-version (or (some->> "CIRCLE_BUILD_NUM" System/getenv (str ".")) "-dev")) :description "A Clojure interface to Honeycomb.io, built on libhoney-java." :...
true
(def libhoney-version "1.0.6") (defproject conormcd/clj-honeycomb (str libhoney-version (or (some->> "CIRCLE_BUILD_NUM" System/getenv (str ".")) "-dev")) :description "A Clojure interface to Honeycomb.io, built on libhoney-java." :...
[ { "context": " :format-key :dif10})\n granule (d/ingest-concept-with-metadata", "end": 2122, "score": 0.9486689567565918, "start": 2120, "tag": "KEY", "value": "10" }, { "context": " :format-key :echo10})]\n (...
system-int-test/test/cmr/system_int_test/search/granule_orbit_search_test.clj
eereiter/Common-Metadata-Repository
0
(ns cmr.system-int-test.search.granule-orbit-search-test "Tests for spatial search with orbital back tracking." (:require [clojure.string :as s] [clojure.test :refer :all] [cmr.common.util :as u] [cmr.spatial.codec :as codec] [cmr.spatial.derived :as derived] [cmr.spatial.kml :as kml] [cmr.spat...
12271
(ns cmr.system-int-test.search.granule-orbit-search-test "Tests for spatial search with orbital back tracking." (:require [clojure.string :as s] [clojure.test :refer :all] [cmr.common.util :as u] [cmr.spatial.codec :as codec] [cmr.spatial.derived :as derived] [cmr.spatial.kml :as kml] [cmr.spat...
true
(ns cmr.system-int-test.search.granule-orbit-search-test "Tests for spatial search with orbital back tracking." (:require [clojure.string :as s] [clojure.test :refer :all] [cmr.common.util :as u] [cmr.spatial.codec :as codec] [cmr.spatial.derived :as derived] [cmr.spatial.kml :as kml] [cmr.spat...
[ { "context": "\n :email \"non-interractiva@s3.amazonws.com\"\n :role :", "end": 2772, "score": 0.9999069571495056, "start": 2740, "tag": "EMAIL", "value": "non-interractiva@s3.amazonws.com" } ]
src/lambda/filters.clj
raiffeisenbankinternational/edd-core
4
(ns lambda.filters (:require [lambda.util :as util] [clojure.tools.logging :as log] [clojure.string :as str] [sdk.aws.s3 :as s3] [lambda.jwt :as jwt] [lambda.uuid :as uuid])) (def from-queue {:cond (fn [{:keys [body]}] (if (and ...
50154
(ns lambda.filters (:require [lambda.util :as util] [clojure.tools.logging :as log] [clojure.string :as str] [sdk.aws.s3 :as s3] [lambda.jwt :as jwt] [lambda.uuid :as uuid])) (def from-queue {:cond (fn [{:keys [body]}] (if (and ...
true
(ns lambda.filters (:require [lambda.util :as util] [clojure.tools.logging :as log] [clojure.string :as str] [sdk.aws.s3 :as s3] [lambda.jwt :as jwt] [lambda.uuid :as uuid])) (def from-queue {:cond (fn [{:keys [body]}] (if (and ...
[ { "context": "rofile email\"}\n {:send \"link\"\n :email \"zk@welcomecapital.co\"\n :connection \"email\"}))\n\n (gol\n (def a", "end": 6563, "score": 0.9999119639396667, "start": 6543, "tag": "EMAIL", "value": "zk@welcomecapital.co" }, { "context": "rofile email...
src/cljs-browser/rx/browser/auth0.cljs
zk/rx-lib
0
(ns rx.browser.auth0 (:require [rx.kitchen-sink :as ks] [rx.browser :as browser] [rx.browser.local-storage :as ls] [auth0-spa-js] [auth0] [rx.anom :as anom :refer-macros [gol <? <defn]] [clojure.core.async :as async :refer [go <! put...
56137
(ns rx.browser.auth0 (:require [rx.kitchen-sink :as ks] [rx.browser :as browser] [rx.browser.local-storage :as ls] [auth0-spa-js] [auth0] [rx.anom :as anom :refer-macros [gol <? <defn]] [clojure.core.async :as async :refer [go <! put...
true
(ns rx.browser.auth0 (:require [rx.kitchen-sink :as ks] [rx.browser :as browser] [rx.browser.local-storage :as ls] [auth0-spa-js] [auth0] [rx.anom :as anom :refer-macros [gol <? <defn]] [clojure.core.async :as async :refer [go <! put...
[ { "context": " [re-frame \"0.10.2\"]\n [com.andrewmcveigh/cljs-time \"0.5.2\"]\n [org.clojure/", "end": 335, "score": 0.953022301197052, "start": 322, "tag": "USERNAME", "value": "andrewmcveigh" }, { "context": " :crede...
sample/frontend/project.clj
borkdude/keycloak-clojure
122
(defproject myapp/frontend "0.1.0-SNAPSHOT" :dependencies [[org.clojure/clojure "1.9.0"] [org.clojure/clojurescript "1.9.946"] [mount "0.1.11"] [com.taoensso/timbre "4.10.0"] [reagent "0.7.0"] [re-frame "0.10.2"] [co...
41210
(defproject myapp/frontend "0.1.0-SNAPSHOT" :dependencies [[org.clojure/clojure "1.9.0"] [org.clojure/clojurescript "1.9.946"] [mount "0.1.11"] [com.taoensso/timbre "4.10.0"] [reagent "0.7.0"] [re-frame "0.10.2"] [co...
true
(defproject myapp/frontend "0.1.0-SNAPSHOT" :dependencies [[org.clojure/clojure "1.9.0"] [org.clojure/clojurescript "1.9.946"] [mount "0.1.11"] [com.taoensso/timbre "4.10.0"] [reagent "0.7.0"] [re-frame "0.10.2"] [co...
[ { "context": ";;\n;;\n;; Copyright 2013-2015 Netflix, Inc.\n;;\n;; Licensed under the Apache Lic", "end": 33, "score": 0.950448215007782, "start": 30, "tag": "NAME", "value": "Net" } ]
pigpen-pig/src/test/clojure/pigpen/pig/runtime_test.clj
ombagus/Netflix
327
;; ;; ;; Copyright 2013-2015 Netflix, Inc. ;; ;; Licensed under the Apache License, Version 2.0 (the "License"); ;; you may not use this file except in compliance with the License. ;; You may obtain a copy of the License at ;; ;; http://www.apache.org/licenses/LICENSE-2.0 ;; ;; Unless required ...
70143
;; ;; ;; 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": " support - print a usage message.\"\n :author \"Simon Brooke\"}\n adl-support.print-usage\n (:require [clojure.", "end": 106, "score": 0.9998811483383179, "start": 94, "tag": "NAME", "value": "Simon Brooke" }, { "context": "nse for more details.\n;;;;\n;;;; Copyr...
src/adl_support/print_usage.clj
simon-brooke/adl-support
0
(ns ^{:doc "Application Description Language support - print a usage message." :author "Simon Brooke"} adl-support.print-usage (:require [clojure.string :refer [join]])) ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;; ;;;; adl-support.print-usage: functions used by ADL-ge...
75767
(ns ^{:doc "Application Description Language support - print a usage message." :author "<NAME>"} adl-support.print-usage (:require [clojure.string :refer [join]])) ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;; ;;;; adl-support.print-usage: functions used by ADL-generate...
true
(ns ^{:doc "Application Description Language support - print a usage message." :author "PI:NAME:<NAME>END_PI"} adl-support.print-usage (:require [clojure.string :refer [join]])) ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;; ;;;; adl-support.print-usage: functions used b...
[ { "context": "\"Utilities for benchmarking scripts.\"\n :author \"palisades dot lakes at gmail dot com\"\n :since \"2017-04-06\"\n :version \"2017-05-29\"}", "end": 278, "score": 0.8946546912193298, "start": 242, "tag": "EMAIL", "value": "palisades dot lakes at gmail dot com" } ]
src/scripts/clojure/palisades/lakes/elements/scripts/defs.clj
palisades-lakes/les-elemens
0
(set! *warn-on-reflection* true) (set! *unchecked-math* :warn-on-boxed) ;;---------------------------------------------------------------- (ns palisades.lakes.elements.scripts.defs {:doc "Utilities for benchmarking scripts." :author "palisades dot lakes at gmail dot com" :since "2017-04-06" :version "2017...
36985
(set! *warn-on-reflection* true) (set! *unchecked-math* :warn-on-boxed) ;;---------------------------------------------------------------- (ns palisades.lakes.elements.scripts.defs {:doc "Utilities for benchmarking scripts." :author "<EMAIL>" :since "2017-04-06" :version "2017-05-29"} (:require [cloj...
true
(set! *warn-on-reflection* true) (set! *unchecked-math* :warn-on-boxed) ;;---------------------------------------------------------------- (ns palisades.lakes.elements.scripts.defs {:doc "Utilities for benchmarking scripts." :author "PI:EMAIL:<EMAIL>END_PI" :since "2017-04-06" :version "2017-05-29"} ...
[ { "context": "(comment \n re-core, Copyright 2012 Ronen Narkis, narkisr.com\n Licensed under the Apache License,", "end": 48, "score": 0.9998858571052551, "start": 36, "tag": "NAME", "value": "Ronen Narkis" }, { "context": "(comment \n re-core, Copyright 2012 Ronen Narkis, narkisr...
src/aws/networking.clj
celestial-ops/core
1
(comment re-core, Copyright 2012 Ronen Narkis, narkisr.com Licensed under the Apache License, Version 2.0 (the "License") you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or a...
66315
(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 to i...
true
(comment re-core, Copyright 2012 PI:NAME:<NAME>END_PI, PI:EMAIL:<EMAIL>END_PI Licensed under the Apache License, Version 2.0 (the "License") you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by ...
[ { "context": " \n\n; The MIT License (MIT)\n;\n; Copyright (c) 2015 Jason Waag\n;\n; Permission is hereby granted, free of charge,", "end": 1527, "score": 0.9998025894165039, "start": 1517, "tag": "NAME", "value": "Jason Waag" } ]
src/accounting/render.cljs
jaw977/accounting-cljs-om
2
(ns accounting.render (:require [clojure.string :as str] [om.dom :as dom :include-macros true] [accounting.util :refer [log log-clj fixpt->str]])) (def right-align #js {:style #js {:textAlign "right"}}) (def top-align #js {:style #js {:verticalAlign "text-top"}}) (defn display-unit [unit] ...
40933
(ns accounting.render (:require [clojure.string :as str] [om.dom :as dom :include-macros true] [accounting.util :refer [log log-clj fixpt->str]])) (def right-align #js {:style #js {:textAlign "right"}}) (def top-align #js {:style #js {:verticalAlign "text-top"}}) (defn display-unit [unit] ...
true
(ns accounting.render (:require [clojure.string :as str] [om.dom :as dom :include-macros true] [accounting.util :refer [log log-clj fixpt->str]])) (def right-align #js {:style #js {:textAlign "right"}}) (def top-align #js {:style #js {:verticalAlign "text-top"}}) (defn display-unit [unit] ...
[ { "context": "s.gcal.ent/event--regular\n {:iCalUID \"goog-event-id@google.com\",\n :description \"Ivan Fedorov is invitin", "end": 13073, "score": 0.9991801381111145, "start": 13049, "tag": "EMAIL", "value": "goog-event-id@google.com" }, { "context": "oog-event-...
src/gcal_clj/specs_event.clj
spacegangster/gcal-clj
6
(ns gcal-clj.specs-event "Google's doc https://developers.google.com/calendar/v3/reference/events#resource" (:require [clojure.spec.alpha :as s] [common.specs] [common.specs.http] [gcal-clj.specs-macros :as sm])) (s/def :s.prop-type.goog/time-coord (s/keys :req-un [(or :s.p...
109516
(ns gcal-clj.specs-event "Google's doc https://developers.google.com/calendar/v3/reference/events#resource" (:require [clojure.spec.alpha :as s] [common.specs] [common.specs.http] [gcal-clj.specs-macros :as sm])) (s/def :s.prop-type.goog/time-coord (s/keys :req-un [(or :s.p...
true
(ns gcal-clj.specs-event "Google's doc https://developers.google.com/calendar/v3/reference/events#resource" (:require [clojure.spec.alpha :as s] [common.specs] [common.specs.http] [gcal-clj.specs-macros :as sm])) (s/def :s.prop-type.goog/time-coord (s/keys :req-un [(or :s.p...