Linking my account montogeek on GitHub with my address 0xe4361d75ea3215490d4841651357ff81a802577d on EVM in mycryptoprofile.io, and the challenge code is: 676cfa63cf07ef18f4386a2a85fe6814. #LitentryVerifyMyAddress
Linking my account montogeek on GitHub with my address 0xe4361d75ea3215490d4841651357ff81a802577d on EVM in staging.mycryptoprofile.io, and the challenge code is: 18773057af19dbf77901750f4ca0301b. #LitentryVerifyMyAddress
This file contains hidden or 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 useOverlayStyles = makeStyles((theme) => { | |
return { | |
blended: { | |
mixBlendMode: 'hue', | |
backgroundColor: theme.palette.primary.main, | |
position: 'absolute', | |
top: -4, // To include the border | |
right: 0, | |
bottom: 0, | |
left: 0, |
This file contains hidden or 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
TypeScript 8 hrs 32 mins █████████████▎░░░░░░░ 63.1% | |
HTML 2 hrs 28 mins ███▊░░░░░░░░░░░░░░░░░ 18.3% | |
Other 37 mins ▉░░░░░░░░░░░░░░░░░░░░ 4.6% | |
Ruby 34 mins ▉░░░░░░░░░░░░░░░░░░░░ 4.3% | |
Elixir 21 mins ▌░░░░░░░░░░░░░░░░░░░░ 2.6% |
This file contains hidden or 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
enum Events = { | |
START, | |
END | |
} | |
type EventMap<T> = { | |
[K in keyof T]: { | |
type: K; | |
}; | |
}; |
This file contains hidden or 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
// Available variables: | |
// - Machine | |
// - interpret | |
// - assign | |
// - send | |
// - sendParent | |
// - spawn | |
// - raise | |
// - actions |
This file contains hidden or 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
// Available variables: | |
// - Machine | |
// - interpret | |
// - assign | |
// - send | |
// - sendParent | |
// - spawn | |
// - raise | |
// - actions |
This file contains hidden or 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
TypeScript 11 hrs 24 mins ████████████▉░░░░░░░░ 61.4% | |
JavaScript 3 hrs 35 mins ████░░░░░░░░░░░░░░░░░ 19.3% | |
JSON 2 hrs 45 mins ███░░░░░░░░░░░░░░░░░░ 14.9% | |
Docker 16 mins ▎░░░░░░░░░░░░░░░░░░░░ 1.5% | |
Other 11 mins ▏░░░░░░░░░░░░░░░░░░░░ 1.1% |
Text
This file contains hidden or 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
```md | |
```js | |
<Component /> | |
``` | |
``` |
NewerOlder