Skip to content
View ReinaldoMT's full-sized avatar

Block or report ReinaldoMT

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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. Amazon AWS Backup Amazon AWS Backup
    1
    import boto3
    2
    import re
    3
    import datetime
    4
    
                  
    5
    ec = boto3.client('ec2')
  2. Extensões para o EFSEccondLevelCache Extensões para o EFSEccondLevelCache
    1
    using EFSecondLevelCache.Core;
    2
    using Microsoft.EntityFrameworkCore;
    3
    using System;
    4
    using System.Collections.Generic;
    5
    using System.Linq;
  3. RMT-OS RMT-OS Public

    RMT-OS is a minimalist x86 operating system originally developed in 2005 as a personal project to deeply understand bootloaders, real-mode memory management and low-level system design.

    Assembly

  4. flickr-export-processor flickr-export-processor Public

    This script processes Flickr exports, extracting and organizing photo albums in a structured and accessible format.

    Python 1

  5. block block Public

    A simple 3D game made with Three.js where you control a blocky character in a world with trees.

    JavaScript