Skip to content

Instantly share code, notes, and snippets.

View skuro's full-sized avatar

Carlo Sciolla skuro

View GitHub Profile
@skuro
skuro / gist:3286e7a53d4938437ed1
Created April 8, 2015 19:34
Amsterdam Clojurians: Dojo #4
Please clone this gist to provide your solution!
(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}])
@skuro
skuro / clojure-dojo.md
Last active November 23, 2020 05:36
Crime at Piccadilly Circus

Results of the Clojure Dojo

This gist is just a placeholder for your solution of the Clojure Dojo from the Amsterdam Clojurians meetup.

To share your solution:

  • fork this gist
  • add the files containing your code to the forked gist

Thanks!

@skuro
skuro / README.md
Created July 17, 2019 19:09
Clojure meetup #115

Fork this gist and put your code in there!

@skuro
skuro / forkme.clj
Last active August 14, 2019 19:33
Nonograms dojo
;; 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]
@skuro
skuro / plantuml.txt
Created May 20, 2019 13:57
PlantUML language specification (v1.2019.05)
;type
;29
abstract
actor
agent
archimate
artifact
boundary
card
class
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
;
; 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
;
@skuro
skuro / readme.org
Created February 13, 2019 20:10
Meetup #111 solutions

Fork me and paste your solution!

@skuro
skuro / forkme.md
Created December 12, 2018 19:30
Advent of Clojure solutions

Fork me!