Skip to content
View SaaSCh's full-sized avatar
๐Ÿ’ญ
@ opento Learn
๐Ÿ’ญ
@ opento Learn

Highlights

  • Pro

Block or report SaaSCh

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
SaaSCh/README.md
  • ๐Ÿ‘‹ Hi, Iโ€™m @SaaSCh/ Sanel
  • ๐Ÿ‘€ Iโ€™m interested in Dev..
  • ๐ŸŒฑ Iโ€™m currently learning -Coding
  • ๐Ÿ’ž๏ธ Iโ€™m looking to collaborate on every Plattform
  • ๐Ÿ“ซ How to reach me [email protected]
  • ๐Ÿ˜„ Pronouns: ...
  • โšก Fun fact: ... I'm paranoid abaout Cyber and Ai:)

Pinned Loading

  1. lllyasviel/stable-diffusion-webui-forge lllyasviel/stable-diffusion-webui-forge Public

    Python 10.9k 1.2k

  2. tdlib/td tdlib/td Public

    Cross-platform library for building Telegram clients

    C++ 7.7k 1.6k

  3. doxygen/doxygen doxygen/doxygen Public

    Official doxygen git repository

    C++ 6k 1.3k

  4. codebude/QRCoder codebude/QRCoder Public

    A pure C# Open Source QR Code implementation

    C# 4.8k 1.1k

  5. ecs_deploy_ecs.tf ecs_deploy_ecs.tf
    1
    resource "aws_ecs_service" "demo_app_service" {
    2
      name            = "nina-service"
    3
      cluster         = aws_ecs_cluster.this.id
    4
      task_definition = aws_ecs_task_definition.this.arn
    5
      launch_type     = "FARGATE"