JND spinning N logo

CIS kirk file area

kirk.jackdonato.cc
Name Dir or Size Last Modified Note
2025-05-08 Directory Tuesday, May 27, 2025 - 11:53 AM This is the class example from 2025-05-08. This zipped NetBeans Java project illustrates subarray of objects.
2025-05-07 Directory Tuesday, May 27, 2025 - 11:53 AM This is the class example from 2025-05-07. This zipped NetBeans Java project further illustrates sorting - we added a selection sort in ascending order - descending requires changing the > to a
2025-05-05 Directory Tuesday, May 27, 2025 - 11:53 AM This is the class example from 2025-05-05. This zipped NetBeans Java project illustrates the BubbleSort.
2025-05-01 Directory Tuesday, May 27, 2025 - 11:53 AM This is the class example from 2025-05-01. This zipped NetBeans Java project illustrates ORDER loading, adding, and deleting from a SUBARRAY of OBJECTS is ascending and descending orders.
2025-04-30 Directory Tuesday, May 27, 2025 - 11:53 AM These are the class examples from 2025-04-30. The zipped NetBeans Java project UNORDERED SUBBARRAY OF OBJECTS.zip illustrates manipulating an unordered subarray of objects. The zipped NetBeans Java project ORDEREDSubarrayOfObjects.zip is the start of our ORDERED approach to subarays of objects.
2025-04-28 Directory Tuesday, May 27, 2025 - 11:53 AM This is the class example from 2025-04-28. This zipped NetBeans Java project illustrates adding and deleting from a subarray of objects.
2025-04-23 Directory Tuesday, May 27, 2025 - 11:53 AM This is the class example from 2025-04-23. This zipped NetBeans Java project further illustrates a subarray of objects - this shows how we could search for one (unique item) and how we could display a series of matching (non-unique) items.
2025-04-21 Directory Tuesday, May 27, 2025 - 11:53 AM This is the class example from 2025-04-21. This zipped NetBeans Java project further illustrates a SUBARRAY of OBJECTS.
2025-04-17 Directory Tuesday, May 27, 2025 - 11:53 AM This is the class example from 2025-04-17. This zipped NetBeans Java project illustrates a SUBARRAY of OBJECTS, which is a little like parallel subarrays, no?
2025-04-16 Directory Tuesday, May 27, 2025 - 11:53 AM This is the class example from 2025-04-16. This zipped NetBeans Java project illustrates using an ARRAY OF OBJECTS in place of PARALLEL ARRAYS.
2025-04-14 Directory Tuesday, May 27, 2025 - 11:53 AM This is the class example from 2025-04-14. This zipped NetBeans Java project illustrates inheritance and polymorphism with classes.
2025-04-10 Directory Tuesday, May 27, 2025 - 11:53 AM This is the class example from 2025-04-10. This zipped NetBeans Java project further illustrates the use of static methods and attributes (pen values).
2025-04-07 Directory Tuesday, May 27, 2025 - 11:53 AM This is the class example from 2025-04-07. This zipped NetBeans Java project illustrates using two separate objects together.
2025-03-27 Directory Tuesday, May 27, 2025 - 11:53 AM This is the class example from 2025-03-27. This zipped NetBeans Java project illustrates use of constructors in objects as well as overloaded functions (and methods).
2025-03-26 Directory Tuesday, May 27, 2025 - 11:53 AM This is the class example from 2025-03-26. This zipped NetBeans Java project illustrates organizing work in applications versus objects. In here we have an example of performing calculations in the application USING data from the object AND performing the SAME WORK in the object and returning the result to the application.
2025-03-24 Directory Tuesday, May 27, 2025 - 11:53 AM This is the class example from 2025-03-24. This zipped NetBeans Java project illustrates use of objects beyond mere containers. It also shows possibilities for STALE data.
2025-03-20 Directory Tuesday, May 27, 2025 - 11:53 AM These are the class examples from 2025-03-20. The zipped NetBeans Java project MoreSubarrays.zip illustrates PARALLEL SUBARRAYS for all of the functions we had in the subarrays example (load, add, save, show, delete, modify, etc.) The zipped NetBeans Java project named Objects.zip is the start of our exploration of OBJECTS - this object is merely a container.
2025-03-19 Directory Tuesday, May 27, 2025 - 11:53 AM This is the class example from 2025-03-19. This zipped NetBeans Java project illustrates a function to add data to a subarray. It ALSO is the start of our example of PARALLEL SUBARRAYS.
2025-03-17 Directory Tuesday, May 27, 2025 - 11:53 AM This is the class example from 2025-03-17. This zipped NetBeans Java project illustrates more about subarrays - we finished the modify and added save and delete.
2025-03-13 Directory Tuesday, May 27, 2025 - 11:53 AM This is the class example from 2025-03-13. This zipped NetBeans Java project further illustrates subarrays - we are working on searching and modifying in a subarray.
2025-03-12 Directory Tuesday, May 27, 2025 - 11:53 AM This is the class example from 2025-03-12. This zipped NetBeans Java project further illustrates SUB-ARRAY processing. Here we computed the sum/average, added a load function, and a generated a statistic about how many grades were passing.
2025-03-10 Directory Tuesday, May 27, 2025 - 11:53 AM These are the class examples from 2025-03-10. The zipped NetBeans C++ project Strings.zip shows how ANSI C strings are actually implemented as sub-arrays with a sentinel value (char 0) at its end. The zipped NetBeans Java project Subarrays.zip illustrates a comparable Java approach to the ANSI C strings AND loading a subarray of integers.
2025-03-07 Directory Tuesday, May 27, 2025 - 11:53 AM Three semesters of stuff for Troy
2025-03-06 Directory Tuesday, May 27, 2025 - 11:53 AM This is the class example from 2025-03-06. This zipped NetBeans Java project illustrates PARALLEL arrays.
2025-03-05 Directory Tuesday, May 27, 2025 - 11:53 AM This is the class example from 2025-03-05. This zipped NetBeans Java project illustrates arrays whose index has meaning.
2025-03-04 Directory Tuesday, May 27, 2025 - 11:53 AM This is the class example from 2025-03-04. This zipped NetBeans Java project illustrates using an array to hold a large volume of data. It also shows sequential AND direct accessing array data
2025-03-03 Directory Tuesday, May 27, 2025 - 11:53 AM These are the class examples from 2025-03-03. The zipped NetBeans Java project EvenMoreFUNctions.zip illustrates the use of FUNctions with arrays as containers. The zipped NetBeans Java project MassContainers.zip begins to illustrate the use of arrays to hold volumes of data.
2025-02-27 Directory Tuesday, May 27, 2025 - 11:53 AM These are the class examples from 2025-02-27. The zipped NetBeans Java project FUNctions.zip illustrates use of arrays to pass data back (doubles in this case). The zipped NetBeans Java project MoreFUNctions.zip illustrates use of an array to pass back data with different data types.
2025-02-26 Directory Tuesday, May 27, 2025 - 11:53 AM This is the class example from 2025-02-26. This zipped NetBeans Java project illustrates FUNctions - so far a VOID function and a SINGLE VALUE returning function.
2025-02-24 Directory Tuesday, May 27, 2025 - 11:53 AM This is the class example from 2025-02-24. This zipped NetBeans Java project illustrates the use of counting loops done via a while loop. It also illustrates an end-of-file while loop (using hasNext( )).
2025-02-20 Directory Tuesday, May 27, 2025 - 11:53 AM These are the class examples from 2025-02-20. The zipped NetBeans Java project Repetitions.zip illustrates various pre-test loops. The zipped NetBeans C++ project Loops.zip illustrates how C++ did an end-of-file loop.
2025-02-19 Directory Tuesday, May 27, 2025 - 11:53 AM These are the class examples from 2025-02-19. The zipped NetBeans Java project Decisions.zip adds STRING comparisons to our decisions. The zipped NetBeans Java project LastDecisions.zip illustrates a TRADITIONAL switch.
2025-02-12 Directory Tuesday, May 27, 2025 - 11:53 AM This is the class example from 2025-02-12. This zipped NetBeans Java project illustrates decision structures including if, if-else, nested-if, and the ternary operator.
2025-02-10 Directory Tuesday, May 27, 2025 - 11:53 AM These are the class examples from 2025-02-10. The zipped NetBeans Java project graphical.zip further illustrates graphical I/O AND showed the String.format command. The zipped NetBeans Java project Decisions.zip illustrates if statements.
2025-02-06 Directory Tuesday, May 27, 2025 - 11:53 AM These are the class examples from 2025-02-06. The zipped NetBeans Java project MoreFlies.zip illustrates APPENDING to an output file. The zipped NetBeans Java project Graphical.zip illustrates graphical input and output with Swing JOptionPanes.
2025-02-05 Directory Tuesday, May 27, 2025 - 11:53 AM This is the class example from 2025-02-05. This zipped NetBeans Java project illustrates file input AND file output (over-writing).
2025-02-04 Directory Tuesday, May 27, 2025 - 11:53 AM This is the class example from 2025-02-04. This zipped NetBeans Java project illustrates file usage.
2025-02-03 Directory Tuesday, May 27, 2025 - 11:53 AM These are the class examples from 2025-02-03. The zipped NetBeans Java project Formatting.zip illustrates the use of Decimal Formatters and printf statements. The zipped NetBeans Java project Input.zip illustrates the use of a Scanner for console input.
2025-01-30 Directory Tuesday, May 27, 2025 - 11:53 AM These are the class examples from 2025-01-30. The zipped NetBeans Java project Javabasics.zip further illustrates type casting and coercion. The zipped NetBeans Java project Formatting.zip illustrates a bit of console input and formatting output using a DecimaFormat.
2025-01-29 Directory Tuesday, May 27, 2025 - 11:53 AM This is the class example from 2025-01-29. This zipped NetBeans Java project illustrates Java program structure, variable definitions (types), and the start of assignment statements.
216laboratoryoutcomesummaryform.html 9 KB Tuesday, May 27, 2025 - 11:53 AM Works best and is prettiest in CHROME