Francis Eshun (@BrainyWayne)
  • Stars
    star
    125
  • Global Rank 170,532 (Top 6 %)
  • Followers 28
  • Following 15
  • Registered about 6 years ago
  • Most used languages
    Java
    31.3 %
    Dart
    31.3 %
    C++
    8.3 %
    CMake
    8.3 %
    JavaScript
    6.3 %
    Makefile
    4.2 %
    Batchfile
    2.1 %
    Processing
    2.1 %
    TypeScript
    2.1 %
    CSS
    2.1 %
    Visual Basic
    2.1 %
  • Location 🇬🇭 Ghana
  • Country Total Rank 59
  • Country Ranking
    Batchfile
    1
    CMake
    1
    Processing
    1
    Visual Basic
    2
    Makefile
    7
    Java
    12
    Dart
    25
    C++
    36
    CSS
    259

Top repositories

1

Proxima

The proxima source files
4
star
2

Visual-Basic

This repository contains the visual basic lab works and assignments given to Computer Science 2 (CS '2021)
Visual Basic
4
star
3

Python

Python codes
4
star
4

fixed-app-theme-engine

App theme engine that has been fixed. Android oreo adaptive icon crash fixed.
4
star
5

Java

Java Programming
Java
4
star
6

AI-based-Snake--Personal-project-

Learning AI snake with Java
Processing
4
star
7

election-blockchain

An simple blockchain app aimed at providing a free and fair election
JavaScript
4
star
8

Assembly-language

Low level assembly language coding
4
star
9

Database-SQL

SQL queries
4
star
10

Hacklab-2019-Project

Implementing blockchain technology in agriculture
3
star
11

-Hacklab2019

The hacklab 2019 repository on the blockchain technology
3
star
12

classjavalab1

The solution to the java lab 1 practicals, Forked from @Joshuaofori
Java
3
star
13

Windows-Helpers-and-Utilities

Get organized, stay focused, and automate various tasks on windows
Batchfile
3
star
14

Mobile-Money-Merchant

Mobile money merchant locator using realtime GPS
Dart
3
star
15

Baymax

Natural Language Processing android app
Java
2
star
16

interner

Internship app
Dart
2
star
17

Favor-Chapel-International

Cross platform mobile app for Favor Chapel International
Java
2
star
18

Flight-App

Learn flutter
Dart
2
star
19

Realtime-server-status

Java
2
star
20

DSCSolutionsChallenge-The-Courier

Platform to enable users to order for items from a store and get them delivered to them by a registered driver. A way to reduce the number of people that break the lockdown rule to go out and buy stuff.
Makefile
2
star
21

Class-labs-2019--Android--Class-

2nd year 2
Java
2
star
22

DSCAgora-Livestream

Dart
1
star
23

DSCSolutionsChallenge-The-Courier-master

Dart
1
star
24

unique-characters

Write the function “bool uniquechars(string s)”, to verify if a string has only unique characters
Java
1
star
25

brainywayne

1
star
26

cpp-pente

The ancient greek game pente written in c++
C++
1
star
27

flutter_pageview_indicator

Dart
1
star
28

Bucket-Sort

Sorting with bucket sort in C++
CMake
1
star
29

timezone

An ecommerce website with firebase authentication, database, and storage
JavaScript
1
star
30

imagecompression

An algorithm for compressing images
1
star
31

Cpp-gap-buffer-implementation

C++ gap buffer implementation with dynamic array, append, insertion, and deletion
C++
1
star
32

galleria

Flutter Gallery
Dart
1
star
33

proxima.io

TypeScript
1
star
34

Weathersite

Weather checker website
CSS
1
star
35

isPalindrome

Checking to see if a word is a palindrome
Java
1
star
36

Health-Aid-App

Health aid app
Dart
1
star
37

IconFarm

Year 3 mini project
Dart
1
star
38

ioextended

Dart
1
star
39

proximanotes

Proxima nots app
1
star
40

code_test

Dart
1
star
41

ShellSort

Soritng numbers using the shell sort
C++
1
star
42

anagram

Write the functions “bool anagram(string s1, string s2)” to verify is a string is an anagram (ex: input: “abcde”, “baedc” => output: true)
Java
1
star
43

int2str

Write the function “string int2str(int i)”, the reverse of the one above
Java
1
star
44

veraflutterassignment

Flutter Assignments
Dart
1
star
45

stringpermutations

Return all the permutations of a string which contains only letters
Java
1
star
46

tokenize-words

Write the function “vector<string> tokenizestr(string s)”, which will split a sentence into words (ex: input: “good code” => output: [“good”, “code”])
Java
1
star
47

PersonalWebsite

JavaScript
1
star
48

notes

flutter notes taking app with firebase authentication, storage, MLKit, and database
Dart
1
star
49

ReverseString

Reverse the chars in a string (ex: input: ‘abCd’ => output: ‘dCba’)
Java
1
star
50

kosher

Dart
1
star
51

Bubble-Sort

Sorting with bubble sort in C++
CMake
1
star
52

PlastiConnect

Sanitation App
Dart
1
star
53

3isEverywhere

A C++ algorithm to find the occurrence of a certain number given the range.
CMake
1
star
54

Selection-Sort

Sorting with Selection sorting in C++
CMake
1
star
55

Cpp-Chess-Project7

Implementing a program that can read chess games from a file and detect whether the initial moves (opening) matches any of the stored openings (also read from a file).
C++
1
star
56

DynamicFlutter

This is a flutter package that offers true multi platform dynamic native UI changes. All widgets are built on existing flutter widgets so you get all the default functionalities and more. Code UI once for native android and iOS feel.
Makefile
1
star
57

str2int

Write the function “int str2int(string s)”, which transforms a string to int, assume that the string only contains digits and the minus character(’-’)
Java
1
star
58

stringrotation

Write the function “bool isrotation(string s1, string s2)”, to verify if a string is a rotation of another string (ex: “waterbottle” is a rotation of “erbottlewat”)
Java
1
star