Skip to content

Instantly share code, notes, and snippets.

@xenoterracide
xenoterracide / jget
Created February 2, 2026 23:13
java single source http client
#!/usr/bin/env -S java --source 21
// SPDX-FileCopyrightText: Copyright © 2026 Caleb Cushing
//
// SPDX-License-Identifier: Apache-2.0
import java.io.ByteArrayInputStream;
import java.io.InputStream;
import java.io.InputStreamReader;
import java.io.SequenceInputStream;
@xenoterracide
xenoterracide / .hyper.js
Created August 11, 2021 18:29
hyper.js issue
"use strict";
// Future versions of Hyper may add additional config options,
// which will not automatically be merged into this file.
// See https://hyper.is#cfg for all currently supported options.
module.exports = {
config: {
// choose either `'stable'` for receiving highly polished,
// or `'canary'` for less polished but more frequent updates
updateChannel: 'stable',
// default font size in pixels for all tabs
@xenoterracide
xenoterracide / homexeno.configsrainsrain.cfg
Created July 31, 2021 15:31
/home/xeno/.config/srain/srain.cfg
auto-connect = [ "Libera" ]
log = {
prompt-color = true
}
server-list =
(
{
name = "Libera"
auto-join = ["#srain", "#zsh", "#postgresql", "#manjaro"]
hello
--> Running step: build prod
npm info it worked if it ends with ok
npm info using npm@3.10.3
npm info using node@v6.3.1
rpf@0.1.2 /pipeline/source
+-- @easy-webpack/config-aurelia@2.2.0
| +-- aurelia-webpack-plugin@1.1.0
| | +-- cheerio@0.20.0
| | | +-- css-select@1.2.0
| | | | +-- boolbase@1.0.0
@xenoterracide
xenoterracide / remote
Created August 12, 2016 14:15
remote
+-- @easy-webpack/config-aurelia@2.2.0
| +-- aurelia-webpack-plugin@1.1.0
| | +-- cheerio@0.20.0
| | | +-- css-select@1.2.0
| | | | +-- boolbase@1.0.0
| | | | +-- css-what@2.1.0
| | | | +-- domutils@1.5.1
| | | | `-- nth-check@1.0.1
| | | +-- dom-serializer@0.1.0
| | | | `-- domelementtype@1.1.3
'use strict';
var gulp = require( 'gulp' ),
sourcemaps = require( 'gulp-sourcemaps' ),
concat = require( 'gulp-concat' ),
watch = require( 'gulp-watch' ),
gutil = require( 'gulp-util' ),
changed = require( 'gulp-changed' ),
cache = require( 'gulp-cached' ),
browserSync = require( 'browser-sync' ),
browserify = require( 'browserify' ),
@xenoterracide
xenoterracide / wercker.yml
Created June 20, 2015 18:19
maven werkcer config
box: maven:latest
build:
steps:
- xenoterracide/maven:
goals: test
@xenoterracide
xenoterracide / Application.java
Created May 30, 2015 03:01
redis application
package com.xenoterracide;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.boot.autoconfigure.security.SecurityProperties;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import org.springframework.core.annotation.Order;
import org.springframework.security.config.annotation.authentication.builders.AuthenticationManagerBuilder;
"C:\Program Files\Java\jdk1.8.0_25\bin\java" -agentlib:jdwp=transport=dt_socket,address=127.0.0.1:52029,suspend=y,server=n -Dfile.encoding=UTF-8 -classpath "C:\Program Files\Java\jdk1.8.0_25\jre\lib\charsets.jar;C:\Program Files\Java\jdk1.8.0_25\jre\lib\deploy.jar;C:\Program Files\Java\jdk1.8.0_25\jre\lib\javaws.jar;C:\Program Files\Java\jdk1.8.0_25\jre\lib\jce.jar;C:\Program Files\Java\jdk1.8.0_25\jre\lib\jfr.jar;C:\Program Files\Java\jdk1.8.0_25\jre\lib\jfxswt.jar;C:\Program Files\Java\jdk1.8.0_25\jre\lib\jsse.jar;C:\Program Files\Java\jdk1.8.0_25\jre\lib\management-agent.jar;C:\Program Files\Java\jdk1.8.0_25\jre\lib\plugin.jar;C:\Program Files\Java\jdk1.8.0_25\jre\lib\resources.jar;C:\Program Files\Java\jdk1.8.0_25\jre\lib\rt.jar;C:\Program Files\Java\jdk1.8.0_25\jre\lib\ext\access-bridge-64.jar;C:\Program Files\Java\jdk1.8.0_25\jre\lib\ext\cldrdata.jar;C:\Program Files\Java\jdk1.8.0_25\jre\lib\ext\dnsns.jar;C:\Program Files\Java\jdk1.8.0_25\jre\lib\ext\jaccess.jar;C:\Program Files\Java\jdk1.8.0_25\jre\lib