Skip to content
View Vaishnav-Kanhirathingal's full-sized avatar
🎯
Focusing
🎯
Focusing
Block or Report

Block or report Vaishnav-Kanhirathingal

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
/** A greetings function which takes a string value and returns either a greeting or null
 * @param message a greeting message from the user
 * @return a generated greeting or null based on the message provided
 */
fun greetings(message: String): String? {
    return if (message.contains("hi")) "hello there"
    else null
}

Hover over the icons to see their respective titles or functions...

Primary Skills

kotlin java xml firebase cloud-firestore icons8-google-ads sql

Experienced in

ethereum python html-5 flutter dart c-programming

Extra skills

icons8-blender-3d icons8-davinci-resolve

Courses completed [Badges]

Languages and Git-Hub stats

Projects -

Each project has its own release. You can find the apks in the release section. Hover over the project icons for moore details.

Scheuler Icon Game - Stream android app icon Game - Stream desktop app icon CRYPTILE app icon Block - VS app icon Save - Pass app icon

Contacts -

gmail whatsapp LinkedIn instagram

Stack Exchange

profile for Vaishnav Kanhirathingal on Stack Exchange, a network of free, community-driven Q&A sites

Pinned

  1. Scheduler Scheduler Public

    An app that schedules tasks and notifies about daily tasks

    Kotlin

  2. G-Stream-MOBILE G-Stream-MOBILE Public

    Android client of the peer to peer local game streaming project.

    Kotlin

  3. G-Stream-Desktop G-Stream-Desktop Public

    Desktop client of the game streaming service project.

    Kotlin 1

  4. CRYPTILE CRYPTILE Public

    CRYPTILE is an app that encrypts and stores your file as a safe. Development in progress.

    Kotlin

  5. BlockChain-VS BlockChain-VS Public

    An Ethereum based Voting app. connects to the Ethereum Ropsten test network.

    Kotlin 1

  6. Save-Pass Save-Pass Public

    Save-Pass is a password saving app which stores passwords and uses a combination of a master password and/or biometrics to access those passwords.

    Kotlin