
blog.josephwilk.net
Joseph WilkExploring patterns as a means of documenting Clojure functions to aid recall and understanding. Whats the difference in Clojure between: partition …
http://blog.josephwilk.net/
Exploring patterns as a means of documenting Clojure functions to aid recall and understanding. Whats the difference in Clojure between: partition …
http://blog.josephwilk.net/
TODAY'S RATING
>1,000,000
Date Range
HIGHEST TRAFFIC ON
Thursday
LOAD TIME
1.4 seconds
16x16
PAGES IN
THIS WEBSITE
15
SSL
EXTERNAL LINKS
53
SITE IP
151.101.41.147
LOAD TIME
1.385 sec
SCORE
6.2
Joseph Wilk | blog.josephwilk.net Reviews
https://blog.josephwilk.net
Exploring patterns as a means of documenting Clojure functions to aid recall and understanding. Whats the difference in Clojure between: partition …
Speaking - Joseph Wilk
http://blog.josephwilk.net/speaking
Things with code, creativity and computation. Upcoming Speaking and Training Events:. Visuals with Overtone and Shadertone. Clojure and Kinesis at scale. Clojure and Overtone driving Minecraft. Live Coding - Repl Electric. Sounds of the human brain. Building Clojure services at scale. Creating sampled instruments with Overtone.
The Aesthetics of Density - Joseph Wilk
http://blog.josephwilk.net/software-craftmanship/the-aesthetics-of-density.html
Things with code, creativity and computation. The Aesthetics of Density. Programming languages can be described as Dense. What does dense mean? Closely compacted in substance. Having the constituent parts crowded closely together:. What does it mean for a programming language to be dense? I consider there are two axis for the density of programming languages:. The syntax is very dense/compact. A simple “for” loop in Assembly. Mov cx, 3. Cmp cx, 0. Do what ever you have to do here. Move top disk from.
Sets in Elixir - Joseph Wilk
http://blog.josephwilk.net/elixir/sets-in-elixir.html
Things with code, creativity and computation. I recently contributed the. Data structure to the Elixir. Programming language. The. Is implemented through a HashSet. HashSet [1, 2]. Elixir’s Set implementation is often faster than Erlangs own sets. Which is pretty impressive since Elixir runs on the same Erlang VM. It does this by adapting the internal data structure based on the size of the sets. Lets explore how Elixir does this while also explaining a little about Elixir:. We refer to this as a Bucket.
Creating sampled instruments with Overtone - Joseph Wilk
http://blog.josephwilk.net/clojure/creating-instruments-with-overtone.html
Things with code, creativity and computation. Creating Sampled Instruments With Overtone. Is an open source audio environment which uses Clojure and SuperCollider. An environment and programming language for real time audio synthesis and algorithmic composition). Overtone makes it very easy to define instruments based on sound samples from freesound. We will walk through getting samples for a flute and then using them to define the flute instrument in Overtone. You must pass in the pack id! In order to p...
A developers guide to creating presentations - Joseph Wilk
http://blog.josephwilk.net/presentations/a-developers-guide-to-creating-presentations.html
Things with code, creativity and computation. A Developers Guide to Creating Presentations. So your talk got selected. Great! Now hits the panic, you have to actually create a presentation. Every presenter wants to give the best possible presentation they can that sticks in peoples minds. Here are some hard earned lessons for getting the best out of your presentation. Accept that most of our preconceptions of how we learn are wrong. Http:/ www.dailyprincetonian.com/2009/10/15/24142/. Creating a presentat...
TOTAL PAGES IN THIS WEBSITE
15
Simplex for Ruby - Daniel Lucraft
http://danlucraft.com/blog/2013/12/ann-simplex-for-ruby
I’ve released a pure-Ruby implementation of the Simplex algorithm. For solving linear problems. It may be useful to you if you can only run Ruby, or if you want to learn about the Simplex algorithm from a simple implementation. I really really didn’t want to write my own LP solver implementation. If someone else told me they had done this, I would smirk. It’s a notoriously hard algorithm to implement correctly. Have you tried compiling them on Heroku. For Ruby 2.0. Max x y 2x y = 4 x 2y = 3 x, y = 0.
Learning about Redis through writing a Twitter clone - Daniel Lucraft
http://danlucraft.com/blog/2009/05/learning-about-redis-through-writing-a-twitter-clone
Learning about Redis through writing a Twitter clone. Is a fast key-value database by Salvatore Sanfilippo. With some new ideas. Sometimes it’s called a ‘data-structures database’ because it supports sets and lists. I spent a few hours this morning writing a Twitter clone that uses Redis as its datastore, which is now online at http:/ retwisrb.danlucraft.com. The code is available on Github. Requires list traversal by Redis. Would they be useful? Anyway, I encourage you to try Redis out soon.
How to use the new JRuby profiler - Daniel Lucraft
http://danlucraft.com/blog/2011/03/built-in-profiler-in-jruby-1.6
How to use the new JRuby profiler. The JRuby team released version 1.6. Yesterday, with lots of improvements and fixes. My contribution was extending the profiler with a graph mode and a Ruby API (with a lot of help from Headius. This profiler is built-in to the JRuby interpreter, no installation necessary! JRuby 1.5 included the. Option, which profiles all Ruby code run during the JRuby execution and outputs a flat profile:. In 160 there is now an additional profiling flag. How to profile blocks of code.
FARM - FARM 2014
http://www.functional-art.org/2014/index.html
Workshop on Functional Art, Music, Modeling and Design (FARM). September 6, 2014. Co-located with ICFP 2014. In Gothenburg, Sweden. The ACM SIGPLAN International Workshop on Functional Art, Music, Modelling and Design (FARM) gathers together people who are harnessing functional techniques in the pursuit of creativity and expression. HD videos are available in the FARM 2014 YouTube channel. 09:00-09:10: Welcome from the chairs. Prelude: Video A Study in Keith. 09:10-10:00 (Session 1, Chair: Alex McLean).
FARM - FARM 2014 Live Performances
http://www.functional-art.org/2014/performance.html
Workshop on Functional Art, Music, Modeling and Design (FARM). September 6, 2014, 8PM. On the evening of September 6 (after the workshop) we will have an evening of live performances at 3:e Våningen. 3rd floor), in collaboration with Anders Carlsson aka goto80. Admission to the event is free! The evening will feature:. Classic computer science algorithms assembled into algorave. Exploring the boundaries of stability and chaos by live coding with the Wolfram language. Performing live with Overtone.
RubyConf Australia 2015
http://www.rubyconf.org.au/2015
On the 4th to 7th February 2015, leading Ruby developers from around the world will come together to share, inspire and learn. RubyConf Australia is an inclusive conference and as such strives to be welcoming. To as many people as possible. The conference has now come and gone - thank you so much to everyone who took part. Videos of all sessions are now available. All the conference sessions will be held at the amazing Deakin Edge theatre in Federation Square. Looking for places to stay? Linda is the aut...
August, 2013 | Three of Coins
https://3ofcoins.net/2013/08
A brief look at Eurucamp 2013. August 28, 2013. August 29, 2013. Starting a day after jRuby conf and held by the lovely Müggelsee lake in South-East Berlin, this year’s Eurucamp. Was a well balanced mix of talk and play. Kudos to the lovely organizers team for an extended lunch break that made it possible to enjoy the (probably) last days of summer. The conference was opened with an inspiring keynote by Joseph Wilk. You can see the slides to “Can Machines Be Creative” here. Shared some useful tips. Most ...
FARM - FARM 2014
http://www.functional-art.org/2014
Workshop on Functional Art, Music, Modeling and Design (FARM). September 6, 2014. Co-located with ICFP 2014. In Gothenburg, Sweden. The ACM SIGPLAN International Workshop on Functional Art, Music, Modelling and Design (FARM) gathers together people who are harnessing functional techniques in the pursuit of creativity and expression. HD videos are available in the FARM 2014 YouTube channel. 09:00-09:10: Welcome from the chairs. Prelude: Video A Study in Keith. 09:10-10:00 (Session 1, Chair: Alex McLean).
Alkesh’s Blog » Blog Archives » CukeUp!
http://alkesh.vaghmaria.com/2011/03/cukeup
This is not the blog you’re looking for…. March 25th, 2011. Here is a write up of my notes for the excellent CukeUp. Event I attended yesterday. All the sessions were videoed, so you can watch them by going to the CukeUp page. Aslak described the components of cucumber, namely Gherkin, Aruba, Cucumber and Cucumber-Rails. I hadn’t realised that Aruba, which is used for testing command-line programs with cucumber, is actually used by the Cucumber features themselves. Which is available to try now. I liked ...
TOTAL LINKS TO THIS WEBSITE
53
JOSEPH SCHMIDT BLOG
Joseph Schmidt and Maria Jeritza. La Mulți Ani Joseph Schmidt! Andras Chiriliuc în Enciclopedia Who is Who. Concertul Crăciun la Suceava a fost anulat. Cea de-a cincea ediție a concertului Crăciun la Suceava a fost anulată. Baritonul Andras Chiriliuc și Diva Leontina Văduva în concertul Crăciun la Suceava. Concertul Crăciun la Suceava aflat la cea de-a 5-a ediție aniversară, este o manifestare inițiată de baritonul Andras Chiriliuc în anul 2005 din dorința de a oferi un regal artistic orașului natal, inv...
Joseph's Blog
Josephson Opticians - Providing cutting edge eyewear for over 70 years.
Registration is currently closed. Blog / Latest news and discussions. Our Flagship Store Lindberg Trunk Show! Inspirational Face a Face. In the newest collection of Face a Face frames, this trend has taken a modern twist and has been incorporated in many of the latest models. Josephson Opticians is proud and excited to showcase many of these latest inspirational and unique pieces. Info and images source Face a Face.com. Lindberg Natural Horn Collection. The name Lindberg has become synonymous with except...
Illustrative Versus
Shanon Playford's Visual Journal. I’m happy to say my hectic life has calmed down a bit, and I’ve been able to get back to some nighttime drawings. These are done on heavy weight watercolour paper and I’ve started using some watecolour with them. In the bed! Anyway, it’s a nice meditative exercise, and I’m glad that I have regained the wherewithal to make them again. 8211; highly recommended distractions. 18, July 2016 at 9:54 am in Uncategorized. Measurement is approximately 36″ x 10″. Icon series, 2014.
Joseph's Blog
Skip to primary content. Skip to secondary content. Apologies, but no results were found for the requested archive. Perhaps searching will help find a related post. Proudly powered by WordPress.
Joseph Wilk
Things with code, creativity and computation. Functions Explained Through Patterns. Exploring patterns as a means of documenting Clojure functions to aid recall and understanding. Whats the difference in Clojure between:. All non-side effecting functions create or alter a pattern. To explain a function’s pattern we use a number of descriptions. Returns a lazy seq of the elements of coll separated by sep. Returns a stateful transducer when no collection is provided. 03 10 0.4 1.0]. Return a seq of all but...
Joseph Wilkins – Blog | Illustration & Design
February 17, 2015. I found myself with some free time last week so I popped into the Ashmolean to do a bit sketching. Head of Shiva – 400-425 AD. Homo Georgicus (cast) – 1.8 million years. Ceremonial Samurai Armour – 1700. October 20, 2014. A poster to advertise my good friends at Quarter Horse Coffee’s. New pop up bar at The Edge barbers in Jericho, Oxford. It’s a horse. With a quiff. Good Times. October 20, 2014. October 20, 2014. I was asked to develop the visual identity for the. May 29, 2014. Here a...
Blog de Josep Lluís Lai | Fotografía
Josep Lluis Lai Fotograf. PROCESAMIENTO FINE ART DE ARQUITECTURA EN 15 PASOS. Vía Láctea y circumpolar, 2º parte. Fotografiar la Via Lactea 1º parte. Consejos a la hora de comprar un flash. Necesito realmente un trípode? Como fotografiar fuegos artificiales. Consejos para crear una composicion fotografica interesante. Las 10 camaras ideales para viajar segun National Geographic. 10 consejos para mejorar tus fotografias de viajes. PROCESAMIENTO FINE ART DE ARQUITECTURA EN 15 PASOS. Por Josep Lluis Lai.
Il·lustracions
Dilluns, 21 d’octubre de 2013. Discurso del Ilustrador español Puño en MAD 2011. Publicat per Josep Maria. Enllaços a aquest missatge. Gestión de color en Linux #5: Gestión de color en programas. Publicat per Josep Maria. Enllaços a aquest missatge. Gestión de color en Linux #4: Calibración con ColorHug. Publicat per Josep Maria. Enllaços a aquest missatge. Gestión de Color en Linux #3: Calibrado de monitores (parte 1). Publicat per Josep Maria. Enllaços a aquest missatge. Publicat per Josep Maria. Hi ha...
Josep Sort | Pot canviar el vent, però no cal canviar el rumb
Pot canviar el vent, però no cal canviar el rumb. 21 de febrer de 2015. 8220;Hola, món! 8221; ha esdevingut el primer programa que tradicionalment ha escrit un aprenent de programador. És tan simple que qualsevol persona sense experiència en programació pot arribar a entendre, normalment amb l’ajut d’un docent o una guia. El programa “Hola, món! 8221; escrit en llenguatge C. Aquesta és la segona versió, millorada, ja que a la primera no hi havia el salt de línia al final: “ n”. Sovint, “Hola, món!
Blog de José Rafael
Blog de José Rafael. Blog personal de José Rafael. Jueves, 23 de julio de 2015. La importancia del SEO. Cada día es más frecuente encontrar empresas que tienen su propia página web donde explican a sus clientes los productos que disponen, en algunos casos incluso venden estos productos a través de dicha web; también cada vez es más habitual encontrar la versión digital de un periódico, o la página web personal de un personaje público o de una persona que se quiere dar a conocer. Un profesional del SEO no...
SOCIAL ENGAGEMENT