View upload.pm
#!/usr/bin/perl | |
#use strict; | |
#use warnings; | |
# =============================================================================================================== | |
# ===================================== DEBUG START | |
# =============================================================================================================== | |
#open(my $fh, '>>', '/tmp/report.txt'); | |
## feltolteskor a felhasznalo tulajdona lesz a file, es mas nem is tudja |
View backup.sh
#!/bin/bash | |
# Copyright (c) 2016, Florian Schaal, info@schaal-24.de | |
# All rights reserved. | |
# | |
# Redistribution and use in source and binary forms, with or without modification, | |
# are permitted | |
DOW1=`date +%j` | |
# no of backups | |
DOW=`expr $DOW1 % 3` |
View media-query.css
/* | |
##Device = Desktops | |
##Screen = 1281px to higher resolution desktops | |
*/ | |
@media (min-width: 1281px) { | |
//CSS | |
NewerOlder