I hereby claim:
- I am rafaell-lycan on github.
- I am rafaell (https://keybase.io/rafaell) on keybase.
- I have a public key whose fingerprint is 8A78 3B71 E110 8F9B 0301 8853 BA68 E54A 0CE1 28D2
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' /> |
I hereby claim:
To claim this, I am signing this object:
/** | |
* 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." | |
*/ |
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
.
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> |
I hereby claim:
To claim this, I am signing this object:
a |
#!/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/" | |
) |