Topic: "supporting-material"
DahlitzFlorian/create-your-own-diff-tool-article
Supporting material for the "Create Your Own Diff-Tool using Python" article
Language: Python - Size: 2.93 KB - Last synced at: 24 days ago - Pushed at: about 5 years ago - Stars: 12 - Forks: 2

DahlitzFlorian/markdown-to-html-generator-article-snippets
Supporting material for the "Markdown To HTML Generator" article series
Language: HTML - Size: 82 KB - Last synced at: 24 days ago - Pushed at: about 2 years ago - Stars: 11 - Forks: 4

DahlitzFlorian/list-sort-vs-sorted-list
Supporting material for the "Python: list.sort() vs. sorted(list)" article
Language: Python - Size: 69.3 KB - Last synced at: 24 days ago - Pushed at: over 1 year ago - Stars: 6 - Forks: 1

DahlitzFlorian/diff-tool-video-snippets
Supporting material for the video "How to Create a Simple but Effective Diff-Tool in Python" published on my YouTube channel.
Language: HTML - Size: 4.88 KB - Last synced at: about 1 month ago - Pushed at: over 3 years ago - Stars: 5 - Forks: 1

DahlitzFlorian/generate-file-reports-using-pythons-template-class
Supporting material for the "Generate File Reports Using Python's Template Class" article
Language: HTML - Size: 4.88 KB - Last synced at: 24 days ago - Pushed at: over 4 years ago - Stars: 5 - Forks: 2

HWTechClub/CS-Course-Resources
A heads-up for all courses in Computer Science at HWU (F291-COS)
Size: 98.6 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 4 - Forks: 11

DahlitzFlorian/scrape-github-orgs-article-snippets
Supporting material for the "How To Scrape The GitHub Organizations You Contributed To Using Python" article
Language: Python - Size: 8.79 KB - Last synced at: 3 months ago - Pushed at: almost 2 years ago - Stars: 3 - Forks: 0

DahlitzFlorian/pytest-loguru-support-video-snippets
Supporting material for the video "How to Add Loguru Support to Pytest in Python" published on my YouTube channel.
Language: Python - Size: 4.88 KB - Last synced at: 3 months ago - Pushed at: over 3 years ago - Stars: 3 - Forks: 0

SvenRogge/supporting-info
This GitHub repository contains additional information supporting published manuscripts
Language: Python - Size: 2.16 GB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 2 - Forks: 1

DahlitzFlorian/logging-made-easy-with-loguru-article-snippets
Supporting material for the article "Logging Made Easy With Loguru" published on my website.
Language: Python - Size: 5.86 KB - Last synced at: 3 months ago - Pushed at: almost 4 years ago - Stars: 2 - Forks: 0

DahlitzFlorian/support-bootstrap-alerts-in-python-markdown-article-snippets
Supporting material for the article "Support Bootstrap-Alerts In Python-Markdown" published on my website.
Language: Python - Size: 8.79 KB - Last synced at: 3 months ago - Pushed at: almost 4 years ago - Stars: 2 - Forks: 0

DahlitzFlorian/article-introduction-to-itertools-snippets
Supporting material for the "Introduction To Itertools" article
Language: Python - Size: 5.86 KB - Last synced at: 3 months ago - Pushed at: about 5 years ago - Stars: 2 - Forks: 0

DahlitzFlorian/generate-file-reports-video-snippets
Supporting material for the video "How to Generate File Reports Using Python's string.Template Class" published on my YouTube channel.
Language: HTML - Size: 4.88 KB - Last synced at: 3 months ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0

DahlitzFlorian/difflib-text-suggestion-tool
Supporting material for the video "How to Build a Simple Text Suggestion Tool in Python" published on my YouTube channel.
Language: Python - Size: 82 KB - Last synced at: 3 months ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0

DahlitzFlorian/flexible-decorators-video-snippets
Supporting material for the video"New Python 3.9 Feature: Flexible Decorators" published on my YouTube channel.
Language: Python - Size: 3.91 KB - Last synced at: 3 months ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0

DahlitzFlorian/click-help-page-video-snippets
Supporting material for the video “ How to Dynamically Inject the Version Number into the Help Page of a Click CLI in Python” published in my YouTube channel.
Language: Python - Size: 3.91 KB - Last synced at: 3 months ago - Pushed at: almost 4 years ago - Stars: 1 - Forks: 0

DahlitzFlorian/timing-context-manager-video-snippets
Supporting material for the video "Create a Context Manager in Python Measuring the Execution Time" published on YouTube.
Language: Python - Size: 3.91 KB - Last synced at: 3 months ago - Pushed at: almost 4 years ago - Stars: 1 - Forks: 0

DahlitzFlorian/leverage-the-full-potential-of-type-hints-article-snippets
Supporting material for the article "Leverage the full potential of type hints" published on my website.
Language: Python - Size: 5.86 KB - Last synced at: 3 months ago - Pushed at: almost 4 years ago - Stars: 1 - Forks: 0

DahlitzFlorian/customise-argparse-argument-type-video-snippets
Supporting material for the video "How to Convert Command-line Arguments to Specific Types in Python" published on YouTube.
Language: Python - Size: 3.91 KB - Last synced at: 3 months ago - Pushed at: almost 4 years ago - Stars: 1 - Forks: 0

DahlitzFlorian/introduction-to-pythons-operator-module-article-snippets
Supporting material for the article "Introduction to Python's Operator Module" published on my website.
Language: Python - Size: 3.91 KB - Last synced at: 3 months ago - Pushed at: almost 4 years ago - Stars: 1 - Forks: 0

DahlitzFlorian/why-you-should-use-more-enums-in-python-article-snippets
Supporting material for the "Why You Should Use More Enums In Python" article
Language: Python - Size: 3.91 KB - Last synced at: 3 months ago - Pushed at: almost 5 years ago - Stars: 1 - Forks: 0

DahlitzFlorian/introduction-to-functools-article-snippets
Supporting material for the "Introduction To Functools" article
Language: Python - Size: 3.91 KB - Last synced at: 3 months ago - Pushed at: about 5 years ago - Stars: 1 - Forks: 1

sung/CSMD1.paper
R codes of the figures from the Epigenetics CSMD1 paper
Language: R - Size: 112 MB - Last synced at: about 2 years ago - Pushed at: over 7 years ago - Stars: 1 - Forks: 1

DahlitzFlorian/docker-essentials-basics-of-containerising-applications-material
Supporting material for the article "Docker Essentials: Managing Dependencies With Ease"
Language: Python - Size: 8.79 KB - Last synced at: 3 months ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

DahlitzFlorian/how-to-work-with-config-files-in-python-article-snippets
Supporting material for the "How To Work With Config Files In Python" article
Language: Python - Size: 3.91 KB - Last synced at: 3 months ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 1

DahlitzFlorian/timing-context-manager-article-snippets
Supporting material for the "How To Create Your Own Timing Context Manager In Python" article
Language: Python - Size: 1.95 KB - Last synced at: 3 months ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 0

DahlitzFlorian/how-to-debug-your-python-code-article-snippets
Supporting material for the "How To Debug Your Python Code" article
Language: Python - Size: 1.95 KB - Last synced at: 3 months ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 0

gres-ufpr/supporting-pages
Supporting pages for the papers published by the group
Language: HTML - Size: 34.9 MB - Last synced at: about 1 year ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

hassansartaj/ssbse19
SSBSE 2019 paper supporting material
Size: 129 KB - Last synced at: about 1 year ago - Pushed at: almost 6 years ago - Stars: 0 - Forks: 0
