ENVKV Sign made with pure html and css.
A Pen by Jens Hinrichs on CodePen.
| Prefix | Description | Notes | |
|---|---|---|---|
| ac_ | Platform Client ID | Identifier for an auth code/client id. | |
| acct_ | Account ID | Identifier for an Account object. | |
| aliacc_ | Alipay Account ID | Identifier for an Alipay account. | |
| ba_ | Bank Account ID | Identifier for a Bank Account object. | |
| btok_ | Bank Token ID | Identifier for a Bank Token object. | |
| card_ | Card ID | Identifier for a Card object. | |
| cbtxn_ | Customer Balance Transaction ID | Identifier for a Customer Balance Transaction object. | |
| ch_ | Charge ID | Identifier for a Charge object. | |
| cn_ | Credit Note ID | Identifier for a Credit Note object. |
| <script> | |
| var category_id = {{OMF category id}}; | |
| var video_ids = {{OMF data}}; | |
| var videos = get_video_ids(video_ids, category_id).slice(0,4); | |
| var row = div_with_class('row product-teaser-row'); | |
| for (var i=0, len=videos.length; i < len; i++) { | |
| var icon = document.createElement('i'), | |
| img = document.createElement('img'), |
| function() { | |
| var inputVariable = {{Page URL}}, | |
| defaultVal = [], | |
| categories = {{OMF Mapping}}; | |
| for (var i = 0, len = categories.length; i < len; i++) { | |
| var regex = new RegExp(categories[i].path); | |
| if (regex.test(inputVariable)) { | |
| return categories[i]; | |
| } |
| function () { | |
| return [ | |
| { path: '/de/firmen/apparate-und-behaelterbau', visibility: true, id: "94401" }, | |
| { path: '/de/firmen/armaturen', visibility: true, id: "89738" }, | |
| { path: '/de/firmen/automatisierungstechnik', visibility: true, id: "87071" }, | |
| { path: '/de/firmen/dichtungen', visibility: true, id: "90322" }, | |
| { path: '/de/firmen/laborgeraete', visibility: true, id: "76541" }, | |
| { path: '/de/firmen/messtechnik', visibility: true, id: "94814" }, | |
| { path: '/de/firmen/pumpen-fuer-die-chemische-industrie', visibility: true, id: "83832" }, | |
| { path: '/de/firmen/ventile', visibility: true, id: "90045" }, |
| find . -type d -depth 1 -exec git --git-dir={}/.git --work-tree=$PWD/{} pull \; |
| <script> | |
| var teaser = document.getElementsByClassName('result-company')[1]; | |
| if (teaser) { | |
| var categories = {{OMF video json}}, | |
| categoryId = {{OMF Category Id}}, | |
| categorySlug = getCategory(categories, categoryId).category_slug, | |
| categoryPath = '/de/videos/' + categorySlug + '/', | |
| dataAction = 'click_serp_omfportal_teaser', | |
| dataCategory = 'click', |
| <?xml version="1.0" encoding="UTF-8" standalone="no"?> | |
| <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | |
| <html xmlns="http://www.w3.org/1999/xhtml"> | |
| <head> | |
| <title></title> | |
| </head> | |
| <body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;"> | |
| <div> | |
| <font face="helvetica, arial">-- </font> |
| curl http://icanhazip.com |
ENVKV Sign made with pure html and css.
A Pen by Jens Hinrichs on CodePen.
| dns-sd -B _afpovertcp._tcp local | |
| dns-sd -L MyOtherMac _afpovertcp._tcp local | |
| dns-sd -G v4v6 MyOtherMac.local |