Open Source Summer School
Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
Last revision Both sides next revision
participants:ioan-stan [2012/06/11 12:07]
istan created
participants:ioan-stan [2012/06/11 23:42]
istan
Line 1: Line 1:
 = Ioan-Mihail Stan = = Ioan-Mihail Stan =
  
 +{{ :​participants:​dscf2978.jpg?​350|}}
  
-* **Nume complet**: Stan Ioan-Mihail+* **Nume complet**: Stan Ioan-Mihail ​                               
 * **Alias-uri**:​ John * **Alias-uri**:​ John
 * **Data/​Locul naşterii**:​ 7 iunie 1992, Bucureşti * **Data/​Locul naşterii**:​ 7 iunie 1992, Bucureşti
Line 34: Line 35:
   * rețelistică,​ sisteme de operare, limbaje de programare etc.   * rețelistică,​ sisteme de operare, limbaje de programare etc.
  
-==Afilieri==+== Site-uri preferate ​==
  
  
 +  - [[http://​www.google.com|Google]]
 +  - [[http://​www.wikipedia.com|Wikipedia]]
 +  - [[http://​www.facebook.com|Facebook]]
 +  - [[http://​cs.curs.pub.ro|CS Curs]]
  
 +
 +== Preferințe ==
 +
 +
 +^Criteriu ^“Valoare” ^
 +|Limbaj de programare | C/C++ |
 +|Sistem de operare (distribuție) | Mint /Linux|
 +|Aplicație favorită | MinGW|
 +|Personalitate IT preferată | Dennis Ritchie|
 +|Companie preferată | IBM|
 +
 +
 +* Queue from LinkedList:
 +<​code>​
 +void Queue<​T>::​enqueue(struct proces<​T>​ e)
 +{
 + this->​queueList.addLast(e);​
 +}
 +template <​typename T>
 +struct proces<​T>​ Queue<​T>::​dequeue()
 +{
 + struct proces<​T>​ x;
 + x.pid = this -> queueList.pFirst -> value.pid;
 + x.timp_aparitie = this -> queueList.pFirst -> value.timp_aparitie;​
 + x.durata = this -> queueList.pFirst -> value.durata;​
 + x.prioritate = this -> queueList.pFirst -> value.prioritate;​
 + this -> queueList.removeFirst();​
 + return x;
 +
 +}
 +</​code>​

OS

Calendar
  • June 6 - June 15: Application period
  • Monday, June 22, 2015: intro of OSSS - presentation of people involved
  • June 23-26, June 29-July 3, 2015: presentations and hackathons
  • Friday, July 3, 2015: presentation of project outcomes, diplomas and prizes, closing
Powered by

CS

ROSEdu

Systems

QR Code: URL of current page
QR Code: URL of current page Ioan-Mihail Stan (generated for current page)