Eric Kariuki (@Carrieukie)
  • Stars
    star
    118
  • Global Rank 184,302 (Top 7 %)
  • Followers 129
  • Following 73
  • Registered almost 8 years ago
  • Most used languages
    Kotlin
    68.8 %
    Java
    12.5 %
    Python
    6.3 %
    C++
    6.3 %
    Shell
    6.3 %
  • Location 🇰🇪 Kenya
  • Country Total Rank 233
  • Country Ranking
    Kotlin
    19
    C++
    63
    Shell
    82
    Java
    482
    Python
    1,788

Top repositories

1

android_mpesa_stk

Android Mpesa library to initiate stk push
Kotlin
50
star
2

Candy-Network-Bound-Resource

This project illustrates the use an algorithm (Network Bound Resource) for providing data to an app by either retrieving sufficiently recent data from a local cache, or loading the latest data from the network.
Kotlin
28
star
3

AGSL-Playground

Android Graphics Shading Language (AGSL) is used by Android 13 and above to define the behavior of programmable RuntimeShader objects. AGSL shares much of its syntax with GLSL fragment shaders, but works within the Android graphics rendering system to both customize painting within Canvas and filter View content.
Kotlin
14
star
4

Viddeoozone

This is an app that consumes the youtube REST API with the `most-popular` chart end point. Developed using HILT, Retrofit, MVVM, Kotlin Courotines , Paging 3 and clean architecture
Kotlin
5
star
5

WavetableSynthesizer

Wavetable Synthesizer is an Android app created as a journey to overcome my own fears of C++. This project combines Kotlin, Jetpack Compose, and C++ through the Java Native Interface (JNI) to explore real-time audio processing in a mobile environment.
C++
4
star
6

Android-git-hooks

🌟 Automated Code Linting & Formatting with Git Hooks for Android 🚀. This setup leverages Git hooks to ensure that every commit and push is rigorously checked for code style and potential issues using: Spotless 🧽: Formats your code beautifully. ktlint 🔍: Enforces Kotlin style guidelines. Detekt 🛡️: Scans for code smells and issues.
Shell
4
star
7

Ueab-Farm

An android app written fully in kotlin with the latest MAD skills to facilitate making food orders to ueab farm for their delivery.
Kotlin
3
star
8

Biometric-Authenticator

A sample application that uses biomerics to authenticate and Mobile PIN authentication if Biometrics fail.
Kotlin
2
star
9

Traveling-Salesman-Problem-TSP

Given a list of cities and the distances between each pair of cities, find the shortest possible route that visits each city exactly once and returns to the original city.
Kotlin
2
star
10

Helios

Barebone Kotin ktor server with docker-compose for a simple safaricom stk callback.
Kotlin
2
star
11

spring-boot-security-JWT-Access-and-Refresh-Tokens

This is a project illustrating how to do spring security with authentication and authorization using JWT for common needs.
Java
2
star
12

github-stats

Python
1
star
13

Loop-Signage

This is an application used for digital signage to display messages to particular audiences
Kotlin
1
star
14

Dynamic-programming-challenges

Dynamic programming is both a mathematical optimization method and a computer programming method. In both contexts it refers to simplifying a complicated problem by breaking it down into simpler sub-problems in a recursive manner. While some decision problems cannot be taken apart this way, decisions that span several points in time do often break apart recursively.
Java
1
star
15

TictacToe-Minimax-Alpha-Beta

This game features an advanced AI using the Minimax algorithm with Alpha Beta pruning for unbeatable gameplay. Challenge yourself against the computer and see if you can outsmart it. The sleek and user-friendly interface makes it easy for players of all skill levels to enjoy.
Kotlin
1
star
16

Facebook-for-Business-login-Android

This repo demo's how to login using facebook sdk on android to access the facebook Graph API which is the primary way to get data into and out of the Facebook platform. It's an HTTP-based API that apps can use to programmatically query data, post new stories, manage ads, upload photos, and perform a wide variety of other tasks.
Kotlin
1
star