Skip to content

Instantly share code, notes, and snippets.

View martyca's full-sized avatar
🥝

Martin Caarels martyca

🥝
View GitHub Profile
@martyca
martyca / bash-cheatsheet.sh
Created July 7, 2017 07:10 — forked from LeCoupa/bash-cheatsheet.sh
Bash CheatSheet for UNIX Systems
#!/bin/bash
#####################################################
# Name: Bash CheatSheet for Mac OSX
#
# A little overlook of the Bash basics
#
# Usage:
#
# Author: J. Le Coupanec
# Date: 2014/11/04
exports.handler = async (event) => {
const response = {
"statusCode": 401,
"statusDescription": "401 Unauthorized",
"headers": {
"WWW-Authenticate": "Basic"
},
"body": "Unauthorized"
}
return response;
def lambda_handler(event, context):
response = {
"statusCode": 401,
"statusDescription": "401 Unauthorized",
"headers": {
"WWW-Authenticate": "Basic"
},
"body": "Unauthorized"
}
return response
<!DOCTYPE html>
<html lang="en" class="">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Dog</title>
</head>
<body>
<img src="https://s3-ap-southeast-2.amazonaws.com/static.caarels.com/dog.jpg" alt="">

Keybase proof

I hereby claim:

  • I am martyca on github.
  • I am martincaarels (https://keybase.io/martincaarels) on keybase.
  • I have a public key whose fingerprint is 8DE8 5E8A BBCE 0529 70E4 8C02 EF95 06FE B1D0 5092

To claim this, I am signing this object:

@martyca
martyca / boshtutorial-virtualbox.md
Last active October 20, 2022 03:04
Bosh Tutorial - Virtualbox
@martyca
martyca / markdown.md
Last active January 31, 2024 20:54
markdown testing

Note

Highlights information that users should take into account, even when skimming.

Tip

Optional information to help a user be more successful.

Important

Crucial information necessary for users to succeed.

[!WARNING]