Skip to content

Instantly share code, notes, and snippets.

View kspe's full-sized avatar

Ignacy Kasperowicz kspe

View GitHub Profile
@kspe
kspe / components.my-component\.js
Last active August 3, 2022 08:56
input component
import Component from '@glimmer/component';
export default class extends Component {
}
import Component from '@glimmer/component';
export default class extends Component {
}

Keybase proof

I hereby claim:

  • I am kspe on github.
  • I am kspe (https://keybase.io/kspe) on keybase.
  • I have a public key ASBK7wGGX9SOLQI417RS-joqvR8kUaIiInLzpOM0R9YZeQo

To claim this, I am signing this object:

Keybase proof

I hereby claim:

  • I am kspe on github.
  • I am iks (https://keybase.io/iks) on keybase.
  • I have a public key ASBZx6Mi6EEx-YB3Gd_7dS5pfHcDrEMMYnwYd_1vwXuKBgo

To claim this, I am signing this object:

Keybase proof

I hereby claim:

  • I am ignacykasperowicz on github.
  • I am iks (https://keybase.io/iks) on keybase.
  • I have a public key ASBZx6Mi6EEx-YB3Gd_7dS5pfHcDrEMMYnwYd_1vwXuKBgo

To claim this, I am signing this object:

postgrest ➤ psql -d goodfilm < data.sql
SET
SET
SET
SET
SET
SET
SET
COPY 2
ERROR: invalid input syntax for integer: "1 Golden Lion Venice Film Festival 2014-01-01"
@kspe
kspe / 0_reuse_code.js
Created June 1, 2014 18:39
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console
# RSpec 2.0 syntax Cheet Sheet by http://ApproachE.com
# defining spec within a module will automatically pick Player::MovieList as a 'subject' (see below)
module Player
describe MovieList, "with optional description" do
it "is pending example, so that you can write ones quickly"
it "is already working example that we want to suspend from failing temporarily" do
pending("working on another feature that temporarily breaks this one")
@kspe
kspe / robot.js
Created December 4, 2012 17:02
fikufik
//FightCode can only understand your robot
//if its class is called Robot
var Robot = function(robot) {
};
Robot.prototype.onIdle = function(ev) {
var robot = ev.robot;
robot.ahead(pseudoRandom(robot.position.x,100));