Pinned Repositories
C-through-my-eyes
This repository contains some important programs in C, related to the non-CSE curriculum, specially ECE.
Cartoonifier
"Cartoonified" an image using OpenCV in Python.
COVID-19-Analyser
As COVID-19 has been declared a pandemic, here's an analysis of the global spread of the novel coronavirus, with the simple application of Data Visualization with Python, implementing Choropleth Maps using Plotly library of Python3.
find-your-meal
An exclusive meal finder for every foody being!
Java-BigDecimal
Java's BigDecimal class can handle arbitrary-precision signed decimal numbers. Let's test your knowledge of them! Given an array, , of real number strings, sort them in descending order — but wait, there's more! Each number must be printed in the exact same format as it was read from stdin, meaning that is printed as , and is printed as . If two numbers represent numerically equivalent values (e.g., ), then they must be listed in the same order as they were received as input).
java-collection-framework
This repo contains basic codes needed to understand the most-used collection framework classes in java.
jdbc
This repo shows how JDBC works; essentially contains a sample database that is integrated with JDK-19 using a MySQL connector.
Mask-Up
Carried out real-time face-mask detection using OpenCV & Keras in Python.
The-HIT-Times-App
A flutter based application for The HIT Times, the campus tabloid of Haldia Institute of Technology.
Wireless-Communication-using-Fading-Channel
Simulated wireless communication using fading models of the two most prevalent fading distributions, Nakagami-m Fading & Rayleigh Fading Distributions; further analyzed their purposes and scope, in addition to comparing the performance analysis of each, using MATLAB.
notanoobcoder's Repositories
notanoobcoder/Wireless-Communication-using-Fading-Channel
Simulated wireless communication using fading models of the two most prevalent fading distributions, Nakagami-m Fading & Rayleigh Fading Distributions; further analyzed their purposes and scope, in addition to comparing the performance analysis of each, using MATLAB.
notanoobcoder/C-through-my-eyes
This repository contains some important programs in C, related to the non-CSE curriculum, specially ECE.
notanoobcoder/Cartoonifier
"Cartoonified" an image using OpenCV in Python.
notanoobcoder/COVID-19-Analyser
As COVID-19 has been declared a pandemic, here's an analysis of the global spread of the novel coronavirus, with the simple application of Data Visualization with Python, implementing Choropleth Maps using Plotly library of Python3.
notanoobcoder/find-your-meal
An exclusive meal finder for every foody being!
notanoobcoder/Java-BigDecimal
Java's BigDecimal class can handle arbitrary-precision signed decimal numbers. Let's test your knowledge of them! Given an array, , of real number strings, sort them in descending order — but wait, there's more! Each number must be printed in the exact same format as it was read from stdin, meaning that is printed as , and is printed as . If two numbers represent numerically equivalent values (e.g., ), then they must be listed in the same order as they were received as input).
notanoobcoder/java-collection-framework
This repo contains basic codes needed to understand the most-used collection framework classes in java.
notanoobcoder/jdbc
This repo shows how JDBC works; essentially contains a sample database that is integrated with JDK-19 using a MySQL connector.
notanoobcoder/Mask-Up
Carried out real-time face-mask detection using OpenCV & Keras in Python.
notanoobcoder/The-HIT-Times-App
A flutter based application for The HIT Times, the campus tabloid of Haldia Institute of Technology.
notanoobcoder/Java-Currency-Formatter
Given a double-precision number, , denoting an amount of money, use the NumberFormat class' getCurrencyInstance method to convert into the US, Indian, Chinese, and French currency formats. Then print the formatted values as follows: US: formattedPayment India: formattedPayment China: formattedPayment France: formattedPayment where is formatted according to the appropriate Locale's currency.
notanoobcoder/Java-Regex
A class called MyRegex which will contain a string pattern. You need to write a regular expression and assign it to the pattern such that it can be used to validate an IP address. Use the following definition of an IP address: IP address is a string in the form "A.B.C.D", where the value of A, B, C, and D may range from 0 to 255. Leading zeros are allowed. The length of A, B, C, or D can't be greater than 3. Some valid IP address: 000.12.12.034 121.234.12.12 23.45.12.56 Some invalid IP address: 000.12.234.23.23 666.666.23.23 .213.123.23.32 23.45.22.32. I.Am.not.an.ip
notanoobcoder/notanoobcoder
Config files for my GitHub profile.
notanoobcoder/Random-Quote-Generator
Generate quotes by famous personalities, as many as you want. Moreover, share them on Twitter with just a click!
notanoobcoder/react-city-tours-project
notanoobcoder/UDC_RitabanBiswas_WebDevelopment
Tic-Tac-Toe for UDC.