A simple App using Vue.js & Firebase with Auth.
See the DEMO.
A simple App using Vue.js & Firebase with Auth.
See the DEMO.
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
Tap Area
component into the scene and make sure it’s on the top layer.tradeDeskClickTag
. (After setup is done, you can hide and lock this layer)Tap Area
and select Add Event
. Next, under the Tap Area
dropdown, select Touch/Click
.Custom
dropdown, select the Add custom action
.clickEvent
and the paste the following JavaScript code in the textarea:window.open(window.clickTAG)
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 named Copy
to your field layout.
Add a Preview Taget (in the Home section settings) with the label Local
pointing to the URL http://localhost:3000
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).