Skip to content
View florinbarbisch's full-sized avatar
:octocat:
:octocat:

Highlights

  • Pro
Block or Report

Block or report florinbarbisch

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
florinbarbisch/README.md

Hi there 👋


Florin's GitHub stats

Pinned

  1. KaschusoSystems/kaschuso-api KaschusoSystems/kaschuso-api Public

    Allows access to KASCHUSO via a REST API.

    HTML 3

  2. KaschusoSystems/kebab KaschusoSystems/kebab Public

    Allows the user to receive a notification whenever a new grade or absence is added in KASCHUSO

    HTML 4 1

  3. A java downloader for all AppleTV Wa... A java downloader for all AppleTV Wallpapers (according to https://aerial-screensavers.netlify.com/). With the ability to resume the download if it gets interupted/stopped (just rerun the program). Using java.nio and parallel streams (for the flex).
    1
    import java.io.File;
    2
    import java.io.FileOutputStream;
    3
    import java.net.HttpURLConnection;
    4
    import java.net.URL;
    5
    import java.nio.channels.Channels;