Commit Graph

  • 8182bdd1b1 moved F from stack to heap in sequential to avoid seg faults due to large array josh 2008-09-27 15:56:05 +00:00
  • ab4c97e4e1 commented a bit more josh 2008-09-27 15:44:31 +00:00
  • ba71ee6707 added return value information to threads and synchronized maximum values in main thread after joining worker threads josh 2008-09-27 15:37:25 +00:00
  • b59e2667c1 fixed Makefile, added task distribution logic to threaded josh 2008-09-27 15:29:52 +00:00
  • 1c3b6ac652 added test cases, skeleton logic for threaded josh 2008-09-27 14:33:48 +00:00
  • a2c1631657 fixed threaded version to read file correctly and match examples josh 2008-09-27 14:25:57 +00:00
  • 23319c77d2 removed debug info from sequential josh 2008-09-27 14:23:33 +00:00
  • abe2707c1f fixed sequential to not read extra character and match examples josh 2008-09-27 14:22:07 +00:00
  • 7204622be6 changed arg into pointer to int josh 2008-09-26 23:11:07 +00:00
  • e1666dd72b restored erroneously removed initializations of s & t josh 2008-09-26 17:41:17 +00:00
  • aec181807c cleaned up for loops josh 2008-09-26 17:39:03 +00:00
  • 79d3a53fd1 parallelized initialization of the first row and first column of the matrix josh 2008-09-26 17:35:56 +00:00
  • 744e2ad392 added taskAllocate() function to assign tasks to workers based on id josh 2008-09-26 17:18:49 +00:00
  • c452c1eecb moved shared data into global variables, removed SMArg struct josh 2008-09-26 16:43:05 +00:00
  • 86e44617bf finally got pointer syntax correct for F pointing to a common multi-dim array josh 2008-09-26 16:23:45 +00:00
  • 5696656386 added maximum value-finding logic and threaded version and run-threaded script josh 2008-09-25 15:38:46 +00:00
  • e85aa39946 finished filling out similarity matrix josh 2008-09-20 16:27:19 +00:00
  • 5c6b5ad3e1 added run-sequential wrapper script and HIV-1 files josh 2008-09-20 16:18:45 +00:00
  • 2846a64833 initial Makefile and sequential.cc josh 2008-09-20 16:07:08 +00:00
  • bb66634a5a added pa2 subdir josh 2008-09-20 16:06:55 +00:00
  • 9d9f1cbd76 only send regular talk messages to users if they are available josh 2008-09-19 00:23:48 +00:00
  • c7e988e92b commented source a bit more josh 2008-09-18 01:46:13 +00:00
  • c057fee145 better port logic in run_server.sh josh 2008-09-18 01:27:27 +00:00
  • 916590d206 added port specification to run_server.sh and PresenceServiceImple.java josh 2008-09-18 01:26:16 +00:00
  • 9065130b2c removed debug message from PresenceServiceImpl again josh 2008-09-18 01:21:47 +00:00
  • 67cc4df1fa print new prompt when a message is received josh 2008-09-18 01:21:19 +00:00
  • aa97749483 again trying to get host name josh 2008-09-18 01:19:37 +00:00
  • e517d04df1 trying new way to get host name josh 2008-09-18 01:16:33 +00:00
  • 81e4bd2f7e removed localhost specification in run_server.sh josh 2008-09-18 01:15:13 +00:00
  • a4b36c106c debugging connecting across external hosts josh 2008-09-18 01:11:18 +00:00
  • f4e7a923e5 do not broadcast to users who are busy josh 2008-09-18 01:08:16 +00:00
  • 7fca0357b6 exit listener thread if BufferedReader returns null josh 2008-09-18 01:05:55 +00:00
  • 15a6beadfb unregister upon exit, no matter how josh 2008-09-18 01:03:30 +00:00
  • 12d4dbec2d unregister upon exit josh 2008-09-18 01:02:06 +00:00
  • 7f2b9a5de4 remove debug prints in PresenceServiceImpl, make second registrations overwrite first josh 2008-09-18 01:00:51 +00:00
  • 642c822069 updated run_client.sh josh 2008-09-18 00:58:59 +00:00
  • f356b4d15f no newline after Commands josh 2008-09-18 00:58:13 +00:00
  • 5e40fee749 filled out ChatClient josh 2008-09-18 00:54:32 +00:00
  • 005fb6efdd added skeleton command-handlers josh 2008-09-17 23:42:58 +00:00
  • b157ef4843 updated ChatClient, added run scripts and policies josh 2008-09-15 22:26:58 +00:00
  • b500ee6c5d added skeleton ChatClient class josh 2008-09-14 19:00:10 +00:00
  • 4642c73779 filled out PresenceServiceImpl.java, added Makefile josh 2008-09-13 20:48:52 +00:00
  • 5c35389192 added lab2 directory josh 2008-09-13 19:56:21 +00:00
  • d840f6e21e added clean target to Makefile josh 2008-08-30 16:36:04 +00:00
  • 2b36f9369c commented a little more josh 2008-08-30 16:35:18 +00:00
  • f9633e53f3 import of cs677/hw1 josh 2008-08-30 16:32:24 +00:00
  • a396cf9d62 Created cs656 directory josh 2008-08-30 16:31:36 +00:00
  • be3ec27b5b Created cs677 directory josh 2008-08-30 16:31:26 +00:00
  • 2f4983b25e translation working josh 2008-06-14 22:17:03 +00:00
  • 770a78ea7c in progress josh 2008-06-13 19:23:21 +00:00
  • 242f2f164b skeleton off dailyplanner-to-html.xsl created josh 2008-06-13 03:06:24 +00:00
  • e0186622fe added Makefile, dailyplanner-to-html.xsl josh 2008-06-13 01:13:27 +00:00
  • e698a6c4ac added xslt subdir josh 2008-06-13 01:10:47 +00:00
  • a8999b648c .xml -> .xsd josh 2008-06-13 01:10:06 +00:00
  • 172daa28dd updated josh 2008-06-13 01:09:57 +00:00
  • 2d6b0e7997 DOM and SAX both working josh 2008-06-10 22:45:34 +00:00
  • 437e070896 working on SAX josh 2008-06-10 22:42:20 +00:00
  • 10f6e8ea4a DOM working josh 2008-06-10 22:13:13 +00:00
  • 77191b37be still working DOM josh 2008-06-10 22:05:31 +00:00
  • 0b903670ee working on DOM josh 2008-06-10 01:49:17 +00:00
  • aabe876290 added skeleton java files josh 2008-06-10 00:56:23 +00:00
  • b9bb5cce1c imported xml project files josh 2008-06-07 21:32:34 +00:00
  • 5a69b2355e schema with a validating sample document josh 2008-06-07 17:49:00 +00:00
  • d04881c598 created xml subdirectory for cs675 josh 2008-06-07 13:35:38 +00:00
  • 6358a63af5 evaluating divide and minus in correct order josh 2008-06-01 23:32:58 +00:00
  • d4c0c32b25 was going to do it with HashMap, but i think i will switch to a Stack josh 2008-06-01 20:02:31 +00:00
  • 7d4e578674 infix-to-RPN working josh 2008-06-01 19:43:55 +00:00
  • daae9b09b4 smarter Makefile, fixed grammar josh 2008-06-01 19:18:51 +00:00
  • b6a5a19e1e updated Makefile, Evaluator, svn:ignore on bottomup josh 2008-06-01 19:07:46 +00:00
  • 64396d1559 svn:ignore set on bottomup directory, added Evaluator josh 2008-06-01 19:02:14 +00:00
  • 98bce7f896 created jholtrop packate directory tree josh 2008-06-01 18:44:06 +00:00
  • e84204e28c added arithmetic.grammar josh 2008-06-01 18:30:57 +00:00
  • bb1d070f4d created cs675 directory josh 2008-06-01 01:28:58 +00:00
  • cc151fea70 disconnect button added josh 2008-04-14 00:56:59 +00:00
  • 47e272d82f name exists message, movement updated josh 2008-04-14 00:46:14 +00:00
  • 723c3cc876 push full world to new players, push player resets properly josh 2008-04-13 23:39:22 +00:00
  • eff1c65fd9 possible to win now josh 2008-04-13 23:11:59 +00:00
  • e8b697c75f disconnect logic and world clear logic added josh 2008-04-13 22:57:39 +00:00
  • 262753ed65 added run.sh and runserver.sh linux scripts josh 2008-04-13 22:53:10 +00:00
  • 238f639535 movement, shooting, collisions and health working josh 2008-04-13 22:51:57 +00:00
  • 419cfec649 player moving now, not drawing shots yet josh 2008-04-13 22:25:29 +00:00
  • 6fce0de00a changes in x and y affecting Players equality properly josh 2008-04-13 20:27:55 +00:00
  • 45611181de updates pushing while Blobs moving josh 2008-04-13 20:21:06 +00:00
  • 7795f9bc1c imported from remote update josh 2008-04-13 17:27:05 +00:00
  • a4356f557a initial import of BlobWars code josh 2008-04-03 05:39:31 +00:00
  • eb74b46e3d created cs654/final-proj josh 2008-03-29 13:26:37 +00:00
  • 86ba8c63c1 reset button starts enabled josh 2008-03-29 00:36:25 +00:00
  • 60bbffd4bf commented josh 2008-03-29 00:34:07 +00:00
  • 0ec7c4f53f added reset and exit button, moved status label down josh 2008-03-29 00:14:57 +00:00
  • 80ee38a8cb seems to be working... with cancel button to terminate thread josh 2008-03-28 23:50:45 +00:00
  • 1faf4bdb9b switched rows/columns for GridLayout josh 2008-03-28 23:31:06 +00:00
  • 66748cb762 fixed y to loop 0..height not 0..width, performing tour on click now josh 2008-03-28 23:11:46 +00:00
  • 9a09f532ff start button action caught josh 2008-03-28 22:56:14 +00:00
  • 33310aef16 board panel gets dimensions directly from KnightsTourBoard object josh 2008-03-28 22:38:22 +00:00
  • f2418fd7b6 grid fixed josh 2008-03-28 22:36:51 +00:00
  • e9ded6a43c getting closer, need to spread out board cells though josh 2008-03-28 01:01:59 +00:00
  • a6db811fb2 beginning of basic GUI, needs chess board josh 2008-03-28 00:36:28 +00:00
  • bc575f8430 tour board working josh 2008-03-27 23:04:01 +00:00
  • 4654beb362 working on test cases josh 2008-03-26 23:59:22 +00:00
  • 5462edb8e8 updated KnightsTourBoard.java josh 2008-03-26 23:27:05 +00:00