Difference between revisions of "User:Minooz/school references"

From CDOT Wiki
Jump to: navigation, search
(Resources for College)
(Resources for College)
Line 2: Line 2:
  
 
==Resources for College==
 
==Resources for College==
{|class="collapsible collapsed" style="border-style:solid;border-width:thin;border-color:black"
+
===Useful links for Programming===
!align="left" style="background-color:SteelBlue; font-weight:bold;border-style:solid;border-width:thin;padding: 2px 2px 2px 2px;"| '''Useful links for Programming'''
 
|-
 
|
 
 
*General
 
*General
 
: [https://cs.senecac.on.ca/~lczegel/ CS Website (czegel)]
 
: [https://cs.senecac.on.ca/~lczegel/ CS Website (czegel)]
Line 70: Line 67:
 
*SQL
 
*SQL
 
:Database [http://infogoal.com/sql/sql-alter-table.htm]
 
:Database [http://infogoal.com/sql/sql-alter-table.htm]
|}
 
  
{|class="collapsible collapsed" style="border-style:solid;border-width:thin;border-color:black"
+
===Useful for Linux and Windows commands===
!align="left" style="background-color:SteelBlue; font-weight:bold;border-style:solid;border-width:thin;padding: 2px 2px 2px 2px;"| '''Useful for Linux and Windows commands'''
 
|-
 
|
 
 
:1- [http://ss64.com/nt/ ss64]
 
:1- [http://ss64.com/nt/ ss64]
 
:2- [http://www.computerhope.com/jargon.htm computer_hope]
 
:2- [http://www.computerhope.com/jargon.htm computer_hope]
 
:3- [http://www.ee.surrey.ac.uk/Teaching/Unix/index.html unix commands for beginners]
 
:3- [http://www.ee.surrey.ac.uk/Teaching/Unix/index.html unix commands for beginners]
|}
 
  
{|class="collapsible collapsed" style="border-style:solid;border-width:thin;border-color:black"
+
===CDOT - Resources===
!align="left" style="background-color:SteelBlue; font-weight:bold;border-style:solid;border-width:thin;padding: 2px 2px 2px 2px;"| '''CDOT - Resources'''
 
|-
 
|
 
 
:1-[[NexJ_Express/resources |General]]
 
:1-[[NexJ_Express/resources |General]]
 
:2- [[Mercurial_Repository-nexj#Resources | Mercurial-Project]]
 
:2- [[Mercurial_Repository-nexj#Resources | Mercurial-Project]]
 
:3-[[PostgreSQL_Adapter-nexj#Resources | PostgreSQL-Project]]
 
:3-[[PostgreSQL_Adapter-nexj#Resources | PostgreSQL-Project]]
 
:4- [http://proquest.safaribooksonline.com/book/software-engineering-and-development/patterns/0321127420 enterprise book]
 
:4- [http://proquest.safaribooksonline.com/book/software-engineering-and-development/patterns/0321127420 enterprise book]
|}
 
  
{|class="collapsible collapsed" style="border-style:solid;border-width:thin;border-color:black"
+
===Web Application===
!align="left" style="background-color:SteelBlue; font-weight:bold;border-style:solid;border-width:thin;padding: 2px 2px 2px 2px;"| '''Web Application'''
 
|-
 
|
 
 
* Useful for CSS, HTML
 
* Useful for CSS, HTML
 
:1-[http://www.hwg.org/resources/faqs/cssFAQ.html CSS FAQ]
 
:1-[http://www.hwg.org/resources/faqs/cssFAQ.html CSS FAQ]
Line 108: Line 93:
 
:11-[http://www.quirksmode.org/ Compatibility of Browsers]
 
:11-[http://www.quirksmode.org/ Compatibility of Browsers]
 
:12- How to code secure Web Applications[http://voxel.dl.sourceforge.net/project/owasp/Guide/2.0.1/OWASPGuide2.0.1.pdf ]
 
:12- How to code secure Web Applications[http://voxel.dl.sourceforge.net/project/owasp/Guide/2.0.1/OWASPGuide2.0.1.pdf ]
|}
 
  
{|class="collapsible collapsed" style="border-style:solid;border-width:thin;border-color:black"
+
===Scripting - Shells - Cygwin===
!align="left" style="background-color:SteelBlue; font-weight:bold;border-style:solid;border-width:thin;padding: 2px 2px 2px 2px;"| '''Scripting - Shells - Cygwin'''
 
|-
 
|
 
 
:1-[http://phoenix.goucher.edu/~kelliher/ general] and [http://phoenix.goucher.edu/~kelliher/cs29/feb18.html Perl]
 
:1-[http://phoenix.goucher.edu/~kelliher/ general] and [http://phoenix.goucher.edu/~kelliher/cs29/feb18.html Perl]
 
:2-[http://www.cgi101.com/ great CGI, Perl]
 
:2-[http://www.cgi101.com/ great CGI, Perl]
Line 130: Line 111:
 
:: Mintty open here [http://groups.google.com/group/mintty-discuss/msg/8ff168833a776aa6?pli=1]
 
:: Mintty open here [http://groups.google.com/group/mintty-discuss/msg/8ff168833a776aa6?pli=1]
 
:7- [http://c2.com/cgi/wiki?BetterCygwinTerminal better use of Cygwin]
 
:7- [http://c2.com/cgi/wiki?BetterCygwinTerminal better use of Cygwin]
|}
 
  
{|class="collapsible collapsed" style="border-style:solid;border-width:thin;border-color:black"
+
 
!align="left" style="background-color:SteelBlue; font-weight:bold;border-style:solid;border-width:thin;padding: 2px 2px 2px 2px;"| '''System Desing - Documentation'''
+
===System Desing - Documentation===
|-
 
|
 
 
:1- Software Documentation [http://en.wikipedia.org/wiki/Software_documentation]
 
:1- Software Documentation [http://en.wikipedia.org/wiki/Software_documentation]
 
:2- Sequence Diagrams [http://www.agilemodeling.com/artifacts/sequenceDiagram.htm]
 
:2- Sequence Diagrams [http://www.agilemodeling.com/artifacts/sequenceDiagram.htm]
|}
 
  
{|class="collapsible collapsed" style="border-style:solid;border-width:thin;border-color:black"
+
 
!align="left" style="background-color:SteelBlue; font-weight:bold;border-style:solid;border-width:thin;padding: 2px 2px 2px 2px;"| '''Fedora'''
+
===Fedora===
|-
 
|
 
 
:OPS main page [https://cs.senecac.on.ca/~fac/ops235/]
 
:OPS main page [https://cs.senecac.on.ca/~fac/ops235/]
 
:OPS course[http://blog.freewarenetwork.com/2006/09/27/introduction-to-open-source-part-1/]
 
:OPS course[http://blog.freewarenetwork.com/2006/09/27/introduction-to-open-source-part-1/]
Line 149: Line 124:
 
:Fedora Installation [http://docs.fedoraproject.org/install-guide/f10/en_US/ch-beginninginstallation.html]
 
:Fedora Installation [http://docs.fedoraproject.org/install-guide/f10/en_US/ch-beginninginstallation.html]
 
:OPS [https://cs.senecac.on.ca/~fac/ops235/lab3.html lab3]
 
:OPS [https://cs.senecac.on.ca/~fac/ops235/lab3.html lab3]
|}
 
  
{|class="collapsible collapsed" style="border-style:solid;border-width:thin;border-color:black"
+
 
!align="left" style="background-color:SteelBlue; font-weight:bold;border-style:solid;border-width:thin;padding: 2px 2px 2px 2px;"| '''wiki & IRC tutorial'''
+
===wiki & IRC tutorial===
|-
 
|
 
 
*[http://en.wikipedia.org/wiki/Wikipedia:How_to_edit_a_page How_to_edit_a_page]
 
*[http://en.wikipedia.org/wiki/Wikipedia:How_to_edit_a_page How_to_edit_a_page]
 
* IRC  [http://tips.webdesign10.com/chatzilla-extension.htm How_to]
 
* IRC  [http://tips.webdesign10.com/chatzilla-extension.htm How_to]
Line 163: Line 135:
 
* Wiki write in color [http://en.wikipedia.org/wiki/Help:Using_colours]
 
* Wiki write in color [http://en.wikipedia.org/wiki/Help:Using_colours]
 
* Wiki [http://www.wikidot.com/doc:wiki-syntax]
 
* Wiki [http://www.wikidot.com/doc:wiki-syntax]
|}
 
  
{|class="collapsible collapsed" style="border-style:solid;border-width:thin;border-color:black"
+
===OSD600===
!align="left" style="background-color:SteelBlue; font-weight:bold;border-style:solid;border-width:thin;padding: 2px 2px 2px 2px;"| '''OSD600'''
 
|-
 
|
 
 
: Terms: Build a software [http://codebetter.com/jefferypalermo/2006/01/17/a-software-build-is-a-lot-more-than-just-compiling-the-solution-level-200/]
 
: Terms: Build a software [http://codebetter.com/jefferypalermo/2006/01/17/a-software-build-is-a-lot-more-than-just-compiling-the-solution-level-200/]
 
:[http://books.mozdev.org/html/index.html Creating Applications with Mozilla]
 
:[http://books.mozdev.org/html/index.html Creating Applications with Mozilla]
Line 184: Line 152:
 
: [http://zenit.senecac.on.ca/wiki/index.php/DPS909_and_OSD600_Fall_2010_Weekly_Schedule Fall 2010]
 
: [http://zenit.senecac.on.ca/wiki/index.php/DPS909_and_OSD600_Fall_2010_Weekly_Schedule Fall 2010]
 
: [http://zenit.senecac.on.ca/wiki/index.php/DPS909 DPS909]
 
: [http://zenit.senecac.on.ca/wiki/index.php/DPS909 DPS909]
|}
+
 
{|class="collapsible collapsed" style="border-style:solid;border-width:thin;border-color:black"
+
===Android===
!align="left" style="background-color:SteelBlue; font-weight:bold;border-style:solid;border-width:thin;padding: 2px 2px 2px 2px;"| '''Android'''
 
|-
 
|
 
 
: Android widget [http://www.tat.se/home/ 3D screen]
 
: Android widget [http://www.tat.se/home/ 3D screen]
 
: Android developers [http://developer.android.com/index.html Home Page]
 
: Android developers [http://developer.android.com/index.html Home Page]
: [http://appinventor.googlelabs.com/about/ App Inventor]
+
: [http://appinventor.googlelabs.com/about/ App Inventor] - developer [https://groups.google.com/group/android-developers google.groups]
 
: Android App development in Scheme [http://androidscheme.blogspot.com/2010/10/introduction-to-android-app-development.html]
 
: Android App development in Scheme [http://androidscheme.blogspot.com/2010/10/introduction-to-android-app-development.html]
 
: How to setup your Android development environment [http://developer.android.com/sdk/index.html Android SDK]
 
: How to setup your Android development environment [http://developer.android.com/sdk/index.html Android SDK]
Line 197: Line 162:
 
: Some blogs [http://per.bothner.com/blog/2010/AndroidHelloScheme/]
 
: Some blogs [http://per.bothner.com/blog/2010/AndroidHelloScheme/]
 
: Google Videos [http://www.google.com/events/io/2009/sessions/MythGeniusProgrammer.html]
 
: Google Videos [http://www.google.com/events/io/2009/sessions/MythGeniusProgrammer.html]
|}
+
 
 
: [[User:Minooz/EJB_ECL | EJB - ECL]]
 
: [[User:Minooz/EJB_ECL | EJB - ECL]]

Revision as of 14:41, 16 March 2011


Resources for College

Useful links for Programming

  • General
CS Website (czegel)
CS Website (Chris)
Structure and interpretatuib of computer programs
Programming in Ten years
  • JAVA
java2s - good examples
Java Swing Package examples
Minoo Java Course
Java Course Page
  • C#
About Validators
Wizard
msdn Data Access Layer
file Upload
InsertIdentify
asp.net data access layer tutorial
scope Identity - problem solving
very good data
  • C, C++ Tutorials
C plus plus
ilearn.seneca
ilearn.seneca/tutorial, compilers
good FAQ (constructor)_very good
C++ Course
uow.edu.au
Bjarne Stroustrup's definition
c & c++ programming
arachnoid good
cplusplus I/O stream
IBM output flags
allexperts.com good explanation directive
gdb how to debug
Open Group
copy constructors
copy constructors-parashift
good explanation, working with arrays
LINKED LIST
  • C, C++ Tips
ros.org
OOP244_website
Possibility.com
gskinner_blog
common Errors
Debugging
Chris Website-BTP100
  • Compilers, text editors
Integrated Development Environment IDE
Visual Studio - How to
Course Website(Chris)-Software Development-
Software Development 2
blog for debug
real world technology
notepad++
dev ++
comodo link titlelink title
  • SQL
Database [1]

Useful for Linux and Windows commands

1- ss64
2- computer_hope
3- unix commands for beginners

CDOT - Resources

1-General
2- Mercurial-Project
3- PostgreSQL-Project
4- enterprise book

Web Application

  • Useful for CSS, HTML
1-CSS FAQ
2-W3.org_1also,W3.org_2
3-how to start your web
4- Good Tutorial elated.com
5- Good CSS list csshelp
6- Good CSS w3
7- Perfect CSS, each option is displayed [2]
8-css-full background
9-walkthrough
10-create web application
11-Compatibility of Browsers
12- How to code secure Web Applications[3]

Scripting - Shells - Cygwin

1-general and Perl
2-great CGI, Perl
3-more on Perl
4 Regular Expressions
5-RegEx Samples
6-good tutorials on Bash in pdf Introduction & Advanced
6- cygwin [4]
How to setup:
Download the setup.exe file.
Then either it's the first installation or just installing one package, run the setup.exe file.
Click 'next' until you get to the list of packages. Select the package (you can do 'search'). Install it.
open bash shell here (right click on a folder and chose to open with cygwin bash [5]
Mintty instead of bash window for Cygwin[6]
Some features of Mintty [7]
Mintty open here [8]
7- better use of Cygwin


System Desing - Documentation

1- Software Documentation [9]
2- Sequence Diagrams [10]


Fedora

OPS main page [11]
OPS course[12]
OPS lab1
Fedora Installation [13]
OPS lab3


wiki & IRC tutorial

OSD600

Terms: Build a software [18]
Creating Applications with Mozilla
on wiki1
Configuring Build Options
Real_World_Mozilla_Build_Mozilla_Lab
Mozilla Community
Build instructions @ developer.mozilla.org
Windows Prerequisites
Blogs:
Anna:annasob Blog1 - old blog
Scott:[19]
FAQ
Fall 2007
Fall 2010
DPS909
===Android===
Android widget 3D screen
Android developers Home Page
App Inventor - developer google.groups
Android App development in Scheme [20]
How to setup your Android development environment Android SDK
First application practice: Hello World
Some blogs [21]
Google Videos [22]
EJB - ECL