Skip to content
View sch-seiryu's full-sized avatar
Block or Report

Block or report sch-seiryu

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. MedicalDiary MedicalDiary Public

    Medical diary application based on Python 3.10+, FastAPI, SQLAlchemy, PostgreSQL, to practice web framework, ORM, REST API, and so on. Of course, I'd use this app for my health care irl. 🥴

    Python 1

  2. Rails-way Rails-way Public

    Practicing 'Ruby on Rails' with a given simple assignment.

    Ruby

  3. MyPrivateStudy-DjangoTutorial MyPrivateStudy-DjangoTutorial Public

    A practice; derived from 'LocalLibrary' tutorials on MDN web docs for Django framework. Instead of the books in a library, I'll write down my own study notes, and manage them in my personal study; …

  4. SharpenTheCSharp SharpenTheCSharp Public

    An exercise project to study C#, .NET Core, NuGet, and WPF(or Avalonia), building an application program targeting Windows NT

    C# 1

  5. ATMControllerSample ATMControllerSample Public

    Implementation of a simple ATM controller with its test codes, as a custom task sample project.

    Python

  6. Numbering files names with regex. Ru... Numbering files names with regex. Running with '-t' option to run unit test. You have to customize some codes in the bottom for your sake.(Well, currently)
    1
    # Python Code snippet for renaming
    2
    import os
    3
    import sys
    4
    import re
    5
    import unittest