Skip to content

Instantly share code, notes, and snippets.

View robinsk's full-sized avatar
☁️

Robin Skoglund robinsk

☁️
View GitHub Profile

Keybase proof

I hereby claim:

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

To claim this, I am signing this object:

java.lang.IllegalStateException: Could not resolve view with name 'kebab-case'.
at org.springframework.web.reactive.result.view.ViewResolutionResultHandler.lambda$resolveViews$3(ViewResolutionResultHandler.java:277) ~[spring-webflux-5.0.7.RELEASE.jar:5.0.7.RELEASE]
at reactor.core.publisher.FluxMapFuseable$MapFuseableSubscriber.onNext(FluxMapFuseable.java:107) [reactor-core-3.1.8.RELEASE.jar:3.1.8.RELEASE]
at reactor.core.publisher.Operators$MonoSubscriber.complete(Operators.java:1083) ~[reactor-core-3.1.8.RELEASE.jar:3.1.8.RELEASE]
at reactor.core.publisher.MonoCollectList$MonoBufferAllSubscriber.onComplete(MonoCollectList.java:117) ~[reactor-core-3.1.8.RELEASE.jar:3.1.8.RELEASE]
at reactor.core.publisher.FluxConcatMap$ConcatMapImmediate.drain(FluxConcatMap.java:349) ~[reactor-core-3.1.8.RELEASE.jar:3.1.8.RELEASE]
at reactor.core.publisher.FluxConcatMap$ConcatMapImmediate.onComplete(FluxConcatMap.java:265) ~[reactor-core-3.1.8.RELEASE.jar:3.1.8.RELEASE]
at reactor.core.publisher.Operators.complete(Ope
@robinsk
robinsk / BrowserPrint-1.0.4.js
Last active August 27, 2023 00:45
Zebra Browser Print SDK
var BrowserPrint = function() {
function e(e) {
return s + e
}
function n(e, n) {
var i = new XMLHttpRequest;
return "withCredentials" in i ? i.open(e, n, !0) : "undefined" != typeof XDomainRequest ? (i = new XDomainRequest, i.open(e, n)) : i = null, i
}
public synchronized InputStream getInputStream() throws IOException {
this.connecting = true;
SocketPermission var1 = this.URLtoSocketPermission(this.url);
if(var1 != null) {
try {
return (InputStream)AccessController.doPrivileged(new PrivilegedExceptionAction() {
public InputStream run() throws IOException {
return HttpURLConnection.this.getInputStream0();
}
}, (AccessControlContext)null, new Permission[]{var1});
/*
* Copyright (c) 1998, 2010, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License version 2 only, as
* published by the Free Software Foundation. Oracle designates this
* particular file as subject to the "Classpath" exception as provided
* by Oracle in the LICENSE file that accompanied this code.
*
#!/usr/bin/env bash
current_branch=$(git symbolic-ref --short -q HEAD)
if [ "$current_branch" = "master" ]; then
echo "You're on master, are you crazy?" >&2
exit 1
fi
git checkout master
PLAYS TRACK
329 Tool - Vicarious
272 Pink Floyd - The Great Gig in the Sky
266 Slayer - Disciple
252 The Doors - Strange Days
237 Øyvind Ellingsen - Instruksjon i kroppsmeditasjon
227 Mengele - Ingenting
213 Kyuss - Asteroid
208 Massive Attack - Teardrop
194 Queens of the Stone Age - Misfit Love
/*
* Copyright (c) 2009, 2013, Oracle and/or its affiliates. All rights reserved.
* ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
*
*
*
*
*
*
*
@robinsk
robinsk / 1_input.json
Last active August 29, 2015 14:08
JSON-query?
[
{
"id": 1,
"name": "Item number 1"
},
{
"id": 2,
"name": "A second item"
}
]