cmd popup message

msg * /time:0 /w Hello therestart "" cmd /c "echo(&echo(&echo              Hello world!     &echo(&pause>nul"mshta "javascript:alert('message');close()"mshta.exe vbscript:Execute("msgbox ""message"",0,""title"":close")mshta "about:<script>alert('Hello, world!');close()</script>"mshta javascript:alert("Message\n\nMultiple\nLines\ntoo!");close();orif 1 == 1 (   mshta javascript:alert^("1 is equal to 1, amazing."^);close^(^);)mshta "javascript:var sh=new ActiveXObject( 'WScript.Shell' ); sh.Popup( 'Message!', 10, 'Title!', 64 );close()"powershell (New-Object -ComObject Wscript.Shell).Popup("""Operation Completed""",0,"""Done""",0x0)powershell [Reflection.Assembly]::LoadWithPartialName("""System.Windows.Forms""");[Windows.Forms.MessageBox]::show("""Hello World""", """My PopUp Message Box""")SOURCE:https://stackoverflow.com/questions/774175/show-a-popup-message-box-from-a-windows-batch-file...

AngularJS version differences

Source: https://www.angularminds.com/blog/article/comparison-difference-between-angular1-vs-angular2-vs-angular4.htmlv1 & v2v1: JavaScript, v2: TypeScript support.  DART can be used also.v1: controller concept in v1 not in v2.  v2: component based UI. helps to divide the application feature based components, enable to call required UI for flexibility and reusability.v2: more SEO friendly.v2: structural change, mobile native possible.  Two layers - application, rendering. View renders in runtime for...

RPi booting from network

http://www.zdnet.com/google-amp/article/raspberry-pi-hands-on-with-the-pi-server-tool/ ...

JavaScript Frameworks

JavaScript Frameworks, https://javascriptreport.com/the-ultimate-guide-to-javascript-frameworks/Guide to icons:The icons below are meant to help readers understand general framework characteristics and tendencies. They are only rough guides.🔥 Performance: A top five performer in benchmarks Functional programming paradigm Reactive programming paradigm Object-oriented programming paradigm TypeScript as primary devlopment languageThe Big ThreeReact Angular   Vue.js Historically SignificantAngularJSBackboneEmberNotableAureliaElm  Inferno 🔥 PolymerPreact ReasonML Svelte 🔥Rest of the PackBinding.scala Bobril 🔥 Choo Cycle.js  DIO 🔥 Dojo  Domvm 🔥EtchGruuGlimmer Hyperapp 🔥 Hyperdom hyperHTML Ivi 🔥Knockout Maquette Marko MithrilMoonNerv NXpetit-dom 🔥Picodom 🔥PuxRactive react-lite RE:DOM 🔥ReflexRiot  rxdomh SanSimulacra.jsSlim.jsStem JS Surplus 🔥  ThermiteTSERSVidomVuera ...

Prime Numbers

Downloadhttps://www.mathsisfun.com/numbers/prime-number-lists.htmlhttps://primes.utm.edu/lists/small/millions/https://primes.utm.edu/primes/download.phpDocshttps://en.wikipedia.org/wiki/Formula_for_primeshttps://web.sonoma.edu/math/colloq/primes_sonoma_state_9_24_08.pdfhttp://mathworld.wolfram.com/PrimeFormulas.htmlOrganization for Finding Prime Numbershttps://www.mersenne.org/ ...

Raspberry Pi - File Server (NAS)

This is to set up a simple NAS to store backups and some files using some parts lying around.  I can't really call this "NAS" though -- It's just a RPi + External USB HDDs, running Samba.MaterialsRPi Zero WPowered USB Hub, https://www.amazon.com/gp/product/B005P2BY5I/1TB 2.5" HDD x 22.5" USB HDD enclosure x 2NoteTried RPi Zero + USB Wifi dongle.  Not enough power.  Replaced...

Encrypt sensitive information, files

Use veraCrypt, https://veracrypt.codeplex.com/ to create virtual disk to store critical data.  Then back it up on DropBox or Google Drive, etc.To manage ID/PW, etc... use KeePass, https://keepass.info/ to store them.  Sync the file on DropBox/Google Drive, etc. ...

Page 1 of 7123457Next
Powered by Blogger.