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

Block or report Aerox1

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. modernpal/HPShowcase modernpal/HPShowcase Public

    HPShowcase is an easy, light and simple to use Showcase

    Swift 12

  2. Mp3-Decoder-Encoder Mp3-Decoder-Encoder Public

    This is about encrypting audio files that even after encrypting it can be played in audio players .

    Java 4

  3. JaheshIos JaheshIos Public

    Jahesh Class for Summer 2017

    Swift

  4. Kleegram Kleegram Public

    This is port of official Telegram android app

  5. material-showcase-ios material-showcase-ios Public

    Forked from aromajoin/material-showcase-ios

    An elegant and beautiful showcase for iOS apps.

    Swift

  6. CeremonyGift.java CeremonyGift.java
    1
        public static void main(String[] args) { 
    2
            int n = Integer.parseInt(args[0]);
    3
            for (int i = -3*n/2; i <= n; i++) {
    4
                for (int j = -3*n/2; j <= 3*n/2; j++) {
    5