Tech With Ken (Kehinde-Ajasa)

Kehinde-Ajasa

Geek Repo

Location:LAGOS, Nigeria

Home Page:https://t.co/a5zlkzXSrC

Twitter:@tech_with_ken

Github PK Tool:Github PK Tool

Tech With Ken's repositories

DSAs_practice_and_Leetcode_Coding_Challenges

Unique Repository for the purpose of further learning of DSAs and preparation for Coding interviews.

Language:PythonStargazers:0Issues:0Issues:0

CS_Web_Scrapping_Project

This repository contains all code base to enable computer science students collaborate on building a website scrapper using Python and all other resources.

Language:PythonStargazers:1Issues:0Issues:0
Stargazers:0Issues:0Issues:0
Stargazers:0Issues:0Issues:0

Cxx_project

Repsitory to manually/automatically add new functionalities and projects worked upon

Stargazers:0Issues:0Issues:0

Kehinde-Ajasa

Config files for my GitHub profile.

Stargazers:3Issues:0Issues:0

CSC_132-Principles_of_Programming_languages

This unique repository is an open source repository that allows all student of the computer science course (principle of programming languages) learn and contribute to creating and explaining various concepts in the course domain.

Language:PythonStargazers:19Issues:0Issues:0
Stargazers:0Issues:0Issues:0

Word_Cookie_Solver

A unique repository used to help word cookies gamer learn and solve tedious rounds of the word cookie game

Language:PythonStargazers:2Issues:0Issues:0

PFL_Dream_Team

A repo that displays informations about premier league football teams

Language:Visual Basic .NETStargazers:0Issues:0Issues:0

SOLUTIONS_TO_CODING_CHALLENGES_ON_HACKERRANK

Hackerrank.com is a website that helps programmers learn more on programming and helping them prepare for job interviews with tech companies, This repository helps in proferring solutions to all the python related coding challenges. All codes and files uploaded have been tested and are confirmed to be working. (note: This repository helps in solving the challenges after you must have tried and failed or you want to learn new approach)

Language:PythonStargazers:4Issues:0Issues:0

SteloyBits

Config files for my GitHub profile.

Stargazers:1Issues:0Issues:0

Python_Methods_Logic_Explained

This repository is used in explaining the working principles and ideology of python normal methods.

Stargazers:1Issues:0Issues:0

GENDER-COUNT-DATABASE

Ever been given the responsibility of counting the amount of individual that comes into an event, or a party and you loose count while the event got rowdy. You definitely would be disappointed you couldn't pull off such menial task. This software helps in solving that problem. It helps in creating a visual counter to help automate the task of having to count by yourself. Apart from the usability, functionality and ability to accomodate large numbers it also has a very fantastic UI

Language:PythonStargazers:1Issues:0Issues:0

TKINTER-PROJECTS

A python repository to post projects made with python GUI framework TKINTER

Language:PythonStargazers:1Issues:0Issues:0

GUI-CALCULATOR-APP

It is a very bad user experience adventure for users to only have access to command line programs. Using the popular GUI module in python a calculator app was created to help maximize user experience while using python programmed software.

Language:PythonStargazers:1Issues:0Issues:0

BINARY_ENIGMA

(1000011)(1001111)(1000100)(1000101) is the ASCII format in binary for CODE where C stands for 1000011 and O,D,E stands for the remaining binary numbers respectively. This software is used to convert English words to binary using the ASCII format and also convert a binary encrypted word back to English language a form where it is readable by humans. Just like the ENIGMA

Language:PythonStargazers:1Issues:0Issues:0

MY_CALCULATOR_SOFTWARE

The above software can perform four main operations (addition, subtraction, multiplication, division) easily on two numbers

Language:PythonStargazers:1Issues:0Issues:0

ADVANCED-hangman-game

An advanced hangman game using python, in this variation, you can play the hangman game with your friend and also scores would be added and deducted as you get and fail a letter, for transparency, every word your friend entered would be saved in a file(create a .txt file and copy the directory on line 23 using the same format).

Language:PythonStargazers:1Issues:0Issues:0

leet-code-two-sum-challenge

Leet code is an online platform that uploads coding problem to solve. One of the problems is the two sum challenge to help print out two numbers in a given array that adds up to a target. The uniqueness of my code is that by just changing on bit of info you can print out 3, 4, 5, etc. numbers that adds up to a particular target

Language:PythonStargazers:1Issues:0Issues:0

COLLATZ-SEQUENCE

The collatz sequence is a conjecture in mathematics that follows a sequence. This sequence is defined below: The sequence begins with any positive integer, say n. If the integer n is odd, the next number in sequence would be 3n+1. If the integer n is even, the next number in sequence would be n/2.The sequence continues recursively till it gets to 1. The uniqueness of my solution is that it helps in printing out the total amount of items in the sequence

Language:PythonStargazers:1Issues:0Issues:0