Skip to content
View danielealbano's full-sized avatar

Sponsors

@ldebrouwer
@kamil-kubis

Sponsoring

@mattgodbolt
Block or Report

Block or report danielealbano

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

Pinned

  1. cachegrand cachegrand Public

    cachegrand - a modern data ingestion, processing and serving platform built for today's hardware

    C 963 34

  2. lcov-action lcov-action Public

    Github action to run lcov

    Shell 4 1

  3. rpi4-status-display rpi4-status-display Public

    Raspberry PI4 Status Display

    C++

  4. Test - OOP vs DOD data processing - C Test - OOP vs DOD data processing - C
    1
    // compile with
    2
    // gcc -O3 -m64 -mavx2 -funroll-loops -march=native -o test-oop-vs-dod-simple-data-processing test-oop-vs-dod-simple-data-processing.c
    3
    
                  
    4
    #include <stdio.h>
    5
    #include <stdlib.h>
  5. Google Photo - Photoframe | Is a sim... Google Photo - Photoframe | Is a simple python3 application to transform any device in a photoframe connected to a google photos account! It's very simple, I am using it on a RPi Zero W with the SDL2 rebuilt to run without Xorg. Works on Linux, Windows, Mac OS X and any other device that has an internet connection and can run python 3 and the SDL.
    1
    # To run this application you need to create a project in your google cloud console and enable the Photos library API, then you will need to create the credentials setting the type of client to "Other UI" and enabling the access to the user data.
    2
    # At this point you will need to download the client_id.json file, rename it in client_secrets.json and place it in the same folder of the application.
    3
    # Upon the first start the application will request you to open a link in a browser, authenticate and then write the code back into the console
    4
    
                  
    5
    # requirements
  6. performance-summit-202109-benchmarks performance-summit-202109-benchmarks Public

    Performance Summit 2011/09 - Benchmarks source code repository

    C++