Skip to content

Instantly share code, notes, and snippets.

View ashwinkey04's full-sized avatar

Ashwin Ramakrishnan ashwinkey04

View GitHub Profile
@ashwinkey04
ashwinkey04 / GSoC Report 2020.md
Last active September 12, 2023 07:08
Final work report for Google summer of code 2020 - Conversion of Mifos Mobile to Kotlin

GSoC 2020 work summary

Ashwin Ramakrishnan

@ashwinkey04
ashwinkey04 / Adv Prog Lab - 1.md
Last active August 20, 2020 10:13
Adv Prog Lab - 1

Lab - 1

Ashwin R AM.EN.U4CSE19343

a. Make the following attributes private and make modifications to the program

double length;

double breadth;

@ashwinkey04
ashwinkey04 / config.yml
Created June 5, 2020 09:30
Fusuma config file
swipe:
3:
left:
command: 'xdotool key alt+Shift+Tab'
right:
command: 'xdotool key alt+Tab'
up:
command: 'xdotool key super'
down:
command: 'xdotool key super'
@ashwinkey04
ashwinkey04 / MultiPlatform_starter.md
Created May 28, 2020 16:43
MultiPlatform starter

First, we add the new project to the settings.gradle file by adding the line below

include ':SharedCode'

Next, we need to create a SharedCode/build.gradle.kts file with the following content:

import org.jetbrains.kotlin.gradle.plugin.mpp.KotlinNativeTarget