Skip to content
View ricardocchaves's full-sized avatar

Highlights

  • Pro

Block or report ricardocchaves

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. Blender - An empty acts as a "force ... Blender - An empty acts as a "force field" towards a group of objects.
    1
    import bpy
    2
    import mathutils
    3
    from random import randint
    4
    
                  
    5
    def my_handler(scene):
  2. save_rtsp_camera save_rtsp_camera Public

    Connect to a security camera through RTSP and save the frames in storage

    Python

  3. IPFS - Get download progress of reac... IPFS - Get download progress of reachable peers for a CID
    1
    #!/usr/bin/python3
    2
    # Eg. command: ./ipfs_progress.py QmV5z4Wv7ENX5KoLuBHAbBVg8Yb9ibFM9xYMWb1gLWn93w
    3
    import subprocess as sp
    4
    import sys
    5
    import threading
  4. rchaves-eqsdigital/starter_project rchaves-eqsdigital/starter_project Public

    Simple web app created to learn Go (server) and Angular/TS (client).

    TypeScript