Skip to content
View schystz's full-sized avatar
  • Philippines

Block or report schystz

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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. MotoRideTracker MotoRideTracker Public

    An app for tracking motorcycle rides

    1

  2. SCNearbyChat SCNearbyChat Public

    An iOS application which lets you discover and chat nearby users

    Swift 1

  3. Objective-C code for scaling an imag... Objective-C code for scaling an image and trimming the filesize down for upload
    1
    - (UIImage *)resizedImageForUpload:(UIImage *)image
    2
    {
    3
        CGSize originalSize = image.size;
    4
        CGSize targetSize = CGSizeMake(200, 200);
    5
        CGSize adjustedSize = targetSize;
  4. dapp-boilerplate dapp-boilerplate Public

    TypeScript

  5. Singkomax/web3-live-event-ticketing Singkomax/web3-live-event-ticketing Public

    A full stack application for a web3 live event ticketing

    TypeScript 1