Skip to content

Instantly share code, notes, and snippets.

View zdxerr's full-sized avatar

Christoph Schniedermeier zdxerr

  • dSPACE GmbH
  • Paderborn, Germany
  • 08:39 (UTC +02:00)
View GitHub Profile
@zdxerr
zdxerr / .gitignore
Last active August 29, 2015 13:59
Local Algorithms
*.aux
*.idx
*.log
Thesis.pdf
t.py
@zdxerr
zdxerr / 00_Infos.md
Last active August 29, 2015 13:59
Databases and Information Systems Lecture Notes
@zdxerr
zdxerr / 00_Infos.md
Last active August 29, 2015 13:59
Approximation Algorithm Lecture Notes
@zdxerr
zdxerr / 00_Infos.md
Last active August 29, 2015 13:59
Software Quality Assurance Lecture Notes

Software Quality Assurance

Lecture Website

Definitions

  • Software quality (IEEE_Std_610.12-1990):
    1. The degree to which a system, component, or process meets specified requirements.
  1. The degree to which a system, component, or process meets customer or user needs or expectations.
@zdxerr
zdxerr / backup_model.py
Last active December 28, 2017 14:06
Mixin to backup and restore Peewee models using csv-files.
#!/usr/bin/env python
# -*- coding: utf-8 -*-
import os
import csv
import collections
from datetime import datetime
from peewee import *
@zdxerr
zdxerr / 00_Infos.md
Last active May 12, 2018 18:20
Web Engineering lecture notes.
@zdxerr
zdxerr / .gitignore
Last active December 29, 2015 01:59
Seminar: Datendeduplikation und Versionierung
*.aux
*.log
*.bbl
*.blg
@zdxerr
zdxerr / 00_Einführung.pdf
Last active December 26, 2015 14:29
Datenschutz Notizen.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@zdxerr
zdxerr / 00_Administrativa.pdf
Last active December 26, 2015 14:29
Mobile communication lecture notes.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@zdxerr
zdxerr / 00_Info.md
Created October 19, 2013 09:46
Swarm Intelligence