This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
class MatrixChar { | |
final int STREAK_LENGTH = 100; | |
final color COLOR = color(0, 255, 0); | |
final PFont FONT = createFont("Monospace", 12); | |
final int DEFAULT_CHAR_SIZE = 100; | |
final int DEFAULT_SPEED = 5; | |
int x, y; | |
char chr; | |
float distanceAway; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<% for place in @places %> | |
<%= link_to place.name, place %> | |
<% end %> |
NewerOlder