Pinned Repositories
activeMQ-Messaging
This app reads a list of characters from mysql database, logs the characters as json objects in activeMQ using a producer then a consumer reads the pending messages
AndroidNetworkManager
A library to show internet connection (WiFi and Mobile Data)
client
Consumes data from a web service
cropperjs
JavaScript image cropper.
Croppie
A Javascript Image Cropper
JavaOCR
The programs reads text from an image.
jenkins-demo
JenkinsCITEST
CI/CD TEST
Materialize-stepper
A little plugin that implements a stepper to Materializecss framework.
parenthesis
a function to generate all combinations of well-formed parentheses.
permmy's Repositories
permmy/AndroidNetworkManager
A library to show internet connection (WiFi and Mobile Data)
permmy/activeMQ-Messaging
This app reads a list of characters from mysql database, logs the characters as json objects in activeMQ using a producer then a consumer reads the pending messages
permmy/client
Consumes data from a web service
permmy/cropperjs
JavaScript image cropper.
permmy/Croppie
A Javascript Image Cropper
permmy/JavaOCR
The programs reads text from an image.
permmy/jenkins-demo
permmy/JenkinsCITEST
CI/CD TEST
permmy/Materialize-stepper
A little plugin that implements a stepper to Materializecss framework.
permmy/parenthesis
a function to generate all combinations of well-formed parentheses.
permmy/permutation
This script returns all possible combinations of a given array
permmy/productionCloudConfigTest
permmy/pythagorean
Finds count of triplets with sum smaller than given sum value. Expected Time Complexity is O(n 2 ).
permmy/Read-text-from-images
This app reads text from images
permmy/rides
Demo project
permmy/service
A rest web service
permmy/shortener
A URL shortener web service example built with springboot
permmy/special
The program reverses a string in a way that special characters are not affected
permmy/Spring-boot-security-
Login and registration with Jpa MYSQL database
permmy/SpringCloudConfigurationStore
permmy/themeParkApi
This just for automatic deployment with jenkins learning purpose
permmy/triangle
permmy/triplets
function that returns true if there is a triplet (a, b, c) that satisfies a 2 + b 2 = c 2 .