Arsalan Azmi (@lethalazo)
  • Stars
    star
    51
  • Global Rank 336,198 (Top 12 %)
  • Followers 15
  • Following 22
  • Registered about 8 years ago
  • Most used languages
    C++
    33.3 %
    Python
    33.3 %
    JavaScript
    19.0 %
    Java
    14.3 %
  • Location πŸ‡¬πŸ‡§ United Kingdom
  • Country Total Rank 13,411
  • Country Ranking
    C++
    2,056
    Java
    4,247
    Python
    7,240
    JavaScript
    8,135

Top repositories

1

cpp-lyndon

A lyndon word identifier implemented in C++
C++
3
star
2

html5-assets

All-that-you-need repository for web development. This repo contains all the major, modern and 'vr ready' libraries for the web.
JavaScript
3
star
3

Hacktoberfest-Mathematics

Math is fun so let's make some scripts and or programs that use some of your favorite math formulas and functions.
Java
2
star
4

cpp-bst

A binary search tree and in-order traversal implementation using RAII and smart-pointers
C++
2
star
5

adorbx

Repo for Adorbx. Adorbx is a all in one tiny app with a beautiful ui and fundamental functionalities.
JavaScript
2
star
6

cpp-calc

String calculator implementation in C++ with DMAS principle.
C++
2
star
7

perceptron-scratch

A Perceptron implemented using python from scratch. (from https://machinelearningmastery.com/implement-perceptron-algorithm-scratch-python/)
Python
2
star
8

arxizskye-ctrl

Arxiz Skye Smart home module #1 source files
Python
2
star
9

5-day-forecast

Rendering maximum temperature and average humidity of a city using OpenWeatherMap API and Vanilla JavaScript (Developed as part of a coding challenge)
JavaScript
1
star
10

flood-fill

A simple implementation of the flood-fill algorithm using hash map and matrix in C++
C++
1
star
11

java-bst

BST with inorder traversal, insertion and deletion.
Java
1
star
12

fuzzy-search-API

A REST API written using Python 3 and Flask, making use of Elasticsearch.
Python
1
star
13

nQueens

A Java program that check if 'n' number of Queens can be placed, without threatening each other, on a 'n'x'n' chess board. Prints the board if such combination exists.
Java
1
star
14

python-structured-text-parser

Parse structured data, save and query pandas.
Python
1
star
15

vgg16-django-image-classification

Classifies general images using TensorFlow and Keras. Makes use of the VGG16 model with ImageNet weights. Web app made using Django.
Python
1
star
16

positions-risk-tcp-server

A server written in C++17 for managing trade risk and positions. Server uses TCP sockets and works on SBE
C++
1
star
17

two-sum

Gives the indices of two numbers that add up to the provided number using a hash map with a run-time of O(n)
C++
1
star
18

url-shortener

URL-shortener web app (teeldr) developed using Node.js
JavaScript
1
star
19

python-json-datastore

A JSON datastore in Python 3 with querying.
Python
1
star
20

sudoku-solver

A Sudoku solver implemented in Java. Works in O(n ^ m) where n is possible numbers in each empty cell and m is the number of empty cells.
Java
1
star
21

transpose-rotate-image

Rotating and transposing a matrix implementations in Java and C++. This solution on leetcode was faster than 100%
C++
1
star
22

equal-weight-index-fund

Calculator and engine written in Python 3, making use of pandas, NumPy and the IEX Cloud API to generate recommended trades with equally weighted long positions given a desired total portfolio value and a list of symbols to trade.
Python
1
star