Skip to content
View xcsrz's full-sized avatar

Block or report xcsrz

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
xcsrz/README.md
                                                                        
      ``.-://+++oooosssssssssssssooooo+++++++++++oshdmNNMMMMMMMMMMMMNmhs:....````````         ```...
       ``.-:://++++oooooooooooooo+++++//////+++shmNNNNNNNNNNNNNNNNNNNMMMNd+-......`````````` ````...
       ```.--::////++++++++++++++++///////+++ohmNNNNmNmmmmmmNNNNNNNNNNNNNMMd+.........```````````...
       ```..---::://////////////++++/////+osdNNNmdho+sddmmmmmmmmmmmmmmmNNNNMMy-.........````````....
       ```..----::::::::://////+++++++//++ymNNmd+-.```+hddddddddddhyyhdmmmNNMMh-.........```````....
       ```.---:--------::::///+++oooo++++ymmmmdo``````.yyhhhhhhhs-...-+hdmmNNMM/--.........````.....
        ``.-:::::---..---:://+++oooooo++ymmmddy.``````-syyhhhhyo.``....:hddmmNMy----.........``.....
        ``.-:::::---....--:/+++ooooooooymmdddh:     `.+syyyyyys-````....shddmmNm::------............
       ```.-::::----......::/+oooossoshmdddhhs`    `-+ossyyysso``````.`.shdddmNm//::------....`.....
       ```.-::::------.....-:/+ooossshmddhhyso/.`.-/+ossysyyso/````````/yhhddmNm///:::----...``.....
       ```.-:::::------..```.-:/+oosymddh-.-oooo++oossssyyyysso.``````-yysyddmmd////::::---..```....
       ```.-:::::::::::-..```.-://+sdddh+  .+ooooossssssyyyyyso+-````.oyhhhddmmh//////:::--..```````
       ```.-::::::::::::--....--::/hddhh:  :++ooooossssssssssssso///+syhhhhddmms///////::-..````````
        ``..-:::::::::::::---.---:sddhyy-  .+++ooooooosssssssssssssooo+oyhdddmm+//////:::-..````````
         ``.-:::::::::::://:::---+ddhhys/  `:++++++ooooossssssssssoo/```/hdddmd//////:::-..`````````
          `..-::////::::://///::/ddhhhyso`   `-:/+++++++oooooooooo+:.``-yhddmms::::::--..```   `````
          ``.-:://///:::::///+/+hdhhhyyso/.      `..-:::///++o++/:.```.shhddmd::-----.```      `````
           ``.-:///+///::::///+yddhhyysss++:.`             ```````  `-ohhdddmy---..``           ````
            ``.-:/++++//:::::/oddhhhyysssoo++/:--..`            ``.:oyhhhddmm/-..``             ````
             `.-:/++++++///::/hdhhhyyyssoooo+++//////::.```  `-:/osyyhhhdddmh..``                ```
             ``.-:/++oooo++//ydhhhyyyssssoooo++++++++++++++/+ossyyyyhhhhdddm+``                   ``

Pinned Loading

  1. Cleanium Cleanium Public

    Go

  2. flipwhat-npm flipwhat-npm Public

    TypeScript

  3. ecs-images ecs-images Public

    Go

  4. weather-watch weather-watch Public

    A simple utility to create animated images of weather via satellite images

    TypeScript 1

  5. clipgif clipgif Public

    Just a wrapper to automate creating an animated gif from a video file

    Go

  6. The essential components of a golang... The essential components of a golang "worker pool" using a semaphore channel to control the number of concurrent executions. This is just a basic example to demonstrate the concepts, values of combining (fixed size) queues and goroutines without adding complexity like generics or multiple pools.
    1
    package main
    2
    
                  
    3
    import (
    4
    	"fmt"
    5
    	"time"