This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<header> | |
<div class="container"> | |
<div class="row"> | |
<div class="col-md-12 col-sm-12 col-lg-12 col-xl-3"> | |
<div class="logo"> | |
<a href="/" title="logo"> w3learn Point </a> | |
</div> | |
<div class="mob-menu"> | |
<span> | |
<i class="fa fa-bars"></i> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
echo Downloading Chromium... | |
$client = New-Object System.Net.WebClient | |
$client.DownloadFile("https://download-chromium.appspot.com/dl/Win_x64?type=snapshots","./chrome.zip") | |
echo Extracting Chromium... | |
Expand-Archive -Path "./chrome.zip" -DestinationPath "./chrome-ext" | |
echo Deleting temporary files... | |
Remove-Item "chrome.zip" | |
echo Running Chromium... | |
start ./chrome-ext/chrome-win/chrome.exe | |
exit |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<head> | |
<meta charset="UTF-8"> | |
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
<title>Loading Animation</title> | |
</head> | |
<body> | |
<div class=".container"> | |
<div class="support"> | |
<div class="dot"></div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
VERBOSE=false | |
while [ "$#" -gt 0 ]; do | |
case "$1" in | |
-v|--verbose) | |
VERBOSE=true | |
shift | |
;; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from PIL import Image | |
def img2hex(gif_path, output_path): | |
try: | |
img = Image.open(gif_path) | |
except FileNotFoundError: | |
print(f"Error: File not found - {gif_path}") | |
return | |
except Exception as e: | |
print(f"Error: {e}") |
(Originally an issue, but got deleted bc Kasm employees are pussies)
- Kasm, you can kiss my ass, but I'm decompiling Kasm Workspaces because they have the absolute audacity to call themselves open source when Kasm Workspaces is entirely CLOSED source, apart from the containers, which they probably have to be open source to not violate GPL. See https://github.com/kasmweb-decompilation
You heard me, Kasm is full of bullshit. I am absolutely fed up with the direction Kasm is going towards. This is not good for people that FOSS is (usually) aimed for... Hobbyist developers.
- Anti open source and false claims: