Skip to content

Instantly share code, notes, and snippets.

View Jblew's full-sized avatar
:shipit:
Merged

Jędrzej B. Lewandowski, MD Jblew

:shipit:
Merged
View GitHub Profile
@Jblew
Jblew / id_ambona.pub
Last active November 17, 2022 19:30
pubkeys
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIAOsk4DkCZNE+byU1ax/hDY7rJEujUoTyIAVRUsw0r0+ [email protected]
@Jblew
Jblew / bitwarden-load-credentials.sh
Last active June 14, 2022 18:53
Bitwarden load credentials
#!/usr/bin/env bash
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
cd "${DIR}"
set -e
BITWARDEN_CREDENTIALS_SECRET_NAME=""
if ! which bw >/dev/null; then
echo "Please install bitwarden cli https://bitwarden.com/help/cli/"
exit
@Jblew
Jblew / Stlink_bluepill_platformio.md
Created June 4, 2022 17:28
Programming BluePill F103C8 with ST-link V2 and platformio
@Jblew
Jblew / Sh
Last active January 24, 2022 11:51
Sh
#!/usr/bin/env bash
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
cd "${DIR}"
@Jblew
Jblew / pcc-badge-en.html
Last active May 2, 2020 09:37
Person Centred Care badges
<p>
<img alt="Person Centred Care"
title="Person Centred Care initiative" src="https://personcentred.care/media/badge.svg"
style="margin-bottom: 0.25rem;" /> <br />
We are proudly part of the
<a href="https://personcentred.care/">Person Centred Care initiative</a>,
</p>
@Jblew
Jblew / serial_procedure_call.ino
Created November 17, 2019 00:33
Arduino template for calling methods/procedures with arguments via serial port
/**
* Procedure definitions
*/
void ledOn() {
digitalWrite(13, HIGH);
}
void ledOff() {
digitalWrite(13, LOW);
#!/usr/bin/env bash
set -e # fail on first error
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )/."
cd "${DIR}"
@Jblew
Jblew / wise-temp-landing-page-better.html
Created September 18, 2018 18:37
Better temporary landing page for Wise
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<link rel="icon" href="../../../../favicon.ico">
teofil  ~/git-repository/steem-wise/steem-wise-core   master ● ⍟7  npm run verify  1 ↵  9130  19:20:22
> [email protected] verify /Users/teofil/git-repository/steem-wise/steem-wise-core
> mocha -r ts-node/register test/integration/**/*.spec.ts
test/integration/api.spec.ts
api FakeApi