Skip to content

Instantly share code, notes, and snippets.

View JuPfu's full-sized avatar

Jürgen JuPfu

  • Germany
  • 12:30 (UTC +02:00)
View GitHub Profile
@JuPfu
JuPfu / gridsterCompact.service.spec.ts
Created January 30, 2021 11:32
angular-gridster2 gridster compact service - removed redundant code, thereby made the compact service more compact. No functional changes.
import {GridsterCompact} from '../gridsterCompact.service';
import {
CompactType,
DisplayGrid,
GridsterComponent,
GridsterItem,
GridsterItemComponent,
GridsterItemComponentInterface,
GridsterModule,
GridType
@JuPfu
JuPfu / CSVParboiledParser.scala
Last active October 29, 2015 07:20
A Scala Parboiled2 Grammar for CSV
/*
* Copyright (C) 2014 Juergen Pfundt
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software