Skip to content

Instantly share code, notes, and snippets.

View sulaimanhayek's full-sized avatar
🏠
Working from home

Suli sulaimanhayek

🏠
Working from home
View GitHub Profile
aspnet_regiis.exe -pa "TestKey" "NT AUTHORITY\NETWORK SERVICE" -full
aspnet_regiis.exe -pi "TestKey" "C:\TestKey.xml"
aspnet_regiis.exe -px "TestKey" "C:\TestKey.xml" -pri
aspnet_regiis.exe -pef connectionStrings TestApplication -prov TestProvider
aspnet_regiis -pa "TestKey" "NT AUTHORITY\NETWORK SERVICE"
aspnet_regiis -pc "TestKey"–exp
@sulaimanhayek
sulaimanhayek / PyScript.html
Created May 2, 2022 19:58
Example of PyScript
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="https://pyscript.net/alpha/pyscript.css" />
<script defer src="https://pyscript.net/alpha/pyscript.js"></script>
<py-env>
- numpy
- matplotlib
</py-env>
<title>PyScript</title>