Skip to content

Instantly share code, notes, and snippets.

@SusgUY446
SusgUY446 / main.asm
Created April 29, 2024 19:50
123456789
[org 0x7c00]
mov si, CHEESEOS_INTRO
call print
mov al, 1
mov cl, 2
call readDisk
@SusgUY446
SusgUY446 / app.log
Created March 2, 2024 08:15
frontend/runtime/logs/app.log
2024-03-01 14:57:03 [127.0.0.1][-][19gvtehbj0t1dcikuhft6oh42l][error][yii\web\HttpException:404] yii\base\InvalidRouteException: Unable to resolve the request "3Dsite/verify-email". in C:\xampp\htdocs\phptube\vendor\yiisoft\yii2\base\Module.php:561
Stack trace:
#0 C:\xampp\htdocs\phptube\vendor\yiisoft\yii2\web\Application.php(103): yii\base\Module->runAction('3Dsite/verify-e...', Array)
#1 C:\xampp\htdocs\phptube\vendor\yiisoft\yii2\base\Application.php(384): yii\web\Application->handleRequest(Object(yii\web\Request))
#2 C:\xampp\htdocs\phptube\frontend\web\index.php(18): yii\base\Application->run()
#3 {main}
Next yii\web\NotFoundHttpException: Page not found. in C:\xampp\htdocs\phptube\vendor\yiisoft\yii2\web\Application.php:115
Stack trace:
#0 C:\xampp\htdocs\phptube\vendor\yiisoft\yii2\base\Application.php(384): yii\web\Application->handleRequest(Object(yii\web\Request))
PS C:\Users\admin\Desktop\project13> .\python38.bat -m pip install spacy
Collecting spacy
Using cached https://files.pythonhosted.org/packages/ef/9f/0afee264faa799e7300e2261680c518b2ec32bc2c1e5646684b51ec8b677/spacy-3.7.2.tar.gz
Installing build dependencies ... error
ERROR: Command errored out with exit status 1:
command: 'C:\Users\admin\AppData\Local\Programs\Python\Python38\python.exe' 'C:\Users\admin\AppData\Local\Programs\Python\Python38\lib\site-packages\pip' install --ignore-installed --no-user --prefix 'C:\Users\admin\AppData\Local\Temp\pip-build-env-hzh5zis1\overlay' --no-warn-script-location --no-binary :none: --only-binary :none: -i https://pypi.org/simple -- setuptools 'cython>=0.25,<3.0' 'cymem>=2.0.2,<2.1.0' 'preshed>=3.0.2,<3.1.0' 'murmurhash>=0.28.0,<1.1.0' 'thinc>=8.1.8,<8.3.0' 'numpy>=1.15.0; python_version < '"'"'3.9'"'"'' 'numpy>=1.25.0; python_version >= '"'"'3.9'"'"''
cwd: None
Complete output (145 lines):
Ignoring numpy: markers 'python_version >= "3.9"' don't match
```
`(venv) C:\Users\admin\Desktop\project013>pip install chatterbot
Collecting chatterbot
Using cached ChatterBot-1.0.5-py2.py3-none-any.whl (67 kB)
Collecting mathparse<0.2,>=0.1 (from chatterbot)
Using cached mathparse-0.1.2-py3-none-any.whl (7.2 kB)
Collecting nltk<4.0,>=3.2 (from chatterbot)
Using cached nltk-3.8.1-py3-none-any.whl (1.5 MB)
Collecting pint>=0.8.1 (from chatterbot)
Using cached Pint-0.23-py3-none-any.whl.metadata (8.1 kB)
(venv) C:\Users\admin\Desktop\project013>pip install -r Real-Time-Voice-Cloning/requirements.txt
Collecting inflect==5.3.0 (from -r Real-Time-Voice-Cloning/requirements.txt (line 1))
Using cached inflect-5.3.0-py3-none-any.whl (32 kB)
Collecting librosa==0.8.1 (from -r Real-Time-Voice-Cloning/requirements.txt (line 2))
Using cached librosa-0.8.1-py3-none-any.whl (203 kB)
Collecting matplotlib==3.5.1 (from -r Real-Time-Voice-Cloning/requirements.txt (line 3))
Using cached matplotlib-3.5.1.tar.gz (35.3 MB)
Installing build dependencies ... done
Getting requirements to build wheel ... done
Installing backend dependencies ... done
@SusgUY446
SusgUY446 / README.txt
Last active January 5, 2024 09:59
survival game
Individual Mechanics:
Status Effects
Increase walking speed
Decrease walking speed
Health regeneration
Health decay
Mastery Level
Mining
Woodcutting
@SusgUY446
SusgUY446 / README.md
Created November 5, 2023 11:37
30-days-of