Karabiner private.xml for Logitech K750 for Mac
- Remap Dashboard(F4/F12) to Launchpad
This python script will print all active leases availables in the /var/lib/dhcp/dhcpd.leases file.
This is not my work! See Author below.
+--------------------------------------------------------------------------------------------------
| DHCPD ACTIVE LEASES REPORT
| /* | |
| * Copyright (C) 2015 Machinery For Change, Inc. | |
| */ | |
| package com.github.x3333.logging; | |
| import java.text.MessageFormat; | |
| import java.util.LinkedList; | |
| import java.util.List; | |
| import java.util.Map; | |
| import java.util.Map.Entry; |
Scroll to an element if it's not completely visible in the Viewport.
This is to mimic a Table with fixed header at top and a footer.
Different from other options in the internet, this is not automatic layout. You have to build the HTML following the structure above.
This table has rounded corners and the CSS is customized to remove double borders.
Columns width can be px or %, the table-layout is fixed. The table can scroll horizontally and vertically. Fixed the vertical scroll bar not been take in consideration. Now the table will scroll and the header/footer will be aligned correctly.