#WSQ05 – Project

--Originally published at JAVALIO

Members of the team:

-Cesar Augusto Garcia(Me)
-Cesar Augusto Cortez
-Jose Manuel Nuño Salazar
-Diego Fernando Alatorre Montoya

Our project will be a labyrinth where you gonna take the place of some man/woman and have escape from a mysterious house, where you woke up, could you do it?, times doesn’t run out at your favor.

skecth:

#WSQ05 – Project


#WSQ05 – Project

#WSQ04 – Flipped Learning

--Originally published at JAVALIO

This new year my teacher Ken Bauer changed again his methods of evaluating, this year Ken is applying an #AbolishGrades system, so I wasn’t expecting something like this, so it took me by surprise, however I feel happy to be involved in something different.

 

Flipped Learning is about you learn by yourself, and the teacher is there to guide you, if you have any difficult, but this system allow the students to be their own teacher and love learnings.

If you had any doubt I recommend you to see this video, that explains a little bit more about Flipped Learning


#WSQ04 – Flipped Learning

#WSQ03 -Object-Oriented Basics

--Originally published at JAVALIO

Object-Oriented Programming is a new thing for me, I was expecting to get the concepts in the first round, however I haven’t learned enough about objects, classes, methods, abstraction, etc. but I think it is just a matter of time, if I keep learning, someday I will master OOP.

Even thought I learned something watching this video:

For example:

There exists static and dynamic languages and differ in when do the language check the type data.

Classes are basically like a data definition.

Objects are instances of the classes

Methods are like the functions of the classes

And polymorphism that is how Java knows what method invokes depending on the object.

 

I recommend you to watch this video, in order to understand a little bit more about Java stuff


#WSQ03 -Object-Oriented Basics

#WSQ05 – Project

--Originally published at JAVALIO

Members of the team:

-Cesar Augusto Garcia(Me)
-Cesar Augusto Cortez
-Jose Manuel Nuño Salazar
-Diego Fernando Alatorre Montoya

Our project will be a labyrinth where you gonna take the place of some man/woman and have escape from a mysterious house, where you woke up, could you do it?, times doesn’t run out at your favor.

skecth:

#WSQ05 – Project


#WSQ05 – Project

WSQ02 – HelloWorld!

--Originally published at JAVALIO

This time I did my first program in Java language with Eclipse and Geany.

The real deal here is how to run it in Eclipse, I found a very good tutorial in Stackoverflow:

http://stackoverflow.com/questions/4058155/how-can-i-compile-a-java-program-in-eclipse-without-running-it

Here’s my code in GitHub:

https://github.com/cesarau04/WSQ-Java/blob/master/wsq02.java

Click to view slideshow.
WSQ02 – HelloWorld!

#WSQ01 – Setup Eclipse

--Originally published at JAVALIO

In order to use Eclipse in linux plataform, we need to download Java JDK, from Oracle website:

http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html?ssSourceSiteId=otnes

(download your version x64, x86)

#WSQ01 – Setup Eclipse

After download install the package of Java JDK, and then download Eclipse from:

http://www.eclipse.org/downloads/

#WSQ01 – Setup Eclipse

Select the link “DOWNLOAD” and wait until the download

#WSQ01 – Setup Eclipse

When the download finished extract the folder and open it.

#WSQ01 – Setup Eclipse

There will be eclipse executable, double click and work!

#WSQ01 – Setup Eclipse


GEANY

As a second option I recommend you to install Geany an easy IDLE in case you feel Eclipse is too much for you (I use it because it’s easy and faster for tiny programs)

If you want to download, you might look inside Ubuntu Software Center and download from it.

#WSQ01 – Setup Eclipse


#WSQ01 – Setup Eclipse