The Wayback Machine - https://web.archive.org/web/20201019112155/https://gist.github.com/discover
Skip to content

Instantly share code, notes, and snippets.

@josecobo1
josecobo1 / index.html
Created Oct 19, 2020 — forked from rglepe/index.html
dom manipulation
View index.html
<div id="color-overlay">
<h1 id="text-bg">RAVE</h1>
</div>
View response data
{
"message": "Successful",
"status": 200,
"data": {
"merchants": [
{
"geofence_based_charges": 0,
"create_delivery_slots": 0,
"multiple_product_single_cart": 1,
"pd_or_appointment": 1,
@theodorocaliari
theodorocaliari / git.md
Created Oct 19, 2020 — forked from leocomelli/git.md
Lista de comandos úteis do GIT
View git.md

GIT

Estados

  • Modificado (modified);
  • Preparado (staged/index)
  • Consolidado (comitted);

Ajuda

View addgist.txt
This is a cool way to add a gist!
@jformacek
jformacek / jwt-bearer-login.ps1
Created Oct 19, 2020
Login via urn:ietf:params:oauth:client-assertion-type:jwt-bearer flow from PowerSHell without extenal dependencies
View jwt-bearer-login.ps1
<#
Code shows login with certificate, retrieval of access token for keyvault service, and retrieval of current version of secret from the keyVault
#>
Param
(
[Parameter()]
#Thumbprit of certificate to use for authentication
[string]$thumbprint='480c0207d38df6eaa91472049b3417a5a8275a39',
[Parameter()]
#ClientID of application that has certificate registered
@openpanzer
openpanzer / openpanzer-save.json
Created Oct 19, 2020
Panzer-Verbaende Ostpreussen-2
View openpanzer-save.json
{"scenario":{"name":"Panzer-Verbaende Ostpreussen","maxTurns":17,"date":"1939-08-31T23:00:00.000Z","atmosferic":0,"latitude":2,"ground":0,"turnsPerDay":4,"dayTurn":2,"reinforcements":{"2":[],"4":[{"row":2,"col":1,"unit":{"eqid":115,"id":-1,"owner":0,"hasMoved":false,"hasFired":false,"hasResupplied":false,"hasOverstrength":false,"isMounted":false,"isSurprised":false,"isDeployed":false,"isCore":false,"tempSpotted":false,"strength":10,"facing":2,"flag":8,"destroyed":false,"carrier":0,"moveLeft":3,"ammo":6,"fuel":0,"hasAnimation":false,"hits":0,"experience":34,"entrenchment":0,"entrenchTicks":0,"leader":-1,"transport":{"eqid":958,"ammo":0,"fuel":0,"icon":"resources/units/images/zd04.png"}},"turn":4,"id":1},{"row":4,"col":5,"unit":{"eqid":66,"id":-1,"owner":0,"hasMoved":false,"hasFired":false,"hasResupplied":false,"hasOverstrength":false,"isMounted":false,"isSurprised":false,"isDeployed":false,"isCore":false,"tempSpotted":false,"strength":10,"facing":2,"flag":8,"destroyed":false,"carrier":0,"moveLeft":2,"ammo":24,
@PabloCorbCon
PabloCorbCon / goSynflood.go
Last active Oct 19, 2020
Simple Synflood attack created in Golang for linux [DoS-synflood]
View goSynflood.go
/*
This synflood attack has been created by Pablo Corbalán
Remember to use this attack just for educational prupose.
Check the repo of the attack at: https//github.com/PabloCorbCon/go-synflood
Pablo Corbalán (@pablocorncon) - C[2020]
*/
package main
import (
// import all the packages needed.
"errors"
View style.css
/*
* CSS code for WordPress Login, Signup Page Design Tutorial.
* Author: WP Academy
& Tutorial Link:
*/
.wpac-custom-login-form #um-submit-btn , .wpac-custom-signup-form #um-submit-btn {
background: #242A56 !important;
margin-top: 15px;
border-radius: 0px !important;
}
View Markup-1
<div class="container">
<span>Label #1</span>
<span>Label #2</span>
<span>Label #3</span>
</div>
You can’t perform that action at this time.