Skip to content

Instantly share code, notes, and snippets.

View sbuerk's full-sized avatar

Stefan Bürk sbuerk

View GitHub Profile
@sbuerk
sbuerk / gist:d8c38fb425b20e4a0a83ba18350008d5
Created February 23, 2024 22:19
composer create-project typo3/cms-base-distribution example-project-directory "^12"
sbuerk@sbdesktop001:/tmp/project-name$ cat composer.json
{
"name": "typo3/cms-base-distribution",
"description" : "TYPO3 CMS Base Distribution",
"license": "GPL-2.0-or-later",
"type": "project",
"config": {
"allow-plugins": {
"typo3/class-alias-loader": true,
"typo3/cms-composer-installers": true
@sbuerk
sbuerk / keybase.md
Created November 25, 2022 03:38
keybase.md

Keybase proof

I hereby claim:

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

To claim this, I am signing this object:

@sbuerk
sbuerk / build.log
Created January 28, 2016 23:11
novi-mysaql-swift build error log against swift snapshot
/home/sbuerk/devtools/clion/bin/cmake/bin/cmake --build /home/sbuerk/.CLion15/system/cmake/generated/swift-playground-one-709827ce/709827ce/Debug --target swifty1 -- -j 4
Compiling Swift Module 'MySQL' (13 sources)
/var/www/sbuerk/switf/swift-playground-one/Packages/mysql-swift-0.1.5/Sources/Builder.swift:11:28: error: curried function declaration syntax has been removed; use a single parameter list
public func build<A, Value>(create: (A) -> Value)(_ a: A) -> Value {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
,
/var/www/sbuerk/switf/swift-playground-one/Packages/mysql-swift-0.1.5/Sources/Builder.swift:15:31: error: curried function declaration syntax has been removed; use a single parameter list
public func build<A, B, Value>(create: (A, B) -> Value)(_ a: A, _ b: B) -> Value {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
,
@sbuerk
sbuerk / 0_reuse_code.js
Created May 19, 2014 09:25
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