Skip to content

Instantly share code, notes, and snippets.

View riga's full-sized avatar

Marcel Rieger riga

View GitHub Profile
@riga
riga / job.jdl
Last active February 8, 2024 19:19
htcondor test
universe = vanilla
executable = job.sh
log = /dev/null
should_transfer_files = YES
transfer_input_files = job.sh
when_to_transfer_output = ON_EXIT
output = out.txt
error = err.txt
notification = Never
initialdir = /afs/cern.ch/user/m/mrieger/htctest
@riga
riga / srvstatic
Last active June 7, 2024 11:57
static server
#!/usr/bin/env python
# coding: utf-8
# python imports
import os
import cherrypy
class Server(object):