Skip to content
View AptiviCEO's full-sized avatar

Block or report AptiviCEO

Report abuse

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

Report abuse

Pinned Loading

  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/Nitrocid Aptivi/Nitrocid Public

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

    C# 15 7

  4. Aptivi/Terminaux Aptivi/Terminaux Public

    A library that allows you to manipulate with the console

    C# 17

  5. Aptivi/BassBoom Aptivi/BassBoom Public

    BassBoom! Cross-platform music player for .NET

    C# 9 1

  6. Aptivi/SpecProbe Aptivi/SpecProbe Public

    Hardware information parser for .NET

    C# 6