Pinned Repositories
smartToll_app
This project showcases a simple inter-connectivity among server, mobile application and hardware. The mobile application (android) majorly deals with user input and exchanges data with the server (PHP). The server in turn publishes data onto the MQTT channel. The hardware (raspberry pi 3) is connected to the same MQTT channel and depending on the message sent over the channel does specific operation.
CustomFileExtensionJava
This program contains functionalities that showcase how to create a custom file with custom extension. The custom file can have encrypted data as well. Further it also contains functionalities to decrypt and get back the original file.
digitRecognizer
In this competition, your goal is to correctly identify digits from a dataset of tens of thousands of handwritten images. We’ve curated a set of tutorial-style kernels which cover everything from regression to neural networks. We encourage you to experiment with different algorithms to learn first-hand what works well and how techniques compare. https://www.kaggle.com/c/digit-recognizer
free_restapi
JSONCryptJava
The JSONCrypt library is specifically used for encrypting and decrypting data that is sent and received between a client and a server. This library can be easily used by budding programmers to secure their data transmission. The library makes use of 128 bit AES encryption of data, followed by either RSA encryption or developer specified custom encryption of the AES key. This grants the user absolute right to control and manage the security of their data. Further, a user is entitled to various methods of creating an AES key for encryption. Library users include both J2EE and Android developers working extensively on server request and response.
ml_coursera_andrew_ng
This repository contains the completed assignments as per the course on Machine Learning by Stanford University, Coursera, Andrew Ng.
pysynth
Synthesize datasets in Python.
SimpleCipherJava
This package hosts an array of frequently used regex validations and regex expression evaluation functionalities. In general, String check encompasses last word check, middle word check, first word check, sentence validation, phone number validation, name validation with or without honorific, password with both default parameter settings and custom parameter settings, hexadecimal string validation,alphanumeric string validation and binary string validations. Expression resolving encompasses conversions like infix to postfix and infix to prefix, and evaluation compasses java equation solving and resultant equation output.
SimpleCipherJS
This package hosts an array of frequently used regex validations and regex expression evaluation functionalities. In general, String check encompasses last word check, middle word check, first word check, sentence validation, phone number validation, name validation with or without honorific, password with both default parameter settings and custom parameter settings, hexadecimal string validation,alphanumeric string validation and binary string validations. Expression resolving encompasses conversions like infix to postfix and infix to prefix, and evaluation compasses java equation solving and resultant equation output.
smartToll_server
This project showcases a simple inter-connectivity among server, mobile application and hardware. The mobile application (android) majorly deals with user input and exchanges data with the server (PHP). The server in turn publishes data onto the MQTT channel. The hardware (raspberry pi 3) is connected to the same MQTT channel and depending on the message sent over the channel does specific operation.
iamsudiptasaha's Repositories
iamsudiptasaha/JSONCryptJava
The JSONCrypt library is specifically used for encrypting and decrypting data that is sent and received between a client and a server. This library can be easily used by budding programmers to secure their data transmission. The library makes use of 128 bit AES encryption of data, followed by either RSA encryption or developer specified custom encryption of the AES key. This grants the user absolute right to control and manage the security of their data. Further, a user is entitled to various methods of creating an AES key for encryption. Library users include both J2EE and Android developers working extensively on server request and response.
iamsudiptasaha/CustomFileExtensionJava
This program contains functionalities that showcase how to create a custom file with custom extension. The custom file can have encrypted data as well. Further it also contains functionalities to decrypt and get back the original file.
iamsudiptasaha/digitRecognizer
In this competition, your goal is to correctly identify digits from a dataset of tens of thousands of handwritten images. We’ve curated a set of tutorial-style kernels which cover everything from regression to neural networks. We encourage you to experiment with different algorithms to learn first-hand what works well and how techniques compare. https://www.kaggle.com/c/digit-recognizer
iamsudiptasaha/free_restapi
iamsudiptasaha/ml_coursera_andrew_ng
This repository contains the completed assignments as per the course on Machine Learning by Stanford University, Coursera, Andrew Ng.
iamsudiptasaha/pysynth
Synthesize datasets in Python.
iamsudiptasaha/SimpleCipherJava
This package hosts an array of frequently used regex validations and regex expression evaluation functionalities. In general, String check encompasses last word check, middle word check, first word check, sentence validation, phone number validation, name validation with or without honorific, password with both default parameter settings and custom parameter settings, hexadecimal string validation,alphanumeric string validation and binary string validations. Expression resolving encompasses conversions like infix to postfix and infix to prefix, and evaluation compasses java equation solving and resultant equation output.
iamsudiptasaha/SimpleCipherJS
This package hosts an array of frequently used regex validations and regex expression evaluation functionalities. In general, String check encompasses last word check, middle word check, first word check, sentence validation, phone number validation, name validation with or without honorific, password with both default parameter settings and custom parameter settings, hexadecimal string validation,alphanumeric string validation and binary string validations. Expression resolving encompasses conversions like infix to postfix and infix to prefix, and evaluation compasses java equation solving and resultant equation output.
iamsudiptasaha/smartToll_server
This project showcases a simple inter-connectivity among server, mobile application and hardware. The mobile application (android) majorly deals with user input and exchanges data with the server (PHP). The server in turn publishes data onto the MQTT channel. The hardware (raspberry pi 3) is connected to the same MQTT channel and depending on the message sent over the channel does specific operation.
iamsudiptasaha/smartToll_hardware
This project showcases a simple inter-connectivity among server, mobile application and hardware. The mobile application (android) majorly deals with user input and exchanges data with the server (PHP). The server in turn publishes data onto the MQTT channel. The hardware (raspberry pi 3) is connected to the same MQTT channel and depending on the message sent over the channel does specific operation.