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": "db)\n(use 'api.users.validations)\n\n(def user_mail \"oaachat@gmail.com\")\n(def pass \"admin2102\")\n(def email-host \"smtp.gm", "end": 278, "score": 0.9999201893806458, "start": 261, "tag": "EMAIL", "value": "oaachat@gmail.com" }, { "context": ")\n\n(def user_mail \"o...
src/api/users/users.clj
AleKiller21/OaaChat-API
0
(ns api.users.users (:require [buddy.hashers :as hashers] [buddy.sign.jwt :as jwt] [monger.operators :as ops] [api.rooms.rooms :as rooms])) (use 'api.utils) (use 'api.users.db) (use 'api.users.validations) (def user_mail "oaachat@gmail.com") (def pass "admin2102") (def email-host ...
39028
(ns api.users.users (:require [buddy.hashers :as hashers] [buddy.sign.jwt :as jwt] [monger.operators :as ops] [api.rooms.rooms :as rooms])) (use 'api.utils) (use 'api.users.db) (use 'api.users.validations) (def user_mail "<EMAIL>") (def pass "<PASSWORD>") (def email-host "smtp.gma...
true
(ns api.users.users (:require [buddy.hashers :as hashers] [buddy.sign.jwt :as jwt] [monger.operators :as ops] [api.rooms.rooms :as rooms])) (use 'api.utils) (use 'api.users.db) (use 'api.users.validations) (def user_mail "PI:EMAIL:<EMAIL>END_PI") (def pass "PI:PASSWORD:<PASSWORD>E...
[ { "context": "= [\"select * from foobars where bird_type = ?\" [\"Steller's Jay\"]]\n (substitute\n [\"selec", "end": 2068, "score": 0.8686434626579285, "start": 2055, "tag": "NAME", "value": "Steller's Jay" }, { "context": "(param \"bird_type\"))]\n ...
c#-metabase/test/metabase/driver/sql/parameters/substitute_test.clj
hanakhry/Crime_Admin
0
(ns metabase.driver.sql.parameters.substitute-test (:require [clojure.test :refer :all] [java-time :as t] [metabase.driver :as driver] [metabase.driver.common.parameters :as i] [metabase.driver.common.parameters.parse :as parse] [metabase.driver.sql.paramete...
106679
(ns metabase.driver.sql.parameters.substitute-test (:require [clojure.test :refer :all] [java-time :as t] [metabase.driver :as driver] [metabase.driver.common.parameters :as i] [metabase.driver.common.parameters.parse :as parse] [metabase.driver.sql.paramete...
true
(ns metabase.driver.sql.parameters.substitute-test (:require [clojure.test :refer :all] [java-time :as t] [metabase.driver :as driver] [metabase.driver.common.parameters :as i] [metabase.driver.common.parameters.parse :as parse] [metabase.driver.sql.paramete...
[ { "context": ";;Copyright 2014 Istvan Szukacs\n\n;;Licensed under the Apache License, Version 2.0", "end": 31, "score": 0.9998630285263062, "start": 17, "tag": "NAME", "value": "Istvan Szukacs" } ]
src/head_to_tail/cli.clj
l1x/head-to-tail
0
;;Copyright 2014 Istvan Szukacs ;;Licensed under the Apache License, Version 2.0 (the "License"); ;;you may not use this file except in compliance with the License. ;;You may obtain a copy of the License at ;; http://www.apache.org/licenses/LICENSE-2.0 ;;Unless required by applicable law or agreed to in writing, ...
61815
;;Copyright 2014 <NAME> ;;Licensed under the Apache License, Version 2.0 (the "License"); ;;you may not use this file except in compliance with the License. ;;You may obtain a copy of the License at ;; http://www.apache.org/licenses/LICENSE-2.0 ;;Unless required by applicable law or agreed to in writing, software...
true
;;Copyright 2014 PI:NAME:<NAME>END_PI ;;Licensed under the Apache License, Version 2.0 (the "License"); ;;you may not use this file except in compliance with the License. ;;You may obtain a copy of the License at ;; http://www.apache.org/licenses/LICENSE-2.0 ;;Unless required by applicable law or agreed to in wri...
[ { "context": ";; Copyright (c) 2011 Alfredo Di Napoli, https://github.com/CharlesStain/clj3D\n\n;; Permis", "end": 39, "score": 0.9998713731765747, "start": 22, "tag": "NAME", "value": "Alfredo Di Napoli" }, { "context": "ht (c) 2011 Alfredo Di Napoli, https://github.com/CharlesStain...
src/clj3D/fl.clj
adinapoli/clj3D
7
;; Copyright (c) 2011 Alfredo Di Napoli, https://github.com/CharlesStain/clj3D ;; Permission is hereby granted, free of charge, to any person obtaining ;; a copy of this software and associated documentation files (the ;; "Software"), to deal in the Software without restriction, including ;; without limitation the rig...
109305
;; Copyright (c) 2011 <NAME>, https://github.com/CharlesStain/clj3D ;; Permission is hereby granted, free of charge, to any person obtaining ;; a copy of this software and associated documentation files (the ;; "Software"), to deal in the Software without restriction, including ;; without limitation the rights to use,...
true
;; Copyright (c) 2011 PI:NAME:<NAME>END_PI, https://github.com/CharlesStain/clj3D ;; Permission is hereby granted, free of charge, to any person obtaining ;; a copy of this software and associated documentation files (the ;; "Software"), to deal in the Software without restriction, including ;; without limitation the ...
[ { "context": "nil}]}\n expected-commodity-account {:name \"AAPL\"\n :commodity-i", "end": 5894, "score": 0.9681849479675293, "start": 5890, "tag": "NAME", "value": "AAPL" }, { "context": "\n :account-id \"IR...
test/clj_money/trading_test.clj
dgknght/clj-money
5
(ns clj-money.trading-test (:require [clojure.test :refer [use-fixtures deftest is testing]] [clj-time.core :as t] [clj-factory.core :refer [factory]] [dgknght.app-lib.models :refer [->id]] [dgknght.app-lib.test] [clj-money.factories.user-factory] ...
40118
(ns clj-money.trading-test (:require [clojure.test :refer [use-fixtures deftest is testing]] [clj-time.core :as t] [clj-factory.core :refer [factory]] [dgknght.app-lib.models :refer [->id]] [dgknght.app-lib.test] [clj-money.factories.user-factory] ...
true
(ns clj-money.trading-test (:require [clojure.test :refer [use-fixtures deftest is testing]] [clj-time.core :as t] [clj-factory.core :refer [factory]] [dgknght.app-lib.models :refer [->id]] [dgknght.app-lib.test] [clj-money.factories.user-factory] ...
[ { "context": "f valid-creds-super {:username \"super\" :password \"supeRsupeR\"})\n(def valid-creds-jane {:username \"jane\" :passw", "end": 374, "score": 0.9994840621948242, "start": 364, "tag": "PASSWORD", "value": "supeRsupeR" }, { "context": " \"supeRsupeR\"})\n(def valid-creds-j...
cimi/test/com/sixsq/slipstream/auth/internal_test.clj
slipstream/cimi-mf2c
6
(ns com.sixsq.slipstream.auth.internal-test (:require [clojure.test :refer :all] [com.sixsq.slipstream.auth.internal :as t] [com.sixsq.slipstream.auth.test-helper :as th] [com.sixsq.slipstream.ssclj.resources.lifecycle-test-utils :as ltu])) (use-fixtures :each ltu/with-test-server-fixture) (def vali...
83082
(ns com.sixsq.slipstream.auth.internal-test (:require [clojure.test :refer :all] [com.sixsq.slipstream.auth.internal :as t] [com.sixsq.slipstream.auth.test-helper :as th] [com.sixsq.slipstream.ssclj.resources.lifecycle-test-utils :as ltu])) (use-fixtures :each ltu/with-test-server-fixture) (def vali...
true
(ns com.sixsq.slipstream.auth.internal-test (:require [clojure.test :refer :all] [com.sixsq.slipstream.auth.internal :as t] [com.sixsq.slipstream.auth.test-helper :as th] [com.sixsq.slipstream.ssclj.resources.lifecycle-test-utils :as ltu])) (use-fixtures :each ltu/with-test-server-fixture) (def vali...
[ { "context": "; Copyright 2016 David O'Meara\n;\n; Licensed under the Apache License, Version 2.", "end": 30, "score": 0.999851405620575, "start": 17, "tag": "NAME", "value": "David O'Meara" } ]
src-cljs/ui/debug.cljs
davidomeara/fnedit
0
; Copyright 2016 David O'Meara ; ; Licensed under the Apache License, Version 2.0 (the "License"); ; you may not use this file except in compliance with the License. ; You may obtain a copy of the License at ; ; http://www.apache.org/licenses/LICENSE-2.0 ; ; Unless required by applicable law or agreed to in writing, so...
98596
; Copyright 2016 <NAME> ; ; Licensed under the Apache License, Version 2.0 (the "License"); ; you may not use this file except in compliance with the License. ; You may obtain a copy of the License at ; ; http://www.apache.org/licenses/LICENSE-2.0 ; ; Unless required by applicable law or agreed to in writing, software ...
true
; Copyright 2016 PI:NAME:<NAME>END_PI ; ; Licensed under the Apache License, Version 2.0 (the "License"); ; you may not use this file except in compliance with the License. ; You may obtain a copy of the License at ; ; http://www.apache.org/licenses/LICENSE-2.0 ; ; Unless required by applicable law or agreed to in writ...
[ { "context": ";; Ben Fry's Visualizing Data, Chapter 3 (Data on a Map), figu", "end": 12, "score": 0.9988507032394409, "start": 3, "tag": "NAME", "value": "Ben Fry's" }, { "context": "onverted from Processing to Quil as an exercise by Dave Liepmann\n\n(ns vdquil.chapter3.figure2\n (...
src/vdquil/chapter3/figure2.clj
Jjunior130/vdquil
33
;; Ben Fry's Visualizing Data, Chapter 3 (Data on a Map), figures 1 and 2: ;; U.S. map and centers of states / Varying data by size ;; Converted from Processing to Quil as an exercise by Dave Liepmann (ns vdquil.chapter3.figure2 (:use [quil.core] [vdquil.chapter3.ch3data])) (defn setup [] (background 255)...
39576
;; <NAME> Visualizing Data, Chapter 3 (Data on a Map), figures 1 and 2: ;; U.S. map and centers of states / Varying data by size ;; Converted from Processing to Quil as an exercise by <NAME> (ns vdquil.chapter3.figure2 (:use [quil.core] [vdquil.chapter3.ch3data])) (defn setup [] (background 255) (smooth...
true
;; PI:NAME:<NAME>END_PI Visualizing Data, Chapter 3 (Data on a Map), figures 1 and 2: ;; U.S. map and centers of states / Varying data by size ;; Converted from Processing to Quil as an exercise by PI:NAME:<NAME>END_PI (ns vdquil.chapter3.figure2 (:use [quil.core] [vdquil.chapter3.ch3data])) (defn setup [] ...
[ { "context": "nt\n ;; part 1 -- 1.8s\n (time\n (next-password \"hepxcrrq\")) ;=>\"hepxxyzz\"\n\n ;; part 2 -- 4.5s\n (time\n ", "end": 798, "score": 0.998114287853241, "start": 790, "tag": "PASSWORD", "value": "hepxcrrq" }, { "context": " 1.8s\n (time\n (next-password \"he...
src/advent_of_code/2015/day_11.clj
wevre/advent-of-code
2
(ns advent-of-code.2015.day-11) ;;;; --- Day 11: Corporate Policy --- ;;;; https://adventofcode.com/2015/day/11 (defn next-paswd [s] (if (= \z (last s)) (apply str (concat (next-paswd (butlast s)) '(\a))) (apply str (concat (butlast s) (-> s last int inc char list))))) (defn num-pairs [p] (->> (partition...
72862
(ns advent-of-code.2015.day-11) ;;;; --- Day 11: Corporate Policy --- ;;;; https://adventofcode.com/2015/day/11 (defn next-paswd [s] (if (= \z (last s)) (apply str (concat (next-paswd (butlast s)) '(\a))) (apply str (concat (butlast s) (-> s last int inc char list))))) (defn num-pairs [p] (->> (partition...
true
(ns advent-of-code.2015.day-11) ;;;; --- Day 11: Corporate Policy --- ;;;; https://adventofcode.com/2015/day/11 (defn next-paswd [s] (if (= \z (last s)) (apply str (concat (next-paswd (butlast s)) '(\a))) (apply str (concat (butlast s) (-> s last int inc char list))))) (defn num-pairs [p] (->> (partition...
[ { "context": "highlight-inserted \"green\")\n\n(def SawarabiMincho \"Sawarabi Mincho\")\n(def IstokWeb \"Istok Web\")\n(def Robot \"Roboto M", "end": 3201, "score": 0.9931347966194153, "start": 3186, "tag": "NAME", "value": "Sawarabi Mincho" } ]
src/jp/nijohando/rokkaku/style/foundation/base.clj
nijohando/hugo-rokkaku-theme
5
(ns jp.nijohando.rokkaku.style.foundation.base (:refer-clojure :exclude [rem not >]) (:require [clojure.string :as string] [garden.units :refer (rem)])) (def color-snow "rgb(252,252,252)") (def color-charcoal "rgb(66,66,66)") (def color-gray "rgb(152,152,152)") (def color-dark-gray "#555555") (def colo...
85846
(ns jp.nijohando.rokkaku.style.foundation.base (:refer-clojure :exclude [rem not >]) (:require [clojure.string :as string] [garden.units :refer (rem)])) (def color-snow "rgb(252,252,252)") (def color-charcoal "rgb(66,66,66)") (def color-gray "rgb(152,152,152)") (def color-dark-gray "#555555") (def colo...
true
(ns jp.nijohando.rokkaku.style.foundation.base (:refer-clojure :exclude [rem not >]) (:require [clojure.string :as string] [garden.units :refer (rem)])) (def color-snow "rgb(252,252,252)") (def color-charcoal "rgb(66,66,66)") (def color-gray "rgb(152,152,152)") (def color-dark-gray "#555555") (def colo...
[ { "context": "\"submit button\" is not focused.\n\n;; TODO:\n;; Use 'username', not just 'email', so that the email for a given", "end": 2970, "score": 0.5380144715309143, "start": 2962, "tag": "USERNAME", "value": "username" }, { "context": "email\" email]\n [password-input...
src/cljs/cardy/auth/views.cljs
pianostringquartet/cardy
0
(ns cardy.auth.views (:require [re-frame.core :as re-frame] [cardy.auth.subs :as subs] [cardy.auth.events :as events] [cardy.events :as core-events] [cardy.views :as core-views] [cardy.views :refer [tab tab-pane]] [cardy.constants :as constants] ...
22897
(ns cardy.auth.views (:require [re-frame.core :as re-frame] [cardy.auth.subs :as subs] [cardy.auth.events :as events] [cardy.events :as core-events] [cardy.views :as core-views] [cardy.views :refer [tab tab-pane]] [cardy.constants :as constants] ...
true
(ns cardy.auth.views (:require [re-frame.core :as re-frame] [cardy.auth.subs :as subs] [cardy.auth.events :as events] [cardy.events :as core-events] [cardy.views :as core-views] [cardy.views :refer [tab tab-pane]] [cardy.constants :as constants] ...
[ { "context": "in their own name.\n\n(handle (get objects ::player/richard)\n {::information/type ::action/movement", "end": 2122, "score": 0.5448940992355347, "start": 2118, "tag": "NAME", "value": "rich" } ]
chapter-3-variations/rmoehn/ex3n_adventure/core.clj
lutzer/sdff-exercises
7
;;; All objects have a state. All objects are interpreters. They have a ;;; transition function. ;;; ;;; handle : (State, Information) -> (State, Information) ;;; ;;; Commands by the player are handled as observations to the avatar he ;;; controls. ;;; ;;; Information propagates to other objects in the vicinity. How fa...
10222
;;; All objects have a state. All objects are interpreters. They have a ;;; transition function. ;;; ;;; handle : (State, Information) -> (State, Information) ;;; ;;; Commands by the player are handled as observations to the avatar he ;;; controls. ;;; ;;; Information propagates to other objects in the vicinity. How fa...
true
;;; All objects have a state. All objects are interpreters. They have a ;;; transition function. ;;; ;;; handle : (State, Information) -> (State, Information) ;;; ;;; Commands by the player are handled as observations to the avatar he ;;; controls. ;;; ;;; Information propagates to other objects in the vicinity. How fa...
[ { "context": "ply-type :kingdom-cards,\n :pile-name \"Jester\",\n :cost {:coins 5},\n :types ", "end": 3199, "score": 0.8908197283744812, "start": 3193, "tag": "NAME", "value": "Jester" }, { "context": "ply-type :kingdom-cards,\n :pile-name ...
src/kingdomizer_static/sets.cljs
Reefersleep/kingdomizer-static
0
(ns kingdomizer-static.sets (:require [reagent.core :as r] [reagent.ratom :as ra])) (def all-dominion-sets (into #{} ["Dominion Second Edition" "Intrigue Second Edition" "Alchemy" "Pros...
101917
(ns kingdomizer-static.sets (:require [reagent.core :as r] [reagent.ratom :as ra])) (def all-dominion-sets (into #{} ["Dominion Second Edition" "Intrigue Second Edition" "Alchemy" "Pros...
true
(ns kingdomizer-static.sets (:require [reagent.core :as r] [reagent.ratom :as ra])) (def all-dominion-sets (into #{} ["Dominion Second Edition" "Intrigue Second Edition" "Alchemy" "Pros...
[ { "context": "--------------------\n;;\n;; See https://github.com/Day8/re-frame/blob/master/docs/Interceptors.md\n;;\n(def", "end": 281, "score": 0.9993655681610107, "start": 277, "tag": "USERNAME", "value": "Day8" }, { "context": " :key \"SearchT...
examples/re-frame/uiexplorer/src/uiexplorer/events.cljs
filipeGuerreiro/cljs-react-navigation
69
(ns uiexplorer.events (:require [re-frame.core :refer [reg-event-db after dispatch]] [clojure.spec.alpha :as s] [uiexplorer.db :as db :refer [app-db]])) ;; -- Interceptors ------------------------------------------------------------ ;; ;; See https://github.com/Day8/re-frame/blob/master/docs/Interceptors...
83325
(ns uiexplorer.events (:require [re-frame.core :refer [reg-event-db after dispatch]] [clojure.spec.alpha :as s] [uiexplorer.db :as db :refer [app-db]])) ;; -- Interceptors ------------------------------------------------------------ ;; ;; See https://github.com/Day8/re-frame/blob/master/docs/Interceptors...
true
(ns uiexplorer.events (:require [re-frame.core :refer [reg-event-db after dispatch]] [clojure.spec.alpha :as s] [uiexplorer.db :as db :refer [app-db]])) ;; -- Interceptors ------------------------------------------------------------ ;; ;; See https://github.com/Day8/re-frame/blob/master/docs/Interceptors...
[ { "context": "rc\n \"https://ghbtns.com/github-btn.html?user=clojurecademy&repo=clojurecademy&type=star&count=true&size=larg", "end": 603, "score": 0.9827715158462524, "start": 590, "tag": "USERNAME", "value": "clojurecademy" }, { "context": "put#signup-username.ui-inited\n ...
src/clj/clojurecademy/view/home.clj
harunpehlivan/clojurecademy
651
(ns clojurecademy.view.home (:require [hiccup.page :refer [include-js include-css html5]] [hiccup.core :as hiccup] [clojurecademy.view.common :as view.common])) (defn- learn-clojure-text [] [:div.grid-row.padding-top--1 [:div.grid-col-12.grid-col--center.grid-col--align-center [:h1...
89927
(ns clojurecademy.view.home (:require [hiccup.page :refer [include-js include-css html5]] [hiccup.core :as hiccup] [clojurecademy.view.common :as view.common])) (defn- learn-clojure-text [] [:div.grid-row.padding-top--1 [:div.grid-col-12.grid-col--center.grid-col--align-center [:h1...
true
(ns clojurecademy.view.home (:require [hiccup.page :refer [include-js include-css html5]] [hiccup.core :as hiccup] [clojurecademy.view.common :as view.common])) (defn- learn-clojure-text [] [:div.grid-row.padding-top--1 [:div.grid-col-12.grid-col--center.grid-col--align-center [:h1...
[ { "context": "JavaScript Object Notation (JSON) generator\n\n;; by Tom Faulhaber, based on the version by Stuart Sierra (clojure.c", "end": 111, "score": 0.9998844265937805, "start": 98, "tag": "NAME", "value": "Tom Faulhaber" }, { "context": "ntrib.json.write)\n;; May 9, 2009\n\n;; ...
ThirdParty/clojure-contrib-1.1.0/src/clojure/contrib/pprint/examples/json.clj
allertonm/Couverjure
3
;;; json.clj: A pretty printing version of the JavaScript Object Notation (JSON) generator ;; by Tom Faulhaber, based on the version by Stuart Sierra (clojure.contrib.json.write) ;; May 9, 2009 ;; Copyright (c) Tom Faulhaber/Stuart Sierra, 2009. All rights reserved. The use ;; and distribution terms for this softwar...
124922
;;; json.clj: A pretty printing version of the JavaScript Object Notation (JSON) generator ;; by <NAME>, based on the version by Stuart Sierra (clojure.contrib.json.write) ;; May 9, 2009 ;; Copyright (c) <NAME>/<NAME>, 2009. All rights reserved. The use ;; and distribution terms for this software are covered by the ...
true
;;; json.clj: A pretty printing version of the JavaScript Object Notation (JSON) generator ;; by PI:NAME:<NAME>END_PI, based on the version by Stuart Sierra (clojure.contrib.json.write) ;; May 9, 2009 ;; Copyright (c) PI:NAME:<NAME>END_PI/PI:NAME:<NAME>END_PI, 2009. All rights reserved. The use ;; and distribution t...
[ { "context": "w.png\"}]\n [c/CardContent\n [c/CardHeader \"Matthew\"]\n [c/CardMeta [:span {:class-name \"date\"} \"", "end": 292, "score": 0.9997994899749756, "start": 285, "tag": "NAME", "value": "Matthew" }, { "context": "te\"} \"Joined in 2015\"]]\n [c/CardDesc...
dev/semantic_ui_reagent/views.cljs
toyokumo/semantic-ui-reagent
2
(ns semantic-ui-reagent.views (:require [semantic-ui-reagent.core :as c])) (defn Card [] [:div.examples [c/Header {:as :h2} "Card"] [:div.ex [c/Card [c/Image {:src "http://semantic-ui.com/images/avatar2/large/matthew.png"}] [c/CardContent [c/CardHeader "Matthew"] [c/CardMeta [:span ...
8033
(ns semantic-ui-reagent.views (:require [semantic-ui-reagent.core :as c])) (defn Card [] [:div.examples [c/Header {:as :h2} "Card"] [:div.ex [c/Card [c/Image {:src "http://semantic-ui.com/images/avatar2/large/matthew.png"}] [c/CardContent [c/CardHeader "<NAME>"] [c/CardMeta [:span {...
true
(ns semantic-ui-reagent.views (:require [semantic-ui-reagent.core :as c])) (defn Card [] [:div.examples [c/Header {:as :h2} "Card"] [:div.ex [c/Card [c/Image {:src "http://semantic-ui.com/images/avatar2/large/matthew.png"}] [c/CardContent [c/CardHeader "PI:NAME:<NAME>END_PI"] [c/Car...
[ { "context": "-by [[:asc $id]], :limit 5})))]\n (is (= [[\"1\" \"Plato Yeshua\" \"2014-04-01T08:30:00\"]\n [\"2\" \"", "end": 2410, "score": 0.9998819231987, "start": 2398, "tag": "NAME", "value": "Plato Yeshua" }, { "context": "\" \"2014-04-01T08:30:00\"]...
c#-metabase/test/metabase/query_processor/streaming/csv_test.clj
hanakhry/Crime_Admin
0
(ns metabase.query-processor.streaming.csv-test (:require [cheshire.core :as json] [clojure.data.csv :as csv] [clojure.test :refer :all] [metabase.test :as mt] [metabase.test.data.dataset-definitions :as defs])) (defn- parse-and-sort-csv [response] (assert (some? res...
50863
(ns metabase.query-processor.streaming.csv-test (:require [cheshire.core :as json] [clojure.data.csv :as csv] [clojure.test :refer :all] [metabase.test :as mt] [metabase.test.data.dataset-definitions :as defs])) (defn- parse-and-sort-csv [response] (assert (some? res...
true
(ns metabase.query-processor.streaming.csv-test (:require [cheshire.core :as json] [clojure.data.csv :as csv] [clojure.test :refer :all] [metabase.test :as mt] [metabase.test.data.dataset-definitions :as defs])) (defn- parse-and-sort-csv [response] (assert (some? res...
[ { "context": "ame {} user)\n (x/element :password {} password))))\n\n(defn- assert-login-response-successful\n \"C", "end": 1498, "score": 0.8963119387626648, "start": 1490, "tag": "PASSWORD", "value": "password" }, { "context": "rs-username! \"XXXX\")\n (config/set-ur...
transmit-lib/src/cmr/transmit/urs.clj
sxu123/Common-Metadata-Repository
0
(ns cmr.transmit.urs (:require [cmr.transmit.connection :as conn] [cmr.transmit.config :as config] [ring.util.codec :as codec] [cmr.common.mime-types :as mt] [cmr.common.services.errors :as errors] [cmr.common.xml :as cx] [clojure.data.xml :as x]...
89629
(ns cmr.transmit.urs (:require [cmr.transmit.connection :as conn] [cmr.transmit.config :as config] [ring.util.codec :as codec] [cmr.common.mime-types :as mt] [cmr.common.services.errors :as errors] [cmr.common.xml :as cx] [clojure.data.xml :as x]...
true
(ns cmr.transmit.urs (:require [cmr.transmit.connection :as conn] [cmr.transmit.config :as config] [ring.util.codec :as codec] [cmr.common.mime-types :as mt] [cmr.common.services.errors :as errors] [cmr.common.xml :as cx] [clojure.data.xml :as x]...
[ { "context": ") ;; warnings in cheshire.generate\n(ns ^{:author \"wahpenayo at gmail dot com\" \n :date \"2017-10-31\"\n :doc \"Enum data ", "end": 137, "score": 0.8933224678039551, "start": 111, "tag": "EMAIL", "value": "wahpenayo at gmail dot com" } ]
src/test/clojure/taiga/test/regress/data/kolor.clj
wahpenayo/taiga
4
(set! *warn-on-reflection* true) (set! *unchecked-math* false) ;; warnings in cheshire.generate (ns ^{:author "wahpenayo at gmail dot com" :date "2017-10-31" :doc "Enum data type for taiga unit tests." } taiga.test.regress.data.kolor (:require [cheshire.generate] [zana.api :as z]) (...
69870
(set! *warn-on-reflection* true) (set! *unchecked-math* false) ;; warnings in cheshire.generate (ns ^{:author "<EMAIL>" :date "2017-10-31" :doc "Enum data type for taiga unit tests." } taiga.test.regress.data.kolor (:require [cheshire.generate] [zana.api :as z]) (:import [java.util ...
true
(set! *warn-on-reflection* true) (set! *unchecked-math* false) ;; warnings in cheshire.generate (ns ^{:author "PI:EMAIL:<EMAIL>END_PI" :date "2017-10-31" :doc "Enum data type for taiga unit tests." } taiga.test.regress.data.kolor (:require [cheshire.generate] [zana.api :as z]) (:imp...
[ { "context": " return concatenated strings\"\n (def some-name \"Lala\")\n (is (= (str \"My name is: \" some-name) (str-", "end": 189, "score": 0.9951167702674866, "start": 185, "tag": "NAME", "value": "Lala" } ]
string/str/test/str/core_test.clj
vitorduque/learn-clojure-by-coding
4
(ns str.core-test (:require [clojure.test :refer :all] [str.core :refer :all])) (deftest str-one-test (testing "should return concatenated strings" (def some-name "Lala") (is (= (str "My name is: " some-name) (str-one some-name) ))))
40509
(ns str.core-test (:require [clojure.test :refer :all] [str.core :refer :all])) (deftest str-one-test (testing "should return concatenated strings" (def some-name "<NAME>") (is (= (str "My name is: " some-name) (str-one some-name) ))))
true
(ns str.core-test (:require [clojure.test :refer :all] [str.core :refer :all])) (deftest str-one-test (testing "should return concatenated strings" (def some-name "PI:NAME:<NAME>END_PI") (is (= (str "My name is: " some-name) (str-one some-name) ))))
[ { "context": " []\n (firebase/init :firebase-app-info {:apiKey \"AIzaSyDIfnQE1UH_ztVNT5s0ZLBSCXo-uoHIKmQ\"\n :authDomain", "end": 490, "score": 0.9997583627700806, "start": 451, "tag": "KEY", "value": "AIzaSyDIfnQE1UH_ztVNT5s0ZLBSCXo-uoHIKmQ" } ]
src/cljs/bitfarkle/firebase.cljs
jakemcc/bitfarkle
1
(ns bitfarkle.firebase (:require [com.degel.re-frame-firebase :as firebase] [bitfarkle.events] [bitfarkle.subs] [iron.re-utils :as re-utils] [re-frame.core :as rf])) (def fb-ref #'com.degel.re-frame-firebase.core/fb-ref) (defn init "Connects to the firebase app. None of these values seem to...
76425
(ns bitfarkle.firebase (:require [com.degel.re-frame-firebase :as firebase] [bitfarkle.events] [bitfarkle.subs] [iron.re-utils :as re-utils] [re-frame.core :as rf])) (def fb-ref #'com.degel.re-frame-firebase.core/fb-ref) (defn init "Connects to the firebase app. None of these values seem to...
true
(ns bitfarkle.firebase (:require [com.degel.re-frame-firebase :as firebase] [bitfarkle.events] [bitfarkle.subs] [iron.re-utils :as re-utils] [re-frame.core :as rf])) (def fb-ref #'com.degel.re-frame-firebase.core/fb-ref) (defn init "Connects to the firebase app. None of these values seem to...
[ { "context": "ke-request app :post \"/api/login\" nil {:username \"admin\" :password \"admin-password\"})\n admin-cookie", "end": 474, "score": 0.9934566617012024, "start": 469, "tag": "USERNAME", "value": "admin" }, { "context": "st \"/api/login\" nil {:username \"admin\" :pas...
test/comrade_examples/simple_handler_test.clj
gandalfhz/comrade-examples
0
(ns comrade-examples.simple-handler-test (:require [clojure.test :refer :all] [ring.mock.request :as mock] [cheshire.core :as json] [clojure.string :as s] [comrade-examples.handler-test :refer [make-request parse]] [comrade-examples.simple-handler :refer :al...
938
(ns comrade-examples.simple-handler-test (:require [clojure.test :refer :all] [ring.mock.request :as mock] [cheshire.core :as json] [clojure.string :as s] [comrade-examples.handler-test :refer [make-request parse]] [comrade-examples.simple-handler :refer :al...
true
(ns comrade-examples.simple-handler-test (:require [clojure.test :refer :all] [ring.mock.request :as mock] [cheshire.core :as json] [clojure.string :as s] [comrade-examples.handler-test :refer [make-request parse]] [comrade-examples.simple-handler :refer :al...
[ { "context": "mesma lógica de chave e valor.\n\n{:idade 19 :nome \"Victor Igor\"} ;;=> {:idade 19, :nome \"Victor Igor\"}\n\n(count {", "end": 3051, "score": 0.9998685121536255, "start": 3040, "tag": "NAME", "value": "Victor Igor" }, { "context": "e 19 :nome \"Victor Igor\"} ;;=> {:i...
primeiros-passos/primeiros-passos.clj
victorvoid/aprenda-cljs
8
;; ----------------------------------------------------------------------------- ;; Primeiros passos com Clojure ;; ----------------------------------------------------------------------------- ;;Informação: ;;AVALIAR: Essa palavra é bem comum no mundo Clojure, pra você não ficar sem ;;entender quando eu escrever, ima...
62548
;; ----------------------------------------------------------------------------- ;; Primeiros passos com Clojure ;; ----------------------------------------------------------------------------- ;;Informação: ;;AVALIAR: Essa palavra é bem comum no mundo Clojure, pra você não ficar sem ;;entender quando eu escrever, ima...
true
;; ----------------------------------------------------------------------------- ;; Primeiros passos com Clojure ;; ----------------------------------------------------------------------------- ;;Informação: ;;AVALIAR: Essa palavra é bem comum no mundo Clojure, pra você não ficar sem ;;entender quando eu escrever, ima...
[ { "context": ";; strings work\n(log \"Hello, Arcadia!\")\n\n;; Reload everything\n(do\n (require '[arcadia", "end": 36, "score": 0.9958534836769104, "start": 29, "tag": "NAME", "value": "Arcadia" } ]
Assets/minimal/replcode.clj
githuis/arcadia-test
0
;; strings work (log "Hello, Arcadia!") ;; Reload everything (do (require '[arcadia.core :reload :all]) (require '[arcadia.linear :reload :all]) (require '[minimal.mmo :reload :all]) (require '[minimal.core :reload :all]) (require '[minimal.benchmark :reload :all])) ;; Load everything (do (require '[arca...
108565
;; strings work (log "Hello, <NAME>!") ;; Reload everything (do (require '[arcadia.core :reload :all]) (require '[arcadia.linear :reload :all]) (require '[minimal.mmo :reload :all]) (require '[minimal.core :reload :all]) (require '[minimal.benchmark :reload :all])) ;; Load everything (do (require '[arcad...
true
;; strings work (log "Hello, PI:NAME:<NAME>END_PI!") ;; Reload everything (do (require '[arcadia.core :reload :all]) (require '[arcadia.linear :reload :all]) (require '[minimal.mmo :reload :all]) (require '[minimal.core :reload :all]) (require '[minimal.benchmark :reload :all])) ;; Load everything (do (r...
[ { "context": "ns ^{:doc \"Read code definitions.\"\n :author \"James Cunningham and Lucy Bridges\"}\n simulator.simulation.coding.", "end": 67, "score": 0.9998654127120972, "start": 51, "tag": "NAME", "value": "James Cunningham" }, { "context": " definitions.\"\n :author \...
src/patient-simulator/src/simulator/simulation/coding/read.clj
connectedhealthcities/anytown
0
(ns ^{:doc "Read code definitions." :author "James Cunningham and Lucy Bridges"} simulator.simulation.coding.read (:use [simulator.utils :only (rand-range rand-normal rand-binomial)] simulator.simulation.utils)) ;; ethnicities (def ethnicity-white ["9S1.." "9S1-." "9i0.." "9i1.." "9i2.." "XaJQv" "...
40433
(ns ^{:doc "Read code definitions." :author "<NAME> and <NAME>"} simulator.simulation.coding.read (:use [simulator.utils :only (rand-range rand-normal rand-binomial)] simulator.simulation.utils)) ;; ethnicities (def ethnicity-white ["9S1.." "9S1-." "9i0.." "9i1.." "9i2.." "XaJQv" "XaJQw"]) (def e...
true
(ns ^{:doc "Read code definitions." :author "PI:NAME:<NAME>END_PI and PI:NAME:<NAME>END_PI"} simulator.simulation.coding.read (:use [simulator.utils :only (rand-range rand-normal rand-binomial)] simulator.simulation.utils)) ;; ethnicities (def ethnicity-white ["9S1.." "9S1-." "9i0.." "9i1.." "9i2....
[ { "context": "utils.clj -- Sequence utilities for Clojure\n\n;; by Stuart Sierra, http://stuartsierra.com/\n;; last updated March 2", "end": 72, "score": 0.9998939633369446, "start": 59, "tag": "NAME", "value": "Stuart Sierra" }, { "context": "m/\n;; last updated March 2, 2009\n\n;; ...
ThirdParty/clojure-contrib-1.1.0/src/clojure/contrib/seq_utils.clj
allertonm/Couverjure
3
;;; seq_utils.clj -- Sequence utilities for Clojure ;; by Stuart Sierra, http://stuartsierra.com/ ;; last updated March 2, 2009 ;; Copyright (c) Stuart Sierra, 2008. All rights reserved. The use ;; and distribution terms for this software are covered by the Eclipse ;; Public License 1.0 (http://opensource.org/licens...
55854
;;; seq_utils.clj -- Sequence utilities for Clojure ;; by <NAME>, http://stuartsierra.com/ ;; last updated March 2, 2009 ;; Copyright (c) <NAME>, 2008. All rights reserved. The use ;; and distribution terms for this software are covered by the Eclipse ;; Public License 1.0 (http://opensource.org/licenses/eclipse-1.0...
true
;;; seq_utils.clj -- Sequence utilities for Clojure ;; by PI:NAME:<NAME>END_PI, http://stuartsierra.com/ ;; last updated March 2, 2009 ;; Copyright (c) PI:NAME:<NAME>END_PI, 2008. All rights reserved. The use ;; and distribution terms for this software are covered by the Eclipse ;; Public License 1.0 (http://opensou...
[ { "context": "OT\"\n :description \"Simple Clojure wrapper for Neil Fraser's google-diff-match-patch java library.\"\n :depen", "end": 108, "score": 0.9990321397781372, "start": 97, "tag": "NAME", "value": "Neil Fraser" } ]
project.clj
scusack/diff-match-patch-clj
6
(defproject diff-match-patch-clj "1.0.0-SNAPSHOT" :description "Simple Clojure wrapper for Neil Fraser's google-diff-match-patch java library." :dependencies [[org.clojure/clojure "1.3.0"]] :source-path "src/clojure" :java-source-path "src/java" :dev-dependencies [[lein-javac "1.2.1-SNAPSHOT"] ...
46816
(defproject diff-match-patch-clj "1.0.0-SNAPSHOT" :description "Simple Clojure wrapper for <NAME>'s google-diff-match-patch java library." :dependencies [[org.clojure/clojure "1.3.0"]] :source-path "src/clojure" :java-source-path "src/java" :dev-dependencies [[lein-javac "1.2.1-SNAPSHOT"] ...
true
(defproject diff-match-patch-clj "1.0.0-SNAPSHOT" :description "Simple Clojure wrapper for PI:NAME:<NAME>END_PI's google-diff-match-patch java library." :dependencies [[org.clojure/clojure "1.3.0"]] :source-path "src/clojure" :java-source-path "src/java" :dev-dependencies [[lein-javac "1.2.1-SNAP...
[ { "context": "01\")))))\n\n(def web-token (auth/generate-web-token 123456 1000 false \"qa@artstor.org\"))\n\n(deftest test-find", "end": 1432, "score": 0.5140761733055115, "start": 1426, "tag": "KEY", "value": "123456" }, { "context": "token (auth/generate-web-token 123456 1000 false...
test/artstor_metadata_service_os/repository_test.clj
ithaka/artstor-metadata-service-os
0
(ns artstor-metadata-service-os.repository-test (:require [artstor-metadata-service-os.schema :refer :all] [artstor-metadata-service-os.repository :as repo] [artstor-metadata-service-os.tokens :as tokens] [artstor-metadata-service-os.user :as user] [artstor-metadata-ser...
73288
(ns artstor-metadata-service-os.repository-test (:require [artstor-metadata-service-os.schema :refer :all] [artstor-metadata-service-os.repository :as repo] [artstor-metadata-service-os.tokens :as tokens] [artstor-metadata-service-os.user :as user] [artstor-metadata-ser...
true
(ns artstor-metadata-service-os.repository-test (:require [artstor-metadata-service-os.schema :refer :all] [artstor-metadata-service-os.repository :as repo] [artstor-metadata-service-os.tokens :as tokens] [artstor-metadata-service-os.user :as user] [artstor-metadata-ser...
[ { "context": "ow* you are encouraged to \"cheat\"!)\n;;}\n\n;;{\n;; ## Curry Howard Take Two: Programs as Proofs\n;; \n;; We are now re", "end": 17337, "score": 0.9907005429267883, "start": 17325, "tag": "NAME", "value": "Curry Howard" }, { "context": "Programs as Proofs\n;; \n;; We ...
src/latte_tutorial/ch03_game_rules.clj
latte-central/latte-tutorial
2
;;{ ;; # The rules of the game ;; ;; We are now ready to begin our first mathematical development ;; in LaTTe. This will be in a `ch03-game-rules` namespace whose ;; declaration is as follows: ;;} (ns latte-tutorial.ch03-game-rules ;; In this namespace we will only play with (lambda-)terms and types, ;; so we r...
57930
;;{ ;; # The rules of the game ;; ;; We are now ready to begin our first mathematical development ;; in LaTTe. This will be in a `ch03-game-rules` namespace whose ;; declaration is as follows: ;;} (ns latte-tutorial.ch03-game-rules ;; In this namespace we will only play with (lambda-)terms and types, ;; so we r...
true
;;{ ;; # The rules of the game ;; ;; We are now ready to begin our first mathematical development ;; in LaTTe. This will be in a `ch03-game-rules` namespace whose ;; declaration is as follows: ;;} (ns latte-tutorial.ch03-game-rules ;; In this namespace we will only play with (lambda-)terms and types, ;; so we r...
[ { "context": "l}] ((evaluate_make_lambda {:type \"lambda\" :name \"bla\" :vars [] :body {:type \"num\" :value 5}}) {:vars {", "end": 5350, "score": 0.5900740027427673, "start": 5347, "tag": "NAME", "value": "bla" }, { "context": "}] ((evaluate_make_lambda {:type \"lambda\" :name \"b...
test/lang/evaluate_test.clj
attil-io/lang
0
(ns lang.evaluate-test (:require [clojure.test :refer :all] [lang.evaluate :refer :all])) (defn myprint [& args] ["bla" {:vars {:print myprint} :parent nil}]) (deftest evaluate-test (testing "test evaluate" (is (= [5 {:vars {} :parent nil}] (evaluate {:type "num" :value 5} {:vars {} :parent nil}...
54464
(ns lang.evaluate-test (:require [clojure.test :refer :all] [lang.evaluate :refer :all])) (defn myprint [& args] ["bla" {:vars {:print myprint} :parent nil}]) (deftest evaluate-test (testing "test evaluate" (is (= [5 {:vars {} :parent nil}] (evaluate {:type "num" :value 5} {:vars {} :parent nil}...
true
(ns lang.evaluate-test (:require [clojure.test :refer :all] [lang.evaluate :refer :all])) (defn myprint [& args] ["bla" {:vars {:print myprint} :parent nil}]) (deftest evaluate-test (testing "test evaluate" (is (= [5 {:vars {} :parent nil}] (evaluate {:type "num" :value 5} {:vars {} :parent nil}...
[ { "context": "(ns\n ^{:author \"Brian Craft\"\n :doc \"huffman coding\"}\n cavm.huffman\n (:im", "end": 28, "score": 0.9998800158500671, "start": 17, "tag": "NAME", "value": "Brian Craft" } ]
src/cavm/huffman.clj
ucscXena/ucsc-xena-server
8
(ns ^{:author "Brian Craft" :doc "huffman coding"} cavm.huffman (:import [java.nio ByteBufferAsIntBufferL ByteBuffer]) (:import [java.io ByteArrayOutputStream]) (:import [java.util.concurrent ArrayBlockingQueue])) (set! *unchecked-math* true) (defn combine-freqs ([] (long-array 256)) ([^longs arr0 ^l...
85191
(ns ^{:author "<NAME>" :doc "huffman coding"} cavm.huffman (:import [java.nio ByteBufferAsIntBufferL ByteBuffer]) (:import [java.io ByteArrayOutputStream]) (:import [java.util.concurrent ArrayBlockingQueue])) (set! *unchecked-math* true) (defn combine-freqs ([] (long-array 256)) ([^longs arr0 ^longs ...
true
(ns ^{:author "PI:NAME:<NAME>END_PI" :doc "huffman coding"} cavm.huffman (:import [java.nio ByteBufferAsIntBufferL ByteBuffer]) (:import [java.io ByteArrayOutputStream]) (:import [java.util.concurrent ArrayBlockingQueue])) (set! *unchecked-math* true) (defn combine-freqs ([] (long-array 256)) ([^long...
[ { "context": "def ::ach-name #{\"Clever guy\" \"Egghead\" \"Genius\" \"Lucky Devil\" \"Legend\"})\n\n(s/def ::count (s/or :n zero? ", "end": 212, "score": 0.5964694619178772, "start": 207, "tag": "NAME", "value": "Lucky" }, { "context": "ame ::require]))\n\n(def achivements\n [{:ach...
src/cljc/plus_minus/game/progress.cljc
Liverm0r/plusminus.me
3
(ns plus-minus.game.progress (:require [clojure.spec.alpha :as s] [plus-minus.game.game :as g] [plus-minus.game.board :as b])) (s/def ::ach-name #{"Clever guy" "Egghead" "Genius" "Lucky Devil" "Legend"}) (s/def ::count (s/or :n zero? :n pos-int?)) (s/def ::win ::count) (s/def ::lose ::count)...
38280
(ns plus-minus.game.progress (:require [clojure.spec.alpha :as s] [plus-minus.game.game :as g] [plus-minus.game.board :as b])) (s/def ::ach-name #{"Clever guy" "Egghead" "Genius" "<NAME> Devil" "Legend"}) (s/def ::count (s/or :n zero? :n pos-int?)) (s/def ::win ::count) (s/def ::lose ::count...
true
(ns plus-minus.game.progress (:require [clojure.spec.alpha :as s] [plus-minus.game.game :as g] [plus-minus.game.board :as b])) (s/def ::ach-name #{"Clever guy" "Egghead" "Genius" "PI:NAME:<NAME>END_PI Devil" "Legend"}) (s/def ::count (s/or :n zero? :n pos-int?)) (s/def ::win ::count) (s/def ...
[ { "context": " \"BELL\"\n \"BELT\"\n \"BERLIN\"\n \"BERMUDA\"\n \"BERRY\"\n ", "end": 650, "score": 0.652104914188385, "start": 644, "tag": "NAME", "value": "BERLIN" }, { "context": " \"BELT\"\n \"BERLIN\"\...
src/cljs/reframe_codenames/db.cljs
lprakashv/reframe-codenames
0
(ns reframe-codenames.db) (def words ["AFRICA" "AGENT" "AIR" "ALIEN" "ALPS" "AMAZON" "AMBULANCE" "AMERICA" "ANGEL" "ANTARCTICA" "APPLE" "ARM" "ATLANTIS" "AUSTRALIA...
40652
(ns reframe-codenames.db) (def words ["AFRICA" "AGENT" "AIR" "ALIEN" "ALPS" "AMAZON" "AMBULANCE" "AMERICA" "ANGEL" "ANTARCTICA" "APPLE" "ARM" "ATLANTIS" "AUSTRALIA...
true
(ns reframe-codenames.db) (def words ["AFRICA" "AGENT" "AIR" "ALIEN" "ALPS" "AMAZON" "AMBULANCE" "AMERICA" "ANGEL" "ANTARCTICA" "APPLE" "ARM" "ATLANTIS" "AUSTRALIA...
[ { "context": "ame-title :string :timestamp :number}\n :keys [:user-id :game-title]\n :indexes\n {:local\n [{:name l", "end": 1904, "score": 0.7645696997642517, "start": 1897, "tag": "KEY", "value": "user-id" }, { "context": "ring :timestamp :number}\n :keys [:user-id :ga...
test/hildebrand/test/common.cljc
nervous-systems/hildebrand
74
(ns hildebrand.test.common (:require [hildebrand.core :as h] [eulalie.util :refer [env!]] [plumbing.core :refer [map-keys]] [glossop.util] [glossop.core #? (:clj :refer :cljs :refer-macros) [go-catching <?]] #? (:clj [clojure.core.async :as a...
100379
(ns hildebrand.test.common (:require [hildebrand.core :as h] [eulalie.util :refer [env!]] [plumbing.core :refer [map-keys]] [glossop.util] [glossop.core #? (:clj :refer :cljs :refer-macros) [go-catching <?]] #? (:clj [clojure.core.async :as a...
true
(ns hildebrand.test.common (:require [hildebrand.core :as h] [eulalie.util :refer [env!]] [plumbing.core :refer [map-keys]] [glossop.util] [glossop.core #? (:clj :refer :cljs :refer-macros) [go-catching <?]] #? (:clj [clojure.core.async :as a...
[ { "context": ".\"\n [host]\n ; getent output is of the form:\n ; 74.125.239.39 STREAM host.com\n ; 74.125.239.39 DGRAM\n ; .", "end": 600, "score": 0.9997491836547852, "start": 587, "tag": "IP_ADDRESS", "value": "74.125.239.39" }, { "context": "the form:\n ; 74.125.239.39 ...
jepsen/jepsen/src/jepsen/control/net.clj
spring-operator/ra-kv-store
19
(ns jepsen.control.net "Network control functions." (:refer-clojure :exclude [partition]) (:use jepsen.control) (:require [clojure.string :as str])) (defn reachable? "Can the current node ping the given node?" [node] (try (exec :ping :-w 1 node) true (catch RuntimeException _ false))) (defn local...
29720
(ns jepsen.control.net "Network control functions." (:refer-clojure :exclude [partition]) (:use jepsen.control) (:require [clojure.string :as str])) (defn reachable? "Can the current node ping the given node?" [node] (try (exec :ping :-w 1 node) true (catch RuntimeException _ false))) (defn local...
true
(ns jepsen.control.net "Network control functions." (:refer-clojure :exclude [partition]) (:use jepsen.control) (:require [clojure.string :as str])) (defn reachable? "Can the current node ping the given node?" [node] (try (exec :ping :-w 1 node) true (catch RuntimeException _ false))) (defn local...
[ { "context": "and conceptually acts as a separate process.\n;;\n;; Isaiah Peng <issaria@gmail.com>\n;;\n\n(defrecord Worker [n]\n R", "end": 363, "score": 0.9998550415039062, "start": 352, "tag": "NAME", "value": "Isaiah Peng" }, { "context": "ly acts as a separate process.\n;;\n;; ...
ZeroMQ/filecode/examples/Clojure/rtdealer.clj
JailbreakFox/LightWeightRepository
0
(ns rtdealer (:refer-clojure :exclude [send]) (:require [zhelpers :as mq]) (:import [java.util Random])) ;; ;; Custom routing Router to Dealer ;; ;; While this example runs in a single process, that is just to make ;; it easier to start and stop the example. Each thread has its own ;; context and conceptually ac...
83852
(ns rtdealer (:refer-clojure :exclude [send]) (:require [zhelpers :as mq]) (:import [java.util Random])) ;; ;; Custom routing Router to Dealer ;; ;; While this example runs in a single process, that is just to make ;; it easier to start and stop the example. Each thread has its own ;; context and conceptually ac...
true
(ns rtdealer (:refer-clojure :exclude [send]) (:require [zhelpers :as mq]) (:import [java.util Random])) ;; ;; Custom routing Router to Dealer ;; ;; While this example runs in a single process, that is just to make ;; it easier to start and stop the example. Each thread has its own ;; context and conceptually ac...
[ { "context": ";; Original author Hirokuni Kim\n;; Modifications by Kevin Kredit\n;; Licensed unde", "end": 31, "score": 0.9997861385345459, "start": 19, "tag": "NAME", "value": "Hirokuni Kim" }, { "context": "; Original author Hirokuni Kim\n;; Modifications by Kevin Kredit\n;; Licens...
clojure/p00-hello-world/src/p00_hello_world/core.clj
kkredit/pl-study
0
;; Original author Hirokuni Kim ;; Modifications by Kevin Kredit ;; Licensed under https://www.apache.org/licenses/LICENSE-2.0 ;; See https://kimh.github.io/clojure-by-example/#hello-world (ns p00-hello-world.core) (defn -main "I can say 'Hello World'." [] (println "Hello, world!"))
53871
;; Original author <NAME> ;; Modifications by <NAME> ;; Licensed under https://www.apache.org/licenses/LICENSE-2.0 ;; See https://kimh.github.io/clojure-by-example/#hello-world (ns p00-hello-world.core) (defn -main "I can say 'Hello World'." [] (println "Hello, world!"))
true
;; Original author PI:NAME:<NAME>END_PI ;; Modifications by PI:NAME:<NAME>END_PI ;; Licensed under https://www.apache.org/licenses/LICENSE-2.0 ;; See https://kimh.github.io/clojure-by-example/#hello-world (ns p00-hello-world.core) (defn -main "I can say 'Hello World'." [] (println "Hello, world!"))
[ { "context": " (jdbc/insert!\n *db*\n :users\n {:username username :email email :password password}))\n\n(defn user-ex", "end": 1677, "score": 0.994802713394165, "start": 1669, "tag": "USERNAME", "value": "username" }, { "context": "ers\n {:username username :email email...
src/clj/cardy/models/users.clj
pianostringquartet/cardy
0
(ns cardy.models.users (:require [clj-time.jdbc] [clojure.java.jdbc :as jdbc] [cardy.config :refer [env]] [buddy.core.hash :refer [sha256]] [buddy.core.codecs :refer [bytes->hex]] [cardy.constants :as constants] [sendgrid.core :as sg] [cardy.db.core :refer [*db*]]) (:import [java.sq...
706
(ns cardy.models.users (:require [clj-time.jdbc] [clojure.java.jdbc :as jdbc] [cardy.config :refer [env]] [buddy.core.hash :refer [sha256]] [buddy.core.codecs :refer [bytes->hex]] [cardy.constants :as constants] [sendgrid.core :as sg] [cardy.db.core :refer [*db*]]) (:import [java.sq...
true
(ns cardy.models.users (:require [clj-time.jdbc] [clojure.java.jdbc :as jdbc] [cardy.config :refer [env]] [buddy.core.hash :refer [sha256]] [buddy.core.codecs :refer [bytes->hex]] [cardy.constants :as constants] [sendgrid.core :as sg] [cardy.db.core :refer [*db*]]) (:import [java.sq...
[ { "context": "tom \"\")\n users (r/atom [{:id \"123\" :name \"Max\" :surname \"Mustermann\"}\n {:", "end": 284, "score": 0.9997130036354065, "start": 281, "tag": "NAME", "value": "Max" }, { "context": " users (r/atom [{:id \"123\" :name \"Max\" :surname...
src/app/seven_guis/crud.cljs
biowaffeln/7guis-reagent
0
(ns app.seven-guis.crud (:require [reagent.core :as r] [react-dom] [app.seven-guis.util :refer [create-handler generate-id]] [clojure.string :as str])) (defn crud [] (let [filter-prefix (r/atom "") users (r/atom [{:id "123" :name "Max" :surname "Mustermann"} ...
95189
(ns app.seven-guis.crud (:require [reagent.core :as r] [react-dom] [app.seven-guis.util :refer [create-handler generate-id]] [clojure.string :as str])) (defn crud [] (let [filter-prefix (r/atom "") users (r/atom [{:id "123" :name "<NAME>" :surname "<NAME>"} ...
true
(ns app.seven-guis.crud (:require [reagent.core :as r] [react-dom] [app.seven-guis.util :refer [create-handler generate-id]] [clojure.string :as str])) (defn crud [] (let [filter-prefix (r/atom "") users (r/atom [{:id "123" :name "PI:NAME:<NAME>END_PI" :surname "PI:NAME...
[ { "context": "etup [] {:port 9990\n :cookie-name \"somename\"\n :cookie-store-key \"somekeysomeke", "end": 513, "score": 0.7833797931671143, "start": 505, "tag": "USERNAME", "value": "somename" }, { "context": "ame \"somename\"\n :cookie-s...
src/aleph_system/test.clj
martinskou/aleph-system
0
(ns aleph-system.test (:require [clojure.tools.namespace.repl :refer [refresh refresh-all]] [clojure.pprint :refer [pprint]] [clojure.repl :refer [pst]] [aleph-system.core :as asystem] [ring.util.response :refer :all] [hiccup.page :refer :all] [h...
92917
(ns aleph-system.test (:require [clojure.tools.namespace.repl :refer [refresh refresh-all]] [clojure.pprint :refer [pprint]] [clojure.repl :refer [pst]] [aleph-system.core :as asystem] [ring.util.response :refer :all] [hiccup.page :refer :all] [h...
true
(ns aleph-system.test (:require [clojure.tools.namespace.repl :refer [refresh refresh-all]] [clojure.pprint :refer [pprint]] [clojure.repl :refer [pst]] [aleph-system.core :as asystem] [ring.util.response :refer :all] [hiccup.page :refer :all] [h...
[ { "context": "----------------------------\n;; Copyright (c) 2011 Basho Technologies, Inc. All Rights Reserved.\n;;\n;; This file is pr", "end": 111, "score": 0.8571593761444092, "start": 93, "tag": "NAME", "value": "Basho Technologies" } ]
src/knockbox/sets.clj
reiddraper/knockbox
34
;; ------------------------------------------------------------------- ;; Copyright (c) 2011 Basho Technologies, Inc. All Rights Reserved. ;; ;; This file is provided to you under the Apache License, ;; Version 2.0 (the "License"); you may not use this file ;; except in compliance with the License. You may obtain ;; ...
75431
;; ------------------------------------------------------------------- ;; Copyright (c) 2011 <NAME>, Inc. All Rights Reserved. ;; ;; This file is provided to you under the Apache License, ;; Version 2.0 (the "License"); you may not use this file ;; except in compliance with the License. You may obtain ;; a copy of th...
true
;; ------------------------------------------------------------------- ;; Copyright (c) 2011 PI:NAME:<NAME>END_PI, Inc. All Rights Reserved. ;; ;; This file is provided to you under the Apache License, ;; Version 2.0 (the "License"); you may not use this file ;; except in compliance with the License. You may obtain ;...
[ { "context": "ns under the License.\n;;\n;; Copyright © 2013-2022, Kenneth Leung. All rights reserved.\n\n(ns czlab.bixby.exec\n\n (:", "end": 597, "score": 0.9998525381088257, "start": 584, "tag": "NAME", "value": "Kenneth Leung" } ]
src/main/clojure/czlab/bixby/exec.clj
llnek/skaro
0
;; Licensed under the Apache License, Version 2.0 (the "License"); ;; you may not use this file except in compliance with the License. ;; You may obtain a copy of the License at ;; ;; http://www.apache.org/licenses/LICENSE-2.0 ;; ;; Unless required by applicable law or agreed to in writing, software ;; distributed ...
25085
;; Licensed under the Apache License, Version 2.0 (the "License"); ;; you may not use this file except in compliance with the License. ;; You may obtain a copy of the License at ;; ;; http://www.apache.org/licenses/LICENSE-2.0 ;; ;; Unless required by applicable law or agreed to in writing, software ;; distributed ...
true
;; Licensed under the Apache License, Version 2.0 (the "License"); ;; you may not use this file except in compliance with the License. ;; You may obtain a copy of the License at ;; ;; http://www.apache.org/licenses/LICENSE-2.0 ;; ;; Unless required by applicable law or agreed to in writing, software ;; distributed ...
[ { "context": " of organisms. \n;;\n;; For reference see:\n;;\n;; Reynolds, Craig W. \"Flocks, herds and schools: A distribut", "end": 500, "score": 0.9997420907020569, "start": 492, "tag": "NAME", "value": "Reynolds" }, { "context": "sms. \n;;\n;; For reference see:\n;;\n;; R...
src/brevis_slider_swarm/core.clj
brevis-us/brevis-slider-swarm
0
(ns brevis-slider-swarm.core (:gen-class) (:require [seesaw.core :as seesaw] [seesaw.mig :as mig]) (:use [brevis.graphics.basic-3D] [brevis.physics collision core space utils] [brevis.shape box sphere cone] [brevis core osd vector camera utils display image random])) ;;;;;;;;;...
64705
(ns brevis-slider-swarm.core (:gen-class) (:require [seesaw.core :as seesaw] [seesaw.mig :as mig]) (:use [brevis.graphics.basic-3D] [brevis.physics collision core space utils] [brevis.shape box sphere cone] [brevis core osd vector camera utils display image random])) ;;;;;;;;;...
true
(ns brevis-slider-swarm.core (:gen-class) (:require [seesaw.core :as seesaw] [seesaw.mig :as mig]) (:use [brevis.graphics.basic-3D] [brevis.physics collision core space utils] [brevis.shape box sphere cone] [brevis core osd vector camera utils display image random])) ;;;;;;;;;...
[ { "context": "\"Hello\"}\n {:status 200, :body \"Goodbye\"}\n {:status 200, :body \"Hello\"", "end": 4265, "score": 0.8187738656997681, "start": 4258, "tag": "NAME", "value": "Goodbye" }, { "context": "\"Hello\"}\n {:status 200...
vcr/test/martian/vcr_test.cljc
rgkirch/martian
389
(ns martian.vcr-test (:require #?(:clj [clojure.test :refer [deftest testing is]] :cljs [cljs.test :refer [deftest testing is]]) [martian.vcr :as vcr] [martian.core :as m] [schema.core :as s] #?(:clj [clojure.java.io :as io]))) #?(:cljs (def Exception js...
92633
(ns martian.vcr-test (:require #?(:clj [clojure.test :refer [deftest testing is]] :cljs [cljs.test :refer [deftest testing is]]) [martian.vcr :as vcr] [martian.core :as m] [schema.core :as s] #?(:clj [clojure.java.io :as io]))) #?(:cljs (def Exception js...
true
(ns martian.vcr-test (:require #?(:clj [clojure.test :refer [deftest testing is]] :cljs [cljs.test :refer [deftest testing is]]) [martian.vcr :as vcr] [martian.core :as m] [schema.core :as s] #?(:clj [clojure.java.io :as io]))) #?(:cljs (def Exception js...
[ { "context": " \"master\"\n :token \"token\"})))\n (is (= core/artifacts-url-template\n ", "end": 2964, "score": 0.8407413363456726, "start": 2959, "tag": "KEY", "value": "token" } ]
test/partition/core_test.clj
honzabrecka/partition
8
(ns partition.core-test (:require [clojure.test :refer :all] [clojure.java.io :as io] [org.httpkit.client :as http] [partition.core :as core])) (deftest nil-safe-test (is (= "" ((core/nil-safe clojure.string/replace) nil "foo" "bar"))) (is (= "nabaro" ((core/nil-safe clojure.s...
1195
(ns partition.core-test (:require [clojure.test :refer :all] [clojure.java.io :as io] [org.httpkit.client :as http] [partition.core :as core])) (deftest nil-safe-test (is (= "" ((core/nil-safe clojure.string/replace) nil "foo" "bar"))) (is (= "nabaro" ((core/nil-safe clojure.s...
true
(ns partition.core-test (:require [clojure.test :refer :all] [clojure.java.io :as io] [org.httpkit.client :as http] [partition.core :as core])) (deftest nil-safe-test (is (= "" ((core/nil-safe clojure.string/replace) nil "foo" "bar"))) (is (= "nabaro" ((core/nil-safe clojure.s...
[ { "context": "ss \"sidebar-nav-item\", :href \"https://twitter.com/kirshatrov\"} \"@kirshatrov\"]\n [:a {:class \"sidebar-nav-", "end": 915, "score": 0.9996930956840515, "start": 905, "tag": "USERNAME", "value": "kirshatrov" }, { "context": "nav-item\", :href \"https://twitter....
src/clj_blog/views.clj
kirs/clj-blog
0
(ns clj-blog.views (:require [clj-blog.posts :as posts] [clj-time.core :as t] [clj-time.coerce :as c] [clj-time.format :as f]) (:use [hiccup.page] [hiccup.core])) (defn wrap-page-title [title] (str title " &middot; Kir Shatrov blog")) (defn page-sidebar [] (html...
111732
(ns clj-blog.views (:require [clj-blog.posts :as posts] [clj-time.core :as t] [clj-time.coerce :as c] [clj-time.format :as f]) (:use [hiccup.page] [hiccup.core])) (defn wrap-page-title [title] (str title " &middot; Kir Shatrov blog")) (defn page-sidebar [] (html...
true
(ns clj-blog.views (:require [clj-blog.posts :as posts] [clj-time.core :as t] [clj-time.coerce :as c] [clj-time.format :as f]) (:use [hiccup.page] [hiccup.core])) (defn wrap-page-title [title] (str title " &middot; Kir Shatrov blog")) (defn page-sidebar [] (html...
[ { "context": "home-content []\n [:div.main.home\n [:h1.header \"Daniel Janus\"]\n [:div.photo\n [:img {:src \"img/dj.jpg\"}]]\n", "end": 124, "score": 0.9998376965522766, "start": 112, "tag": "NAME", "value": "Daniel Janus" }, { "context": " game\"]\n [:li [:a {:href \"h...
src/nhp/home.clj
nathell/nhp
2
(ns nhp.home (:require [nhp.layout :as layout])) (defn home-content [] [:div.main.home [:h1.header "Daniel Janus"] [:div.photo [:img {:src "img/dj.jpg"}]] [:div.content [:section.programming [:h2 "Programming"] [:ul [:li [:a {:href "http://smyrna.danieljanus.pl"} "Smyrna"] ...
101326
(ns nhp.home (:require [nhp.layout :as layout])) (defn home-content [] [:div.main.home [:h1.header "<NAME>"] [:div.photo [:img {:src "img/dj.jpg"}]] [:div.content [:section.programming [:h2 "Programming"] [:ul [:li [:a {:href "http://smyrna.danieljanus.pl"} "Smyrna"] ", ...
true
(ns nhp.home (:require [nhp.layout :as layout])) (defn home-content [] [:div.main.home [:h1.header "PI:NAME:<NAME>END_PI"] [:div.photo [:img {:src "img/dj.jpg"}]] [:div.content [:section.programming [:h2 "Programming"] [:ul [:li [:a {:href "http://smyrna.danieljanus.pl"} "Smyrn...
[ { "context": "(ns ^{:doc \"Svg processing.\"\n :author \"Jude Payne\"}\n loom-viz.svg\n (:require [clojure.zip ", "end": 54, "score": 0.9998879432678223, "start": 44, "tag": "NAME", "value": "Jude Payne" } ]
src/loom_viz/svg.cljc
judepayne/loom-viz
0
(ns ^{:doc "Svg processing." :author "Jude Payne"} loom-viz.svg (:require [clojure.zip :as zip] [clojure.data.zip.xml :refer [xml-> xml1-> attr attr= text= tag=]] [clojure.data.xml :as xml] [tool-belt.core :as tb] [loom-viz.util ...
113450
(ns ^{:doc "Svg processing." :author "<NAME>"} loom-viz.svg (:require [clojure.zip :as zip] [clojure.data.zip.xml :refer [xml-> xml1-> attr attr= text= tag=]] [clojure.data.xml :as xml] [tool-belt.core :as tb] [loom-viz.util :as ...
true
(ns ^{:doc "Svg processing." :author "PI:NAME:<NAME>END_PI"} loom-viz.svg (:require [clojure.zip :as zip] [clojure.data.zip.xml :refer [xml-> xml1-> attr attr= text= tag=]] [clojure.data.xml :as xml] [tool-belt.core :as tb] [loom-viz.uti...
[ { "context": "id))\n {:username \"foo-user\" :password \"foobar\"})]\n (let [authentication", "end": 930, "score": 0.9980836510658264, "start": 922, "tag": "USERNAME", "value": "foo-user" }, { "context": " {:username \"foo-user\" :...
test/com/github/meandor/authentication/authentication_server_test.clj
meandor/the-queen
1
(ns com.github.meandor.authentication.authentication-server-test (:require [clojure.test :refer :all] [com.github.meandor.authentication.authentication-service :as as] [com.github.meandor.user.repository :as ur] [com.github.meandor.authentication.utils :as utils] [com.g...
29417
(ns com.github.meandor.authentication.authentication-server-test (:require [clojure.test :refer :all] [com.github.meandor.authentication.authentication-service :as as] [com.github.meandor.user.repository :as ur] [com.github.meandor.authentication.utils :as utils] [com.g...
true
(ns com.github.meandor.authentication.authentication-server-test (:require [clojure.test :refer :all] [com.github.meandor.authentication.authentication-service :as as] [com.github.meandor.user.repository :as ur] [com.github.meandor.authentication.utils :as utils] [com.g...
[ { "context": " ;;\n;; Author: Jon Anthony ", "end": 1839, "score": 0.9998750686645508, "start": 1828, "tag": "NAME", "value": "Jon Anthony" }, { "context": "handling, logging, caching, etc.\n \"\n\n...
src/aerobio/server.clj
jsa-aerial/aerobio
3
;;--------------------------------------------------------------------------;; ;; ;; ;; A E R O B I O . S E R V E R ;; ;; ;; ;; P...
79082
;;--------------------------------------------------------------------------;; ;; ;; ;; A E R O B I O . S E R V E R ;; ;; ;; ;; P...
true
;;--------------------------------------------------------------------------;; ;; ;; ;; A E R O B I O . S E R V E R ;; ;; ;; ;; P...
[ { "context": " :comments \"Copyright 2011-2014 Micah Martin All Rights Reserved.\"}\n\n :jar-exclusio", "end": 395, "score": 0.9997585415840149, "start": 383, "tag": "NAME", "value": "Micah Martin" }, { "context": "ox {:src-dir-uri \"http:/...
project.clj
arlandism/speclj
0
(defproject speclj "3.2.0" :description "speclj: Pronounced 'speckle', is a Behavior Driven Development framework for Clojure." :url "http://speclj.com" :license {:name "The MIT License" :url "file://LICENSE" :distribution ...
80980
(defproject speclj "3.2.0" :description "speclj: Pronounced 'speckle', is a Behavior Driven Development framework for Clojure." :url "http://speclj.com" :license {:name "The MIT License" :url "file://LICENSE" :distribution ...
true
(defproject speclj "3.2.0" :description "speclj: Pronounced 'speckle', is a Behavior Driven Development framework for Clojure." :url "http://speclj.com" :license {:name "The MIT License" :url "file://LICENSE" :distribution ...
[ { "context": ";; Copyright © 2015-2021 Esko Luontola\n;; This software is released under the Apache Lic", "end": 38, "score": 0.9998787045478821, "start": 25, "tag": "NAME", "value": "Esko Luontola" }, { "context": "\"}\n\n :dev {:dependencies [[com.github.kyleburton/clj-...
project.clj
3breadt/territory-bro
2
;; Copyright © 2015-2021 Esko Luontola ;; This software is released under the Apache License 2.0. ;; The license text is at http://www.apache.org/licenses/LICENSE-2.0 (defproject territory-bro "1.0.0-SNAPSHOT" :description "Territory Bro is a tool for managing territory cards in the congregations of Jehovah's Witne...
24010
;; Copyright © 2015-2021 <NAME> ;; This software is released under the Apache License 2.0. ;; The license text is at http://www.apache.org/licenses/LICENSE-2.0 (defproject territory-bro "1.0.0-SNAPSHOT" :description "Territory Bro is a tool for managing territory cards in the congregations of Jehovah's Witnesses." ...
true
;; Copyright © 2015-2021 PI:NAME:<NAME>END_PI ;; This software is released under the Apache License 2.0. ;; The license text is at http://www.apache.org/licenses/LICENSE-2.0 (defproject territory-bro "1.0.0-SNAPSHOT" :description "Territory Bro is a tool for managing territory cards in the congregations of Jehovah'...
[ { "context": ";; Copyright (c) 2013-2016 Andrey Antukh <niwi@niwi.nz>\n;;\n;; Licensed under the Apache Li", "end": 40, "score": 0.9998809695243835, "start": 27, "tag": "NAME", "value": "Andrey Antukh" }, { "context": ";; Copyright (c) 2013-2016 Andrey Antukh <niwi@niwi.nz>\n;;\n;; L...
src/buddy/core/mac.clj
updcon/buddy-core
121
;; Copyright (c) 2013-2016 Andrey Antukh <niwi@niwi.nz> ;; ;; 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 applic...
42710
;; Copyright (c) 2013-2016 <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 ...
true
;; Copyright (c) 2013-2016 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 r...
[ { "context": "odd in Clojure; recursive and trampolined.\n;;;\n;;; Eli Bendersky [http://eli.thegreenplace.net]\n;;; This code is i", "end": 84, "score": 0.9939349889755249, "start": 71, "tag": "NAME", "value": "Eli Bendersky" } ]
2017/continuations-trampolines/clojure-samples/src/clojure_samples/evenodd.clj
mikiec84/code-for-blog
1,199
;;; Example of even/odd in Clojure; recursive and trampolined. ;;; ;;; Eli Bendersky [http://eli.thegreenplace.net] ;;; This code is in the public domain. (ns clojure-samples.evenodd) (declare is-even?) (defn is-odd? [n] (if (= n 0) false (is-even? (- n 1)))) (defn is-even? [n] (if (= n 0) true ...
31046
;;; Example of even/odd in Clojure; recursive and trampolined. ;;; ;;; <NAME> [http://eli.thegreenplace.net] ;;; This code is in the public domain. (ns clojure-samples.evenodd) (declare is-even?) (defn is-odd? [n] (if (= n 0) false (is-even? (- n 1)))) (defn is-even? [n] (if (= n 0) true (is-...
true
;;; Example of even/odd in Clojure; recursive and trampolined. ;;; ;;; PI:NAME:<NAME>END_PI [http://eli.thegreenplace.net] ;;; This code is in the public domain. (ns clojure-samples.evenodd) (declare is-even?) (defn is-odd? [n] (if (= n 0) false (is-even? (- n 1)))) (defn is-even? [n] (if (= n 0) ...
[ { "context": "tation {\n addPerson(email: \\\"dean@p14n.com\\\", firstname:\\\"Dean\\\"){\n I", "end": 1067, "score": 0.9998482465744019, "start": 1054, "tag": "EMAIL", "value": "dean@p14n.com" }, { "context": " addPerson(email: \\\"dean@p...
query/test/journal/query_test.clj
p14n/journal
0
(ns journal.query-test (:require [journal.query :as sut] [app.main :as m] [mount.core :as mount] [clojure.test :as t :refer [is are deftest testing use-fixtures]] [org.httpkit.client :as http] [clojure.data.json :as json])) (defn app-fixture [f] (mount/st...
92871
(ns journal.query-test (:require [journal.query :as sut] [app.main :as m] [mount.core :as mount] [clojure.test :as t :refer [is are deftest testing use-fixtures]] [org.httpkit.client :as http] [clojure.data.json :as json])) (defn app-fixture [f] (mount/st...
true
(ns journal.query-test (:require [journal.query :as sut] [app.main :as m] [mount.core :as mount] [clojure.test :as t :refer [is are deftest testing use-fixtures]] [org.httpkit.client :as http] [clojure.data.json :as json])) (defn app-fixture [f] (mount/st...
[ { "context": ";; Copyright (c) Jeffrey Straszheim. All rights reserved. The use and\n;; distributi", "end": 36, "score": 0.9998580813407898, "start": 18, "tag": "NAME", "value": "Jeffrey Straszheim" } ]
ThirdParty/clojure-contrib-1.1.0/src/clojure/contrib/test_contrib/test_dataflow.clj
allertonm/Couverjure
3
;; Copyright (c) Jeffrey Straszheim. All rights reserved. The use and ;; distribution terms for this software are covered by the Eclipse Public ;; License 1.0 (http://opensource.org/licenses/eclipse-1.0.php) which can ;; be found in the file epl-v10.html at the root of this distribution. By ;; using this softwar...
102990
;; Copyright (c) <NAME>. All rights reserved. The use and ;; distribution terms for this software are covered by the Eclipse Public ;; License 1.0 (http://opensource.org/licenses/eclipse-1.0.php) which can ;; be found in the file epl-v10.html at the root of this distribution. By ;; using this software in any fas...
true
;; Copyright (c) PI:NAME:<NAME>END_PI. All rights reserved. The use and ;; distribution terms for this software are covered by the Eclipse Public ;; License 1.0 (http://opensource.org/licenses/eclipse-1.0.php) which can ;; be found in the file epl-v10.html at the root of this distribution. By ;; using this softw...
[ { "context": "[31 25 18 18 25]\n :name [\"a\" \"b\" \"c\" \"c\" \"d\"]\n :salar", "end": 2704, "score": 0.925579845905304, "start": 2703, "tag": "NAME", "value": "a" }, { "context": "25 18 18 25]\n :name [\"a\" \...
dp.dsl/src/dp/dsl.clj
clojure-finance/HKU-TDLEG-data-processing-DSL
1
(ns dp.dsl) (require '[tech.v3.dataset :as ds] '[dp.ds_operation :as op]) (def operation-list [:where :row :group-by :having :select :sort-by]) (def optional-keywords #{:group-by :sort-by}) (def operation-function-map {:select op/select :where op/where :row op/row :group-by op/group-by :havin...
104861
(ns dp.dsl) (require '[tech.v3.dataset :as ds] '[dp.ds_operation :as op]) (def operation-list [:where :row :group-by :having :select :sort-by]) (def optional-keywords #{:group-by :sort-by}) (def operation-function-map {:select op/select :where op/where :row op/row :group-by op/group-by :havin...
true
(ns dp.dsl) (require '[tech.v3.dataset :as ds] '[dp.ds_operation :as op]) (def operation-list [:where :row :group-by :having :select :sort-by]) (def optional-keywords #{:group-by :sort-by}) (def operation-function-map {:select op/select :where op/where :row op/row :group-by op/group-by :havin...
[ { "context": "ransfer\" {\n :amount 200\n :name \"Dumlocks von z'Blurbows\"\n :tax-id \"012.345.678-90\"\n :ba", "end": 626, "score": 0.9998467564582825, "start": 603, "tag": "NAME", "value": "Dumlocks von z'Blurbows" } ]
test/starkbank/payment_request_test.clj
starkbank/sdk-clojure
5
(ns starkbank.payment-request-test (:use [clojure.test]) (:refer-clojure :exclude [type]) (:require [starkbank.payment-request :as payment-request] [starkbank.user-test :as user] [clojure.java.io :as io] [starkbank.utils.date :as date] [starkbank.utils.page :as page...
10869
(ns starkbank.payment-request-test (:use [clojure.test]) (:refer-clojure :exclude [type]) (:require [starkbank.payment-request :as payment-request] [starkbank.user-test :as user] [clojure.java.io :as io] [starkbank.utils.date :as date] [starkbank.utils.page :as page...
true
(ns starkbank.payment-request-test (:use [clojure.test]) (:refer-clojure :exclude [type]) (:require [starkbank.payment-request :as payment-request] [starkbank.user-test :as user] [clojure.java.io :as io] [starkbank.utils.date :as date] [starkbank.utils.page :as page...
[ { "context": "s (= (sut/get-suggestion sc \"OK, here's my email: hyang@eab.edu\")\n \"OK, here's my email: hyang@eab.edu\"", "end": 1126, "score": 0.9999294281005859, "start": 1113, "tag": "EMAIL", "value": "hyang@eab.edu" }, { "context": ": hyang@eab.edu\")\n \"...
test/symspell_clj/core_test.clj
juji-io/symspell-clj
16
(ns symspell-clj.core-test (:require [symspell-clj.core :as sut] [clojure.test :refer [is deftest]])) (deftest match-prefix-test (let [sc (sut/new-spellchecker)] (is (sut/match-prefix? sc "h")) (is (sut/match-prefix? sc "hw")) (is (sut/match-prefix? sc "hwy")) (is (not (sut/match-prefix...
93654
(ns symspell-clj.core-test (:require [symspell-clj.core :as sut] [clojure.test :refer [is deftest]])) (deftest match-prefix-test (let [sc (sut/new-spellchecker)] (is (sut/match-prefix? sc "h")) (is (sut/match-prefix? sc "hw")) (is (sut/match-prefix? sc "hwy")) (is (not (sut/match-prefix...
true
(ns symspell-clj.core-test (:require [symspell-clj.core :as sut] [clojure.test :refer [is deftest]])) (deftest match-prefix-test (let [sc (sut/new-spellchecker)] (is (sut/match-prefix? sc "h")) (is (sut/match-prefix? sc "hw")) (is (sut/match-prefix? sc "hwy")) (is (not (sut/match-prefix...
[ { "context": "; Copyright (c) Rich Hickey. All rights reserved.\n; The use and distributio", "end": 29, "score": 0.9998183846473694, "start": 18, "tag": "NAME", "value": "Rich Hickey" } ]
libs/clojurescript/cljs/source_map/base64.cljs
jmshelby/elevatorsaga
0
; Copyright (c) Rich Hickey. All rights reserved. ; The use and distribution terms for this software are covered by the ; Eclipse Public License 1.0 (http://opensource.org/licenses/eclipse-1.0.php) ; which can be found in the file epl-v10.html at the root of this distribution. ; By using this software in any ...
77365
; Copyright (c) <NAME>. All rights reserved. ; The use and distribution terms for this software are covered by the ; Eclipse Public License 1.0 (http://opensource.org/licenses/eclipse-1.0.php) ; which can be found in the file epl-v10.html at the root of this distribution. ; By using this software in any fashi...
true
; Copyright (c) PI:NAME:<NAME>END_PI. All rights reserved. ; The use and distribution terms for this software are covered by the ; Eclipse Public License 1.0 (http://opensource.org/licenses/eclipse-1.0.php) ; which can be found in the file epl-v10.html at the root of this distribution. ; By using this softwar...
[ { "context": "; Copyright 2017 Frederic Merizen\n;\n; Licensed under the Apache License, Version 2.", "end": 33, "score": 0.9998489618301392, "start": 17, "tag": "NAME", "value": "Frederic Merizen" } ]
src/plumula/diff/impl.clj
plumula/diff
1
; Copyright 2017 Frederic Merizen ; ; Licensed under the Apache License, Version 2.0 (the "License"); ; you may not use this file except in compliance with the License. ; You may obtain a copy of the License at ; ; http://www.apache.org/licenses/LICENSE-2.0 ; ; Unless required by applicable law or agreed to in writing,...
18926
; Copyright 2017 <NAME> ; ; Licensed under the Apache License, Version 2.0 (the "License"); ; you may not use this file except in compliance with the License. ; You may obtain a copy of the License at ; ; http://www.apache.org/licenses/LICENSE-2.0 ; ; Unless required by applicable law or agreed to in writing, software ...
true
; Copyright 2017 PI:NAME:<NAME>END_PI ; ; Licensed under the Apache License, Version 2.0 (the "License"); ; you may not use this file except in compliance with the License. ; You may obtain a copy of the License at ; ; http://www.apache.org/licenses/LICENSE-2.0 ; ; Unless required by applicable law or agreed to in writ...
[ { "context": "\"SELECT count(*) FROM venues WHERE venues.name = 'Barney''s Beanery'\"\n (unprepare/unprepare :sql\n ", "end": 510, "score": 0.9139472246170044, "start": 493, "tag": "NAME", "value": "Barney''s Beanery" }, { "context": "enues.name = ?\"\n ...
c#-metabase/test/metabase/driver/sql/util/unprepare_test.clj
hanakhry/Crime_Admin
0
(ns metabase.driver.sql.util.unprepare-test (:require [clojure.string :as str] [clojure.test :refer :all] [java-time :as t] [metabase.driver :as driver] [metabase.driver.sql.util.unprepare :as unprepare] [metabase.util.date-2 :as u.date]) (:import java.tim...
39428
(ns metabase.driver.sql.util.unprepare-test (:require [clojure.string :as str] [clojure.test :refer :all] [java-time :as t] [metabase.driver :as driver] [metabase.driver.sql.util.unprepare :as unprepare] [metabase.util.date-2 :as u.date]) (:import java.tim...
true
(ns metabase.driver.sql.util.unprepare-test (:require [clojure.string :as str] [clojure.test :refer :all] [java-time :as t] [metabase.driver :as driver] [metabase.driver.sql.util.unprepare :as unprepare] [metabase.util.date-2 :as u.date]) (:import java.tim...
[ { "context": ";;\n;;\n;; Copyright 2014-2015 Netflix, Inc.\n;;\n;; Licensed under the Apache Lic", "end": 33, "score": 0.9554316997528076, "start": 30, "tag": "NAME", "value": "Net" } ]
pigpen-parquet/src/main/clojure/pigpen/parquet.clj
ombagus/Netflix
327
;; ;; ;; Copyright 2014-2015 Netflix, Inc. ;; ;; Licensed under the Apache License, Version 2.0 (the "License"); ;; you may not use this file except in compliance with the License. ;; You may obtain a copy of the License at ;; ;; http://www.apache.org/licenses/LICENSE-2.0 ;; ;; Unless required ...
125152
;; ;; ;; Copyright 2014-2015 <NAME>flix, Inc. ;; ;; Licensed under the Apache License, Version 2.0 (the "License"); ;; you may not use this file except in compliance with the License. ;; You may obtain a copy of the License at ;; ;; http://www.apache.org/licenses/LICENSE-2.0 ;; ;; Unless requir...
true
;; ;; ;; Copyright 2014-2015 PI:NAME:<NAME>END_PIflix, Inc. ;; ;; Licensed under the Apache License, Version 2.0 (the "License"); ;; you may not use this file except in compliance with the License. ;; You may obtain a copy of the License at ;; ;; http://www.apache.org/licenses/LICENSE-2.0 ;; ;; ...
[ { "context": "thub-cdn {:dir \"site\"\n :repository \"git@github.com:alun/anonymous-chat\"\n :branch \"gh-p", "end": 148, "score": 0.999530017375946, "start": 134, "tag": "EMAIL", "value": "git@github.com" }, { "context": "\"site\"\n :reposit...
project.clj
alun/anonymous-chat
0
(defproject algoterm "1.0.0-SNAPSHOT" :plugins [[katlex/github-cdn "0.1.0"]] :github-cdn {:dir "site" :repository "git@github.com:alun/anonymous-chat" :branch "gh-pages"})
101869
(defproject algoterm "1.0.0-SNAPSHOT" :plugins [[katlex/github-cdn "0.1.0"]] :github-cdn {:dir "site" :repository "<EMAIL>:alun/anonymous-chat" :branch "gh-pages"})
true
(defproject algoterm "1.0.0-SNAPSHOT" :plugins [[katlex/github-cdn "0.1.0"]] :github-cdn {:dir "site" :repository "PI:EMAIL:<EMAIL>END_PI:alun/anonymous-chat" :branch "gh-pages"})
[ { "context": "e.com/ubuntu xenial main\" \"keyserver.ubuntu.com\" \"DF7D54CBE56151BF\")\n (debian/install [\"mesos\"])\n (c/exec :mkdir", "end": 971, "score": 0.9955210089683533, "start": 955, "tag": "KEY", "value": "DF7D54CBE56151BF" } ]
tests/jepsen/src/jepsen/mesos.clj
fquesnel/marathon
3,556
(ns jepsen.mesos (:gen-class) (:require [clojure.string :as str] [clojure.tools.logging :refer :all] [clostache.parser :as parser] [jepsen.cli :as cli] [jepsen.control :as c] [jepsen.control.util :as cu] [jepsen.db :as db] [jepsen.o...
20971
(ns jepsen.mesos (:gen-class) (:require [clojure.string :as str] [clojure.tools.logging :refer :all] [clostache.parser :as parser] [jepsen.cli :as cli] [jepsen.control :as c] [jepsen.control.util :as cu] [jepsen.db :as db] [jepsen.o...
true
(ns jepsen.mesos (:gen-class) (:require [clojure.string :as str] [clojure.tools.logging :refer :all] [clostache.parser :as parser] [jepsen.cli :as cli] [jepsen.control :as c] [jepsen.control.util :as cu] [jepsen.db :as db] [jepsen.o...
[ { "context": ";;; Copyright (c) 2021 Julien Gonzalez <hello@spinjs.com>\n\n(ns fahrenheit-lang.transpile", "end": 38, "score": 0.9998562932014465, "start": 23, "tag": "NAME", "value": "Julien Gonzalez" }, { "context": ";;; Copyright (c) 2021 Julien Gonzalez <hello@spinjs.com>\n\n(ns ...
src/fahrenheit_lang/transpiler.clj
customcommander/fahrenheit-lang
0
;;; Copyright (c) 2021 Julien Gonzalez <hello@spinjs.com> (ns fahrenheit-lang.transpiler (:require [clojure.spec.alpha :as s] [clojure.core.match :as m] [clojure.string :refer [join]])) (derive :label/chapter-number :print/label) (derive :term/ordinal-57 :print/te...
105273
;;; Copyright (c) 2021 <NAME> <<EMAIL>> (ns fahrenheit-lang.transpiler (:require [clojure.spec.alpha :as s] [clojure.core.match :as m] [clojure.string :refer [join]])) (derive :label/chapter-number :print/label) (derive :term/ordinal-57 :print/term) (derive :label...
true
;;; Copyright (c) 2021 PI:NAME:<NAME>END_PI <PI:EMAIL:<EMAIL>END_PI> (ns fahrenheit-lang.transpiler (:require [clojure.spec.alpha :as s] [clojure.core.match :as m] [clojure.string :refer [join]])) (derive :label/chapter-number :print/label) (derive :term/ordinal-57 ...
[ { "context": ";; Copyright (c) Rich Hickey and contributors. All rights reserved.\n;; The u", "end": 30, "score": 0.9998482465744019, "start": 19, "tag": "NAME", "value": "Rich Hickey" } ]
resources/public/js/out/cljs/core/async/impl/channels.cljs
yuppieghost/soul-talk
6
;; Copyright (c) Rich Hickey and contributors. All rights reserved. ;; The use and distribution terms for this software are covered by the ;; Eclipse Public License 1.0 (http://opensource.org/licenses/eclipse-1.0.php) ;; which can be found in the file epl-v10.html at the root of this distribution. ;; By using...
48279
;; Copyright (c) <NAME> and contributors. All rights reserved. ;; The use and distribution terms for this software are covered by the ;; Eclipse Public License 1.0 (http://opensource.org/licenses/eclipse-1.0.php) ;; which can be found in the file epl-v10.html at the root of this distribution. ;; By using this...
true
;; Copyright (c) PI:NAME:<NAME>END_PI and contributors. All rights reserved. ;; The use and distribution terms for this software are covered by the ;; Eclipse Public License 1.0 (http://opensource.org/licenses/eclipse-1.0.php) ;; which can be found in the file epl-v10.html at the root of this distribution. ;; ...
[ { "context": "hange communication\n;;;;\n;;;; @copyright 2017-2020 Dennis Drown et l'Université du Québec à Montréal\n;;;; -------", "end": 429, "score": 0.9998815655708313, "start": 417, "tag": "NAME", "value": "Dennis Drown" } ]
apps/say_sila/priv/fnode/say/src/say/core.clj
dendrown/say_sila
0
;;;; ------------------------------------------------------------------------- ;;;; ;;;; _/_/_/ _/_/_/ _/ _/_/ ;;;; _/ _/ _/ _/ _/ ;;;; _/_/ _/ _/ _/_/_/_/ ;;;; _/ _/ _/ _/ _/ ;;;; _/_/_/ _/_/_/ _/_/_/_/ _/ _/ ;;;; ;;;; Emo...
88509
;;;; ------------------------------------------------------------------------- ;;;; ;;;; _/_/_/ _/_/_/ _/ _/_/ ;;;; _/ _/ _/ _/ _/ ;;;; _/_/ _/ _/ _/_/_/_/ ;;;; _/ _/ _/ _/ _/ ;;;; _/_/_/ _/_/_/ _/_/_/_/ _/ _/ ;;;; ;;;; Emo...
true
;;;; ------------------------------------------------------------------------- ;;;; ;;;; _/_/_/ _/_/_/ _/ _/_/ ;;;; _/ _/ _/ _/ _/ ;;;; _/_/ _/ _/ _/_/_/_/ ;;;; _/ _/ _/ _/ _/ ;;;; _/_/_/ _/_/_/ _/_/_/_/ _/ _/ ;;;; ;;;; Emo...
[ { "context": " {:id :mustang :label \"Mustang Mach-E\" :group \"Ford\"}\n {:id :ford-phev ", "end": 1547, "score": 0.9681219458580017, "start": 1533, "tag": "NAME", "value": "Mustang Mach-E" } ]
src/re_demo/multi_select.cljs
rmschindler/re-com
630
(ns re-demo.multi-select (:require-macros [re-com.core :refer []]) (:require [cljs.pprint :as pprint] [reagent.core :as reagent] [re-com.core :refer [at h-box box checkbox gap v-box multi-select hyperlink-href p label]] [re-com.multi-select :refer [multi-select-parts-...
87154
(ns re-demo.multi-select (:require-macros [re-com.core :refer []]) (:require [cljs.pprint :as pprint] [reagent.core :as reagent] [re-com.core :refer [at h-box box checkbox gap v-box multi-select hyperlink-href p label]] [re-com.multi-select :refer [multi-select-parts-...
true
(ns re-demo.multi-select (:require-macros [re-com.core :refer []]) (:require [cljs.pprint :as pprint] [reagent.core :as reagent] [re-com.core :refer [at h-box box checkbox gap v-box multi-select hyperlink-href p label]] [re-com.multi-select :refer [multi-select-parts-...
[ { "context": " [bloomin.sbs :refer :all]))\n\n(def names [\"mike\", \"eric\", \"sarah\", \"kimberly\", \"max\", \"alex\", \"em", "end": 158, "score": 0.9707368612289429, "start": 154, "tag": "NAME", "value": "mike" }, { "context": "[bloomin.sbs :refer :all]))\n\n(def names [\"...
test/bloomin/core_test.clj
rossdylan/bloomin
1
(ns bloomin.core-test (:require [clojure.test :refer :all] [bloomin.core :refer :all] [bloomin.sbs :refer :all])) (def names ["mike", "eric", "sarah", "kimberly", "max", "alex", "emma", "lucy"]) (defn- insert-errorp "Test insertion/existance at a given errorp" [^double errorp] (let [bf...
70677
(ns bloomin.core-test (:require [clojure.test :refer :all] [bloomin.core :refer :all] [bloomin.sbs :refer :all])) (def names ["<NAME>", "<NAME>", "<NAME>", "<NAME>", "<NAME>", "<NAME>", "<NAME>", "<NAME>"]) (defn- insert-errorp "Test insertion/existance at a given errorp" [^double errorp...
true
(ns bloomin.core-test (:require [clojure.test :refer :all] [bloomin.core :refer :all] [bloomin.sbs :refer :all])) (def names ["PI:NAME:<NAME>END_PI", "PI:NAME:<NAME>END_PI", "PI:NAME:<NAME>END_PI", "PI:NAME:<NAME>END_PI", "PI:NAME:<NAME>END_PI", "PI:NAME:<NAME>END_PI", "PI:NAME:<NAME>END_PI",...
[ { "context": ":x 10, :y 12})\n\n(def course-instructor\n {:fname \"Chris\"\n :lname \"Oakman\"\n :cool-factor 1000000})\n\n;;", "end": 1117, "score": 0.9990257024765015, "start": 1112, "tag": "NAME", "value": "Chris" }, { "context": "ef course-instructor\n {:fname \"Chris\"\n ...
src-cljs/cljs101/exercises/ex105_maps.cljs
oakmac/cljs101
3
(ns cljs101.exercises.ex105-maps) (declare me my-friend board-with-pawn black-will-draw white-will-win game-state2 game-state3 game-state4 suzie-options current-options new-search-options) ;; ;; The ubiquitious Hash Table data structure is found in almost all programming languages: ;; - J...
101340
(ns cljs101.exercises.ex105-maps) (declare me my-friend board-with-pawn black-will-draw white-will-win game-state2 game-state3 game-state4 suzie-options current-options new-search-options) ;; ;; The ubiquitious Hash Table data structure is found in almost all programming languages: ;; - J...
true
(ns cljs101.exercises.ex105-maps) (declare me my-friend board-with-pawn black-will-draw white-will-win game-state2 game-state3 game-state4 suzie-options current-options new-search-options) ;; ;; The ubiquitious Hash Table data structure is found in almost all programming languages: ;; - J...
[ { "context": "ess {:postcode 2000}\n :name \"Leo\"\n :age 29}\n ", "end": 4155, "score": 0.8416544795036316, "start": 4152, "tag": "NAME", "value": "Leo" }, { "context": "-items]]})\n\n;; addresses Issue https://github.com/leo...
test/bouncer/validators_test.cljc
condense/bouncer
267
(ns bouncer.validators-test (:require [bouncer.core :as core] [bouncer.validators :as v] #?(:clj [clojure.test :refer [deftest testing is]]) #?(:clj [clj-time.format :as f]) #?(:cljs [cljs-time.format :as f]) #?(:cljs [cljs.test :refer-macros [is are deftest...
112311
(ns bouncer.validators-test (:require [bouncer.core :as core] [bouncer.validators :as v] #?(:clj [clojure.test :refer [deftest testing is]]) #?(:clj [clj-time.format :as f]) #?(:cljs [cljs-time.format :as f]) #?(:cljs [cljs.test :refer-macros [is are deftest...
true
(ns bouncer.validators-test (:require [bouncer.core :as core] [bouncer.validators :as v] #?(:clj [clojure.test :refer [deftest testing is]]) #?(:clj [clj-time.format :as f]) #?(:cljs [cljs-time.format :as f]) #?(:cljs [cljs.test :refer-macros [is are deftest...
[ { "context": ";; Copyright (c) Stuart Sierra, 2012. All rights reserved. The use\n;; and distr", "end": 30, "score": 0.9998865127563477, "start": 17, "tag": "NAME", "value": "Stuart Sierra" }, { "context": "or any other, from this software.\n\n(ns ^{:author \"Stuart Sierra\"\n ...
server/target/clojure/data/json.clj
OctavioBR/healthcheck
0
;; Copyright (c) Stuart Sierra, 2012. All rights reserved. The use ;; and distribution terms for this software are covered by the Eclipse ;; Public License 1.0 (http://opensource.org/licenses/eclipse-1.0.php) ;; which can be found in the file epl-v10.html at the root of this ;; distribution. By using this software in...
37968
;; Copyright (c) <NAME>, 2012. All rights reserved. The use ;; and distribution terms for this software are covered by the Eclipse ;; Public License 1.0 (http://opensource.org/licenses/eclipse-1.0.php) ;; which can be found in the file epl-v10.html at the root of this ;; distribution. By using this software in any fa...
true
;; Copyright (c) PI:NAME:<NAME>END_PI, 2012. All rights reserved. The use ;; and distribution terms for this software are covered by the Eclipse ;; Public License 1.0 (http://opensource.org/licenses/eclipse-1.0.php) ;; which can be found in the file epl-v10.html at the root of this ;; distribution. By using this soft...
[ { "context": "ubprotocol \"mysql\"\n :subname \"//10.4.7.15:3306/clojure_test\"\n :user \"r", "end": 857, "score": 0.9994788765907288, "start": 848, "tag": "IP_ADDRESS", "value": "10.4.7.15" }, { "context": " :user \"root\"\n ...
src/clojure_tutorial/jdbc/c3p0.clj
edgar615/clojure-tutorial
1
(ns clojure-tutorial.jdbc.c3p0 (:import com.mchange.v2.c3p0.ComboPooledDataSource)) (require '[clojure.java.jdbc :as j]) (defn pool [spec] (let [cpds (doto (ComboPooledDataSource.) (.setDriverClass (:classname spec)) (.setJdbcUrl (str "jdbc:" (:subprotocol spec) ":" (:subname spec)...
93207
(ns clojure-tutorial.jdbc.c3p0 (:import com.mchange.v2.c3p0.ComboPooledDataSource)) (require '[clojure.java.jdbc :as j]) (defn pool [spec] (let [cpds (doto (ComboPooledDataSource.) (.setDriverClass (:classname spec)) (.setJdbcUrl (str "jdbc:" (:subprotocol spec) ":" (:subname spec)...
true
(ns clojure-tutorial.jdbc.c3p0 (:import com.mchange.v2.c3p0.ComboPooledDataSource)) (require '[clojure.java.jdbc :as j]) (defn pool [spec] (let [cpds (doto (ComboPooledDataSource.) (.setDriverClass (:classname spec)) (.setJdbcUrl (str "jdbc:" (:subprotocol spec) ":" (:subname spec)...
[ { "context": " f)\n {:name name\n :dev-password (format \"\\\"%s\\\"\" (generate-password))\n :sanitized (name-to-pat", "end": 2489, "score": 0.9772918820381165, "start": 2487, "tag": "PASSWORD", "value": "%s" } ]
lein-template/src/leiningen/new/modular.clj
jgeraerts/modular
0
;; Copyright © 2014 JUXT LTD. (ns leiningen.new.modular (:refer-clojure :exclude (split read *data-readers* replace)) (:require [leiningen.new.templates :refer [renderer sanitize year name-to-path ->files *dir* *force?*]] [leiningen.core.main :as main] [clojure.edn :as edn] [clojure.java.io :as io] ...
124601
;; Copyright © 2014 JUXT LTD. (ns leiningen.new.modular (:refer-clojure :exclude (split read *data-readers* replace)) (:require [leiningen.new.templates :refer [renderer sanitize year name-to-path ->files *dir* *force?*]] [leiningen.core.main :as main] [clojure.edn :as edn] [clojure.java.io :as io] ...
true
;; Copyright © 2014 JUXT LTD. (ns leiningen.new.modular (:refer-clojure :exclude (split read *data-readers* replace)) (:require [leiningen.new.templates :refer [renderer sanitize year name-to-path ->files *dir* *force?*]] [leiningen.core.main :as main] [clojure.edn :as edn] [clojure.java.io :as io] ...
[ { "context": "SHOT\" ; version \"1.0.0-SNAPSHOT\"\n\n :description \"Alex Kalderimis' Tech Posts\"\n :url \"https://github.com/alexkalder", "end": 114, "score": 0.917654812335968, "start": 99, "tag": "NAME", "value": "Alex Kalderimis" }, { "context": "alderimis' Tech Posts\"\n :ur...
project.clj
alexkalderimis/tech-posts
0
(defproject org.kalderimis/tech-posts "1.0.0-SNAPSHOT" ; version "1.0.0-SNAPSHOT" :description "Alex Kalderimis' Tech Posts" :url "https://github.com/alexkalderimis/tech-posts" :min-lein-version "2.8.3" :license {:name "Attribution-ShareAlike 4.0 International (CC BY-SA 4.0)" :url "https://creati...
57276
(defproject org.kalderimis/tech-posts "1.0.0-SNAPSHOT" ; version "1.0.0-SNAPSHOT" :description "<NAME>' Tech Posts" :url "https://github.com/alexkalderimis/tech-posts" :min-lein-version "2.8.3" :license {:name "Attribution-ShareAlike 4.0 International (CC BY-SA 4.0)" :url "https://creativecommons...
true
(defproject org.kalderimis/tech-posts "1.0.0-SNAPSHOT" ; version "1.0.0-SNAPSHOT" :description "PI:NAME:<NAME>END_PI' Tech Posts" :url "https://github.com/alexkalderimis/tech-posts" :min-lein-version "2.8.3" :license {:name "Attribution-ShareAlike 4.0 International (CC BY-SA 4.0)" :url "https://c...
[ { "context": "g-snapshot (atom nil)) ;;\n\n(def localstorage-key \"com.theronic.eacl/DB\") ;; pass into config as init plz?\n\n(defn db->str", "end": 697, "score": 0.9982497096061707, "start": 677, "tag": "KEY", "value": "com.theronic.eacl/DB" } ]
src/eacl/data/persist.cljs
theronic/clj-eacl
36
(ns eacl.data.core (:require-macros [eacl.utils :as utils :refer [spy profile]]) (:require [datascript.transit :as dt] [eacl.data.transit :as bridge-transit] [eacl.data.localstorage :as ls] [eacl.data.schema :as schema] [datascript.core :as d] [cljs.pprint...
103888
(ns eacl.data.core (:require-macros [eacl.utils :as utils :refer [spy profile]]) (:require [datascript.transit :as dt] [eacl.data.transit :as bridge-transit] [eacl.data.localstorage :as ls] [eacl.data.schema :as schema] [datascript.core :as d] [cljs.pprint...
true
(ns eacl.data.core (:require-macros [eacl.utils :as utils :refer [spy profile]]) (:require [datascript.transit :as dt] [eacl.data.transit :as bridge-transit] [eacl.data.localstorage :as ls] [eacl.data.schema :as schema] [datascript.core :as d] [cljs.pprint...
[ { "context": " [:li\n [:p [:b [:a {:href \"https://github.com/Day8/re-frame-10x\"} \"re-frame-10x\"]]]\n\n [:p \"This ", "end": 163, "score": 0.9992293119430542, "start": 159, "tag": "USERNAME", "value": "Day8" }, { "context": "project of \"\n [:a {:href \"http://twitter...
welcome.cljs
lgy87/doudou
0
(ns doudou.welcome) (def welcome [:div#welcome.font-normal [:ol {:style {:text-align "left"}} [:li [:p [:b [:a {:href "https://github.com/Day8/re-frame-10x"} "re-frame-10x"]]] [:p "This is basically " [:b "devtools for re-frame"] ". It's what you see here: \uD83D\uDC49 \uD83D\uDC49 \uD83D\uDC...
121240
(ns doudou.welcome) (def welcome [:div#welcome.font-normal [:ol {:style {:text-align "left"}} [:li [:p [:b [:a {:href "https://github.com/Day8/re-frame-10x"} "re-frame-10x"]]] [:p "This is basically " [:b "devtools for re-frame"] ". It's what you see here: \uD83D\uDC49 \uD83D\uDC49 \uD83D\uDC...
true
(ns doudou.welcome) (def welcome [:div#welcome.font-normal [:ol {:style {:text-align "left"}} [:li [:p [:b [:a {:href "https://github.com/Day8/re-frame-10x"} "re-frame-10x"]]] [:p "This is basically " [:b "devtools for re-frame"] ". It's what you see here: \uD83D\uDC49 \uD83D\uDC49 \uD83D\uDC...
[ { "context": "\"Add copies of cards that have multiple faces (eg. Hoshiko Shiro: Untold Protagonist)\"\n [cards]\n (reduce expand-", "end": 9363, "score": 0.9979955554008484, "start": 9350, "tag": "NAME", "value": "Hoshiko Shiro" }, { "context": "t [runner-factions [\"Anarch\" \"Cr...
src/cljs/nr/cardbrowser.cljs
lf94/netrunner
0
(ns nr.cardbrowser (:require-macros [cljs.core.async.macros :refer [go]]) (:require [cljc.java-time.local-date :as ld] [cljs.core.async :refer [<! chan put!] :as async] [clojure.string :as s] [jinteki.cards :refer [all-cards] :as cards] [jinteki.utils :refer [slugify str->int]] [medley.core :refer...
101842
(ns nr.cardbrowser (:require-macros [cljs.core.async.macros :refer [go]]) (:require [cljc.java-time.local-date :as ld] [cljs.core.async :refer [<! chan put!] :as async] [clojure.string :as s] [jinteki.cards :refer [all-cards] :as cards] [jinteki.utils :refer [slugify str->int]] [medley.core :refer...
true
(ns nr.cardbrowser (:require-macros [cljs.core.async.macros :refer [go]]) (:require [cljc.java-time.local-date :as ld] [cljs.core.async :refer [<! chan put!] :as async] [clojure.string :as s] [jinteki.cards :refer [all-cards] :as cards] [jinteki.utils :refer [slugify str->int]] [medley.core :refer...
[ { "context": " {:new-password \"New Password and Confirm must match!\"\n :confirm-password \"N", "end": 1349, "score": 0.5220608115196228, "start": 1344, "tag": "PASSWORD", "value": "match" }, { "context": "h!\"\n :confirm-passw...
src/cljs/guestbook/views/profile.cljs
trevorjamesmartin/guestbook
0
(ns guestbook.views.profile (:require [reitit.frontend.easy :as rtfe] [ajax.core :as ajax] [guestbook.components :refer [text-input textarea-input image image-uploader]] [guestbook.modals :as m] [reagent.core :as r] [re-frame.core :as rf])) (defn change-password [] ...
32535
(ns guestbook.views.profile (:require [reitit.frontend.easy :as rtfe] [ajax.core :as ajax] [guestbook.components :refer [text-input textarea-input image image-uploader]] [guestbook.modals :as m] [reagent.core :as r] [re-frame.core :as rf])) (defn change-password [] ...
true
(ns guestbook.views.profile (:require [reitit.frontend.easy :as rtfe] [ajax.core :as ajax] [guestbook.components :refer [text-input textarea-input image image-uploader]] [guestbook.modals :as m] [reagent.core :as r] [re-frame.core :as rf])) (defn change-password [] ...
[ { "context": "(defproject nubank/matcher-combinators \"3.2.0\"\n :description \"Libra", "end": 18, "score": 0.9576632380485535, "start": 12, "tag": "USERNAME", "value": "nubank" }, { "context": "ested data structures\"\n :url \"https://github.com/nubank/matcher-combinators\"\n :li...
project.clj
Aeonax/matcher-combinators
0
(defproject nubank/matcher-combinators "3.2.0" :description "Library for creating matcher combinator to compare nested data structures" :url "https://github.com/nubank/matcher-combinators" :license {:name "Apache License, Version 2.0"} :repositories [["publish" {:url "https://clojars.org/repo" ...
20164
(defproject nubank/matcher-combinators "3.2.0" :description "Library for creating matcher combinator to compare nested data structures" :url "https://github.com/nubank/matcher-combinators" :license {:name "Apache License, Version 2.0"} :repositories [["publish" {:url "https://clojars.org/repo" ...
true
(defproject nubank/matcher-combinators "3.2.0" :description "Library for creating matcher combinator to compare nested data structures" :url "https://github.com/nubank/matcher-combinators" :license {:name "Apache License, Version 2.0"} :repositories [["publish" {:url "https://clojars.org/repo" ...
[ { "context": "s\"\n (do-game\n (new-game {:runner {:deck [\"Atman\"]}})\n (take-credits state :corp)\n (play", "end": 1002, "score": 0.971279501914978, "start": 997, "tag": "NAME", "value": "Atman" }, { "context": "state :corp)\n (play-from-hand state :runner \...
test/clj/game_test/cards/icebreakers.clj
nathanj/netrunner
0
(ns game-test.cards.icebreakers (:require [game.core :as core] [game.utils :as utils] [game-test.core :refer :all] [game-test.utils :refer :all] [game-test.macros :refer :all] [jinteki.utils :refer [count-tags]] [clojure.test :refer :all])) (def...
77329
(ns game-test.cards.icebreakers (:require [game.core :as core] [game.utils :as utils] [game-test.core :refer :all] [game-test.utils :refer :all] [game-test.macros :refer :all] [jinteki.utils :refer [count-tags]] [clojure.test :refer :all])) (def...
true
(ns game-test.cards.icebreakers (:require [game.core :as core] [game.utils :as utils] [game-test.core :refer :all] [game-test.utils :refer :all] [game-test.macros :refer :all] [jinteki.utils :refer [count-tags]] [clojure.test :refer :all])) (def...
[ { "context": "1\n\n(edn/read-string \"{:friends [{:friend {:name \\\"Nick\\\" :age 23}}]}\")\n\n(read-string \"{:friends [{:frien", "end": 451, "score": 0.9996070265769958, "start": 447, "tag": "NAME", "value": "Nick" }, { "context": "}]}\")\n\n(read-string \"{:friends [{:friend {:na...
Chapter 04 Code/code-niko/src/chapter04/someedn.clj
PacktPublishing/Clojure-Programming-Cookbook
14
(require '[clojure.tools.reader.edn :as edn]) ;=> nil (edn/read-string "1") ;=> 1 (edn/read-string "#inst \"2010-11-12T13:14:15.666\"") ;=> #inst "2010-11-12T13:14:15.666-00:00" (let [my-unknown (fn [tag val] {:unknown-tag tag :value val})] (edn/read-string {:default my-unknown} "#foo bar")) ;=> {:unknown-tag foo, :...
108068
(require '[clojure.tools.reader.edn :as edn]) ;=> nil (edn/read-string "1") ;=> 1 (edn/read-string "#inst \"2010-11-12T13:14:15.666\"") ;=> #inst "2010-11-12T13:14:15.666-00:00" (let [my-unknown (fn [tag val] {:unknown-tag tag :value val})] (edn/read-string {:default my-unknown} "#foo bar")) ;=> {:unknown-tag foo, :...
true
(require '[clojure.tools.reader.edn :as edn]) ;=> nil (edn/read-string "1") ;=> 1 (edn/read-string "#inst \"2010-11-12T13:14:15.666\"") ;=> #inst "2010-11-12T13:14:15.666-00:00" (let [my-unknown (fn [tag val] {:unknown-tag tag :value val})] (edn/read-string {:default my-unknown} "#foo bar")) ;=> {:unknown-tag foo, :...
[ { "context": "ee CLJ version for server-side).\"\n [{:user/keys [id name] :as params}]\n (action [{:keys [state]}]\n ", "end": 758, "score": 0.6823069453239441, "start": 756, "tag": "NAME", "value": "id" }, { "context": " CLJ version for server-side).\"\n [{:user/keys [id name] :...
src/main/amplifytest/model/user.cljs
timeyyy/fuclro-aws-amplify
1
(ns amplifytest.model.user (:require [fulcro.incubator.mutation-interface :as mi :refer [declare-mutation]] [fulcro.client.mutations :as m :refer [defmutation]])) (defn user-path "Normalized path to a user entity or field in Fulcro state-map" ([id field] [:user/id id field]) ([id] [:user/id id])) (def...
75172
(ns amplifytest.model.user (:require [fulcro.incubator.mutation-interface :as mi :refer [declare-mutation]] [fulcro.client.mutations :as m :refer [defmutation]])) (defn user-path "Normalized path to a user entity or field in Fulcro state-map" ([id field] [:user/id id field]) ([id] [:user/id id])) (def...
true
(ns amplifytest.model.user (:require [fulcro.incubator.mutation-interface :as mi :refer [declare-mutation]] [fulcro.client.mutations :as m :refer [defmutation]])) (defn user-path "Normalized path to a user entity or field in Fulcro state-map" ([id field] [:user/id id field]) ([id] [:user/id id])) (def...
[ { "context": "ews \"notizie\"\n :parners \"partners\"\n :reusary \"riusabolario\"\n :reuse \"riuso\"\n :reviews \"recensioni\"\n :s", "end": 2350, "score": 0.9452894926071167, "start": 2338, "tag": "NAME", "value": "riusabolario" } ]
src/iskida_export/pages.clj
saidone75/iskida-export
0
(ns iskida-export.pages (:gen-class)) (require '[clojure.data.xml :refer :all] '[clojure.string :as s] '[iskida-export.config :as config] '[iskida-export.parser :as parser] '[iskida-export.utils :as utils]) (def page-id (atom 1000)) (defn- get-page-id [] (swap! page-id inc)) (...
21022
(ns iskida-export.pages (:gen-class)) (require '[clojure.data.xml :refer :all] '[clojure.string :as s] '[iskida-export.config :as config] '[iskida-export.parser :as parser] '[iskida-export.utils :as utils]) (def page-id (atom 1000)) (defn- get-page-id [] (swap! page-id inc)) (...
true
(ns iskida-export.pages (:gen-class)) (require '[clojure.data.xml :refer :all] '[clojure.string :as s] '[iskida-export.config :as config] '[iskida-export.parser :as parser] '[iskida-export.utils :as utils]) (def page-id (atom 1000)) (defn- get-page-id [] (swap! page-id inc)) (...
[ { "context": "; Copyright 2017 Frederic Merizen\n;\n; Licensed under the Apache License, Version 2.", "end": 33, "score": 0.9998522996902466, "start": 17, "tag": "NAME", "value": "Frederic Merizen" } ]
src/plumula/diff.cljc
plumula/diff
1
; Copyright 2017 Frederic Merizen ; ; Licensed under the Apache License, Version 2.0 (the "License"); ; you may not use this file except in compliance with the License. ; You may obtain a copy of the License at ; ; http://www.apache.org/licenses/LICENSE-2.0 ; ; Unless required by applicable law or agreed to in writing,...
70888
; Copyright 2017 <NAME> ; ; Licensed under the Apache License, Version 2.0 (the "License"); ; you may not use this file except in compliance with the License. ; You may obtain a copy of the License at ; ; http://www.apache.org/licenses/LICENSE-2.0 ; ; Unless required by applicable law or agreed to in writing, software ...
true
; Copyright 2017 PI:NAME:<NAME>END_PI ; ; Licensed under the Apache License, Version 2.0 (the "License"); ; you may not use this file except in compliance with the License. ; You may obtain a copy of the License at ; ; http://www.apache.org/licenses/LICENSE-2.0 ; ; Unless required by applicable law or agreed to in writ...
[ { "context": " [(scrollable font-list) \"height 50::, grow 100, wrap\"]\n [\"Preview", "end": 4908, "score": 0.999215841293335, "start": 4906, "tag": "IP_ADDRESS", "value": "50" }, { "context": " [(scrollable text-preview) \"height ...
src/md_note_keeper/font_dialog.clj
nyrell/md-note-keeper
0
(ns md-note-keeper.font-dialog (:gen-class) (:require [clojure.string :as str] [seesaw.bind :as bind] [seesaw.font :as font] #_[taoensso.timbre :as timbre]) (:use seesaw.dev seesaw.core seesaw.graphics seesaw.color seesaw.chooser seesaw....
39218
(ns md-note-keeper.font-dialog (:gen-class) (:require [clojure.string :as str] [seesaw.bind :as bind] [seesaw.font :as font] #_[taoensso.timbre :as timbre]) (:use seesaw.dev seesaw.core seesaw.graphics seesaw.color seesaw.chooser seesaw....
true
(ns md-note-keeper.font-dialog (:gen-class) (:require [clojure.string :as str] [seesaw.bind :as bind] [seesaw.font :as font] #_[taoensso.timbre :as timbre]) (:use seesaw.dev seesaw.core seesaw.graphics seesaw.color seesaw.chooser seesaw....
[ { "context": ";; Copyright 2020 James Adam and the Open Data Management Platform contributor", "end": 28, "score": 0.9997835159301758, "start": 18, "tag": "NAME", "value": "James Adam" } ]
opendmp-ui/src/cljs/odmp_ui/views/collection/collection.cljs
rhinoman/odmp
21
;; Copyright 2020 James Adam and the Open Data Management Platform contributors. ;; Licensed under the Apache License, Version 2.0 (the "License"); ;; you may not use this file except in compliance with the License. ;; You may obtain a copy of the License at ;; http://www.apache.org/licenses/LICENSE-2.0 ;; Unless re...
22197
;; Copyright 2020 <NAME> and the Open Data Management Platform contributors. ;; Licensed under the Apache License, Version 2.0 (the "License"); ;; you may not use this file except in compliance with the License. ;; You may obtain a copy of the License at ;; http://www.apache.org/licenses/LICENSE-2.0 ;; Unless requir...
true
;; Copyright 2020 PI:NAME:<NAME>END_PI and the Open Data Management Platform contributors. ;; Licensed under the Apache License, Version 2.0 (the "License"); ;; you may not use this file except in compliance with the License. ;; You may obtain a copy of the License at ;; http://www.apache.org/licenses/LICENSE-2.0 ;;...
[ { "context": ";; Copyright © 2015-2020 Esko Luontola\n;; This software is released under the Apache Lic", "end": 38, "score": 0.9998840689659119, "start": 25, "tag": "NAME", "value": "Esko Luontola" }, { "context": "\n(def ^:dynamic *user*)\n\n(def user-profile-keys [:sub :name :nick...
src/territory_bro/infra/authentication.clj
3breadt/territory-bro
2
;; Copyright © 2015-2020 Esko Luontola ;; This software is released under the Apache License 2.0. ;; The license text is at http://www.apache.org/licenses/LICENSE-2.0 (ns territory-bro.infra.authentication (:require [territory-bro.infra.config :refer [env]]) (:import (java.util UUID))) (def ^:dynamic *user*) (de...
87280
;; Copyright © 2015-2020 <NAME> ;; This software is released under the Apache License 2.0. ;; The license text is at http://www.apache.org/licenses/LICENSE-2.0 (ns territory-bro.infra.authentication (:require [territory-bro.infra.config :refer [env]]) (:import (java.util UUID))) (def ^:dynamic *user*) (def user-...
true
;; Copyright © 2015-2020 PI:NAME:<NAME>END_PI ;; This software is released under the Apache License 2.0. ;; The license text is at http://www.apache.org/licenses/LICENSE-2.0 (ns territory-bro.infra.authentication (:require [territory-bro.infra.config :refer [env]]) (:import (java.util UUID))) (def ^:dynamic *user...
[ { "context": ";; copyright (c) 2021 sean corfield, all rights reserved\n\n(ns org.corfield.log4j2-con", "end": 35, "score": 0.9998490214347839, "start": 22, "tag": "NAME", "value": "sean corfield" } ]
src/org/corfield/log4j2_conflict_handler.clj
darin-reify/build-uber-log4j2-handler
0
;; copyright (c) 2021 sean corfield, all rights reserved (ns org.corfield.log4j2-conflict-handler "Provides a conflict handler for use with tools.build. (ns build (:require [clojure.tools.build.api :as b] [org.corfield.log4j2-conflict-handler :refer [log4j2-conflict-handler]]) ...
34459
;; copyright (c) 2021 <NAME>, all rights reserved (ns org.corfield.log4j2-conflict-handler "Provides a conflict handler for use with tools.build. (ns build (:require [clojure.tools.build.api :as b] [org.corfield.log4j2-conflict-handler :refer [log4j2-conflict-handler]]) (b/uber...
true
;; copyright (c) 2021 PI:NAME:<NAME>END_PI, all rights reserved (ns org.corfield.log4j2-conflict-handler "Provides a conflict handler for use with tools.build. (ns build (:require [clojure.tools.build.api :as b] [org.corfield.log4j2-conflict-handler :refer [log4j2-conflict-handler...
[ { "context": " From [a gist](https://gist.github.com/1658431) by Daniel Gregoire.\n(defn clj->js\n \"Recursively transforms ClojureS", "end": 224, "score": 0.9998680353164673, "start": 209, "tag": "NAME", "value": "Daniel Gregoire" }, { "context": "ding-watch nil)\n (watch...
examples/cordova_app/src-cljs/cordova_app/core.cljs
cbilson/lein-robbie
5
(ns cordova_app.core (:require [clojure.browser.dom :as dom] [clojure.browser.event :as event] [clojure.browser.repl :as repl])) ;; From [a gist](https://gist.github.com/1658431) by Daniel Gregoire. (defn clj->js "Recursively transforms ClojureScript maps into Javascript objects, other C...
62536
(ns cordova_app.core (:require [clojure.browser.dom :as dom] [clojure.browser.event :as event] [clojure.browser.repl :as repl])) ;; From [a gist](https://gist.github.com/1658431) by <NAME>. (defn clj->js "Recursively transforms ClojureScript maps into Javascript objects, other ClojureScr...
true
(ns cordova_app.core (:require [clojure.browser.dom :as dom] [clojure.browser.event :as event] [clojure.browser.repl :as repl])) ;; From [a gist](https://gist.github.com/1658431) by PI:NAME:<NAME>END_PI. (defn clj->js "Recursively transforms ClojureScript maps into Javascript objects, ot...
[ { "context": "f url-root \"http://localhost\")\n(def access-token \"yC6ZAvsZK3JeoEUA5Hs-\")\n\n;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;\n;; Da", "end": 659, "score": 0.8871204257011414, "start": 639, "tag": "KEY", "value": "yC6ZAvsZK3JeoEUA5Hs-" }, { "context": " Deadlock\n\n;; Sta...
ICST-2020/src/openapi_pbt/gitlab_stateful_experiment.clj
zclj/replication-packages
8
(ns openapi-pbt.gitlab-stateful-experiment (:require [openapi-pbt.parse :as parse] [openapi-pbt.generation :as generation] [openapi-pbt.jschema :as schema] [openapi-pbt.responses :as responses] [org.httpkit.client :as httpkit] [clojure.test.check :as tc] ...
29899
(ns openapi-pbt.gitlab-stateful-experiment (:require [openapi-pbt.parse :as parse] [openapi-pbt.generation :as generation] [openapi-pbt.jschema :as schema] [openapi-pbt.responses :as responses] [org.httpkit.client :as httpkit] [clojure.test.check :as tc] ...
true
(ns openapi-pbt.gitlab-stateful-experiment (:require [openapi-pbt.parse :as parse] [openapi-pbt.generation :as generation] [openapi-pbt.jschema :as schema] [openapi-pbt.responses :as responses] [org.httpkit.client :as httpkit] [clojure.test.check :as tc] ...
[ { "context": "rjar-name \"pocketsync.jar\"\n :env {:consumer-key \"40980-7dfb1cc462de5c75c3fe6f91\"\n :rediscloud-url \"redis://127.0.0.1:6379\"", "end": 777, "score": 0.9996220469474792, "start": 747, "tag": "KEY", "value": "40980-7dfb1cc462de5c75c3fe6f91" }, { "context": "2...
project.clj
ujjwalt/pocketsync
0
(defproject pocketsync "0.1.0-SNAPSHOT" :description "An app that psyncs the pockets of friends" :url "http://arcane-scrubland-5832.herokuapp.com" :license {:name "Eclipse Public License" :url "http://www.eclipse.org/legal/epl-v10.html"} :dependencies [[org.clojure/clojure "1.6.0"] ...
95565
(defproject pocketsync "0.1.0-SNAPSHOT" :description "An app that psyncs the pockets of friends" :url "http://arcane-scrubland-5832.herokuapp.com" :license {:name "Eclipse Public License" :url "http://www.eclipse.org/legal/epl-v10.html"} :dependencies [[org.clojure/clojure "1.6.0"] ...
true
(defproject pocketsync "0.1.0-SNAPSHOT" :description "An app that psyncs the pockets of friends" :url "http://arcane-scrubland-5832.herokuapp.com" :license {:name "Eclipse Public License" :url "http://www.eclipse.org/legal/epl-v10.html"} :dependencies [[org.clojure/clojure "1.6.0"] ...
[ { "context": ";Copyright 2014 Keith McFarlane\n;\n; cave/command.clj\n; Functions for command inte", "end": 31, "score": 0.9998505711555481, "start": 16, "tag": "NAME", "value": "Keith McFarlane" } ]
src/cave/command.clj
kmcfarlane/cave
0
;Copyright 2014 Keith McFarlane ; ; cave/command.clj ; Functions for command interpretation and processing ; ;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/L...
17027
;Copyright 2014 <NAME> ; ; cave/command.clj ; Functions for command interpretation and processing ; ;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....
true
;Copyright 2014 PI:NAME:<NAME>END_PI ; ; cave/command.clj ; Functions for command interpretation and processing ; ;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/licen...
[ { "context": " [\"spider\" \"cat\"] [\"spider\" \"man\"] [\"spider\" \"snake\"]}))) \n\n(println (let [progeny\n #{[\"father\"", "end": 1788, "score": 0.49599334597587585, "start": 1783, "tag": "NAME", "value": "snake" }, { "context": "}))) \n\n(println (let [progeny\n ...
task084 - Transitive Closure.clj
pavolvarga/4clojure
0
;; Transitive Closure ;; Write a function which generates the transitive closure of a binary relation. The relation will be represented as a set of 2 item vectors. (defn gtc [s] (let [find-relations (fn [p s] (filter (fn [x] (or ...
28959
;; Transitive Closure ;; Write a function which generates the transitive closure of a binary relation. The relation will be represented as a set of 2 item vectors. (defn gtc [s] (let [find-relations (fn [p s] (filter (fn [x] (or ...
true
;; Transitive Closure ;; Write a function which generates the transitive closure of a binary relation. The relation will be represented as a set of 2 item vectors. (defn gtc [s] (let [find-relations (fn [p s] (filter (fn [x] (or ...
[ { "context": "! *unchecked-math* :warn-on-boxed)\n(ns ^{:author \"wahpenayo at gmail dot com\" \n :since \"2016-11-10\"\n :date \"2017-11-", "end": 114, "score": 0.7852414846420288, "start": 88, "tag": "EMAIL", "value": "wahpenayo at gmail dot com" }, { "context": " benchma...
src/main/clojure/taigabench/classify/ontime/data.clj
wahpenayo/taigabench
0
(set! *warn-on-reflection* true) (set! *unchecked-math* :warn-on-boxed) (ns ^{:author "wahpenayo at gmail dot com" :since "2016-11-10" :date "2017-11-27" :doc "[Public airline ontime data for benchmarking](http://stat-computing.org/dataexpo/2009/). <p> <b>Note:</b>Using attri...
112188
(set! *warn-on-reflection* true) (set! *unchecked-math* :warn-on-boxed) (ns ^{:author "<EMAIL>" :since "2016-11-10" :date "2017-11-27" :doc "[Public airline ontime data for benchmarking](http://stat-computing.org/dataexpo/2009/). <p> <b>Note:</b>Using attributes mostly as def...
true
(set! *warn-on-reflection* true) (set! *unchecked-math* :warn-on-boxed) (ns ^{:author "PI:EMAIL:<EMAIL>END_PI" :since "2016-11-10" :date "2017-11-27" :doc "[Public airline ontime data for benchmarking](http://stat-computing.org/dataexpo/2009/). <p> <b>Note:</b>Using attribute...
[ { "context": "x_amd64.deb\")\n url (<< \"https://github.com/maxmind/geoipupdate/releases/download/v~{version}/~{deb}\"", "end": 821, "score": 0.9994684457778931, "start": 814, "tag": "USERNAME", "value": "maxmind" }, { "context": " (configuration)\n repo \"https://githu...
src/re_cipes/apps/pfelk.clj
re-ops/re-cipes
7
(ns re-cipes.apps.pfelk "Utilities for setting up pfsense ELK" (:require [re-cipes.hardening] [re-cipes.docker.nginx] [re-cipes.docker.server] [re-cog.facts.config :refer (configuration)] [re-cog.resources.permissions :refer (set-file-acl)] [re-cog.resources.download :refer (download)] [re-cog....
58761
(ns re-cipes.apps.pfelk "Utilities for setting up pfsense ELK" (:require [re-cipes.hardening] [re-cipes.docker.nginx] [re-cipes.docker.server] [re-cog.facts.config :refer (configuration)] [re-cog.resources.permissions :refer (set-file-acl)] [re-cog.resources.download :refer (download)] [re-cog....
true
(ns re-cipes.apps.pfelk "Utilities for setting up pfsense ELK" (:require [re-cipes.hardening] [re-cipes.docker.nginx] [re-cipes.docker.server] [re-cog.facts.config :refer (configuration)] [re-cog.resources.permissions :refer (set-file-acl)] [re-cog.resources.download :refer (download)] [re-cog....
[ { "context": " (fn [_] {:host \"smtp@example.com\"\n :", "end": 1505, "score": 0.9976504445075989, "start": 1489, "tag": "EMAIL", "value": "smtp@example.com" }, { "context": " ...
code/test/sixsq/nuvla/server/resources/hook_reset_password_lifecycle_test.clj
0xbase12/api-server
6
(ns sixsq.nuvla.server.resources.hook-reset-password-lifecycle-test (:require [clojure.data.json :as json] [clojure.test :refer [deftest use-fixtures]] [peridot.core :refer [content-type header request session]] [postal.core :as postal] [ring.util.codec :as codec] [sixsq.nuvla.server.app.param...
85626
(ns sixsq.nuvla.server.resources.hook-reset-password-lifecycle-test (:require [clojure.data.json :as json] [clojure.test :refer [deftest use-fixtures]] [peridot.core :refer [content-type header request session]] [postal.core :as postal] [ring.util.codec :as codec] [sixsq.nuvla.server.app.param...
true
(ns sixsq.nuvla.server.resources.hook-reset-password-lifecycle-test (:require [clojure.data.json :as json] [clojure.test :refer [deftest use-fixtures]] [peridot.core :refer [content-type header request session]] [postal.core :as postal] [ring.util.codec :as codec] [sixsq.nuvla.server.app.param...
[ { "context": "! *unchecked-math* :warn-on-boxed)\n(ns ^{:author \"John Alan McDonald, Kristina Lisa Klinkner\" :date \"2016-12-19\"\n ", "end": 105, "score": 0.9998778104782104, "start": 87, "tag": "NAME", "value": "John Alan McDonald" }, { "context": ":warn-on-boxed)\n(ns ^{:aut...
src/main/clojure/taiga/split/object/categorical/bottom_up.clj
wahpenayo/taiga
4
(set! *warn-on-reflection* true) (set! *unchecked-math* :warn-on-boxed) (ns ^{:author "John Alan McDonald, Kristina Lisa Klinkner" :date "2016-12-19" :doc "Use min cost increase hierarchical clustering to generate a binary tree of categories. The heuristic split is the 2 children of the root." } ...
53165
(set! *warn-on-reflection* true) (set! *unchecked-math* :warn-on-boxed) (ns ^{:author "<NAME>, <NAME>" :date "2016-12-19" :doc "Use min cost increase hierarchical clustering to generate a binary tree of categories. The heuristic split is the 2 children of the root." } taiga.split.object.ca...
true
(set! *warn-on-reflection* true) (set! *unchecked-math* :warn-on-boxed) (ns ^{:author "PI:NAME:<NAME>END_PI, PI:NAME:<NAME>END_PI" :date "2016-12-19" :doc "Use min cost increase hierarchical clustering to generate a binary tree of categories. The heuristic split is the 2 children of the root." } ...