Skip to content

Instantly share code, notes, and snippets.

View egstar's full-sized avatar
😆
Skilling Up

Burham B. Soliman egstar

😆
Skilling Up
View GitHub Profile
@egstar
egstar / index.html
Created May 12, 2021 11:59
Sandbox - jQuery DialogExtend // source https://jsbin.com/xaxaqeh
<!DOCTYPE html>
<html>
<head>
<title>Sandbox - jQuery DialogExtend</title>
<meta charset=utf-8 />
<link class="jsbin" href="http://code.jquery.com/ui/1.10.2/themes/smoothness/jquery-ui.min.css" rel="stylesheet" type="text/css" />
<script class="jsbin" src="http://code.jquery.com/jquery-1.9.1.js"></script>
<script class="jsbin" src="http://code.jquery.com/ui/1.10.2/jquery-ui.js"></script>
<script type="text/javascript">
/*! jquery-dialogextend 2013-04-25 */
# TODO: Change the name of the org
org: burham
app: sls-todo-app
service: sls-todo-app
plugins:
- serverless-webpack
- serverless-iam-roles-per-function
- serverless-plugin-tracing
@egstar
egstar / Office_kms
Created January 11, 2023 13:12 — forked from OkoyaUsman/Office_kms
KMS server Windows
cd\Program Files\Microsoft Office\Office16
cd\Program Files (x86)\Microsoft Office\Office16
cscript OSPP.VBS /sethst:kms.digiboy.ir
cscript OSPP.VBS /actcscript OSPP.VBS /dstatus
slmgr.vbs /ckms
@egstar
egstar / Ansicolor.md
Created February 21, 2023 19:52 — forked from raghav4/Ansicolor.md
Color codes for console using Ansi
@egstar
egstar / .zshrc
Last active September 5, 2024 09:55
getmeta function
########################
# SEO Tracker Function #
########################
# Requirements:
# OS: any dist
# Libraries: [wget, pup, jq]
#
# Usage: getmeta [URI]
# e.g: getmeta example.com
#
@egstar
egstar / README.md
Created September 5, 2024 15:17 — forked from dominikwilkowski/README.md
ANSI codes for cli controled output

ANSI escape codes

ANSI escape codes can be printed to a shell to as instructions. The below is a list of codes I have used often in my CLI programs and I find myself looking up over and over again.

A great article about it can be found here.

Content