The Photonsphere
open-menu closeme
Home
Hardware
Links icon
Collection of Links Wikimedia Commons
Privacy
About
github mastodon twitter linkedin rss
  • Babashka

    calendar Apr 16, 2020 · 1 min read · Computer Software Functional Programming Software Clojure ClojureScript Financial  ·
    Share on: twitter facebook linkedin copy
    Babashka

    A Clojure babushka for the grey areas of Bash (native fast-starting Clojure scripting environment). The main idea behind babashka is to leverage Clojure in places where you would be using bash otherwise. – babashka (by Michiel Borkent)


    Read More
  • Hodur descriptive domain modeling for Clojure

    calendar Dec 20, 2019 · 1 min read · Computer Software Functional Programming GUI Internet Modeling Architecture Clojure ClojureScript  ·
    Share on: twitter facebook linkedin copy
    Hodur descriptive domain modeling for Clojure

    Hodur is a descriptive domain modeling approach and related collection of libraries for Clojure – Hodur (by Tiago Luchini). By using Hodur you can define your domain model as data, parse and validate it, and then either consume your model via an API making your apps respond to the defined model or use one of the many …


    Read More
  • Adding Crux to a Fulcro template

    calendar Jun 1, 2019 · 7 min read · Computer Software Internet Server Client Database GUI Functional Programming Clojure ClojureScript Full Stack Editor Emacs IDE  ·
    Share on: twitter facebook linkedin copy
    Adding Crux to a Fulcro template

    Adding Crux database to a Fulcro template project. To set up Emacs for Clojure and ClojureScript development with Cider see e.g.: My Emacs configuration New Fulco project from template 1lein new fulcro yourprojectname Your Fulcro project is now in the subdirectory yourprojectname. Initialize development environment …


    Read More
  • Remove duplicates from Instapaper HTML export

    calendar Feb 18, 2019 · 2 min read · Computer Software Functional Programming Clojure Internet Instapaper HTML  ·
    Share on: twitter facebook linkedin copy
    Remove duplicates from Instapaper HTML export

    Instapaper turns web content – articles, stories, posts, videos, and even long emails – into a great reading experience. Over the course of your day, you'll encounter things you want to save for later. With Instapaper, you simply push a button in your browser, or choose "send to Instapaper" in a linked mobile app. …


    Read More
  • Citrus for Rum

    calendar Nov 27, 2018 · 1 min read · Computer Software Functional Programming GUI Clojure ClojureScript  ·
    Share on: twitter facebook linkedin copy
    Citrus for Rum

    Have simple re-frame like state management facilities for building web apps with Rum for Clojure and ClojureScript while leveraging its API – Citrus (by Roman Liutikov). From its documentation: Features Decoupled application state in a single atom No global state, everything lives in Reconciler instance A notion of a …


    Read More
  • N26 CSV to KMyMoney

    calendar Nov 1, 2018 · 2 min read · Computer Software Functional Programming Financial Clojure CSV  ·
    Share on: twitter facebook linkedin copy
    N26 CSV to KMyMoney

    Converts N26 banking CSV exported files to format suited for KMyMoney import – N26-CSV (by Mari Donkers) Similar to Rabobank SEPA CSV to KMyMoney but for N26 bank. Do note that for N26 the dot (.) is used as a decimal separator. N26 CSV The format that N26 (an internet bank based in Germany) uses for its export …


    Read More
  • Random line from a text file

    calendar Aug 28, 2018 · 1 min read · Computer Software Functional Programming IO Clojure  ·
    Share on: twitter facebook linkedin copy
    Random line from a text file

    About getting a random line from a text file in Clojure. Clojure code 1(time (let [path "/usr/share/dict/american-english-insane" 2 cnt (with-open [rdr (clojure.java.io/reader path)] 3 (count (line-seq rdr))) 4 idx (int (rand cnt)) 5 word (with-open [rdr (clojure.java.io/reader path)] 6 (nth (line-seq rdr) idx))] 7 …


    Read More
  • ClojureScript+React number inputs

    calendar Apr 14, 2018 · 2 min read · Computer Software Functional Programming Internet JavaScript HTML Client GUI Clojure ClojureScript  ·
    Share on: twitter facebook linkedin copy
    ClojureScript+React number inputs

    When using ClojureScript with a React library beware that the :value for an :input needs to be of type string. If this is not the case then screen updates initiated from the code sometimes fail. Demonstration of the issue I've used Rum for a demonstration of the issue –not suggesting that this is Rum specific (haven't …


    Read More
  • Fulcro-Bulma

    calendar Feb 7, 2018 · 1 min read · Computer Software Functional Programming Internet Server Client GUI Clojure ClojureScript  ·
    Share on: twitter facebook linkedin copy
    Fulcro-Bulma

    A fulcro.ui.bootstrap3 inspired Clojure/ClojureScript library for Bulma, to be used with the Fulcro framework – Fulcro-Bulma (by Mari Donkers). Rationale A purposely 'thin' Clojure library for the lean CSS-only, Flexbox based, Bulma framework. Work in progress. Intention is to not implement all Bulma components and …


    Read More
  • The Feynman Machine

    calendar Jan 11, 2018 · 1 min read · Computer Software Functional Programming AI Machine Learning Mathematics C++  ·
    Share on: twitter facebook linkedin copy
    The Feynman Machine

    The Feynman Machine: AI architecture in Clojure / Neanderthal – The Feynman Machine (by Fergal Byrne and Louise Klodt) Machine learning with minimal hardware requirements! Watch the Raspberry Pi Zero on wheels video below. Article Feynman Machine: a New Approach for Cortical and Machine Intelligence. Paper Feynman …


    Read More
    • ««
    • «
    • 1
    • 2
    • 3
    • 4
    • »
    • »»

Mari Donkers photo

Mari Donkers

Software developer, functional programming, photography.
Read More

Featured Posts

  • KMyMoney to HLedger
  • Serializing any-size objects to a random access file

Recent Posts

  • Haskell library and client for OpenTimestamps
  • Instapaper export index generator -- Haskell version
  • Energy prices as command prompt ASCII table -- Haskell version
  • Debian stable with declarative install script
  • Hastl modern web-application starter template
  • The Gleam programming language, with cat package
  • The Gleam programming language, Sprocket- and Lustre frameworks
  • Energy prices as command prompt ASCII table

Categories

LINUX 45 CLOJURE 36 HASKELL 20 EDITOR 8 ERLANG 7 DOCKER 6 ELIXIR 5 STATIC SITE GENERATOR 5 CMS 4 FINANCIAL 4 FULL STACK 4 NIXOS 4 PHP 4 ALGORITHM 3
All Categories
AI2 ALGORITHM3 ANDROID1 C++1 CLOJURE36 CMS4 CRYPTO CURRENCY1 CRYPTOGRAPHY1 CSS1 DATA STRUCTURE2 DATABASE3 DEBIAN1 DEVELOPMENT3 DOCKER6 EDITOR8 EDITORS1 ELIXIR5 EMACS1 ERLANG7 FINANCIAL4 FULL STACK4 GLEAM2 HASKELL20 HTML1 HTMX1 JAVA2 JAVAFX1 JAVASCRIPT1 JULIA1 LINUX45 LISP3 LUA1 MACHINE LEARNING1 NIXOS4 OPENTIMESTAMPS1 PHOTOGRAPHY1 PHP4 PROTOCOL2 PURESCRIPT2 RACKET1 RUST2 SERVER2 STATIC SITE GENERATOR5 TILING WINDOW MANAGER1
[A~Z][0~9]

Series

LINUX 40 CLOJURE 36 HASKELL 20 DOCKER 11 EDITORS 9 ERLANG 7 ELIXIR 5 NIXOS 5 CMS 4 FINANCIAL 4 FULL STACK 4 PHP 4 STATIC SITE GENERATORS 4 ALGORITHMS 3
All Series
AI2 ALGORITHMS3 ANDROID3 C++1 CLOJURE36 CMS4 CRYPTO CURRENCY1 CRYPTOGRAPHY1 DATA STRUCTURES2 DATABASE1 DATABASES1 DEBIAN3 DEVELOPMENT1 DOCKER11 EDITORS9 ELIXIR5 EMACS1 ERLANG7 FINANCIAL4 FULL STACK4 GLEAM2 HASKELL20 HUGO2 INTERNET2 IOS1 JAVA2 JULIA1 LINUX40 LISP3 LUA1 NIXOS5 NNTP1 OPENTIMESTAMPS1 PHP4 PROPELLOR1 PROTOCOL1 PURESCRIPT2 RACKET1 RUST2 SERVER3 STATIC SITE GENERATORS4 TILING WINDOW MANAGERS1
[A~Z][0~9]

Tags

COMPUTER 96 SOFTWARE 95 FUNCTIONAL PROGRAMMING 62 CLOJURE 35 CLOJURESCRIPT 29 GUI 29 INTERNET 27 LINUX 24 HASKELL 21 SERVER 17 HTML 12 CLIENT 10 DOCKER 10 EDITOR 10
All Tags
AI2 ALGORITHM3 ANDROID4 API5 ARCHITECTURE1 ASH1 ATOM1 BINANCE1 C1 C++2 CAT1 CLIENT10 CLOJURE35 CLOJURESCRIPT29 CMS4 COMPUTER96 CRYPTO CURRENCY1 CRYPTOGRAPHY1 CSS3 CSV4 DATA SCIENCE1 DATA STRUCTURE3 DATABASE7 DEBIAN3 DOCKER10 DRUPAL2 ECLIPSE1 EDITOR10 ELIXIR5 EMACS10 EMAIL1 EMBEDDED5 ENERGY2 EXPERT SYSTEM1 FINANCIAL6 FLEXBOX1 FULL STACK3 FUNCTIONAL PROGRAMMING62 GENTOO2 GLEAM2 GRAPH DATABASE1 GUI29 HAKYLL3 HASKELL21 HTML12 HTMX1 HUGO2 IDE6 IMAP1 INDEX1 INSTAPAPER4 INTERNET27 IO2 IOS1 JAVA4 JAVASCRIPT7 JSON1 JULIA1 KDE5 KOTLIN1 LINUX24 LISP5 LIVEVIEW1 LUA1 MACHINE LEARNING2 MATHEMATICS1 MODELING1 NIX5 NIXOS9 NNTP1 NUMERICAL1 OPENTIMESTAMPS1 PAPERSPAN1 PDF1 PHOENIX1 PHP4 PLAIN TEXT ACCOUNTING1 PROPELLOR1 PROTOCOL2 PURESCRIPT2 RACKET1 REAL-TIME2 REGULAR EXPRESSION1 RULES ENGINE1 RUST2 SCIENTIFIC COMPUTING1 SDL1 SERVER17 SHELL SCRIPT6 SOFTWARE95 SPROCKET1 SQL2 STATIC SITE GENERATOR2 TERMUX2 TESTING1 TILING WINDOW MANAGER3 USENET1 WEB1 WEBGEAR4 XML1 XMONAD2 YAML1
[A~Z][0~9]
Mari Donkers / Wikimedia Commons

Copyright 2011 -  MARI DONKERS / WIKIMEDIA COMMONS. All Rights Reserved

to-top