Code Monkey home page Code Monkey logo

c2-rs's Introduction

Hey there โœŒ๐Ÿป

Welcome to my Github profile.

var me = student {
    mates = "Equinox"
    travel {
        visited = mutableListOf("๐Ÿ‡ฉ๐Ÿ‡ช", "๐Ÿ‡ฑ๐Ÿ‡ฎ", "๐Ÿ‡ท๐Ÿ‡บ", "๐Ÿ‡จ๐Ÿ‡ญ", "๐Ÿ‡ฆ๐Ÿ‡น", "๐Ÿ‡ฎ๐Ÿ‡น", "๐Ÿ‡ช๐Ÿ‡ธ", "๐Ÿ‡ต๐Ÿ‡น", "๐Ÿ‡จ๐Ÿ‡ฟ", "๐Ÿ‡ฉ๐Ÿ‡ฐ", "๐Ÿ‡ต๐Ÿ‡ฑ", "๐Ÿ‡ต๐Ÿ‡พ", "๐Ÿ‡ฆ๐Ÿ‡ท", "๐Ÿ‡ง๐Ÿ‡ท")
        upcoming = mutableListOf("๐Ÿ‡จ๐Ÿ‡ด", "๐Ÿ‡ฎ๐Ÿ‡ท", "๐Ÿ‡ต๐Ÿ‡ช", "๐Ÿ‡ช๐Ÿ‡จ", "๐Ÿ‡จ๐Ÿ‡บ", "๐Ÿ‡ฌ๐Ÿ‡พ", "๐Ÿ‡น๐Ÿ‡ญ", "๐Ÿ‡ป๐Ÿ‡ณ", "๐Ÿ‡ฎ๐Ÿ‡ฉ", "๐Ÿ‡จ๐Ÿ‡ฆ")
    }
    languages {
        favored = mutableListOf("Kotlin", "Java", "Python3", "Dart")
        other = listOf("C#", "Haskell", "Scala", "Javascript", "Typescript", "PHP", "ABAP")
        natural = mapOf<String, Level>(
            "German" to Level.Fluent,
            "English" to Level.Fluent,
            "Spanish" to Level.Beginner,
            "Portuguese" to Level.Beginner)
    }
    interests = listOf("poetry", "๐Ÿด", "๐ŸŠ๐Ÿปโ€โ™‚๏ธ", "tech", "๐ŸŽต")
}

๐Ÿ“‹ Current Project

A politics, journalism, economy and simulation for Android based on Jetpack Compose together with a few mates. Just for the sake of training and exploring.

๐Ÿ“ˆ Stats

overview languages

โ›“๏ธ Connect with me

profile for pentexnyx at Stack Overflow, Q&A for professional and enthusiast programmers

Kotlin is awesome โค๏ธ Give it a try.

c2-rs's People

Contributors

pxnx avatar randommm avatar

Watchers

 avatar

c2-rs's Issues

Shortcuts & Screenshots in Webmanifest

Something like this:

"shortcuts": [ { "name": "How's weather today?", "short_name": "Today", "description": "View weather information for today", "url": "/today?source=pwa", "icons": [{ "src": "/images/today.png", "sizes": "192x192" }] }, { "name": "How's weather tomorrow?", "short_name": "Tomorrow", "description": "View weather information for tomorrow", "url": "/tomorrow?source=pwa", "icons": [{ "src": "/images/tomorrow.png", "sizes": "192x192" }] } ], "screenshots": [ { "src": "/images/screenshot1.png", "type": "image/png", "sizes": "540x720", "form_factor": "narrow" }, { "src": "/images/screenshot2.jpg", "type": "image/jpg", "sizes": "720x540", "form_factor": "wide" } ]

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.