Skip to content
View rusinavostok's full-sized avatar

Organizations

@getcyonic @getcyonic-proprietary

Block or report rusinavostok

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
rusinavostok/README.md

a title
> I'm Rusina. Ready to solve your problems!

Pinned Loading

  1. CyonicSolutions cluster repositories... CyonicSolutions cluster repositories downloader
    1
    import argparse
    2
    import http.client
    3
    import os
    4
    import json
    5
    
                  
  2. License file for CyonicSolutions pro... License file for CyonicSolutions projects, primarly made by ruisuantonio
    1
    CyonicSolutions General License (CSGL)
    2
    Version 1.0
    3
    
                  
    4
    Effective Date: [2024 - 2028]
    5
    
                  
  3. offlineencrypter offlineencrypter
    1
    @echo off && chcp 65001 >nul && setlocal
    2
    SET url=%2 && SET output_file=%~1
    3
    
                  
    4
    if "%url%"=="" (goto :main) else (goto :online)
    5
    echo Your SecureCyonic app is corrupted. && exit /b