GIT
Estados
- Modificado (modified);
- Preparado (staged/index)
- Consolidado (comitted);
| <div id="color-overlay"> | |
| <h1 id="text-bg">RAVE</h1> | |
| </div> |
| { | |
| "message": "Successful", | |
| "status": 200, | |
| "data": { | |
| "merchants": [ | |
| { | |
| "geofence_based_charges": 0, | |
| "create_delivery_slots": 0, | |
| "multiple_product_single_cart": 1, | |
| "pd_or_appointment": 1, |
| This is a cool way to add a gist! |
| <# | |
| 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 |
| {"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, |
| /* | |
| 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" |
| /* | |
| * 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; | |
| } |
| <div class="container"> | |
| <span>Label #1</span> | |
| <span>Label #2</span> | |
| <span>Label #3</span> | |
| </div> |