openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
A
Avian Parallel Computing
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
about 12 hours
ago. based on code collected
about 12 hours
ago.
Jul 28, 2024 — Jul 28, 2025
Showing page 6 of 8
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Updated the Aviary so many of the steps performed when Continue pressed are the same as when Start is pressed. Also added code to show the contents of the tree and optionally save to a file when a file name is entered.
nchamberlain
More...
almost 16 years ago
Updated BasicTupleTree to show it's contents and (optionally) save its contents to a file. Output format uses default toString method that comes with ArrayListMultimap (from Google Collections) so the formatting is "functional" and not real pretty. But it works
nchamberlain
More...
almost 16 years ago
Changed std.out messages into addToHistory() statements
nchamberlain
More...
almost 16 years ago
Improved handling of progressbars and added reset capability for progressbars
nchamberlain
More...
almost 16 years ago
Updated so progress bar will grow when eating (reading) text from a file. Normally eating reduces the size of a progress bar. Had to add events to InputFileName field so the eatsfood name is disabled when an input file is selected
nchamberlain
More...
almost 16 years ago
Improved the messages about eating & storing food - these help us know which progress bars are being updated
nchamberlain
More...
almost 16 years ago
Fixed a previous mistake when I accidentally commented out the skip statement when re-opening a file
nchamberlain
More...
almost 16 years ago
Improved updating of Progress bars
nchamberlain
More...
almost 16 years ago
Added javadoc text
nchamberlain
More...
almost 16 years ago
Updated to remove dependencies from removed files
nchamberlain
More...
almost 16 years ago
Removing old code
nchamberlain
More...
almost 16 years ago
Removing old code
nchamberlain
More...
almost 16 years ago
Removing old code
nchamberlain
More...
almost 16 years ago
Changed the Aviary so that when the progress value is negative, it updates the eating progress bar, and when it is positive, it updates the stores progress bar
nchamberlain
More...
almost 16 years ago
Changed Basic Bird so it subtracts 1 from progress bar when eating and adds 1 to progress bar when it is storing
nchamberlain
More...
almost 16 years ago
Updated so calls firePropertyChange("progress"...) instead of using setProgress(msgCounter). This simplifies JProgress Bar management and will allow multiple birds to access same Progress bar
nchamberlain
More...
almost 16 years ago
Updated JProgress Bar management to allow multiple birds to access same Progress bar
nchamberlain
More...
almost 16 years ago
Updated TupleTree presentation on screen
nchamberlain
More...
almost 16 years ago
Added TupleTree buttons to screen so can start and stop tree & print current contents of tree
nchamberlain
More...
almost 16 years ago
Added javadoc comments to document the member variables and the methods that are available in the AbstractBasicBird.
nchamberlain
More...
almost 16 years ago
Added Reset to Default Values ability
nchamberlain
More...
almost 16 years ago
Added code to read and write to files. Streamlined some code to launch birds. Updated the rest of the birds with the code used on Bird 1.
nchamberlain
More...
almost 16 years ago
Added code to read and write to files. Streamlined some code to launch birds. Not quite finished with all the birds - need to replicate the changes made to Bird #1 to the rest of the Birds.
nchamberlain
More...
almost 16 years ago
Added code to read and write to files. Took all the messy file handling code out of the BasicBird code.
nchamberlain
More...
almost 16 years ago
Added BirdXXXFile objects to read and write to files and take all the messy stuff out of the BasicBird code. These objects hide the details of opening files and all the try-catch exception handling code.
nchamberlain
More...
almost 16 years ago
Removed the msgCounterReference - instead of maintaining a separate value, use the value contained in the ProgressBar. Also renamed many of the fields to more meaningful names. For example, b8AliveStatusField means the Alive/RTE Status field for Bird #8
nchamberlain
More...
almost 16 years ago
Removed the msgCounterReference - instead of maintaining a separate value, use the value contained in the ProgressBar
nchamberlain
More...
almost 16 years ago
Added display of message count on Progress bars - will need to remove MsgCount field
nchamberlain
More...
almost 16 years ago
Removed Restart button because the Start button does exactly the same thing. Also got rid of some ActionPerformed events that were attached to some text fields where they didn't make sense.
nchamberlain
More...
almost 16 years ago
Adding more stuff to work with GUI
nchamberlain
More...
almost 16 years ago
←
1
2
3
4
5
6
7
8
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree