Skip to content
View vatsalyagoel's full-sized avatar

Highlights

  • Pro

Organizations

@Readify @reactiveui @OpenDDD @telstrapurple

Block or report vatsalyagoel

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

Hi there 👋

Pinned Loading

  1. Readify/madskillz Public

    Readify Mad Skillz

    89 40

  2. Powershell code to check if your pas...
    1
    function Sha1Hash($textToHash) {
    2
        $hasher = New-Object System.Security.Cryptography.SHA1CryptoServiceProvider
    3
        $toHash = [System.Text.Encoding]::UTF8.GetBytes($textToHash)
    4
        $hashByteArray = $hasher.ComputeHash($toHash)
    5
        foreach ($byte in $hashByteArray) {
  3. ddd-backend Public

    Forked from dddwa/ddd-backend

    Backend services for DDD conferences.

    C#

  4. DevEvents Public

    Forked from telstrapurple/DevEvents

    List of conferences and events of interest to developers

  5. dnscontrol Public

    Forked from StackExchange/dnscontrol

    Synchronize your DNS to multiple providers from a simple DSL

    Go