Projects STRLCPY Synergy-httpx Commits d3c818d5
🤬
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■ ■ ■
    synergy_httpx_server.py
    skipped 77 lines
    78 78   R = [['█', '▀','▀','▄', '░'], ['█', '▄','▄','▀','░'], ['▀', '░', '▀','▀','░']]
    79 79   G = [['█','▀','▀','▀', '░'], ['█', '░','▀','▄' '░'], ['▀','▀','▀','▀','░']]
    80 80   Y = [['█', '░','░','█','░'], ['█', '▄','▄','█','░'], ['▄','▄','▄','▀','░']]
    81  - H = [['░','░','░','█','░','░','█','░'], ['░','░','░','█', '','▀','█','░'], ['░','░','░','','░','░','','░']]
     81 + H = [['░','░','░','█','░','░','█','░'], ['░','░','░','█', '','▀','█','░'], ['░','░','░','','░','░','','░']]
    82 82   T = [['▀', '█','▀','░'], ['░', '█','░','░'], ['░', '█','░','░']]
    83 83   P = [['▄', '▀','▀','▄','░'], ['█', '▄','▄','█','░'], ['█','░','░','░','░']]
    84  - X = [['█','░','█'], ['', '▀','▄'], ['','░','']]
     84 + X = [['█','░','','█'], [' ', '▀','▄',''], ['','','░','']]
    85 85   
    86 86   banner = [S,Y,N,E,R,G,Y,H,T,T,P,X]
    87 87   final = []
    skipped 20 lines
    108 108  
    109 109  
    110 110   print(f" {''.join(final)}")
    111  - haxor_print('by t3l3machus', 49)
     111 + haxor_print('by t3l3machus', 50)
    112 112   
    113 113   
    114 114   
    skipped 154 lines
Please wait...
Page is in error, reload to recover