Skip to content

Instantly share code, notes, and snippets.

View marceloreichert's full-sized avatar

Marcelo Reichert marceloreichert

View GitHub Profile
import {Socket} from 'phoenix';
let elixir_engine_instance;
class Engine {
static get() {
return elixir_engine_instance;
}
constructor(credentials, url){
@marceloreichert
marceloreichert / hello_world.rb
Created November 13, 2018 21:06
Hello World Examples
class HelloWorld
def initialize(name)
@name = name.capitalize
end
def sayHi
puts "Hello !"
end
end
hello = HelloWorld.new("World")
@marceloreichert
marceloreichert / hello_world.rb
Created November 13, 2018 21:09
Hello World Examples
class HelloWorld
def initialize(name)
@name = name.capitalize
end
def sayHi
puts "Hello !"
end
end
hello = HelloWorld.new("World")
@marceloreichert
marceloreichert / hello_world.rb
Created November 13, 2018 21:09
Hello World Examples
class HelloWorld
def initialize(name)
@name = name.capitalize
end
def sayHi
puts "Hello !"
end
end
hello = HelloWorld.new("World")
@marceloreichert
marceloreichert / hello_world.rb
Created November 13, 2018 21:10
Hello World Examples
class HelloWorld
def initialize(name)
@name = name.capitalize
end
def sayHi
puts "Hello !"
end
end
hello = HelloWorld.new("World")
@marceloreichert
marceloreichert / hello_world.rb
Created November 13, 2018 21:14
Hello World Examples
class HelloWorld
def initialize(name)
@name = name.capitalize
end
def sayHi
puts "Hello !"
end
end
hello = HelloWorld.new("World")
@marceloreichert
marceloreichert / hello_world.rb
Created November 13, 2018 21:14
Hello World Examples
class HelloWorld
def initialize(name)
@name = name.capitalize
end
def sayHi
puts "Hello !"
end
end
hello = HelloWorld.new("World")
@marceloreichert
marceloreichert / hello_world.rb
Created November 13, 2018 21:15
Hello World Examples
class HelloWorld
def initialize(name)
@name = name.capitalize
end
def sayHi
puts "Hello !"
end
end
hello = HelloWorld.new("World")
@marceloreichert
marceloreichert / hello_world.rb
Created November 13, 2018 21:15
Hello World Examples
class HelloWorld
def initialize(name)
@name = name.capitalize
end
def sayHi
puts "Hello !"
end
end
hello = HelloWorld.new("World")
@marceloreichert
marceloreichert / hello_world.rb
Created November 13, 2018 21:16
Hello World Examples
class HelloWorld
def initialize(name)
@name = name.capitalize
end
def sayHi
puts "Hello !"
end
end
hello = HelloWorld.new("World")