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
# Set the variable value in *.tfvars file | |
# or using the -var="hcloud_token=..." CLI option | |
variable "hcloud_token" { | |
type = string | |
default = "" | |
} | |
# Set the path to your SSH key | |
variable "ssh_key" { | |
type = 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
# The Hetzner Cloud token | |
variable "hcloud_token" { | |
type = string | |
default = "" | |
} | |
# Your public SSH key | |
variable "ssh_key" { | |
type = string | |
default = "~/.ssh/id_1337.pub" |
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
Morgenbladet - Developer | |
Morgenbladet is looking for a dedicated developer who will be a key resource in the development of the core technology in the group's digital infrastructure. In this role, you will work closely with Morgenbladet, but be based at Mentor Medier and | |
report to Annette and Bjarne. We will give priority to Morgenbladet's needs, and you will be involved in shaping and developing new tools for the group. | |
We work according to modern and innovative product development processes, and as a developer with us, you will have the | |
opportunity to be closely involved in creative processes and a dynamic environment where we truly believe that we are making | |
society a little bit better by getting even more good journalism out to even more people on even more platforms. | |
You will become part of a small, agile team based in Oslo consisting of tech, UX, and product that will work closely with | |
Morgenbladet, and you will join a team of skilled professionals. We have short decision-making lines and great opp |
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
export default function MyApp() { | |
const article = { | |
title: "This is awesome", | |
description: "This is too", | |
time: "05.10.1987", | |
url: "https://bjarne.oever.li" | |
} | |
return ( | |
<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
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="UTF-8" /> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | |
<title>Norway Times - Article List</title> | |
<style> | |
body { | |
font-family: Arial, sans-serif; | |
background-color: #f3f3f3; |
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 lang="en"> | |
<head> | |
<meta charset="UTF-8" /> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | |
<title>Norway Times - Article List</title> | |
<style> | |
body { | |
font-family: Arial, sans-serif; | |
background-color: #f3f3f3; |
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 lang="en"> | |
<head> | |
<meta charset="UTF-8" /> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | |
<title>Norway Times - Article List</title> | |
<style> | |
body { | |
font-family: Arial, sans-serif; | |
background-color: #f3f3f3; |
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
# Let us create the build step | |
FROM oven/bun as builder | |
# Set the working directory | |
WORKDIR /bun-builder | |
# Copy package and bun lock file to the workdir | |
COPY package.json bun.lockb ./ | |
# Install dependencies |
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
import os | |
import sys | |
import requests | |
import argparse | |
# replace the values below with your GitHub username and organization name | |
github_username = "<your_github_name>" | |
github_org = "<your_github_org>" | |
autolinks = [ |
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
# █ █ ▐▌ ▄█▄ █ ▄▄▄▄ | |
# █▄▄█ ▀▀█ █▀▀ ▐▌▄▀ █ █▀█ █▀█ █▌▄█ ▄▀▀▄ ▀▄▀ | |
# █ █ █▄█ █▄▄ ▐█▀▄ █ █ █ █▄▄ █▌▄█ ▀▄▄▀ █▀█ | |
# | |
# P E N - T E S T I N G L A B S | |
# HTB ZSH theme | |
# This is modified from https://gist.github.com/MadLittleMods/2dc87634c6f3649852fba89b9b98e366#file-eric-zsh-theme | |
# Modifier: bjarneo | |
# Date: 08-18-22 |
NewerOlder