.s- Show the stack+,-,*,mod- Math operators/mod- performs both / and mod
dropand2drop- drop a stack item (once / twice)dup- duplicate a stack itemrot- rotate the stack
| # ******************************************************************************** | |
| # | |
| # Script Name: DangItBobby.ps1 | |
| # Version: 1.0.0 | |
| # Author: bluesoul <https://bluesoul.me> | |
| # Date: 2016-04-06 | |
| # Applies to: Domain Environments | |
| # | |
| # Description: This script searches for a specific, logged on user on all or | |
| # specific Computers by checking the process "explorer.exe" and its owner. It |
| license: gpl-3.0 |
| <!DOCTYPE> | |
| <html> | |
| <head> | |
| <title>cytoscape-dagre.js demo</title> | |
| <meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1, maximum-scale=1"> | |
| <script src="http://code.jquery.com/jquery-2.0.3.min.js"></script> |
| # What I followed to do containers (Microsoft's Quickstart Guide): | |
| # https://msdn.microsoft.com/en-us/virtualization/windowscontainers/quick_start/quickstart | |
| break | |
| # Run on Server Core 2016 TP3 | |
| Start-Process PowerShell -Verb runAs | |
| mkdir c:\scripts | |
| wget -uri http://aka.ms/setupcontainers -OutFile c:\scripts\containersetup.ps1 | |
| c:\scripts\containersetup.ps1 #This script took ~50 minutes, but downloads/installs Docker too |
| $(function(){ // on dom ready | |
| var cy = cytoscape({ | |
| container: document.getElementById('cy'), | |
| boxSelectionEnabled: false, | |
| autounselectify: true, | |
| style: [ | |
| { |
This as-simple-as-possible example tries to demonstrate Mike Bostock's pattern "Towards Reusable Charts" http://bost.ocks.org/mike/chart/ for d3 plugins that are composite shapes.
| license: gpl-3.0 |