Skip to content
View robertorussobob's full-sized avatar

Block or report robertorussobob

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
robertorussobob/README.md

Hi there 👋

My Skills
My Skills
My Skills
My Skills
My Skills
My Skills
My Skills
My Skills
My Skills
My Skills
My Skills
My Skills

Pinned Loading

  1. codesk codesk Public

    codesk is a Linux development environment aimed at Windows users. It can be packaged as a virtual machine or Docker container; it is based on Ubuntu Server 22.04 LTS Jammy Jellyfish and managed by …

    Shell 1

  2. lignarius lignarius Public

    Lignarius is a Docker Compose integrated environment with many services: Allure Framework; Gitea; Kafka; Jenkins; Localstack ; Memcached; Mongo; MySQL; NGINX; OpenSearch; Portainer; PostgreSQL; Red…

    Shell 3 1

  3. batch-motion-detector batch-motion-detector Public

    A Vagrant box to batch-process surveillance videos

    Shell 1

  4. lightsaber lightsaber Public

    Lightsaber prototype with a MCU, a led strip, a napkin and a push-button

    C++

  5. StreamApiExample.java StreamApiExample.java
    1
    /**
    2
     * Output:
    3
     * serial run in 10016 ms
    4
     * parallel run in 1014 ms
    5
     *
  6. No longer need to try-catch exceptio... No longer need to try-catch exceptions in lambda expressions
    1
    package org.paleotron.util.functions;
    2
    
                  
    3
    import java.util.function.BiConsumer;
    4
    
                  
    5
    public interface ThrowingBiConsumer <T, U>  {