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

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
/** this is a simple challenge, decode this and you will get a reward, The only param to change is
 * [displacement]. do not alter the given code. Do keep in mind that displacement is not constant
 * across the values. you will receive partial answers when a correct [displacement] is passed.
 * Join those partial answers to solve the challenge. partially correct answers will be easily
 * recognizable and are from the normal english dictionary. Example -
 *
 * --something-meaningful------------------------------------------(d)
 * ----------------------something-meaningful----------------------(d+1)
 * ------------------------------------------something-meaningful--(d+2)
 *
 * with '-' being gibberish. and brackets showing their corresponding displacement values (d)
 * best of luck...
 * **challenge valid till 06/2025
 *
 *
 * @param displacement this is a small positive integer range = 0 to 20
 * @return depending on the [displacement] provided, it will return a corresponding decoded text
 */
fun decodeString(
    displacement: Int
): String {
    return listOf(
        110, 105, 26, 91, 104, 115, 92, 105, 94, 115, 26, 108, 95, 91, 94, 99, 104, 97, 26, 110,
        98, 99, 109, 38, 26, 93, 105, 104, 97, 108, 91, 110, 111, 102, 91, 110, 99, 105, 104, 109,
        25, 104, 103, 25, 92, 104, 102, 105, 101, 94, 109, 98, 103, 96, 25, 109, 97, 94, 25, 92,
        97, 90, 101, 101, 94, 103, 96, 94, 39, 25, 66, 25, 112, 90, 103, 109, 25, 109, 104, 25, 99,
        102, 103, 111, 24, 111, 96, 89, 108, 24, 89, 100, 100, 24, 108, 96, 97, 102, 95, 107, 24,
        113, 103, 109, 24, 108, 106, 97, 93, 92, 24, 108, 103, 24, 91, 103, 101, 104, 100, 93, 107,
        92, 23, 107, 95, 92, 23, 90, 95, 88, 99, 99, 92, 101, 94, 92, 37, 23, 88, 93, 107, 92, 105,
        23, 88, 99, 99, 23, 107, 95, 88, 107, 23, 92, 93, 93, 102, 105, 107, 35, 22, 95, 106, 22,
        109, 101, 107, 98, 90, 22, 88, 91, 22, 102, 104, 91, 106, 106, 111, 22, 92, 107, 100, 100,
        111, 22, 95, 92, 22, 63, 22, 96, 107, 105, 106, 22, 105, 87, 95, 90, 21, 23, 62, 21, 97,
        94, 90, 89, 23, 21, 48, 30
    ).joinToString(
        separator = "",
        transform = { (it + displacement).toChar().toString() }
    )
}

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 Loading

  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 1

  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