Skip to content
View jmmpc's full-sized avatar
Block or Report

Block or report jmmpc

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

  1. Example of concurrent map implementa... Example of concurrent map implementation without use of sync.Mutex.
    1
    package syncmap
    2
    
                  
    3
    type SyncMap struct {
    4
    	ops chan func(map[string]interface{})
    5
    	m   map[string]interface{}
  2. array array Public

    Go package contains usefull functions to work with slices.

    Go

  3. idpassgen idpassgen Public

    The idpassgen package provides functions for generating random strings suitable to use as IDs and passwords.

    Go

  4. progressreader progressreader Public

    Go