Aqui você vai encontrar além de uma introdução sobre requisições no Postman, como testá-las de maneira automatizada.
Lista das principais fontes de estudos do que vou passar aqui:
Aqui você vai encontrar além de uma introdução sobre requisições no Postman, como testá-las de maneira automatizada.
Lista das principais fontes de estudos do que vou passar aqui:
| <?xml version="1.0" encoding="UTF-8"?> | |
| <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
| <plist version="1.0"> | |
| <dict> | |
| <!-- not sure which one it is, so set both --> | |
| <key>Ensemble</key> | |
| <dict> | |
| <key>Enabled</key> | |
| <true/> | |
| </dict> |
| # ######################################################################################################################################## | |
| # Retrieve the SQLTEXT + BIND VARIABLES + EXEC PLAN + PLAN HISTORY + BASELINE + FIX PLAN + TUNING ADVISOR | |
| VER="[3.6]" | |
| # # # # | |
| # Authors: Mahmmoud ADEL # # # # # # | |
| # Farrukh Salman # # # #### | |
| # Created: 24-12-11 # # # # # | |
| # Modified: 31-12-13 Customized the script to run on various environments. | |
| # 06-05-14 Getting the Bind Variable info for the SQLID | |
| # 05-11-15 Fix Divided by Zero error |
| # | |
| # ZSH functions to start/stop OpenConnect VPN client | |
| # | |
| # In my setup the VPN username is the same as $USER | |
| # | |
| export VPN_HOST=<your VPN host> | |
| function vpn-up() { | |
| if [[ -z $VPN_HOST ]] | |
| then |
| /* | |
| MIT License | |
| Copyright (c) 2020 National Instruments | |
| Permission is hereby granted, free of charge, to any person obtaining a copy | |
| of this software and associated documentation files (the "Software"), to deal | |
| in the Software without restriction, including without limitation the rights | |
| to use, copy, modify, merge, publish, distribute, sublicense, and/or sell |
| # used different forum posts/guides to figure this out like: | |
| # The uninstall script is located at /Library/Parallels/Parallels Service.app/Contents/Resources | |
| # https://github.com/danijeljw/remparallels/blob/master/remprls.sh | |
| # https://kb.parallels.com/122461 | |
| # sudo find / -iname "*parallels*" | |
| # sudo find / -iname "*prl*" | |
| #before uninstalling deactivate your licencse - this won't be possible after uninstall | |
| prlsrvctl deactivate-license |
brew install findutils)| sudo tcpdump -Q pid=PID -k |
| #!/usr/bin/env python3 | |
| ''' | |
| A script to recursively compare two directories (including file size and file hash changes) | |
| Usage: python3 compare_dirs.py DIR1 DIR2 | |
| ''' | |
| import os, sys, hashlib, unicodedata | |
| COMPARE_FILES = True # should file sizes be compared if their names are the same? |
Note
to active Office without crack, just follow https://github.com/WindowsAddict/IDM-Activation-Script,
you wiil only need to run
irm https://massgrave.dev/ias | iex