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

Block or report AptiviCEO

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. Name generator in Python using our N... Name generator in Python using our NamesList database
    1
    # Necessary imports for this app
    2
    from urllib.request import urlopen
    3
    import argparse
    4
    import random
    5
    
    
  2. Filter and find VT sequences in string Filter and find VT sequences in string
    1
    import re
    2
    import argparse
    3
    
    
    4
    def filterVTSequences(text):
    5
      pattern = '^(\x9D|\x1B\]).+(\x07|\x9c)|\x1b [F-Nf-n]|\x1b#[3-8]|\x1b%[@Gg]|\x1b[()*+][A-Za-z0-9=`<>]|\x1b[()*+]\"[>4?]|\x1b[()*+]%[0-6=]|\x1b[()*+]&[4-5]|\x1b[-.\/][ABFHLM]|\x1b[6-9Fcl-o=>\|\}~]|(\x9f|\x1b_).+\x9c|(\x90|\x1bP).+\x9c|(\x9B|\x1B\[)[0-?]*[ -\/]*[@-~]|(\x9e|\x1b\^).+\x9c|\x1b[DEHMNOVWXYZ78]$'
  3. Aptivi/NitrocidKS Aptivi/NitrocidKS Public

    A simulator for our future-planned kernel, Nitrocid Kernel!

    C# 10 7

  4. Aptivi/GRILO Aptivi/GRILO Public

    Bootloader simulator for .NET

    C# 4