User Tools

Site Tools


resources

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
resources [2018/12/27 22:57] jonathanresources [2018/12/31 18:42] (current) jonathan
Line 1: Line 1:
 ====== Resources ====== ====== Resources ======
- 
-Use this page to list additional Resources that may be helpful to your students. 
- 
-  * [[http://www.cse.yorku.ca|Department of CSE Home Page]] 
-  *   [[https://w2prod.sis.yorku.ca/Apps/WebObjects/cdm.woa/wa/curexam|York Exam Schedule]] 
  
 For  more help on the course, see  For  more help on the course, see 
   * [[https://www.eecs.yorku.ca/~jackie/teaching/lectures/index.html#EECS3311_F18|Fall 2018 version of the course]] with slides and recordings   * [[https://www.eecs.yorku.ca/~jackie/teaching/lectures/index.html#EECS3311_F18|Fall 2018 version of the course]] with slides and recordings
   * [[http://seldoc.eecs.yorku.ca/doku.php/eiffel/start|eiffel.eecs.yorku.ca]] (Eiffel the language, the method and the IDE)   * [[http://seldoc.eecs.yorku.ca/doku.php/eiffel/start|eiffel.eecs.yorku.ca]] (Eiffel the language, the method and the IDE)
 +
 +====== Github and Installation of EiffelStudio on your Laptop ======
 +
 +EiffelStudio and Mathmodels are installed on our EECS workstations and servers and also on the SEL Virtual Machine. See [[https://www.eecs.yorku.ca/~eiffel/eiffel101/Eiffel101.pdf|Eiffel101]].
 +
 +If you wish to install EiffelStudio and Mathmodels natively on your Windows or Mac Laptop, use the following guide.
 +
 +{{:wiki:eecs3311-starter-guide.pdf|Starter Guide}} for GitHub, EiffelStudio and Mathmodels
 +
 +**Note**: We do not have the resources to help you do installation on your Laptops, due to the many variations of hardware, operating systems and configuration. Try the SEL-VM, or use the EECS workstations and servers. 
  
 ====== Lab0 ====== ====== Lab0 ======
Line 28: Line 33:
     * Uniform Access of Account Balance     * Uniform Access of Account Balance
  
-Once you finish Lab0, immediately proceed to [[:protected:labs:]]+Study and master [[https://www.eecs.yorku.ca/~eiffel/eiffel101/Eiffel101.pdf|Eiffel101]] <hi> in the first 3 weeks of the course</hi>
  
-====== SEL Virtual Machine ======+===== Working on your Laptop =====
  
-The SEL Virtual Machine is available [[http://dl.eecs.yorku.ca/sel/eecs-vbox-sel-latest.ova|here]]. For further help, see [[protected:vm:|here]] (login for the password to access the VM).+If you are working on your Laptopyou will need to install the IDE and Mathmodels library (see above **Starter Guide**). You may use the SEL-VM or install natively
  
-====== Github and Installation of EiffelStudio on your Laptop ======+(1) Login to prism lab using ssh
  
-EiffelStudio and Mathmodels are installed on our EECS workstations and servers and also on the SEL Virtual Machine.+  ssh eecs_account@red.eecs.yorku.ca 
 + 
 +(2) Create a new Void Safe starter project 
 + 
 +  red > eiffel-new  
 +  New Eiffel void-safe project name: calendar 
 + 
 +(3) Copy the new project from your account on Prism to your Laptop. On your Laptop, do: 
 + 
 +  scp -r eecs_account@red.eecs.yorku.ca:~/calendar . 
 + 
 +where ''~'' denotes your Prism home directory.  
 + 
 +Example: To copy the library directory with the path 
 +  /eecs/fac/share/sel/mathmodels/library  
 + 
 +to the current directory(represented by the dot) 
 + 
 +  scp -r eecs_account@red.eecs.yorku.ca:/eecs/fac/share/sel/mathmodels/library . 
 + 
 + 
 +Once you finish Lab0, immediately proceed to [[:protected:labs:|lab1]] 
 + 
 +====== SEL Virtual Machine ====== 
 + 
 +The SEL Virtual Machine is available [[http://dl.eecs.yorku.ca/sel/eecs-vbox-sel-latest.ova|here]]. For further help, see [[protected:vm:|here]] (login for the password to access the VM).
  
-If you wish to install EiffelStudio and Mathmodels natively on your Windows or Mac Laptop, use the following guide. 
  
-{{:wiki:eecs3311-starter-guide.pdf|Starter Guide}} for GitHub, EiffelStudio and Mathmodels 
  
  
Line 51: Line 79:
     * //Design Patterns: Elements of Reusable Object-Oriented Software//, 1994, by Erich Gamma, Richard Helm, Ralph Johnson, John Vlissides     * //Design Patterns: Elements of Reusable Object-Oriented Software//, 1994, by Erich Gamma, Richard Helm, Ralph Johnson, John Vlissides
     * [[https://wiki.eecs.yorku.ca/project/eiffel/bon:|BON]] (Business Object Notation). The BON method for analysis and design of object-oriented software is a means of extending the higher-level concepts of the Eiffel programming language into the realm of analysis and design aided by a graphical notation akin to but different from UML. BON is described in depth in the book //Seamless Object-Oriented Software Architecture//, Prentice Hall 1994, by Kim Waldén and Jean-Marc Nerson.  The book is out of print but is available as a [[http://www.bon-method.com/book_print_a4.pdf|pdf]]. There is a template in Visio to do nice BON diagrams.     * [[https://wiki.eecs.yorku.ca/project/eiffel/bon:|BON]] (Business Object Notation). The BON method for analysis and design of object-oriented software is a means of extending the higher-level concepts of the Eiffel programming language into the realm of analysis and design aided by a graphical notation akin to but different from UML. BON is described in depth in the book //Seamless Object-Oriented Software Architecture//, Prentice Hall 1994, by Kim Waldén and Jean-Marc Nerson.  The book is out of print but is available as a [[http://www.bon-method.com/book_print_a4.pdf|pdf]]. There is a template in Visio to do nice BON diagrams.
 +
 +====== Other ======
 +
 +Use this page to list additional Resources that may be helpful to your students.
 +
 +  * [[http://www.cse.yorku.ca|Department of CSE Home Page]]
 +  *   [[https://w2prod.sis.yorku.ca/Apps/WebObjects/cdm.woa/wa/curexam|York Exam Schedule]]
resources.1545951423.txt.gz · Last modified: 2018/12/27 22:57 by jonathan