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

Block or report kveber

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 Loading

  1. mac terminal bash improvements mac terminal bash improvements
    1
    #  ---------------------------------------------------------------------------
    2
    #
    3
    #  Sections:
    4
    #  1.   Environment Configuration
    5
    #  2.   Make Terminal Better (remapping defaults and adding functionality)
  2. Cobertura geográfica do Brasil em fo... Cobertura geográfica do Brasil em formato GeoJSON, nos moldes da Apple, para submissão no iTunes Connect.
    1
    {
    2
        "type": "MultiPolygon",
    3
        "coordinates": [
    4
                        [
    5
                         [
  3. AES/Rijndael Cryptography Simple Sample AES/Rijndael Cryptography Simple Sample
    1
    using System;
    2
    using System.IO;
    3
    using System.Text;
    4
    using System.Security.Cryptography;
    5