thenocturnalguy
A budding programmer/computer science student pursuing M.Sc. Computer Science at St.Xavier's College and a freelance web developer in spare time.
India,Kolkata
Pinned Repositories
animate.css
🍿 A cross-browser library of CSS animations. As easy to use as an easy thing.
clustering-visualization
Visualize clustering
coronastat
A simple CLI for visualizing the different cases, mortality and natality rates, etc. I have made a python package and uploaded it on PyPI. Do check it out! Thank you.
design-resources-for-developers
Curated list of design and UI resources from stock photos, web templates, CSS frameworks, UI libraries, tools and much more
facial-emotion-recognition
A Convolutional Neural Network Model to predict whether a given input image of a human is happy, sad, angry, neutral, etc. This model has an accuracy of about 58%.
pso-project
An improvement in convergence rate in the Particle Swarm Optimization Algorithm. The code is written in Matlab. This was my B.Sc. final year project.
simple-responsive-site
A very simple responsive design static website using HTML, CSS, JS, Bootstrap, and animate.css framework. This is my beginner project in responsive webpages. I've shared the link below. Hope you all will like it! Thank you.
social-network
This is my beginner project using PHP where I am trying to implement some of the backend concepts, how a social networking website works, posting, commenting, uploading pictures, etc.
spaceinvadersgame-using-js
A basic version of the classic shooting game of the 90s implemented using HTML5 canvas and JavaScript.Hosted in Github Pages. I've shared the link below. Do check it out! Thank you.
stega
A java program to embed and extract secret messages inside images. It's not my algorithm. This algorithm is one of our professor's named Dr. Ashok Nath. I just tried to refurbish the algorithm a little bit not much.
thenocturnalguy's Repositories
thenocturnalguy/pso-project
An improvement in convergence rate in the Particle Swarm Optimization Algorithm. The code is written in Matlab. This was my B.Sc. final year project.
thenocturnalguy/design-resources-for-developers
Curated list of design and UI resources from stock photos, web templates, CSS frameworks, UI libraries, tools and much more
thenocturnalguy/simple-responsive-site
A very simple responsive design static website using HTML, CSS, JS, Bootstrap, and animate.css framework. This is my beginner project in responsive webpages. I've shared the link below. Hope you all will like it! Thank you.
thenocturnalguy/animate.css
🍿 A cross-browser library of CSS animations. As easy to use as an easy thing.
thenocturnalguy/clustering-visualization
Visualize clustering
thenocturnalguy/coronastat
A simple CLI for visualizing the different cases, mortality and natality rates, etc. I have made a python package and uploaded it on PyPI. Do check it out! Thank you.
thenocturnalguy/custom-bootstrap
A helper repository for generating custom bootstrap CSS files. Exclude all non-essentials components and use only the required ones. Make your CSS lightweight.
thenocturnalguy/facial-emotion-recognition
A Convolutional Neural Network Model to predict whether a given input image of a human is happy, sad, angry, neutral, etc. This model has an accuracy of about 58%.
thenocturnalguy/social-network
This is my beginner project using PHP where I am trying to implement some of the backend concepts, how a social networking website works, posting, commenting, uploading pictures, etc.
thenocturnalguy/spaceinvadersgame-using-js
A basic version of the classic shooting game of the 90s implemented using HTML5 canvas and JavaScript.Hosted in Github Pages. I've shared the link below. Do check it out! Thank you.
thenocturnalguy/stega
A java program to embed and extract secret messages inside images. It's not my algorithm. This algorithm is one of our professor's named Dr. Ashok Nath. I just tried to refurbish the algorithm a little bit not much.
thenocturnalguy/exabyte2020
Website for the annual tech fest of the Computer Science dept. of St.Xavier's College, Kolkata where I've got the chance to contribute. Do check it out. Thank you!
thenocturnalguy/fireworks-effect-using-js
This a html5 canvas piece that I've made to simulate the pattern of an explosion using JavaScript. Hosted on Github Pages. I've shared the link below. Do check it out! Thank you.
thenocturnalguy/snakegame-using-js
A simple snake game implemented using HTML, CSS, JavaScript, and HTML5 canvas. This is my beginner project on JS. Hosted on Github Pages. I've shared the link below. Hope you all will like it. Thank you.
thenocturnalguy/sxccampusing-discord-bot
A discord bot implemented using Python, Discord.py, and BeautifulSoup to display the latest job posts scraped from https://sxcpc.blogspot.com in the discord chat.
thenocturnalguy/synonyms
A CLI to give the meaning of a given word. It is a Web Scraping project done by scraping https://www.dictionary.com/browse/. Just compile the python file from the terminal. Hope you will like it. Thank you.
thenocturnalguy/tictactoe-using-js
This is the javascript implementation of the multiplayer Tictactoe game. Just a side project. Do check it out, the link is below. Hope you all will like it.