Skip to content

Instantly share code, notes, and snippets.

View fubhy's full-sized avatar

Sebastian Lorenz fubhy

View GitHub Profile
##
## This file is only needed for Compass/Sass integration. If you are not using
## Compass, you may safely ignore or delete this file.
##
## If you'd like to learn more about Sass and Compass, see the sass/README.txt
## file for more information.
##
# Default to development if environment is not set.
saved = environment
/**
* @Route("/foo/{bar}/{baz}")
*/
class SomePage extends ControllerBase {
/**
* @Content
*/
public function content(NodeInterface $bar, UserInterface $baz) {
return 'Blaaah';
@fubhy
fubhy / SassMeister-input.scss
Created November 20, 2013 16:38
Generated by SassMeister.com.
// ----
// Sass (v3.3.0.rc.1)
// Compass (v0.13.alpha.10)
// ----
@import "compass";
// =============================================================================
// sass/variables/_typography.scss
// =============================================================================
@fubhy
fubhy / SassMeister-input.scss
Created November 20, 2013 17:36
Generated by SassMeister.com.
// ----
// Sass (v3.3.0.rc.1)
// Compass (v0.13.alpha.10)
// ----
@import "compass";
@import "singularitygs";
// Grid definition.
$grids: 2 1;
@fubhy
fubhy / SassMeister-input.scss
Created November 20, 2013 18:00
Generated by SassMeister.com.
// ----
// Sass (v3.3.0.rc.1)
// Compass (v0.13.alpha.10)
// ----
$base-font-size: 14px;
// =============================================================================
// sass/abstraction/_units.scss
// =============================================================================
@fubhy
fubhy / .gitconfig
Last active September 20, 2016 02:51
My personal .gitconfig (mostly stolen from others) :-)
[user]
# Credentials.
name = Foo Bar
email = foo@bar.com
drupal = $(whoami)
[credential]
# Save passwords in ~/.git-credentials.
helper = store
@fubhy
fubhy / AvroSerializer.ts
Last active July 6, 2018 17:29
Avro serializer with cached schema registry
const MAGIC_BYTE = 0;
class AvroSerializer {
private schemaRegistry;
constructor(schemaRegistry) {
this.schemaRegistry = schemaRegistry;
}
0x307012a4904267fD20C117bB71DC61c3e505d3F6

Keybase proof

I hereby claim:

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

To claim this, I am signing this object: