Hover over the box. Don't say I didn't warn you (muhaha)
A Pen by David Dietle on CodePen.
This is a packet system that can be used with the RedisAPI in my gist located at: | |
https://gist.github.com/PedroMPagani/b6fb2a5d54dd2912f98126fff4126051 |
import com.github.luben.zstd.Zstd; | |
import io.lettuce.core.RedisClient; | |
import io.lettuce.core.RedisURI; | |
import io.lettuce.core.api.StatefulRedisConnection; | |
import io.lettuce.core.codec.ByteArrayCodec; | |
import io.lettuce.core.pubsub.RedisPubSubAdapter; | |
import io.lettuce.core.pubsub.StatefulRedisPubSubConnection; | |
import io.lettuce.core.pubsub.api.async.RedisPubSubAsyncCommands; | |
import io.netty.util.concurrent.DefaultThreadFactory; | |
import org.bukkit.Bukkit; |
# This file describes the standard way to build Docker, using docker | |
# | |
# Usage: | |
# | |
# # Assemble the full dev environment. This is slow the first time. | |
# docker build -t docker . | |
# | |
# # Mount your source in an interactive container for quick testing: | |
# docker run -v `pwd`:/go/src/github.com/docker/docker --privileged -i -t docker bash | |
# |
Hover over the box. Don't say I didn't warn you (muhaha)
A Pen by David Dietle on CodePen.
Mangadex hacked: https://siasky.net/vAK6EPKZ67knigjpTor6LqFzV477vj5ZhHXzZAiAGSvw0Q/ |
Error 404 Page. Inspired By: https://dribbble.com/shots/2318674-404-Screen
A Pen by Dany Santos on CodePen.
<nav> | |
<div> | |
<a href="#">Home</a> | |
<a href="#">Products</a> | |
<a href="#">About</a> | |
</div> | |
<a href="#">Help</a> | |
</nav> |
Based on dribbble shot by Kreativa Studio - https://dribbble.com/shots/2375246-Fashion-Butique-slider-animation
Fullscreen please. Looks best in Webkit browsers, because clip-path not working in FF/IE without SVG fallbacks, which I don't want to use in this demo. Not responsive atm, I will figure out something soon.
Features: