Pinned Repositories
BrowserInteractionRegeneration
cassandra-spark-jdbc-bridge
If you want to query Cassandra data via JDBC but you want to use the power of Spark SQL for data processing, you need this application.
palindrome-generator
This project is a Palindrome Generator Library written in JAVA. Currently, it is the fastest palindrome generator library available. It generates next palindrome within O(l/2) where l = length of the palindrome string. Also it generates the next palindrome from a given starting string in the same time. It does not bound you with the set of alphabet. You can provide an alphabet which JAVA String class accepts. Please explore for further knowledge. Also it contains some utility functions like palindrome detection etc.
prime-sieve
Binary Prime Sieve
zxing
Fork from Official ZXing ("Zebra Crossing") - Feature: BULK MODE from NATIVE APP is added.
mharisce's Repositories
mharisce/palindrome-generator
This project is a Palindrome Generator Library written in JAVA. Currently, it is the fastest palindrome generator library available. It generates next palindrome within O(l/2) where l = length of the palindrome string. Also it generates the next palindrome from a given starting string in the same time. It does not bound you with the set of alphabet. You can provide an alphabet which JAVA String class accepts. Please explore for further knowledge. Also it contains some utility functions like palindrome detection etc.
mharisce/cassandra-spark-jdbc-bridge
If you want to query Cassandra data via JDBC but you want to use the power of Spark SQL for data processing, you need this application.
mharisce/prime-sieve
Binary Prime Sieve
mharisce/zxing
Fork from Official ZXing ("Zebra Crossing") - Feature: BULK MODE from NATIVE APP is added.