You notice that the page heading for vendor and type collection pages (/collection/vendors?q=<vendor> or /collection/types?q=<type>) are not capitalized.
You want it capitalized:
| /* | |
| RelayTest | |
| Toggles a relay every 2 seconds (adjustable) | |
| Values adjustable by the DFRobot LCD Shield's onboard buttons. | |
| Each Up press increases the delay by 0.5s, and down does the reverse. | |
| Right resets the delay to the default of 2s. | |
| See RELAY_PIN and STARTING_DELAY to change configuration | |
| modified 14 Feb 2016 |
| var firmata = require('firmata'); | |
| var repl = require('repl'); | |
| var board = new firmata.Board('/dev/ttyAMA0',function(err){ | |
| //arduino is ready to communicate | |
| if (err) { | |
| console.log("err:" + err); | |
| return; | |
| } | |
| console.log("Firmata Firing LEDs"); |
| class DatepickerInput < SimpleForm::Inputs::Base | |
| def input(wrapper_options) | |
| merged_input_options = merge_wrapper_options(input_html_options, wrapper_options) | |
| @builder.text_field(attribute_name, merged_input_options) + \ | |
| @builder.hidden_field(attribute_name, { :class => attribute_name.to_s + "-alt"}) | |
| end | |
| end |
| ############################################################ | |
| # AY1213 Term 2 Finals # | |
| # Q3 Binary Tree solution checker # | |
| # NOTE: This is a best-effort simple solution checker # | |
| # and put together in probably the most inefficient # | |
| # way. Sorry Prof Hady & Mok! # | |
| ############################################################ | |
| # Updated 6 Dec 17, 1115 # | |
| # Feel free to comment/fork # | |
| ############################################################ |
| dokku config:get blog DOKKU_PROXY_PORT_MAP | |
| http:80:5000 https:443:5000 |
| <ServerSettings> | |
| LogLevel = 4 | |
| ConsoleLevel = 0 | |
| RetainLogDays = 10 | |
| LogFolder = "/root/.goodsync/server" | |
| LogPrefix = "" | |
| AccessLogFolder = "" | |
| AccessLogPrefix = "" | |
| MaxConnections = 512 | |
| PreventSleep = No |
| ln -s /usr/local/opt/readline/lib/libreadline.8.dylib /usr/local/opt/readline/lib/libreadline.7.dylib |
| ^((([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])\.){3}([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])(\/([0-9]|[1-2][0-9]|3[0-2]))|pl-[0-9a-z]{8})$ |
/etc/systemd.system/cloudflared-proxy-dns.service with contents:[Unit]
Description=DNS over HTTPS (DoH) proxy client
Wants=network-online.target nss-lookup.target
Before=nss-lookup.target
[Service]
AmbientCapabilities=CAP_NET_BIND_SERVICE