Skip to content

Instantly share code, notes, and snippets.

https://site.uplabs.com/posts/minimal-portfolio-website - header mit logo in mitte
https://site.uplabs.com/posts/neebo-landing - effekt im hintergrund -> kreise
https://site.uplabs.com/posts/coffee-drones - header - logo
https://site.uplabs.com/posts/sif-muntenia - navigation links als kacheln
https://site.uplabs.com/posts/love-and-bubbles-animation - bubble animation
https://site.uplabs.com/posts/goo-bubble - water animation as dimmed background
http://www.clean-service.ch/en/
http://kristall-klar.ch/
http://www.zuericlean.com/
http://www.az-clean.ch/
@tzhbami7
tzhbami7 / Hfhjhf.js
Created February 2, 2016 17:45
Jawoll
[][(![]+[])[+[]]+([![]]+[][[]])[+!+[]+[+[]]]+(![]+[])[!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+!+[]]][([][(![]+[])[+[]]+([![]]+[][[]])[+!+[]+[+[]]]+(![]+[])[!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+!+[]]]+[])[!+[]+!+[]+!+[]]+(!![]+[][(![]+[])[+[]]+([![]]+[][[]])[+!+[]+[+[]]]+(![]+[])[!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+!+[]]])[+!+[]+[+[]]]+([][[]]+[])[+!+[]]+(![]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[])[+!+[]]+([][[]]+[])[+[]]+([][(![]+[])[+[]]+([![]]+[][[]])[+!+[]+[+[]]]+(![]+[])[!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+!+[]]]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[][(![]+[])[+[]]+([![]]+[][[]])[+!+[]+[+[]]]+(![]+[])[!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+!+[]]])[+!+[]+[+[]]]+(!![]+[])[+!+[]]]((![]+[])[+!+[]]+(![]+[])[!+[]+!+[]]+(!![]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+!+[]]+(!![]+[])[+[]]+(![]+[][(![]+[])[+[]]+([![]]+[][[]])[+!+[]+[+[]]]+(![]+[])[!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[])[!+[]+!+
{
"app_id": "footBag",
"app_name": "Foot Bag",
"category": "YouKicker",
"iconpath": "assets/images/icon.png",
"path": "footBag.exe",
"appdir": "C:\\Program Files (x86)\\YouRehab\\YouKicker\\footBag",
"version": "1.0.3",
"dependencies": {
"gloves.exe": "1.0.6",
{
"trainingSettings": [
{
"label": "trainingDuration",
"options": ["0:30", "1:00", "1:30", "2:00", "2:30", "3:00", "3:30", "4:00", "5:00", "6:00", "7:00", "8:00", "9:00", "10:00"],
"default": "1:30"
},
{
"label": "difficulty",
"options": ["auto", "easy", "medium", "hard"],
[Unit]
Description=ARK: Survival Evolved dedicated server
Wants=network-online.target
After=syslog.target network.target nss-lookup.target network-online.target
[Service]
ExecStart=/home/steam/servers/ark/ShooterGame/Binaries/Linux/ShooterGameServer TheIsland?listen?SessionName=<SESSION_NAME> -server -log
LimitNOFILE=100000
ExecReload=/bin/kill -s HUP $MAINPID
ExecStop=/bin/kill -s QUIT $MAINPID
<trainingSettings difficulty="hard" appId="hamsterSplash"><trainingDuration type="fixed">PT60S</trainingDuration><difficulty level="hard"><heavyHamsters>false</heavyHamsters><timeToFlickHamsters>2</timeToFlickHamsters></difficulty></trainingSettings>
<trainingSettings difficulty="hard" appId="hamsterSplash"><trainingDuration type="fixed">PT60S</trainingDuration><difficulty level="hard"><heavyHamsters>false</heavyHamsters><timeToFlickHamsters>2</timeToFlickHamsters></difficulty></trainingSettings>
tzhbami7@john-DS8229KKS:~$ rbenv install rbx-2.5.8
Downloading rubinius-2.5.8.tar.bz2...
-> https://dqw8nmjcqpjn7.cloudfront.net/d6b411732aa035865f2855845abe5405119560f0979062672d576601de89e59a
Installing rubinius-2.5.8...
BUILD FAILED (Ubuntu 15.04 using ruby-build 20150719-13-g86919c8)
Inspect or clean up the working tree at /tmp/ruby-build.20150915094519.3730
Results logged to /tmp/ruby-build.20150915094519.3730.log
[101] pry(main)> serialport.gets.chomp
=> "\xC0\x01@\x00\xC0=\xFF\xBD\xFF\x95\xFF\x16\xFF\xD5\xFF\xE6\x00\x00\xFD\xAC\x02$?\xAC\xF8\xFFF\x00\x1E\x00\xC0\xFD\xC0\xFE\x00=\x00;\xFF\xFB\x002\xFF\xA0\xFF\xE3\xFF\xEE\xFDL\xFD\xC8?t\xFA\xFF@\x00\xE4\xFF\x00\xA3n*\x9B\v\b\xE0\a8\v\xBF\t\x18\tW\b\xC0\b\x98\bK"
@tzhbami7
tzhbami7 / counter-v2.js
Created August 4, 2015 10:49
EmberJS CountDown with Ember.run.later()
import Ember from 'ember';
export default Ember.Object.extend({
interval: function() {
return 10; // Time between polls (in ms)
}.property().readOnly(),
totalTime: function() {
return 5000; // Total Time (in ms)
}.property(),