Da Oracle FLoat eh 126 bits präzision hat reicht das aus und das hibernate validate geht durch. https://docs.oracle.com/cd/B28359_01/server.111/b28285/sqlqr06.htm#CHDJJEEA
import org.hibernate.dialect.Oracle12cDialect;
import java.sql.Types;
| <Options> | |
| <Option Name="InstallLauncherAllUsers" Value="0" /> | |
| <Option Name="SimpleInstall" Value="1" /> | |
| <Option Name="PrependPath" Value="1" /> | |
| <Option Name="Include_test" Value="0" /> | |
| <Option Name="Include_doc" Value="0" /> | |
| <Option Name="Include_tcltk" Value="0" /> | |
| </Options> |
Da Oracle FLoat eh 126 bits präzision hat reicht das aus und das hibernate validate geht durch. https://docs.oracle.com/cd/B28359_01/server.111/b28285/sqlqr06.htm#CHDJJEEA
import org.hibernate.dialect.Oracle12cDialect;
import java.sql.Types;
| bash -c "rm -rf /tmp/test-d/; mkdir -p /tmp/test-d; cd /tmp/test-d/; git init" 1>/dev/null |
| package de.jonasgroeger.logback; | |
| import ch.qos.logback.core.LogbackException; | |
| import ch.qos.logback.core.rolling.RollingFileAppender; | |
| import ch.qos.logback.core.rolling.RollingPolicy; | |
| import ch.qos.logback.core.rolling.TimeBasedFileNamingAndTriggeringPolicy; | |
| import ch.qos.logback.core.rolling.TimeBasedRollingPolicy; | |
| import ch.qos.logback.core.rolling.helper.CompressionMode; | |
| import ch.qos.logback.core.rolling.helper.Compressor; |
I hereby claim:
To claim this, I am signing this object:
Open Chrome on "http://www.ifiske.se/index.php/en/fishing-areas/karta"
Press F12 and go to the "Console" tab
Paste the following code:
function Export_iFiske_To_KML() {
var template = `
<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
| #!/usr/bin/env bash | |
| # Documentation | |
| # https://docs.gitlab.com/ce/api/projects.html#list-projects | |
| NAMESPACE="YOUR_NAMESPACE" | |
| BASE_PATH="https://gitlab.example.com/" | |
| PROJECT_SEARCH_PARAM="" | |
| PROJECT_SELECTION="select(.namespace.name == \"$NAMESPACE\")" | |
| PROJECT_PROJECTION="{ "path": .path, "git": .ssh_url_to_repo }" |
| quiet_update() { | |
| DEBIAN_FRONTEND=noninteractive apt-get update -qq < /dev/null > /dev/null | |
| } | |
| quiet_install() { | |
| DEBIAN_FRONTEND=noninteractive apt-get install -qq "$@" < /dev/null > /dev/null | |
| } | |
| quiet_install_no_recommends() { | |
| DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends -qq "$@" < /dev/null > /dev/null |
| #!/bin/bash | |
| # | |
| # This script copies the contents of the block below into a file. | |
| # Useful for self-extracting configuration files or the like. | |
| # | |
| # Author: Jonas Gröger <[email protected]> | |
| # | |
| <<DATASECTION |