Skip to content

Instantly share code, notes, and snippets.

@lprsd
lprsd / trip.md
Last active December 22, 2018 16:46

Special places and interesting points of note in your trip to the sacred places associated with The Buddha's life:

Lumbini:

  • Site of the birth of Gautama and also the three Buddhas preceding Gautama.
  • Sal trees still visible;
  • The Buddha walked as soon as he was born;
  • The Buddha talked a soon as he was born;
  • First footprint of the infant Siddhartha (Siddhartha => “one whose aim is accomplished”), as soon as he was born is still preserved;
  • Siddhartha's Mother Queen Maya died within a week of his birth;

Keybase proof

I hereby claim:

  • I am becomingguru on github.
  • I am lprasad (https://keybase.io/lprasad) on keybase.
  • I have a public key ASCQqYcG6vcwo2_JA0QtM9Rda8HZNn5zB0u2MN6tQSrp3Ao

To claim this, I am signing this object:

DoomsDay SAAS Bitcoin Wallet:

doomsday.money or cryptogentlemen.com

Can you cross the borders and do financial transactions if many things from the current Status Quo breaks down?

  • Your bank database can be hacked
    • They don’t probably have too many real time replications distributed geographically.
  • “The Cloud” where all your data is, and most of the internet runs from, is probably in well defined physical location(s)
@lprsd
lprsd / GIF-Screencast-OSX.md
Created August 23, 2021 07:44 — forked from dergachev/GIF-Screencast-OSX.md
OS X Screencast to animated GIF

OS X Screencast to animated GIF

This gist shows how to create a GIF screencast using only free OS X tools: QuickTime, ffmpeg, and gifsicle.

Screencapture GIF

Instructions

To capture the video (filesize: 19MB), using the free "QuickTime Player" application:

// SPDX-License-Identifier: GPL-3.0
pragma solidity >=0.7.0 <0.9.0;
contract GamePrediction {
address public owner;
// owner = msg.sender;
struct Game {
string name;