Skip to content

Instantly share code, notes, and snippets.

View jQrgen's full-sized avatar
🍻
Kjempemessig

Jørgen Svennevik Notland jQrgen

🍻
Kjempemessig
  • Bitcoin Unlimited
  • Trondheim, Norway
  • X @jQrgensn
View GitHub Profile
@jQrgen
jQrgen / ES6
Created February 27, 2017 00:47
(function() { "use strict"; let x = "asdf"; }());
https://github.com/yarnpkg/yarn/issues/2291#issuecomment-277776320

Keybase proof

I hereby claim:

  • I am jqrgen on github.
  • I am jqrgen (https://keybase.io/jqrgen) on keybase.
  • I have a public key ASAQQaZSjZHkuK75LMpf2YYkzi4EcEwdd-9xx-3BXwJnhwo

To claim this, I am signing this object:

@jQrgen
jQrgen / bitbucket-pipelines.yml
Created March 24, 2020 17:42 — forked from obvyah/bitbucket-pipelines.yml
Android + Bitbucket Pipeline + Fabric Beta - bitbucket-pipelines.yml
image: java:8
pipelines:
branches:
test:
- step:
caches:
- gradle
- android-sdk
@jQrgen
jQrgen / picam-stream.sh
Created February 12, 2021 09:42 — forked from russfeld/picam-stream.sh
Stream Raspberry Pi Camera to Twitch
#!/bin/bash
# =================================================================
# Stream configuration file for Raspberry Pi Camera
#
# @author Russell Feldhausen (russfeldh@gmail.com)
# @version 2019-06-05
#
# This set of commands should allow you to stream video from your
# Raspberry Pi Camera to Twitch and Youtube (and possibly other
@jQrgen
jQrgen / ACTIVE_PROJECTS.md
Last active December 3, 2021 20:25
Active projects in blockchain + supply chain.

// TODO: Add rest of the projects I have bookmarked

Please suggest additions in the comment section below.

(Some) Currently active projects in blockchain + supply chain.

Mattereum & Femoza

Help deliver Digital Silk Road initiative aimed to facilitate global development by supporting fair and unencumbered global trade.

NFT Inspo
" involves both digital and physical works, truly bridging the physical and the metaphysical."
https://unxd.com/drops/dolce-gabbana-collezione-genesi
https://unxd.com/drops/dolce-gabbana-collezione-genesi/the-glass-suit
https://www.nftboxes.io/
Hello, Fans! Congratulations on your 42 DONER airdrop.
The rest of the DONERs are locked in the token lock.
We are going to set this airdrop down to 42.0 DONER so funds won't be depleted. We simply do not have access to enough funds to airdrop 69 DONER right now. Appreciate the consideration.
42 is still an important number in DONER because the total supply cap is 42069.00000000000000000 (divisible by 18).
Enjoy the airdrop and please help with liquidity.
@jQrgen
jQrgen / QrScannerScreen.android.kt
Created November 15, 2023 00:17 — forked from oianmol/QrScannerScreen.android.kt
QR Code Scanner with Jetbrains Jetpack compose multiplatform!
import android.Manifest
import android.content.pm.PackageManager
import android.util.Log
import android.view.ViewGroup
import androidx.activity.compose.rememberLauncherForActivityResult
import androidx.activity.result.contract.ActivityResultContracts
import androidx.camera.core.CameraSelector
import androidx.camera.core.ImageAnalysis
import androidx.camera.core.Preview
import androidx.camera.lifecycle.ProcessCameraProvider