Skip to content

Instantly share code, notes, and snippets.

View javierg's full-sized avatar

Javier Guerra javierg

View GitHub Profile
<div class="jumbotron">
<h2><%= gettext "Welcome %{name}", name: @current_user.name %></h2>
<p class="lead">A productive web framework that<br />does not compromise speed and maintainability.</p>
</div>
class User:
"""Basic User class"""
def __init__(self, name, email, password):
self.name = name
self.email = email
self.password = password
require 'minitest/autorun'
require_relative 'raindrops'
class RaindropsTest < Minitest::Test
def test_the_sound_for_1_is_1
end
def test_the_sound_for_3_is_pling
end
def foo
@foo ||= begin
return 2
1
end
end
@javierg
javierg / untitled0.ipynb
Created November 8, 2024 16:23
Untitled0.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.