Skip to content

Instantly share code, notes, and snippets.

View sudip-mondal-2002's full-sized avatar
:octocat:
Learning

SUDIP MONDAL sudip-mondal-2002

:octocat:
Learning
View GitHub Profile
@sudip-mondal-2002
sudip-mondal-2002 / Snake_LLD.ts
Last active March 28, 2023 17:22
Low level Design of Snake Game
class Dice {
noDice: number;
min: number = 1;
max: number = 6;
constructor(pNoDice: number = 1) {
this.noDice = pNoDice
}
rollDice(): number {
let diceUsed = 0
let ret = 0
@sudip-mondal-2002
sudip-mondal-2002 / music_generator.ipynb
Created February 20, 2022 19:32
Music_Generator.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@sudip-mondal-2002
sudip-mondal-2002 / Stock-price-predictor.ipynb
Last active January 29, 2022 18:53
This is a stock price predictor notebook
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@sudip-mondal-2002
sudip-mondal-2002 / anime-generator.ipynb
Created September 26, 2021 17:51
anime-generator.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@sudip-mondal-2002
sudip-mondal-2002 / image-to-cartoon.ipynb
Created September 22, 2021 14:49
image to cartoon.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@sudip-mondal-2002
sudip-mondal-2002 / digit_recognition.ipynb
Last active September 14, 2021 19:20
digit_recognition.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@sudip-mondal-2002
sudip-mondal-2002 / emotion-detector.ipynb
Last active September 12, 2021 11:48
Emotion detector.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.