User Name Password Register
DaniWeb IT Discussion Community
All
What is DaniWeb IT Discussion Community?
You're currently browsing the Java section within the Software Development category of DaniWeb, a massive community of 455,967 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 3,741 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our Java advertiser: Lunarpages Java Web Hosting
Views: 4396 | Replies: 1
Reply
Join Date: Aug 2004
Posts: 1
Reputation: vn5ae is an unknown quantity at this point 
Rep Power: 0
Solved Threads: 0
vn5ae vn5ae is offline Offline
Newbie Poster

Can N E 1 Help!!!! -- Need sample Java code

  #1  
Aug 24th, 2004
im currently in the middle of tryin to complete my dissertation for my masters in software engineering, and i need java code to analyse, i need to measure the complexity and the number of faults each class has.

so i was woundering if any one can help me out by sending me java scripts of any size ( i would really need codes that have been created whilst carrying dissertation as they are mini projects of the real world and consist of similar background ie experience. and the faults if any would already have been recorded)

thanx
AddThis Social Bookmark Button
Reply With Quote  
Join Date: May 2004
Location: Boston,MA
Posts: 1,362
Reputation: mikeandike22 is an unknown quantity at this point 
Rep Power: 7
Solved Threads: 17
Featured Blogger
mikeandike22's Avatar
mikeandike22 mikeandike22 is offline Offline
Nearly a Posting Virtuoso

Re: Can N E 1 Help!!!! -- Need sample Java code

  #2  
Aug 28th, 2004
here is a script that helps figure out morgates I got it from http://javascript.internet.com/

<!-- TWO STEPS TO INSTALL AMORTIZATION CALCULATOR:

1. Copy the coding into the HEAD of your HTML document
2. Add the last code into the BODY of your HTML document -->

<!-- STEP ONE: Paste this code into the HEAD of your HTML document -->

<HEAD>

<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://javascript.internet.com -->
<!-- Original: Paul Baggethun -->
<script src="amortizationCalc11.js" type="text/javascript"></script>
</HEAD>

<!-- STEP TWO: Copy this code into the BODY of your HTML document -->

<BODY>

<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://javascript.internet.com -->
<!-- Original: Paul Baggethun -->
<p>
<table cellpadding=2 style="border:2px outset;background-color:silver;font-size:smaller;">
<tr> <td> Loan Amount
<td> <input id=amount name=amount type=text value=6000 size=10>
<tr> <td> Interest Rate (APR)
<td> <input id=apr name=apr type=text value=10.0 size=10>
<tr> <td> Term (months)
<td> <input id=term name=term type=text value=24 size=10>
<tr> <td align=right colspan=2>
<button onclick="getAmortization(document.getElementById('amount').value,document.getElementById('term').value,document.getElementById('apr').value)" width=100 height=50">Calculate</button>
</table>
</p>
<p>
<textarea id="amortizationtable" rows="16" cols="70" wrap="off" style="visibility:hidden;background-color:silver"></textarea>
</p>

<p><center>
<font face="arial, helvetica" size"-2">Free JavaScripts provided<br>
by <a href="http://javascriptsource.com">The JavaScript Source</a></font>
</center><p>

<!-- Script Size: 1.72 KB -->
My Daniweb Blog: This,That, and Everything Else (Blog contest winner)

GetFirefox!
GetOpera!






Reply With Quote  
Reply

Only community members can participate in forum threads. You must register or log in to contribute.

DaniWeb Java Marketplace
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)

 

Thread Tools Display Modes

Similar Threads
Other Threads in the Java Forum

All times are GMT -4. The time now is 9:07 am.
Forum system based on vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
©2003 - 2008 DaniWeb® LLC