Pinned Repositories
ActivityLifeCycle
Android Spike to understand Activity Lifecycle
Adda
topic discussion app (forum)
adda_ci_serve
ci server for adda
anchor-test
anchor links (Url Fragments) with react
ArrayUtil
The ArrayUtil contains base, which is a pointer to the array typeSize, which is size of one array element length, which is how many elements are there. To use the array you just have to cast the base to the pointer of the respective type: like int* a, float* a ,etc and then a[5] will give you the fifth int or float int areEqual(ArrayUtil a, ArrayUtil b) will compare a with b and return 1 if both are equal, if not it returns 0 ArrayUtil create(int typeSize, int length) will create an array and wrap it with the ArrayUtil and return it. the array contents will all be set to zero or its equivalent value. ArrayUtil resize(ArrayUtil util, int length) will resize the array and return the modified ArrayUtil. the array contents should be trimmed if new size is less and copied over if the new size is more.
bChat
BSTree
implement a Binary Search Tree(only for integers)
c_assignment
function in C that mimics Javascript's filter,map,reduce,indexOf for each data type in c
ci_server
DB
all db scripts in class
Cyberfrog's Repositories
Cyberfrog/ArrayUtil
The ArrayUtil contains base, which is a pointer to the array typeSize, which is size of one array element length, which is how many elements are there. To use the array you just have to cast the base to the pointer of the respective type: like int* a, float* a ,etc and then a[5] will give you the fifth int or float int areEqual(ArrayUtil a, ArrayUtil b) will compare a with b and return 1 if both are equal, if not it returns 0 ArrayUtil create(int typeSize, int length) will create an array and wrap it with the ArrayUtil and return it. the array contents will all be set to zero or its equivalent value. ArrayUtil resize(ArrayUtil util, int length) will resize the array and return the modified ArrayUtil. the array contents should be trimmed if new size is less and copied over if the new size is more.
Cyberfrog/c_assignment
function in C that mimics Javascript's filter,map,reduce,indexOf for each data type in c
Cyberfrog/ActivityLifeCycle
Android Spike to understand Activity Lifecycle
Cyberfrog/Adda
topic discussion app (forum)
Cyberfrog/adda_ci_serve
ci server for adda
Cyberfrog/anchor-test
anchor links (Url Fragments) with react
Cyberfrog/bChat
Cyberfrog/BSTree
implement a Binary Search Tree(only for integers)
Cyberfrog/ci_server
Cyberfrog/DB
all db scripts in class
Cyberfrog/Java_Collections
CollectionUtils class with the following STATIC methods: List<E> map(List<E>, ListMapper),List<E> filter(List<E>, ListFilter );
Cyberfrog/JDBC_demo1
jdbc demo with emp tebale
Cyberfrog/LinkedListADT
generic linked list in c
Cyberfrog/NewsArticles
listing Hedlins and respecive article Aim:-understanding Android fragments trying tocreate dynamic views for diffrent screen size using fagments
Cyberfrog/path
continue paths here
Cyberfrog/Paths
Cyberfrog/Probability
Cyberfrog/RPN
Reverse Polish Notationcalculator that can evaluate simple expressions such as: 2 3 + 2 3 - 2 3 * 2 3 / 2 3 4 + - 1 2 3 4 5 * * * *
Cyberfrog/school
stupid school project
Cyberfrog/speak
Android text to speech spike
Cyberfrog/ssl_demo
Cyberfrog/StackADT
a library for a stack that can hold any data type.using existing LinkedListADT
Cyberfrog/TicTacTo
Cyberfrog/video_rental_Refactore_assignment
java project for video rental shop
Cyberfrog/ViewPagerDemo
spikes for understanding viewPager
Cyberfrog/WC_JAVA
unix wc version in java