Testing this out
Does it like do two files properly.
Testing this out
Does it like do two files properly.
| // Build an ArrayList to hold all of the words that | |
| // we get from the imported tweets | |
| ArrayList<String> words = new ArrayList(); | |
| Twitter twitter; | |
| import processing.serial.*; | |
| Serial myPort; // Create object from Serial class | |
| int val; // Data received from the serial port |
| Widgets = GoCardless.module("widgets") | |
| Base = GoCardless.module("base") | |
| class Widgets.Views.Swipe extends Base.View | |
| initialize: -> | |
| swipe = new Swipe(@el, @options) |
| # Customize to your needs... | |
| export PATH=$PATH:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin | |
| PATH=node_modules/.bin:$PATH | |
| PATH=/usr/local/share/npm/bin | |
| PATH=.bundle/binstubs:.bundle/binstubs:/Users/yoamomonstruos/.rbenv/shims:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin |
| .btn { | |
| display: inline-block; | |
| padding: 0 50px; | |
| height: 40px; | |
| color: #FFF; | |
| font-size: 16px; | |
| line-height: 38px; | |
| text-transform: uppercase; | |
| text-decoration: none; | |
| border: 2px solid #FFF; |
| var studios = { | |
| nyc: { | |
| coords: { | |
| latitude: 40.748224, | |
| longitude: -73.995730 | |
| } | |
| }, | |
| london: { | |
| coords: { | |
| latitude: 51.523910, |
| // ============================================= // | |
| // SPACING VARIABLES // | |
| // ============================================= // | |
| $spacing: ( | |
| 'Xxl' 50, | |
| 'Xl' 40, | |
| 'L' 30, | |
| 'M' 20, | |
| 'S' 10, |
| .Aligner { | |
| display: flex; | |
| align-items: center; | |
| justify-content: center; | |
| } | |
| .Aligner-item { | |
| max-width: 50%; | |
| } |
| int retweet_number = 20; | |
| int base_size = 20; | |
| void setup() { | |
| size(800, 800); | |
| background(0, 0, 0); | |
| smooth(); | |
| }; | |
| void draw() { |
| { | |
| "color_scheme": "Packages/Color Scheme - Default/base16-ocean.dark.tmTheme", | |
| "draw_white_space": "all", | |
| "file_exclude_patterns": | |
| [ | |
| "*.lock", | |
| ".DS_Store" | |
| ], | |
| "folder_exclude_patterns": | |
| [ |