Skip to content

larsonj/list-of-lists

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A most excellent list

a most excellent list

Contents



<script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','https://www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-67701441-2', 'auto'); ga('send', 'pageview'); </script>

Data Visualization

       (Table of Contents)

Data Sources

       (Table of Contents)

R Language

       (Table of Contents)

Dev

Languages & Frameworks

Hybrid Mobile

Ionic 2

       (Table of Contents)

Ionic 2 PWAs & Service Workers

       (Table of Contents)

Sample PWA w/ SW Apps

       (Table of Contents)

NativeScript

       (Table of Contents)

Polymer

       (Table of Contents)

React Native

       (Table of Contents)

Sencha Touch

       (Table of Contents)

Weex

       (Table of Contents)

Ionic Framework

       (Table of Contents)

HTML & CSS

       (Table of Contents)

Mobile CSS

       (Table of Contents)

Javascript

Angular 2

       (Table of Contents)

Functional Programming (Javascript)

JS Debugging

JS Engines

       (Table of Contents)

Javascript Style Guides

       (Table of Contents)

JS Language

Six ways to declare JavaScript functions by Dmitri Pavlutin | 22 Jun 2016

       (Table of Contents)

NodeJS & NPM

       (Table of Contents)

Performance testing

Architecture & Related

APIs

       (Table of Contents)

Backend Server Platforms

Deepstream.io

       (Table of Contents)

Database

MongoDB

       (Table of Contents)

mySQL & related

Research - General

Microservices

       (Table of Contents)

Offline Progressive Web Apps

       (Table of Contents)

Reactive Programming

       (Table of Contents)

REST (REpresentational State Transfer)

Serverless

       (Table of Contents)

Service Discovery

       (Table of Contents)

Security

       (Table of Contents)

Developer tools & workflows

       (Table of Contents)

Editors and IDEs

Sublime

       (Table of Contents)

UML markdown

       (Table of Contents)

Markdown

       (Table of Contents)

Presentation Frameworks

       (Table of Contents)

Webstorm

Jet Brains Webstorm Javascript IDE

       (Table of Contents)

gravzio - directed graph example

![Alt text](http://g.gravizo.com/g? digraph G { aize ="4,4"; main [shape=box]; main -> parse [weight=8]; parse -> execute; main -> init [style=dotted]; main -> cleanup; execute -> { make_string; printf}; init -> make_string; edge [color=red]; main -> printf [style=bold,label="100 times"]; make_string [label="make a string"]; node [shape=box,style=filled,color=".7 .3 1.0"]; execute -> compare; } )

sequence diagram example

![Alt text](http://g.gravizo.com/g? @startuml; actor User; participant "First Class" as A; participant "Second Class" as B; participant "Last Class" as C; User -> A: DoWork; activate A; A -> B: Create Request; activate B; B -> C: DoWork; activate C; C --> B: WorkDone; destroy C; B --> A: Request Created; deactivate B; A --> User: Done; deactivate A; @enduml )

       (Table of Contents)

Scource Code Management

Git

Github

A better git log

       (Table of Contents)

UI/UX

       (Table of Contents)

DevOps

AWS

       (Table of Contents)

AWS Certification

       (Table of Contents)

Docker

$vboxDisk = Resolve-Path "$baseDir\output-virtualbox-iso\*.vmdk"
$hyperVDir = "$baseDir\hyper-v-output\Virtual Hard Disks"
$hyperVDisk = Join-Path $hyperVDir 'disk.vhd'
$vbox = "$env:programfiles\oracle\VirtualBox\VBoxManage.exe"
.$vbox clonehd $vboxDisk $hyperVDisk --format vhd
C:\> bcdedit /set hypervisorlaunchtype off  # hyper-v off
C:\> bcdedit /set hypervisorlaunchtype auto # hyper-v on
C:\> # reboot

C:\>bcdedit /copy {current} /d "No Hyper-V"
The entry was successfully copied to {ff-23-113-824e-5c5144ea}.

C:\>bcdedit /set {ff-23-113-824e-5c5144ea} hypervisorlaunchtype off
The operation completed successfully.

or create a .bat file (per Johannes comment from above article)

You can also make a .bat file which will reboot into No Hypervisor Mode directly (or any other special boot option you may create):
bcdedit.exe /bootsequence {your-target-boot-option-guid}
shutdown.exe /r /t 0 /f #(Reboot the computer immediately)
Note: The bcdedit /bootsequence parameter does not make any permanent changes to your boot sequence; it only applies on your next reboot.
This trick saves a few seconds when you need to boot into another dual-boot mode.
> docker exec -it -u [userID (eg.root)] [container ID] bash

       (Table of Contents)

Windows 10

       (Table of Contents)

Embedded Programming

FCC Certification

Digital Signal Processing

       (Table of Contents)

RF & Related

Digi XBee

       (Table of Contents)

Raspbury PI

Shop Safety

       (Table of Contents)

Learning & Education

       (Table of Contents)

Food - Cooking - Restaurants

       (Table of Contents)

Testing and Quality

H/W testing

       (Table of Contents)

Organizational Design

       (Table of Contents)

Science

Astronomy & Cosmology

Neuroscience & Psychology

Philosophy

       (Table of Contents)

Physics

       (Table of Contents)

About

My List of Lists

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published