Skip to content

Instantly share code, notes, and snippets.

View AlexJLP's full-sized avatar
🍅
Focusing

Alex P AlexJLP

🍅
Focusing
  • Glasgow, Scotland
View GitHub Profile
import binascii
import resource
import struct
import select
import time
import sys
import os
@AlexJLP
AlexJLP / RC4.ps1
Created August 30, 2022 15:03 — forked from HarmJ0y/RC4.ps1
PowerShell RC4 Implementation
function ConvertTo-Rc4ByteStream {
<#
.SYNOPSIS
Converts an input byte array to a RC4 cipher stream using the specified key.
Author: @harmj0y
License: BSD 3-Clause
Required Dependencies: None
Optional Dependencies: None
Open Emote picker, then in dev console:
var a = window.open("");
for (var i = 0; i < p.length && i < 100; i++) { a.document.write(p[i].children[0].src + "#filename=" + p[i].children[0].alt + "<br />"); }
------
Jdownloader packagizer:
{"filetypeFilter":{"customs":null,"matchType":"IS","archivesEnabled":false,"audioFilesEnabled":false,"docFilesEnabled":false,"exeFilesEnabled":false,"hashEnabled":false,"imagesEnabled":false,"subFilesEnabled":false,"useRegex":false,"videoFilesEnabled":false,"enabled":false},"originFilter":{"matchType":"IS","origins":[],"enabled":false},"hosterURLFilter":{"matchType":"CONTAINS","regex":"","useRegex":false,"enabled":false},"onlineStatusFilter":{"matchType":"IS","onlineStatus":"OFFLINE","enabled":false},"chunks":-1,"created":1540306337218,"sourceURLFilter":{"matchType":"CONTAINS","regex":".+#filename=(.+)","useRegex":true,"enabled":true},"conditionFilter":{"conditions":[],"matchType":"IS_TRUE","enabled":false},"testUrl":"","enabled":true,"filename":"<jd:source:1>.webp","packag
@AlexJLP
AlexJLP / index.html
Created May 4, 2022 21:37
Raaawr Dinosaur
<div class="center">
<div class="wrap">
<div class="dino-body">
<div class="dino-dot"></div>
</div>
<div class="dino-head">
<div class="dino-eye"></div>
</div>
<div class="dino-neck"></div>
<div class="dino-tail">
@AlexJLP
AlexJLP / index.html
Created April 29, 2022 13:11
Simple Chat Conversation
<div class="header">Conversation</div>
<div class="container">
<div class="Area">
<div class="L">
<a href="https://twitter.com/SamiMassadeh">
<img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRrEyVlaWx0_FK_sz86j-CnUC_pfEqw_Xq_xZUm5CMIyEI_-X2hRUpx1BHL"/>
<div class="tooltip">Sami Massadeh - 28 Years<br/>Doctor <br/>Jordan</div></a>
</div>
<div class="text R textR">Hi Mariam, How Are You?
@AlexJLP
AlexJLP / chmod-numeric-to-symbolic-calculator.markdown
Created March 16, 2022 12:42
Chmod numeric to symbolic calculator
@AlexJLP
AlexJLP / index.html
Created February 23, 2022 10:38
Wizard boostrap
<div class="container" id="myWizard">
<h3 class="text-center ">Bootstrap Wizard</h3>
<br>
<div class="progress ">
<div class="progress-bar progress-bar-success" role="progressbar" aria-valuenow="1" aria-valuemin="1" aria-valuemax="5" style="width: 20%;">
Step 1 of 5
</div>
@AlexJLP
AlexJLP / bootstrap-wizard-powered-by-vue2.markdown
Created February 23, 2022 10:34
Bootstrap Wizard powered by Vue2
@AlexJLP
AlexJLP / bootstrap-wizard-powered-by-vue2.markdown
Created February 23, 2022 10:34
Bootstrap Wizard powered by Vue2