Thanks to visit codestin.com
Credit goes to github.com

Skip to content
View nourselim0's full-sized avatar
🏠
Working from Home
🏠
Working from Home

Organizations

@mash-ltd @hitchhiker-io

Block or report nourselim0

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 is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
nourselim0/README.md

Nour Selim

Hi there 👋

I work in many areas: VR, Game Dev, Backend, Cloud Infrastructure. I even used to make apps for Windows Phone 😁

I have all sorts of personal projects, and I try to put them up here. I hope one day I can work on Open Source for a living.

Pinned Loading

  1. PassGen PassGen Public

    Generate Passwords Deterministically based on a Master Password

    Python 1 1

  2. MinecraftWebToolkit MinecraftWebToolkit Public

    MCWTK: A Web Interface for managing a Minecraft Server with a few nice features

    C# 5

  3. http-process-wrapper http-process-wrapper Public

    Simple HTTP wrapper for processes using FastAPI

    Python 1

  4. Cloudflare Dynamic DNS Cloudflare Dynamic DNS
    1
    import json
    2
    import os
    3
    import sys
    4
    import tempfile
    5
    from typing import cast
  5. Ftp2Azure Ftp2Azure Public

    A bridge between FTP and Azure Storage

    C# 7 4

  6. Copy Windows Spotlight Lockscreens I... Copy Windows Spotlight Lockscreens Images
    1
    // This script requires ScriptCS (https://github.com/scriptcs/scriptcs) but you can modify it and build it as a C# App
    2
    // You run this from inside the target folder (where images are copied to), or pass the target path as a script parameter
    3
    // You can also have an "_exceptions.txt" file with images to exclude, so they wont be copied again
    4
    
                  
    5
    #r WindowsBase