Here is a simple java GZIP example program showing how can we compress a string into GZIP format and then decompress the GZIP formatted string to original string.
Saturday, 29 February 2020
File Compression and Decompression using GZIPCompression in java, String Compression and Decompression using GZIPCompression in java
Labels:
compress and decompress string in java,
compress and decompress string in javascript,
compression and decompression of string data in java,
compression and decompression of string in java,
enable gzip compression java,
gzip compression in java,
gzip compression in java example,
gzip compression java,
gzip compression java code,
gzip compression java example,
gzip compression string java,
gzip compression using java,
how to compress and decompress a string in java,
how to compress and decompress string in java,
java gzip compression ratio,
java gzip compression slow,
java gzip maximum compression,
java gzip unzip compression,
java spring gzip compression,
string compression and decompression in java
Thursday, 20 February 2020
Traffic Flow Dataset
This dataset contains traffic flow details. It has 16 attributes.
(1) Current_Location
(2) Destination
(3) Route
(4) Distance
(5) Average_Speed
(6) Time_to_Reach_Destination
(7) Date_&_Time
(8) Two_Wheeler
(9) Truck_Lorry
(10) Car
(11) Bus
(12) Non_Motorised_Vehicles
(13) Other_Motorised_Vehicles
(14) Three_Wheeler
(15) SUVOrStation_Wagon
(16) Jeep
Labels:
belgium traffic dataset,
botnet traffic dataset,
dataset traffic flow,
dataset traffic light,
dataset traffic sign,
road traffic accident dataset,
road traffic dataset india,
traffic analysis dataset,
traffic cctv dataset,
traffic classification dataset,
traffic cone dataset,
traffic count dataset,
traffic dataset download,
traffic dataset free download,
traffic dataset images,
traffic dataset india,
traffic dataset kaggle,
traffic dataset video,
traffic sign board dataset,
traffic violation dataset analysis
Tuesday, 18 February 2020
AES Encryption and Decryption Java Code
AES algorithm is a well-known cryptography algorithm. It is a symmetric key cryptography algorithm. Symmetric means same key used for both encryption and decryption. This algorithm encrypts a text to ciphertext and decrypt ciphertext to original text based on AES key.
Labels:
aes 256 encryption and decryption java,
aes algorithm for encryption and decryption in java,
aes encryption and decryption in java,
aes encryption and decryption in java example,
aes encryption and decryption in javascript example,
aes encryption and decryption java code,
aes encryption and decryption java example,
aes encryption and decryption javascript,
aes encryption and decryption of file in java,
aes encryption and decryption using java,
aes encryption in angular and decryption in java,
aes gcm encryption java,
cryptojs aes encryption and java aes decryption,
encryption and decryption using aes algorithm in java,
encryption and decryption using aes algorithm in java example,
file encryption and decryption in java using aes,
java aes gcm encryption example,
java code for aes encryption and decryption,
java program for aes encryption and decryption,
java source code for aes encryption and decryption
Thursday, 13 February 2020
Create a bar chart in JSP using JFreeChart
This Example Code demonstrates you how to generate a bar chart in JSP with JFreeChart. Source Code given below generates a bar chart of fruit prices of two days in a fruit shop.
Two jar file is necessary
==================
1) jcommon-1.0.16.jar
2) jfreechart.jar
jcommon-1.0.16.jar Link -->
https://repo1.maven.org/maven2/jfree/jcommon/1.0.16/jcommon-1.0.16.jar
jfreechart.jar Link -->
http://www.java2s.com/Code/JarDownload/jfreechart/jfreechart.jar.zip
(Extract jfreechart.jar.zip file and and use jfreechart.jar)
Two jar file is necessary
==================
1) jcommon-1.0.16.jar
2) jfreechart.jar
jcommon-1.0.16.jar Link -->
https://repo1.maven.org/maven2/jfree/jcommon/1.0.16/jcommon-1.0.16.jar
jfreechart.jar Link -->
http://www.java2s.com/Code/JarDownload/jfreechart/jfreechart.jar.zip
(Extract jfreechart.jar.zip file and and use jfreechart.jar)
Output:
Labels:
bar chart in jsp example,
bar chart in jsp page example,
bar chart in jsp using jfreechart example,
bar chart using jsp,
create bar chart,
create bar chart in jsp,
free charts for jsp,
how to create bar chart in jsp,
how to create bar chart in jsp using database values,
how to create bar chart in jsp using mysql database values,
how to create chart in jsp,
how to create dynamic bar chart in jsp,
how to create line chart in jsp,
how to create pie chart in java,
how to create pie chart in jsp,
how to display bar chart in jsp,
how to generate bar chart in jsp,
jfreechart bar chart example in jsp,
jquery charts free
Subscribe to:
Posts (Atom)