This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(ns io.codehopper.fun-with-redis | |
(:require [taoensso.carmine :as car :refer (wcar)] | |
[skyscraper.core :as sky] | |
[skyscraper.cache :as sky.cache] | |
[reaver])) | |
(def seed | |
[{:url "https://clojuredays.org", | |
:processor :page | |
:page 2022}]) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
;; fork me and include your solution! | |
(ns nonograms.core | |
(:require [clojure.java.io :as io]) | |
(:import (javax.imageio ImageIO) | |
(java.awt.image BufferedImage) | |
(java.awt Image))) | |
(defn read-image | |
"Reads an image" | |
[path] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
;type | |
;29 | |
abstract | |
actor | |
agent | |
archimate | |
artifact | |
boundary | |
card | |
class |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
; | |
; Copyright 2017 Fintech Open Source Foundation | |
; SPDX-License-Identifier: Apache-2.0 | |
; | |
; Licensed under the Apache License, Version 2.0 (the "License"); | |
; you may not use this file except in compliance with the License. | |
; You may obtain a copy of the License at | |
; | |
; http://www.apache.org/licenses/LICENSE-2.0 | |
; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(ns fossa-parser.core | |
(:require [clojure.java.io :as io] | |
[clojure.string :as string])) | |
(defn maybe-license | |
"If a license header is found, returns the license" | |
[[pre lic post]] | |
(let [thick-line #"^=+$"] | |
(when (and (re-matches thick-line pre) | |
(re-matches thick-line post)) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Name User ID Title Member ID Location Joined Group on Last visited group on Last Attended Total RSVPs RSVPed Yes RSVPed Maybe RSVPed No Meetups attended No shows Intro Photo Assistant Organizer Mailing List URL of Member Profile | |
. user 41998572 41998572 Amsterdam 07/09/2012 11/03/2016 03/11/2015 7 7 0 0 7 0 Yes Yes No Yes https://www.meetup.com/The-Amsterdam-Clojure-Meetup-Group/members/41998572/ | |
_NB_ user 224228034 224228034 Singapore 04/12/2017 08/31/2017 06/14/2017 1 1 0 0 1 0 No Yes No Yes https://www.meetup.com/The-Amsterdam-Clojure-Meetup-Group/members/224228034/ | |
Abbas user 187493013 187493013 Amsterdam 01/02/2017 03/12/2018 01/11/2017 1 1 0 0 1 0 No Yes No Yes https://www.meetup.com/The-Amsterdam-Clojure-Meetup-Group/members/187493013/ | |
abdulkafi abdulsamad user 185216023 185216023 Amsterdam 03/13/2015 08/09/2016 0 0 0 0 0 0 No Yes No Yes https://www.meetup.com/The-Amsterdam-Clojure-Meetup-Group/members/185216023/ | |
Abhishek Dubey user 231758544 231758544 Amsterdam 07/13/2017 07/13/2017 0 |
NewerOlder