Skip to content

Instantly share code, notes, and snippets.

View jonas-kgomo's full-sized avatar
🏠
Working from home

jonas-kgomo

🏠
Working from home
View GitHub Profile
@jonas-kgomo
jonas-kgomo / copy-of-imageprocessingreport.ipynb
Last active April 25, 2022 03:52
Copy of ImageProcessingReport.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@jonas-kgomo
jonas-kgomo / PatronxChange.md
Last active June 10, 2020 21:52
An implementation of digital patronage in the Gitcoin Ecosystem

PatronxChange

An implementation of digital patronage in the Gitcoin Ecosystem

PatronxChange

Using Harberger Tax to manage pricing of digital collectibles like Kudos and Grants.

Kudos

@jonas-kgomo
jonas-kgomo / FetchJSONfromHTML.md
Last active February 3, 2020 11:07
Get JSON data from HTML rich-text

get text style by paragraph object

styles class and properties

return json text with styles features

REF:

JASONETTE

@jonas-kgomo
jonas-kgomo / convert-hexdecimal.md
Last active February 3, 2020 09:21
A pure function parsing decimal to heximal and vice-versa

Method 1

This script will help us convert colours from heximal to decimal values.

function HextoDec(h) {  
	var dec = parseInt(h, 16); // 16 to 10 base 
	// 16777215 
	return dec 

Keybase proof

I hereby claim:

  • I am jonas-kgomo on github.
  • I am jonaskgomo (https://keybase.io/jonaskgomo) on keybase.
  • I have a public key whose fingerprint is 3388 256B 52F6 26C4 0937 B18E 61D7 E9EC 3C04 7238

To claim this, I am signing this object:

@jonas-kgomo
jonas-kgomo / index.html
Last active July 8, 2018 01:50
svg countdown
<div class="container">
<div class="row">
<div class="col s12 m8 offset-m2 l6 offset-l3 flexFont">
<h6 id="countdown"></h6>
</div>
</div>
<link href='https://fonts.googleapis.com/css?family=Almendra Display' rel='stylesheet'>
<style>
body,button {
font-family: 'Almendra Display'; font-size: 120px; top: 10; background: #f1b3ff;

So i get this thing now

  • Pose Net Is cool