Skip to content
View danielealbano's full-sized avatar

Sponsors

@ldebrouwer
@kamil-kubis

Sponsoring

@mattgodbolt

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 Loading

  1. cachegrand Public

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

    C 981 35

  2. lcov-action Public

    Github action to run lcov

    Shell 4 1

  3. rpi4-status-display Public

    Raspberry PI4 Status Display

    C++

  4. 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...
    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 Public

    Performance Summit 2011/09 - Benchmarks source code repository

    C++