Skip to content
View hassanselim0's full-sized avatar
๐Ÿ 
Working from Home
๐Ÿ 
Working from Home

Organizations

@mash-ltd
Block or Report

Block or report hassanselim0

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
hassanselim0/README.md

Hassan 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.

I'm currently working on HitchHiker and ReTag!

Pinned

  1. Ftp2Azure Ftp2Azure Public

    A bridge between FTP and Azure Storage

    C# 7 4

  2. MinecraftWebToolkit MinecraftWebToolkit Public

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

    C# 5

  3. ProxyDashboard ProxyDashboard Public

    An all-in-one proxy tool, it scrapes websites for proxy lists, validates them, then sets them as your current proxy

    C# 5

  4. 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
  5. C# Command Line Script for hashing s... C# Command Line Script for hashing strings and files
    1
    using System.Security.Cryptography;
    2
    
                  
    3
    var helpStr = @"
    4
    Hash Helper Tool!
    5
  6. PassGen PassGen Public

    Generate Passwords Deterministically based on a Master Password

    Python 1 1