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.
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.
######################## | |
# SEO Tracker Function # | |
######################## | |
# Requirements: | |
# OS: any dist | |
# Libraries: [wget, pup, jq] | |
# | |
# Usage: getmeta [URI] | |
# e.g: getmeta example.com | |
# |
Source : https://github.com/shiena/ansicolor/blob/master/README.md
Ansicolor library provides color console in Windows as ANSICON for Golang.
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 |
# 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 |
<!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 */ |