Name | Country | Years | Century | Known For |
---|---|---|---|---|
Boudicca | Britain | Unknown | 1st | Queen of the Iceni, fought against Romans |
St Augustine | Unknown | Unknown | 6th | First Archbishop of Canterbury |
Emperor Hadrian | Rome | Unknown | 2nd | Built Hadrian's Wall |
Harold | England | d.1066 | 11th | Last Saxon King of England |
William the Conqueror | Normandy | d.1087 | 11th | First Norman King of England |
King John | England | d.1216 | 13th | Signed Magna Carta |
Geoffrey Chaucer | England | d.1400 | 14th | Poet, wrote Canterbury Tales |
King Edward I | England | 1239-1307 | 13th-14th | Conquered Wales |
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 fetchMachine = Machine({ | |
id: 'applicant-details', | |
initial: 'loading', | |
context: { | |
applicationId: '', | |
applicantId: '', | |
fields: {}, | |
checked: {}, | |
originalIncomeData: [], |
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 processDefinition = [ | |
{ key: 'terms' }, | |
{ key: 'beforeyoucontinue' }, | |
{ key: 'homebuying' }, | |
{ | |
key: 'applicants', | |
children: [{ | |
key: 'date_of_birth' | |
}, { | |
key: 'nationality' |
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
{"lastUpload":"2019-11-12T11:14:42.944Z","extensionVersion":"v3.4.3"} |
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 MyComponent = () => { | |
return ( | |
<div> | |
This component only renders the introduction text of my website. | |
</div> | |
); | |
}; |
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
<Box marginTop="10px" marginBottom="20px" borderBottom="1px solid blue"> | |
<Flex> | |
<Text fontWeight="bold">Hello</Text> | |
<Text color="red">World</Text> | |
</Flex> | |
<Box> |
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
{ | |
"Ansi 6 Color" : { | |
"Green Component" : 0.5044888257980347, | |
"Red Component" : 0.06165435537695885, | |
"Blue Component" : 0.838664710521698 | |
}, | |
"Tags" : [ | |
], | |
"Ansi 12 Color" : { |
Bash Profiles, from https://github.com/alrra/dotfiles/blob/master/shell/bash_prompt
My sublime snippets
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
Show hidden characters
// Packages: | |
// ------------------------------- | |
// Automatic Backups | |
// Color Highlighter | |
// FuzzyFilePath | |
// GitGutter | |
// SideBarEnhancements | |
// NodeRequirer | |
// Theme: |