Skip to content

Instantly share code, notes, and snippets.

Avatar

Klaus Brunner klausbrunner

View GitHub Profile
@ricardozanini
ricardozanini / how-to-install-graalvm-linux.md
Last active February 24, 2023 05:58
How to install GraalVM on Linux with alternatives
View how-to-install-graalvm-linux.md
@theotherian
theotherian / Jersey ServerSide connector
Last active February 15, 2017 13:05
In memory request handling on the server side with Jersey
View Jersey ServerSide connector
It's possible to handle requests in memory with Jersey client
@kmtr
kmtr / beans.xml
Created September 4, 2012 15:00
JavaEE6 Jetty CDI(Weld) JAX-RS(jersey)
View beans.xml
<beans xmlns="http://java.sun.com/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/beans_1_0.xsd">
</beans>
@MohamedAlaa
MohamedAlaa / tmux-cheatsheet.markdown
Last active September 23, 2023 17:59
tmux shortcuts & cheatsheet
View tmux-cheatsheet.markdown
@karmi
karmi / elastic_search_ngram_analyzer_for_urls.sh
Created May 24, 2011 15:32
NGram Analyzer in ElasticSearch
View elastic_search_ngram_analyzer_for_urls.sh
# ========================================
# Testing n-gram analysis in ElasticSearch
# ========================================
curl -X DELETE localhost:9200/ngram_test
curl -X PUT localhost:9200/ngram_test -d '
{
"settings" : {
"index" : {
"analysis" : {