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