Projects STRLCPY hiphp Commits 562409c3
🤬
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■ ■ ■
    configure-config-file-for-windows.py
     1 +#!/usr/bin/env python
     2 +# coding:utf-8
     3 +# | |
     4 +# --+----------------------------------------------------------+--
     5 +# | Code by : yasserbdj96 |
     6 +# | Email : [email protected] |
     7 +# | Github : https://github.com/yasserbdj96 |
     8 +# | BTC : bc1q2dks8w8uurca5xmfwv4jwl7upehyjjakr3xga9 |
     9 +# --+----------------------------------------------------------+--
     10 +# | all posts #yasserbdj96 ,all views my own. |
     11 +# --+----------------------------------------------------------+--
     12 +# | |
     13 + 
     14 +#START{
    1 15  import sys
    2 16   
    3 17  open('config.ini', 'w+').write('python_default_path='+sys.executable)
    4 18   
     19 +#}END.
  • ■ ■ ■ ■ ■
    requirements.txt
    1 1  #ashar
    2 2  requests
    3  -#readline # this is just for linux.
    4 3  hexor
    5 4  asciitext
    6 5  biglibrary
    skipped 2 lines
  • ■ ■ ■ ■ ■ ■
    run-hiphp-desktop.sh
     1 +#!/bin/bash
     2 +# | |
     3 +# --+----------------------------------------------------------+--
     4 +# | Code by : yasserbdj96 |
     5 +# | Email : [email protected] |
     6 +# | Github : https://github.com/yasserbdj96 |
     7 +# | BTC : bc1q2dks8w8uurca5xmfwv4jwl7upehyjjakr3xga9 |
     8 +# --+----------------------------------------------------------+--
     9 +# | all posts #yasserbdj96 ,all views my own. |
     10 +# --+----------------------------------------------------------+--
     11 +# | |
     12 + 
     13 +#START{
     14 +python hiphp-desktop/main.py
     15 + 
     16 +#}END.
  • ■ ■ ■ ■ ■ ■
    run-hiphp-tk.sh
     1 +#!/bin/bash
     2 +# | |
     3 +# --+----------------------------------------------------------+--
     4 +# | Code by : yasserbdj96 |
     5 +# | Email : [email protected] |
     6 +# | Github : https://github.com/yasserbdj96 |
     7 +# | BTC : bc1q2dks8w8uurca5xmfwv4jwl7upehyjjakr3xga9 |
     8 +# --+----------------------------------------------------------+--
     9 +# | all posts #yasserbdj96 ,all views my own. |
     10 +# --+----------------------------------------------------------+--
     11 +# | |
     12 + 
     13 +#START{
     14 +python hiphp-tk/main.py
     15 + 
     16 +#}END.
Please wait...
Page is in error, reload to recover