Skip to content

Instantly share code, notes, and snippets.

View stefandobre's full-sized avatar
💭
probably working on an APEX Plugin

Stefan Dobre stefandobre

💭
probably working on an APEX Plugin
View GitHub Profile
@joviniko
joviniko / scores.pl
Last active June 20, 2018 22:07
Funktionale Programmierung scores perlscript WS2013
#!/usr/bin/perl
# vim:set sw=4 sts=4 et smartindent:
# Hier die Anzahl der Aufgaben setzen
my $numOfUe = 8;
use strict;
use File::Basename;
my @files = `ls *.out` or die;