Skip to content
Snippets Groups Projects
Select Git revision
  • 5803a8354d34c741ec302e18fbfc8e75cf1798df
  • main default protected
  • renovate/lock-file-maintenance
  • demo protected
  • person-select-custom
  • dbp-translation-component
  • icon-set-mapping
  • port-i18next-parser
  • remove-sentry
  • favorites-and-recent-files
  • revert-6c632dc6
  • lit2
  • advertisement
  • wc-part
  • automagic
  • publish
  • wip-cleanup
  • demo-file-handling
18 results

karma.conf.js

Blame
  • 901_Appendix_Code.tex 543 B
    \chapter{Programmcode}
      \lstset{
        language=Python,
        tabsize=2,
        rulesepcolor=\color{gray},
        xleftmargin=00pt,
        framexleftmargin=00pt,
        keywordstyle=\color{blue}\bf,
        commentstyle=\color{gray},
        stringstyle=\color{red},
        numbers=left,
        numberstyle=\tiny,
        numbersep=5pt,
        breaklines=true,
        showstringspaces=false,
        basicstyle=\fontsize{7}{9}\selectfont\ttfamily,
        emph={str},emphstyle={\color{magenta}}}
    \section{\texttt{quicksort} in Python}
      \lstinputlisting[language=Python]{code/quicksort.py}