Skip to content

Instantly share code, notes, and snippets.

View hfhbd's full-sized avatar

Philip Wedemann hfhbd

View GitHub Profile
@hfhbd
hfhbd / latex.kts
Last active March 24, 2022 12:39
Latex extractor for IntelliJ Ultimate Database Tool
import com.intellij.database.extensions.*
/*
* Available context bindings:
* COLUMNS List<DataColumn>
* ROWS Iterable<DataRow>
* OUT { append() }
* FORMATTER { format(row, col); formatValue(Object, col) }
* TRANSPOSED Boolean
* plus ALL_COLUMNS, TABLE, DIALECT
@hfhbd
hfhbd / CloudKit.swift
Created March 10, 2021 23:46
Apple CloudKit ServerSide API
/**
Copyright 2021 Philip Wedemann
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