I hereby claim:
- I am rafaell-lycan on github.
- I am rafaell (https://keybase.io/rafaell) on keybase.
- I have a public key ASCxOpy3ePX9eoIE39worlSlJh8tOO_cBZzJXZSXZm1_pgo
To claim this, I am signing this object:
#!/usr/bin/env bash | |
HEADER="Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Firefox\/81.0" | |
SITES=( | |
"https://dolarhoje.com" | |
"https://dolarhoje.com/euro-hoje/" | |
"https://dolarhoje.com/libra-hoje/" | |
"https://dolarhoje.com/bitcoin-hoje/" | |
) |
a |
I hereby claim:
To claim this, I am signing this object:
import React from 'react'; | |
import { render } from 'react-dom'; | |
import Tabs from './Tabs'; | |
const App = () => { | |
return ( | |
<Tabs> | |
<Tabs.Tab label={'Tab 1'}> | |
<p>Content 1</p> | |
</Tabs.Tab> |
A CSS, JS, and Handlebars combiner, compressor, and server
A middleware that knows how to combine, compress and serve CSS and JS files.
When the route is triggered, Web Combiner grab one of the params css
and js
to create the final result with those files if them exists, otherwise it throws an Error with status 404
.
/** | |
* Function getGreetingTime | |
* It returns a greet string based on the current time. | |
* @returns {string} | |
* | |
* Usage: | |
* | |
* const greetings = `Good ${getGreetingTime()}, James.` | |
* Assuming the time is 8pm, the output above will be "Good evening, James." | |
*/ |
I hereby claim:
To claim this, I am signing this object:
<!-- DNS prefetch --> | |
<link rel='dns-prefetch' href='//ajax.googleapis.com' /> | |
<link rel='dns-prefetch' href='//fonts.googleapis.com' /> |