All Projects → thi-ng → ws-ldn-1

thi-ng / ws-ldn-1

Licence: Apache-2.0 license
Clojure/Clojurescript workshop (2-4 Nov 2015, London)

Programming Languages

clojure
4091 projects
HTML
75241 projects

Projects that are alternatives of or similar to ws-ldn-1

Frida Boot
Frida Boot 👢- A binary instrumentation workshop, with Frida, for beginners!
Stars: ✭ 179 (+713.64%)
Mutual labels:  workshop, beginner
Unityplayground
A collection of simple scripts to create 2D physics game, intended for giving workshops to a young audience
Stars: ✭ 603 (+2640.91%)
Mutual labels:  workshop, beginner
lambdajam
Workshop on Program Transformations
Stars: ✭ 22 (+0%)
Mutual labels:  workshop
bioc 2020 tidytranscriptomics
Workshop on tidytranscriptomics: Performing tidy transcriptomics analyses with tidybulk, tidyverse and tidyheatmap
Stars: ✭ 25 (+13.64%)
Mutual labels:  workshop
gis-for-geoscientists
Repository for "GIS for Geoscientists" workshop series. This repo contains data, protocols, outputs, lectures, and resources used the workshop. Course taught by Nicholas Barber. Available for future booking upon request! Contact me ([email protected]) for a quote.
Stars: ✭ 19 (-13.64%)
Mutual labels:  workshop
touchdesigner-summit-2019-external-python
No description or website provided.
Stars: ✭ 35 (+59.09%)
Mutual labels:  workshop
react-portfolio
⚛️ A workshop for ReactJS.
Stars: ✭ 36 (+63.64%)
Mutual labels:  workshop
python-for-everybody-solutions
Solutions to Python for Everybody: Exploring Data using Python 3 by Charles Severance
Stars: ✭ 166 (+654.55%)
Mutual labels:  beginner
tensorflow-k8s-azure
Train TensorFlow Models at Scale with Kubernetes and Kubeflow on Azure
Stars: ✭ 44 (+100%)
Mutual labels:  workshop
csharpworkshop
Workshop content on Learning C# on Linux using .NET Core
Stars: ✭ 33 (+50%)
Mutual labels:  workshop
embracing-clojure
擁抱 Clojure
Stars: ✭ 18 (-18.18%)
Mutual labels:  beginner
VJ-Base
An addon for Garry's mod that contains bunch of bases to make many different types of addons.
Stars: ✭ 57 (+159.09%)
Mutual labels:  workshop
theia-workshop
Theia Workshop - Building Cloud and Desktop IDEs
Stars: ✭ 38 (+72.73%)
Mutual labels:  workshop
2017-summer-workshop
Exercises, data, and more for our 2017 summer workshop (funded by the Estes Fund and in partnership with Project Jupyter and Berkeley's D-Lab)
Stars: ✭ 33 (+50%)
Mutual labels:  workshop
node-express-reddit-clone
Build a Node, Express and MySQL-based clone of Reddit for DecodeMTL web development bootcamp
Stars: ✭ 28 (+27.27%)
Mutual labels:  workshop
jarvis-workshop
Amazon re:Invent workshop - "Alexa, Ask Jarvis to Create a Serverless App for Me" -
Stars: ✭ 14 (-36.36%)
Mutual labels:  workshop
pythonworkshops
Materials for Python workshops
Stars: ✭ 28 (+27.27%)
Mutual labels:  workshop
workshop
React Workshop
Stars: ✭ 13 (-40.91%)
Mutual labels:  workshop
styles
A collection of cool effects in html, css and javascript.
Stars: ✭ 35 (+59.09%)
Mutual labels:  beginner
introduction-to-neural-networks
No description or website provided.
Stars: ✭ 23 (+4.55%)
Mutual labels:  workshop

Clojure/Clojurescript workshop

(WS-LDN-1)

This repo contains a subset of commented examples created during the workshop.

Day 1 namespaces

Airport dataset from: http://ourairports.com/data/

Day 2 namespaces

Clojure SVG airport visualization

47k airports

47k airports mapped, data from ourairports.com

Github doesn't display the map background image, see original viz here...

Clojurescript, Reagent / React example

To launch:

lein figwheel day2

Day 3 namespaces

Clojure

Exported meshes are located in assets folder.

Clojurescript

  • ui.day3.core - thi.ng/geom vizualization examples (using Reagent)

To launch:

lein figwheel day3-viz

heatmap example

Live demo

  • ui.day3.webgl - thi.ng/geom WebGL & in-browser STL mesh export example

To launch:

lein figwheel day3-webgl

webgl example

Live demo

CLJS build w/ advanced optimizations

To build the CLJS examples with advanced optimizations, uncomment the lines with :optimizations & :pretty-print from the project.clj file for the relevant build profile(s). Then compile the source with:

lein do clean, cljsbuild once <insert-build-profile-id>

License

Copyright © 2015 Karsten Schmidt

Distributed under the Apache Software License either version 1.0 or (at your option) any later version.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].