mirror of
https://github.com/balkian/SWCM.git
synced 2025-09-01 19:02:23 +00:00
Added comments for ruby and java files
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
/*
|
||||
* Juan Fernando Sánchez Rada
|
||||
* Sergio Díaz Bautista
|
||||
* SWCM 2010/11
|
||||
*/
|
||||
|
||||
package ServidorConcurrente;
|
||||
|
||||
import java.util.*;
|
||||
|
@@ -1,3 +1,9 @@
|
||||
/*
|
||||
* Juan Fernando Sánchez Rada
|
||||
* Sergio Díaz Bautista
|
||||
* SWCM 2010/11
|
||||
*/
|
||||
|
||||
package ServidorConcurrente;
|
||||
|
||||
import java.util.*;
|
||||
|
@@ -1,3 +1,9 @@
|
||||
# Concurrent Server
|
||||
# Juan Fernando Sánchez Rada
|
||||
# Sergio Díaz Bautista
|
||||
# SWCM 2010/11
|
||||
#
|
||||
|
||||
require 'socket'
|
||||
|
||||
numCon = 0
|
||||
|
Reference in New Issue
Block a user