Skip to content
View Jamonek's full-sized avatar
๐Ÿ—๏ธ
Building.. Exploring.. Dreaming..
๐Ÿ—๏ธ
Building.. Exploring.. Dreaming..

Organizations

@codeforgso @BlacksInTechnologyOrg @MeheLLC @robinhood-unofficial
Block or Report

Block or report Jamonek

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
Jamonek/README.md

Hi there ๐Ÿ‘‹

Pinned

  1. swift-extensions swift-extensions Public

    Useful swift extensions to make development slightly easier/faster.

    Swift 9

  2. swift-iOS-text-classifier swift-iOS-text-classifier Public

    A swift implementation of text classifying based on the Parsimmon linguistics toolkit

    Swift 7 1

  3. School-For-Me School-For-Me Public

    Prototype for an iOS application to help teachers locate schools that have a shortage of educators and parents to search for schools by almost any category.

    Swift 3 2

  4. robinhood-unofficial/pyrh robinhood-unofficial/pyrh Public

    Python Framework to make trades with the unofficial Robinhood API

    Python 1.8k 603

  5. haversine.swift haversine.swift
    1
    // The fixed formula 
    2
    struct Global {
    3
        static var schoolID: Int? // Work around for passing the selected location ID
    4
        static var userCoord: CLLocationCoordinate2D?
    5