Pinned Repositories
andro_hack
andro_hack is a framework that generate signed apk payload to penetrate android platforms
Digital_Assistant
It's a simple digital assistant program using shell
DNA_Encoding_Operation
This Matlab code is used for performing DNA Encoding Operations -Rule 01 to 08
Image_Correlation
This Matlab code is used to find the Correlation of plain and cipher images.
Image_Encryption_Arnoldmap_DNA_Mandelbrotset
Image encryption using chaotic maps (Arnold map) ,Mandelbrot set and DNA encryption
Image_Encryption_Python_GUI
This is a simple image encryption algorithm based on bitxor system - Python tkinter.
Image_SNR
This Matlab code is used to find the SNR (Signal to Noise Ratio ) of two images.
Image_Speckle_Noise
This Matlab code is used to add the Speckle Noise to images.
Simple_Image_Encryption_DMA
This is a simple image encryption algorithm based on DMA (Diffused Mandelbrot set + Arnold map) system.
Tent_Chaotic_Map
The tent map is a piece wise linear, one-dimensional map.
jithinkc22j's Repositories
jithinkc22j/andro_hack
andro_hack is a framework that generate signed apk payload to penetrate android platforms
jithinkc22j/Image_Encryption_Arnoldmap_DNA_Mandelbrotset
Image encryption using chaotic maps (Arnold map) ,Mandelbrot set and DNA encryption
jithinkc22j/Digital_Assistant
It's a simple digital assistant program using shell
jithinkc22j/Lorenz_General
The Lorenz system- " The Essence of chaos "
jithinkc22j/Arneodo_Chaotic_System
A system of continuous-real-Fractional order Arneodo system
jithinkc22j/Binary_Search_Tree
C program to demonstrate binary search tree with Traversal.
jithinkc22j/Binary_Tree_Alphabet
This is a special case of binary tree with traversal-alphabet.
jithinkc22j/CFG_string1
This Matlab code is describes the grammar containing strings 'aabb' (CFG)
jithinkc22j/DNA_Xor_Operation
This Matlab code is used to find the DNA Xor operation of Two DNA strings.
jithinkc22j/Huffman_coding
The C program for Huffman coding Technique using a string data -[ data compression ]
jithinkc22j/Image_Salt_and_Pepper_Noise
This Matlab code is used to add the Salt and Pepper Noise to images.
jithinkc22j/lorenz_system
The Lorenz system- " The Essence of chaos "
jithinkc22j/New_Conditional_Shift_Algorithm
New_Conditional_Shift_Algorithm - Shifting pixels of an image by CSA algorithm
jithinkc22j/Binary_search_tree_new
Binary search tree of integers and arranging with comma
jithinkc22j/case_count
python program for counting the lowercase and uppercase letters in a text file -python file handling
jithinkc22j/Dictionary_python
Perform all dictionary operations in python
jithinkc22j/factorial_iterative
python program to find the factorial of number using iterative method
jithinkc22j/Hotel_rank_panic_problem
Hotel_rank_panic_problem
jithinkc22j/Huffman_coding_new
Huffman coding in c with some predefined conditions
jithinkc22j/List_operation_python
Basic list operations in python
jithinkc22j/Perfect_Number_python
python program to find the perfect number
jithinkc22j/String_operation_Python
The basic string operations in python
jithinkc22j/sum_odd_numbers
program to find the sum of odd numbers up-to n using user defined function
jithinkc22j/Sum_of_a_list
python program for finding the sum of a list without using the sum function
jithinkc22j/sum_of_even_numbers
python program to find the sum of even numbers up to N using user defined functions
jithinkc22j/Test_midhun_django
django framework project for web development
jithinkc22j/Test_mm
jithinkc22j/Tuple_python
performing all tuple operations in python
jithinkc22j/vowel_count
count the number of vowels in a text file - python file handling
jithinkc22j/Word_count
word count python program - file handling