somdipdey
Innovator at Heart And Software Engineer, Day & Night. Drink Tea and Code! ;) Visit my MSDN Profile for more technical stuff: https://goo.gl/vC8q4z
http://linktr.ee/somdipdeyManchester, UK
Pinned Repositories
Share.it
Crowd-Fooding Project for Koding Global Virtual Hackathon
EasySQL
Use this class library to execute your MS SQL queries easily without hassle.
Encrypted_QR_Code
Use this Python3 package to encrypt messages and embed in QR code, and decrypt the message back.
FoodSQRBlock-Digitizing-Food-Supply-Chain-Using-Blockchain-And-QR-Code
Code for the paper, "FoodSQRBlock: Digitizing Food Production and the Supply Chain with Blockchain andtheQR Code in the Cloud"
HackerRank-Solutions-In-Scala
The Challenges of HackerRank Solved in Scala
JavaScript-implementation-of-java.util.TreeMap-Class
This library implements the java.util.TreeMap Class and some of it's popular methods using JavaScript. This library can be imported and used in your JavaScript projects, where you may need or want to use TreeMap<Key, Value>().
MAT-CNN-SOPC
MAT-CNN-SOPC: Motionless Analysis of Traffic Using Convolutional Neural Networks on System-On-a-Programmable-Chip
Pixelator-View
Program code (Python) for Pixelator View as explained in the paper, "SoCodeCNN: Program Source Code for Visual CNN Classification Using Computer Vision Methodology" published in IEEE Access (2019). This program (Pixelator View) finds the differences between two images in a quantitative as well as qualitative way..
SQL-Magic
Various SQL scripts to do magical stuffs on your databases
SystemPerformance
Track System Performance (CPU / RAM / Memory / SQL Server) using this NuGet Package. Requires .Net framework 3.5+. It is an Open Source project under MIT License.
somdipdey's Repositories
somdipdey/HackerRank-Solutions-In-Scala
The Challenges of HackerRank Solved in Scala
somdipdey/Encrypted_QR_Code
Use this Python3 package to encrypt messages and embed in QR code, and decrypt the message back.
somdipdey/SystemPerformance
Track System Performance (CPU / RAM / Memory / SQL Server) using this NuGet Package. Requires .Net framework 3.5+. It is an Open Source project under MIT License.
somdipdey/SQL-Magic
Various SQL scripts to do magical stuffs on your databases
somdipdey/JavaScript-implementation-of-java.util.TreeMap-Class
This library implements the java.util.TreeMap Class and some of it's popular methods using JavaScript. This library can be imported and used in your JavaScript projects, where you may need or want to use TreeMap<Key, Value>().
somdipdey/EasySQL
Use this class library to execute your MS SQL queries easily without hassle.
somdipdey/Arabic-To-Roman-Numerals-In-Java
Use this project to convert Arabic numerals to Roman numerals easily and efficiently
somdipdey/Convert_UK_Tier2_Tier5_SponsorPDF_To_XML
Convert UK Tier 2 & Tier 5 Work Sponsor list in PDF to XML structured file
somdipdey/LoanRepayment-36-Months
There is a need for a rate calculation system allowing prospective borrowers to obtain a quote from our pool of lenders for 36 month loans. This system will take the form of a command-line application and provide the best offer to the customer based on the lender's data provided in a market_data_file.csv.
somdipdey/Markovian_CSharp
Markov Model (N characters) library written in CSharp C#
somdipdey/corefx
This repo contains the .NET Core foundational libraries, called CoreFX. It includes classes for collections, file systems, console, XML, async and many others. We welcome contributions.
somdipdey/Custom-Task-and-Custom-Task-Pool
A C# program to run several tasks sequentially (but parallel to the main thread) and executed in the order that they were added to the class
somdipdey/FaceDetection_with_HaarCascade_in_Python_OpenCV
Detect faces from a video input (webcam) and output the frames per second as well.
somdipdey/global.hackathon
Welcome to the World’s First Global Virtual Hackathon!
somdipdey/roslyn
The .NET Compiler Platform ("Roslyn") provides open-source C# and Visual Basic compilers with rich code analysis APIs.
somdipdey/Scrapping_And_Crawling_FinancialNews
somdipdey/The-Confess-App
Confess your heart out....
somdipdey/The-Even-Fibonacci-Sum-Calculator-In-CSharp
Print out the sum of only the even numbers of a fibonacci series of number N.
somdipdey/Coding_Kata_RepeatChop_And_FizzBuzz
Coding kata to remove extra characters and print fizz buzz challenges
somdipdey/Excel_To_MS_SQL_Script
somdipdey/Green-Screen-Maniac__Green-Screen-Image-Filter-Web-Application__Duke_University
Upload green screen images and modify the green background with another image. All the logic is written in javascript.
somdipdey/java-programming-and-software-engineering-fundamentals
A Coursera specialization offered by Duke to learn the basics of programming and software development
somdipdey/Kata-Karate-Chop-Solved-In-Csharp
Solved solution along with tests for Kata02: Karate Chop (A binary chop (sometimes called the more prosaic binary search)) : http://codekata.com/kata/kata02-karate-chop/
somdipdey/markovify
A simple, extensible Markov chain generator.
somdipdey/Method-To-Query-Database-Easily-In-CSharp
Use this stub/method to query database easily. Just copy/paste this stub in your project and paste your query inside. You are all set to execute queries easily without always worrying about little details.
somdipdey/Performance-Difference-Between-Different-Ways-Of-Iterating-Over-A-Dictionary-In-CSharp
Performance Difference Between Different Ways Of Iterating Over A Dictionary in C#
somdipdey/Python-QR-Decoder
A python decoder written from scratch. This only uses PIL. For a real time recognition library, check out my RTQR repository.
somdipdey/setuptools
Official project repository for the Setuptools build system
somdipdey/The-Checkout-Kata-Supermarket-Pricing-In-Java
This solution implements a supermarket checkout that calculates the total price of a number of items.
somdipdey/Usage-of_Interfaces_and_Abstract_Classes_In_Real_World_Application_CSharp