Note: Office only
mso-ansi-font-size: large | larger | <length> | medium | <percentage> | small | smaller | x-large | x-small | xx-large | xx-small
| #!/System/Library/Frameworks/Ruby.framework/Versions/Current/usr/bin/ruby | |
| # SET YOUR_HOME TO THE ABSOLUTE PATH OF YOUR HOME DIRECTORY | |
| # chmod +x install.rb | |
| # ./install.rb | |
| YOUR_HOME = '' | |
| HOMEBREW_PREFIX = "#{YOUR_HOME}/usr/local" | |
| HOMEBREW_CACHE = '/Library/Caches/Homebrew' | |
| HOMEBREW_REPO = 'https://github.com/Homebrew/homebrew' |
| /* | |
| * Copyright (C) 2015 Pavel Savshenko | |
| * Copyright (C) 2011 Google Inc. All rights reserved. | |
| * Copyright (C) 2007, 2008 Apple Inc. All rights reserved. | |
| * Copyright (C) 2008 Matt Lilek <[email protected]> | |
| * Copyright (C) 2009 Joseph Pecoraro | |
| * | |
| * Redistribution and use in source and binary forms, with or without | |
| * modification, are permitted provided that the following conditions | |
| * are met: |
| <script charset="utf-8" src="http://js.hsforms.net/forms/current.js"></script> | |
| <script> | |
| hbspt.forms.create({ | |
| portalId: '', // Update with default form hubspot form id | |
| formId: '', // Update with default form hubspot form id | |
| //target: '.hubspot', | |
| validationOptions: { | |
| validation: { |
| "0815.ru0clickemail.com", | |
| "0wnd.net", | |
| "0wnd.org", | |
| "10minutemail.com", | |
| "20minutemail.com", | |
| "2prong.com", | |
| "3d-painting.com", | |
| "4warding.com", | |
| "4warding.net", | |
| "4warding.org", |
| <script runat="server" language="JavaScript"> | |
| // src: https://gist.github.com/wvpv/19777e1167d6ac91e2e8 | |
| // demo: https://pub.s7.exacttarget.com/yo3hzpktgmu?qs=7145718410d87e2af4e5001112e1de43e2e457b69041ac21&mid=7203368 | |
| Platform.Load("core", "1"); | |
| var debug = true; | |
| var request = {}; |
Shortcut to perform a Google I'm Feeling Lucky search on https://developer.mozilla.org.
The DHCP driver is intended for users to be able to integrate Docker IP address management with their existing IPAM strategies that use DHCP for dynamic address assignment. DHCP enables users to allocate addresses in an organized fashion that will prevent overlapping IP address assignment by associating a unique MAC address from the container eth0 Ethernet interface to an IP address as determined by the DHCP pools defined in the DHCP configuration.
This driver only provides the DHCP client functionality. It does not include a DHCP server. The default driver offers single-host IPAM or for distributed multi-host orchestrated IPAM see the libnetwork overlay driver.
| ^([\w.-]+)@(\[(\d{1,3}\.){3}|(?!hotmail|gmail|googlemail|yahoo|gmx|ymail|outlook|bluewin|protonmail|t\-online|web\.|online\.|aol\.|live\.)(([a-zA-Z\d-]+\.)+))([a-zA-Z]{2,4}|\d{1,3})(\]?)$ |
It's now here, in The Programmer's Compendium. The content is the same as before, but being part of the compendium means that it's actively maintained.