Skip to content

Instantly share code, notes, and snippets.

@SidepocketNeo
SidepocketNeo / keybase.md
Created March 24, 2018 02:56
Keybase Verification

Keybase proof

I hereby claim:

  • I am sidepocketneo on github.
  • I am sidepocket (https://keybase.io/sidepocket) on keybase.
  • I have a public key ASByrz4421RbNXAfWS4hqShgJgWLGjY74wS_DPfIaGaulQo

To claim this, I am signing this object:

@SidepocketNeo
SidepocketNeo / parler-video.md
Created January 14, 2021 07:13 — forked from kylemcdonald/parler-video.md
How to view a video on Parler.

How to view a video on Parler

Let's say you have a video ID, like wfy02V209EwU taken from this map

The link for the video kiBnNejo0JW0 is at https://video.parler.com/ki/Bn/kiBnNejo0JW0. Notice that the link is: https://video.parler.com/ followed by the first two characters of the video ID, then /, then the next two characters, another /, and the video ID.

But if you click on this, you will get an error.

This is because the Parler video servers are still running (as of January 12) but the Domain Name System (DNS) is not running.

@SidepocketNeo
SidepocketNeo / bernoulli.c
Created February 10, 2022 02:20 — forked from sinclairtarget/bernoulli.c
Lovelace's Note G Program in C
#include <stdio.h>
/*
* Calculates what Ada Lovelace labeled "B7", which today we would call the 8th
* Bernoulli number.
*/
int main(int argc, char* argv[])
{
// ------------------------------------------------------------------------
// Data