Skip to content

Instantly share code, notes, and snippets.

View andriimartynov's full-sized avatar

Andrii Martynov andriimartynov

  • Ukraine
View GitHub Profile
@andriimartynov
andriimartynov / docker cleanup
Created September 4, 2022 06:46
cleanup builder, images and volumes
docker image prune -a --filter "until=48h" -f && docker builder prune -f && docker volume prune -f
-XX:+UnlockExperimentalVMOptions -XX:+EnableJVMCI -XX:+UseJVMCICompiler
@andriimartynov
andriimartynov / CityHash.java
Created March 22, 2015 15:46
CityHash for Java
/*
* Copyright (C) 2012 tamtam180
*
* 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