Skip to content

Instantly share code, notes, and snippets.

View deathflash1411's full-sized avatar
Cursed, with curiosity.

Salman Asad deathflash1411

Cursed, with curiosity.
View GitHub Profile
@deathflash1411
deathflash1411 / Win_Server_2022_Evaluation_to_full_version.md
Created February 24, 2025 08:14
Upgrade Windows Server 2022 Evaluation (Eval) to Full Version Standard or Datacenter

Keybase proof

I hereby claim:

  • I am deathflash1411 on github.
  • I am deathflash (https://keybase.io/deathflash) on keybase.
  • I have a public key ASBFMwKMv1ff0t5KtrBJB-_-E065pHN119ryoAWfXIWKawo

To claim this, I am signing this object:

@deathflash1411
deathflash1411 / tinyfilemanager.php
Last active September 4, 2024 08:57
tinyfilemanager.php
<?php
//Default Configuration
$CONFIG = '{"lang":"en","error_reporting":false,"show_hidden":false,"hide_Cols":false,"theme":"light"}';
/**
* H3K | Tiny File Manager V2.5.3
* @author CCP Programmers
* @github https://github.com/prasathmani/tinyfilemanager
* @link https://tinyfilemanager.github.io
*/
@deathflash1411
deathflash1411 / devika.py
Created August 20, 2024 15:56
devika.py - CORS
"""
DO NOT REARRANGE THE ORDER OF THE FUNCTION CALLS AND VARIABLE DECLARATIONS
AS IT MAY CAUSE IMPORT ERRORS AND OTHER ISSUES
"""
from gevent import monkey
monkey.patch_all()
from src.init import init_devika
init_devika()