https://dash.cloudflare.com/profile/api-tokens?permissionGroupKeys=[{"key":"d1","type":"edit"},{"key":"workers_r2","type":"edit"},{"key":"workers_kv_storage","type":"edit"},{"key":"page","type":"edit"},{"key":"billing","type":"read"},{"key":"account_logs","type":"edit"},{"key":"account_analytics","type":"read"},{"key":"account_settings","type":"read"}]&name=NuxtHub Team Charlie Hield
- Drag a new
Tap Area
component into the scene and make sure it’s on the top layer. - Resize the layer to match the banner dimentions and rename it
tradeDeskClickTag
. (After setup is done, you can hide and lock this layer) - Right click the
Tap Area
and selectAdd Event
. Next, under theTap Area
dropdown, selectTouch/Click
. - In the Action section, under the
Custom
dropdown, select theAdd custom action
. - Name the function
clickEvent
and the paste the following JavaScript code in the textarea:
window.open(window.clickTAG)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const axios = require('axios') | |
const Bottleneck = require('bottleneck') | |
const limiter = new Bottleneck({ | |
maxConcurrent: 1, | |
minTime: 5000 | |
}) | |
const urls = [ | |
'https://jsonplaceholder.typicode.com/users', |
-
This assumes you’ve got Craft 3.2 running and the CraftQL plugin installed 🙌🏻
-
Create a Section named
Home
and then attach a field namedCopy
to your field layout. -
Add a Preview Taget (in the Home section settings) with the label
Local
pointing to the URLhttp://localhost:3000
- Go into the Home entry and click Preview button, then switch to Local target.
A simple App using Vue.js & Firebase with Auth.
See the DEMO.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; |
Apache
sudo chown -R www-data:www-data /var/www/html/
nginx
sudo chown -R www-data:www-data /usr/share/nginx/html/
#!/usr/bin/env <language>
Example
#!/usr/bin/env python
find . -name "*.js" | xargs cat | wc -l
(via Slideshare).
NewerOlder