Skip to content
View ajudges's full-sized avatar
  • Germany
Block or Report

Block or report ajudges

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. A simplified overview on how embedde... A simplified overview on how embedded ARM devices boot
    1
    ## BITE-SIZED BOOTING FOR ARM EMBEDDED SYSTEMS
    2
    
    
    3
    ![](https://i.imgur.com/vcySrU3.jpg)
    4
    
    
    5
    Hurdled around to watch one of the games in Toyko 2020 Olympics, we put on the TV, a smart TV, and then we waited an agonizing 10 seconds watching the device boot. Being impatient to watch the game, we were understandably irritated with the time it took the TV to load. Most of us have been there - where we just want to start doing stuff as soon as we switch on our device.
  2. AStarSearchAlgorithm AStarSearchAlgorithm Public

    An implementation of A Star Search Algorithm to find the path between two points on a map. The data used comes from the OpenStreetMap project (https://www.openstreetmap.org/)

    C++

  3. How to provision an IoT Device to Go... How to provision an IoT Device to Google Cloud IoT Core
    1
    ## Provisioning Devices to Google Cloud IoT Core
    2
    
    
    3
    When deploying IoT devices on a global scale, many considerations have to be put in place. Remote accessibility, security, device management, simplicity, flow control, reliability, low latency, redundancy, integration with other cloud services represent some of the important considerations. To meet most of the requirements needed in deploying devices on a global scale, one has little or no option but to look to cloud platforms.
    4
    
    
    5
    Google’s cloud platform provides Cloud IoT Core solution to meet the demands of secure and scalable IoT. Cloud IoT Core is a fully managed service to securely connect and manage a global device network. It features https/MQTT endpoints, automatic load balancing and global data access with Pub/Sub. Cloud IoT Core acts as a device manager and the integration with Pub/Sub enables IoT Core to also act as a communication broker. The use of Cloud IoT also ensures highway access to the rest of Google’s cloud platform.
  4. smart_queue smart_queue Public

    A computer vision system to count the number of people in a queue

    Jupyter Notebook 1 1

  5. people_counter people_counter Public

    Using computer vision to count the number of people in a video stream/image

    JavaScript 3 1

  6. SystemMonitor SystemMonitor Public

    A process monitor for linux

    C++