This file contains 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
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>Test Obfuscated</title> | |
<style> | |
#a1 { | |
transform: translateY(54px); | |
} |
This file contains 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
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>Test Obfuscated</title> | |
<style> | |
#a1 { | |
transform: translateY(54px); | |
} | |
#a2 { | |
transform: translateY(18px); |
This file contains 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
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>Test</title> | |
</head> | |
<body> | |
<h1>Test</h1> | |
<p>Test</p> | |
<div> | |
<div id="a1">List item 1</div> |
This file contains 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 findUnsortedSubarray = (nums: number[]): number => { | |
// find the left order breaker | |
let left = 0; | |
while (left < nums.length - 1 && nums[left] <= nums[left + 1]) { | |
left++; | |
} | |
// if left is the last element, then the array is already sorted | |
if (left === nums.length - 1) { |
This file contains 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
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>Infinity</title> | |
</head> | |
<body> | |
<div id="infinite"></div> | |
<button onclick="addElement()">Add Element</button> | |
<input id="zoom" type="range" min="10" max="200" value="100"> | |
</body> |
This file contains 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
{ | |
"layout": "SingleColumnSchema", | |
"sections": [ | |
{ | |
"section_name": "Basics", | |
"data_schema": "json-resume-basics", | |
"layout_schema": "json-resume-basics", | |
"data": { | |
"name": { | |
"tag": "String", |
This file contains 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
{"layout":"SingleColumnSchema","sections":[{"section_name":"Basics","data_schema":"json-resume-basics","layout_schema":"json-resume-basics","data":{"name":{"tag":"String","value":"Søren Døssing"},"email":{"tag":"String","value":"[email protected]"},"phone":{"tag":"String","value":"+45 93935235"}},"items":[]},{"section_name":"Work Experience","data_schema":"json-resume-work","layout_schema":"json-resume-work","data":{},"items":[{"id":"eba1u","fields":{"name":{"tag":"String","value":"Semco Maritime"},"position":{"tag":"String","value":"OT Security Architect"},"url":{"tag":"String","value":""},"startDate":{"tag":"String","value":"2023-01-01"},"endDate":{"tag":"String","value":"Present"},"summary":{"tag":"String","value":"Developing OT Security solutions and handling OT Security GRC"},"highlights":{"tag":"List","value":[]}}},{"id":"2vd6t9","fields":{"name":{"tag":"String","value":"Det Faglige Hus"},"position":{"tag":"String","value":"Systems Consultant"},"url":{"tag":"String","value":""},"startDate":{"tag":"String |
This file contains 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
WIP |
This file contains 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
WIP |
This file contains 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
wohoo |
NewerOlder