Giter VIP home page Giter VIP logo

Hi 👋

Thanks for visiting. Here's some nice code

(defn multiple-of [p] #(zero? (mod % p)))
(defn sieve [[p & ps]]
  (cons p (lazy-seq (->> ps
                         (remove (multiple-of p))
                         (sieve))))
(take 10 (sieve (iterate inc 2)))
;;=> (2 3 5 7 11 13 17 19 23 29)      

Andrea Tupini's Projects

blog-classification icon blog-classification

Given a list of blogs read their RSS feeds and, using clustering algorithms, classify them based on the words they use.

ccham icon ccham

✨ Build a beautiful and simple website in literally minutes. Demo at https://beautifuljekyll.com

eddie icon eddie

Eddie controls and permeates the whole of the Heart of Gold. He can manipulate navigation, defence, weapons, shielding, the Improbability Drive, escape pods, airlocks, and various other systems.

etaoin icon etaoin

Pure Clojure Webdriver protocol implementation

fairseq icon fairseq

Facebook AI Research Sequence-to-Sequence Toolkit written in Python.

game-of-life icon game-of-life

A simple implementation of Conway's Game of Life in Python

games icon games

Collection of small games. Mainly for learning

gleam icon gleam

⭐️ A friendly language for building type-safe, scalable systems!

hauberk icon hauberk

A web-based roguelike written in Dart.

httpiper icon httpiper

WIP: Seamless integration of HTTP and bash

i3-bindings icon i3-bindings

Simple tool that reads the i3 config files and shows a table with the bindings defined therein

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.