Pinned Loading
-
Code-Snippets
Code-Snippets PublicForked from senlin/Code-Snippets
Collection of mostly WordPress Code Snippets.
PHP
-
layerJS
layerJS PublicForked from layerJS/layerJS
layerJS: Javascript UI composition framework
JavaScript
-
jQuery: find all cells (td/th) in a ...
jQuery: find all cells (td/th) in a column of a table 1/**
2* Find all cells (td/th) in the column of the current cell.
3* (excluding rows with cells that span multiple columns.)
4*/
5 -
Adb useful commands list
Adb useful commands list 1== Adb Server
2adb kill-server
3adb start-server
45== Adb Reboot
-
PowerShell snippet for submitting to...
PowerShell snippet for submitting to urlscan.io - By Nicholas Gipson 1[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
23$Invoke = Invoke-WebRequest -Headers @{"API-Key" = "$apikey"} -Method Post ` -Body "{`"url`":`"$url`"}" -Uri https://urlscan.io/api/v1/scan/ ` -ContentType application/json
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.