Projects

    Show previous entries…


    Lightweight sorting of tables.

    Just add [data-sort] attributes to the th elements in columns you’d like to sort a table by, include ~1kB of JS & CSS, and initialise with sorter() – and that’s it!

    For installation instructions and more customisation options, you can check out the readme file.

    Demo gitlab.com/Avris/Sorter npmjs.com/package/avris-sorter

    I got tired of creating deployment scripts for my project, so I finally put together a simple, language-agnostic deployment script based on Makefile and symlinks.

    gitlab.com/Avris/Deployer

    I like multi-column design. Unfortunately, it’s really annoying to work with. If your tiles don’t all have the same height, it looks awful.

    That’s why we have Masonry (and alternatives) – but they all use absolute positioning, which can be problematic for lazy loading of images, dynamically adding more elements, etc. We can try doing it with plain CSS – alas, it either breaks the order of tiles or requires knowing the height of the container in advance.

    But I think I might have a solution to that: DEMO

    Continue reading…
    (~2 min read)
    Demo gitlab.com/Avris/Columnist npmjs.com/package/avris-columnist
    ? Bearlines

    If you’re planning to open an airline that will hire bear guys as flight attendants, or to open a gay bar for bears in Berlin, here’s a name & logo for you 😄

    Easily share content...

    Need to send someone a nicely formatted text accessible via a simple link? Look no further. Simply add text, headers, images, tables, videos, quotes, code, etc. – and publish it with one click.

    Anonymously...

    No need to run a blog or have a social media account – using showr you can put content on the Internet without registering, and just post the link wherever and however you want.

    With a self-destruct...

    Sometimes you want things to be more volatile. Showr lets you set a time limit and limit of unique visitors – after either of them is reached, your content will just self-destruct.

    showr.link
    SUML logo

    YAML gets praised for being clear and human readable, but it’s also criticised for being ambiguous.

    SUML is an attempt to keep the good things about YAML but remove its ambiguity and needless complexity.

    SUML documentation SUML implementation in PHP SUML support for Symfony SUML implementation in JavaScript SUML Webpack Loader
    Block Checker screenshot

    Check how many people you blocked on Twitter and compare yourself to others.

    blockchecker.avris.it

    A simple file synchronisation tool using avris-fs.

    Warning! It’s a very early version! Conflict handling is not implemented, so only use it when you can safely assume often synchronisations/rare conflicts/versioning on the remote, etc.

    Continue reading… npm: avris-sync gitlab.com/Avris/Sync

    A filesystem management abstraction layer for JavaScript. Manage files on local filesystem, on FTP server, on Amazon S3, etc. all through the same interface.

    Warning! It’s a very early version!

    Continue reading… npm: avris-fs gitlab.com/Avris/Filesystem
    Avris GraphqlBundle

    Simplify Graphql configuration using plain methods with typehints and annotations.

    This bundle is a wrapper on webonyx/graphql-php.

    Continue reading…
    (~3 min read)
    gitlab.com/Avris/GraphqlBundle

    Use this library to run any process in the background without blocking the console. It will start a child process, detach it, and save its PID to a file in order to be able to stop it later.

    npm: avris-daemonise gitlab.com/Avris/Daemonise
    Avris Dojo

    A Coding Dojo is a great way to practise programming, test-driven development, teamwork, pair programming and problem solving. Avris Dojo provides an easy way to synchronise your dojo codebase with your teammates.

    dojo.avris.it
    Vanillin.js

    jQuery used to be virtually indispensable, if you wanted to develop a cross-browser website without getting a headache.

    Today, however, you might not need jQuery, especially, if you’re developing a library and want to avoid unnecessary dependencies.

    Still, some helpers could be useful... Vanillin is an opinionated set of helpers that I find most useful, a bare minimum to make life easier.

    npm: avris-vanillin gitlab.com/Avris/Vanillin

    A Chrome extension that replaces “Donald Trump” on all websites with “Twitler”.

    Chrome Extension gitlab.com/Avris/Twitler

    A framework doesn’t have to be overly complex! Micrus provides you with a quick, easy and comfortable way of creating neatly structured, modular MVC websites, which can be easily extended and configured.

    Our goal is to keep the framework as simple as possible, while offering all the most important features.

    micrus.avris.it gitlab.com/Avris/Micrus

    Forms are complicated. There are many things you must take into consideration: binding an existing object (if any) to each sparate field of the form, validating them after user has submited the form, if invalid redisplaying it with POST data bound and with validation errors, binding the data back to an object...

    Avris Forms add an abstraction layer that handles all of that. You just need to define the list of fields you need and their cofiguration options. You’ll get an object that will handle everything for you. Just handle it in the controller and display it in the view.

    gitlab.com/Avris/Forms

    HTTP Request/Response abstraction

    gitlab.com/Avris/Http

    An extension to Avris Localisator and Avris Stringer introducing support for the Polish language.

    gitlab.com/Avris/Polonisator
    AltDownloader

    A Chrome extension that lets you download images and videos by just Ctrl+Alt+Clicking on them.

    Chrome Extension gitlab.com/Avris/AltDownloader
    Avris Bag

    Avris Bag is a set of helpers that make working with arrays in PHP way easier.

    Continue reading…
    (~4 min read)
    gitlab.com/Avris/Bag

    A musical competition, in which the managers lead their countries every week to a fight for a title of the best song.

    oursong.eurovote.eu

    Konkurs muzyczny, w którym menadżerowie prowadzący wybrane przez siebie kraje z całego świata co tydzień rywalizują o miano najlepszego utworu.

    oursong.eurovote.eu
    Avris FunctionMock

    FunctionMock is a simple and elegant way to mock away system/global functions in your tests.

    Continue reading…
    (~2 min read)
    gitlab.com/Avris/FunctionMock
    #wtrybiedemokracji

    Dołącz do protestu w sieci – w 140 znakach napisz, dlaczego nie zgadzasz się na rozmontowywanie przez PiS kolejnych instytucji państwa prawa.

    wtrybiedemokracji.pl

    Wir erstellen zusammen eine Karte der besten FKK-Zonen!

    Herzlich Willkommen bei Naked Adventure, deine Portalseite für aktuelle von der Gemeinschaft gelenkte Information rund um FKK!

    naked-adventure.eu @NakedAdventurEu

    Let’s create a map of the best nudist places!

    Welcome to Naked Adventure, your one stop shop for up-to-date, community driven information about naturism, nudism, FKK, whatever you want to call being natural!

    naked-adventure.eu @NakedAdventurEu

    Stwórzmy mapę najlepszych miejsc naturystycznych!

    Witamy w Naked Adventure, tworzonej przez społeczność bazie informacji o nagich plażach, basenach, saunach etc.!

    naked-adventure.eu @NakedAdventurEu

    How big does a framework need to be to provide you with a quick, easy and comfortable way of creating neatly structured MVC websites? That can easily be extended and configured?

    Well, not big at all. Just try Micrus! Its goal is to keep it as simple as possible, while offering all the most important features, as listed here:

    Continue reading… micrus.avris.it gitlab.com/Avris/Micrus

    Jak duży musi być framework, aby umożliwiał szybkie, łatwe i wygodne tworzenie ładnie uporządkowanych stron MVC? Aby był łatwo rozszerzalny i konfigurowalny?

    No właśnie wcale nie tak duży. Wypróbuj Micrusa! Jego celem jest bycie tak małym, jak to tylko możliwe, lecz oferować wszytkie najważniejsze funkcjonalności:

    Continue reading… micrus.avris.it gitlab.com/Avris/Micrus

    Dibsy helps team members to coordinate, which qa/staging server is currently being used by whom, and which ones are free to deploy to.

    Developed as a 20% project @ Rocket Internet SE

    dibsy.avris.it gitlab.com/Avris/Dibsy

    Flags on websites made easy.

    Inlude country flags in your websites using simple CSS classes.

    flags.avris.it gitlab.com/Avris/Flags

    Free & simple API for generating nice, colorful default avatars based on a given string (like username or email). Just put your base64-encoded identifier after our URL, optionally specify the desired size and file format, et voilà!

    avi.avris.it gitlab.com/Avris/Avi

    Nicht alle Kommunikationsprogramme unterstützen Bilderaussand. In diesem Fall, kannst Du sie einfach hier hochladen und dem Gesprächspartner den generierten Link schicken. Du kannst sicher sein, dass sie plötzlich nach dem Zugang gelöscht werden!

    Update: Dieses Projekt ist nicht mehr unterstützt und wurde von showr.link ersetzt.

    volatile.avris.it

    Not every IM app supports sending pictures. In that case you can just upload them here and send people a generated link. You can be sure your files will disappear right after they see it!

    Update: This project is not supported anymore and has been replaced by showr.link

    volatile.avris.it

    Nie każdy komunikator obsługuje załączanie obrazków. W takim przypadku wystarczy że załadujesz je tutaj i wyślesz rozmówcy wygenerowany link. Możesz być pewny, że pliki znikną od razu po otwarciu!

    Update: Projekt nie jest już wspierany, jego rolę przejął showr.link

    volatile.avris.it

    Code golf is a type of recreational computer programming competition in which participants strive to achieve the shortest possible source code that implements a certain algorithm. [source]

    Picco is a tiny PHP web framework that only takes ~2,5 kB of space and has no dependencies on other libraries, while still providing quite a lot of features, being extensible and reasonably easy to use.

    picco.avris.it gitlab.com/Avris/Picco

    Load more entries…