Juozas's Dump

A growing collection of anime, photos and any other kind of weird content.
[Tumblr|​X/Twitter|​Pillowfort|​Loforo|​Mastodon] [Random post]

17.5.2022 11:43:10 reposted from severak

from https://i.redd.it/goca11nnqey81.jpg

17.5.2022 11:39:58 reposted from kalesor

from https://i.redd.it/ql4uci9dn9r81.jpg

17.5.2022 07:47:56 reposted from looque

from https://i.redd.it/exn70g5j4oz71.jpg

17.5.2022 07:47:44 reposted from looque

from https://i.redd.it/ql4uci9dn9r81.jpg


reposted by gpkvt
17.5.2022 07:47:38 reposted from looque

from https://i.redd.it/muytuw2nn7j81.jpg

16.5.2022 19:04:17

A quick fight game made in bash

#!/bin/bash
health=10
enemy=10
while [[ $health > 0 && $enemy > 0 ]]
do
echo You: $health
echo Enemy: $enemy
input=
while [[ $input != 0 && $input != 1 ]]
do
echo "Pick a number (0-1)"
read input
if [[ $input != 0 && $input != 1 ]]; then
echo "Wrong input"
fi
done
hit=$(( $RANDOM % 2 ))
if [[ $input == $hit ]]; then
((enemy--))
else
((health--))
fi
done
if [[ $health == 0 ]]; then
echo "You Died"
else
echo "You defeated the beast"
fi

Save this as a file named fight.sh onto any linux system, chmod +x it, run it and have fun

16.5.2022 12:06:33 reposted from desinteressement

16.5.2022 12:06:25 reposted from juozaspo

from https://modalna.loforo.com/lvg35

16.5.2022 08:56:59 reposted from looque

from https://i.redd.it/n9difhqsypu81.gif

16.5.2022 08:11:06 reposted from desinteressement

16.5.2022 08:10:59 reposted from desinteressement

15.5.2022 15:36:46 reposted from looque

from https://i.redd.it/yatfyzw639y81.png

14.5.2022 12:08:33


reposted by looque severak
13.5.2022 21:11:23 reposted from juozaspo

from https://nesrait.loforo.com/5wwse

13.5.2022 20:57:38 reposted from juozaspo

from https://radaetyki.loforo.com/gyaj

13.5.2022 15:18:22 reposted from desinteressement


reposted by himselforama
13.5.2022 08:52:45 reposted from desinteressement

13.5.2022 08:52:44 reposted from desinteressement

13.5.2022 00:57:59


reposted by kalesor severak animals
13.5.2022 00:57:43


reposted by kalesor animals
13.5.2022 00:57:17


reposted by looque telu
12.5.2022 22:51:36 reposted from looque

from https://i.redd.it/yr84f981ujv81.png

12.5.2022 22:51:22 reposted from looque

from https://i.redd.it/goca11nnqey81.jpg

12.5.2022 22:05:02 reposted from juozaspo

from https://zzuuoo.loforo.com/ukgrw

12.5.2022 22:04:36 reposted from fail

from https://gogullo77.loforo.com/pyr2q

 
▼ see more... ▼