Skip to content

Instantly share code, notes, and snippets.

View supersam654's full-sized avatar

Sam Marder supersam654

View GitHub Profile
@supersam654
supersam654 / gist:23109b261e924d4856b0a8005be6b8cb
Created June 24, 2021 12:47
Output of `rails new` with `--silent` on all `yarn` commands in `webpacker:install`
$ rails new test-rails-app
create
create README.md
create Rakefile
create .ruby-version
create config.ru
create .gitignore
create .gitattributes
create Gemfile
run git init from "."
$ rails new test-rails-app
create
create README.md
create Rakefile
create .ruby-version
create config.ru
create .gitignore
create .gitattributes
create Gemfile
run git init from "."

Keybase proof

I hereby claim:

  • I am supersam654 on github.
  • I am supersam654 (https://keybase.io/supersam654) on keybase.
  • I have a public key ASCSHitMn34dB67XMUNMx6zAjGgNLE7dBoL1h0ZJFAK_2Qo

To claim this, I am signing this object:

package com.badlogic.drop;
import com.badlogic.gdx.Game;
import com.badlogic.gdx.graphics.g2d.BitmapFont;
import com.badlogic.gdx.graphics.g2d.SpriteBatch;
public class Drop extends Game {
SpriteBatch batch;
BitmapFont font;