Skip to content

Instantly share code, notes, and snippets.

View skiabox's full-sized avatar

Stavros Kefaleas skiabox

View GitHub Profile
@skiabox
skiabox / Animal.java
Created October 11, 2016 12:45
Animal abstract class
package com.skiabox.java_apps2;
/**
* Created by administrator on 09/10/2016.
*/
public abstract class Animal {
private String picture;
private Food food;
private int hunger;
Stavross-MBP-2:RubymineProjects Administrator$ rails new Events2
create
create README.rdoc
create Rakefile
create config.ru
create .gitignore
create Gemfile
create app
create app/assets/javascripts/application.js
create app/assets/stylesheets/application.css
@skiabox
skiabox / 0_reuse_code.js
Created May 4, 2014 16:59
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console
@skiabox
skiabox / dabblet.css
Created April 27, 2012 17:59
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
.box {
position: absolute;
width: 200px;
height: 200px;
}