Welcome to the community,
The zybocodes is an innovative opensource platform for finding and sharing code and logic in popular programming technologies. You are invited to be a part of this community for the programmers, by the programmers.
- Looking for a particular code/logic? . Give it a search in Zybocodes.
- Want to share your logic with maximum exposure?. Register as contributor.
|
SHARE
Expose your logic
|
|
| Register as contributor: | |
|
Once you are a contributor, you can contribute your code and logic and share it with the world. So register here to become a contributor to the technology world. Its free and easy !! |
|
| Already a contributor? | |
|
you can login and check the status of your contributions and add new ones.
login here |
|
||||
|
||||
| Top 10 codes
Rank
#1
The class AlternateTableRowColorRenderer overrides the getTableCellRenderer function.
It alternates the color and sets it to the row. To use it, create objet of the class and set it as the property
setDefaultRenderer(Object.class,object)
Total Hits: 730 |
User rating: Not bad
Rank
#2
The code reads the values of a,b and c of a quadratic equation andchecks and prints the roots of that equation. It uses the sqrt() function from the math.h header file
Total Hits: 452 |
User rating: Good
Rank
#3
The code finds the strange or armstrong numbers within a given range. It checks each number to see whether the number is equal to the sum of the cube of its digits.
Total Hits: 384 |
User rating: Excellent Code !!
Rank
#4
The code for creating a textfield that accepts only numeric values. You can even set the precison and the length of the textfield by changing the attributes.
Total Hits: 364 |
User rating: Good
Rank
#5
Creates a custom Popup listener class for the JTable. It fires the popup when any of the rows in the table is selected. It can be used for any table.
Total Hits: 331 |
User rating: Not bad
Rank
#6
Just enter your height and your weight, and JavaScript can use a formula created by the Panel on Energy, Obesity, and Body Weight Standards to figure out your Body Mass Index. This index classifies you into one of several categories, from underweight to desirable to obese.
Total Hits: 277 |
User rating: Good
Rank
#7
The script creates a digital calculator using the table and buttons that can dynamically calculate the update the result of mathematical operations.
Total Hits: 276 |
User rating: Good
Rank
#8
Code shows the literals in java and also the range of char, byte, short,long,float and double datatypes.
Total Hits: 268 |
User rating: Preffered
Rank
#9
The codes shows the mathematical functions ans operators. It shows the use of functions like sine,cosine,square root,exponent,logarithm and random functions.
Total Hits: 284 |
User rating: Remove it !!
Rank
#10
The nice thing is the generator attempts to create passwords that people can pronounce and chooses letters that won't be mistaken for others (such as the numeral "1", an upper-case "i" and a lower-case "L"). To keep the code short much of this functionality is very rudimentary, but it's better than nothing.
Total Hits: 232 |
User rating: Excellent Code !!
|
||||