Skip to content

Instantly share code, notes, and snippets.

View skywarth's full-sized avatar
🇵🇹
Liberdade

skywarth

🇵🇹
Liberdade
  • Solo-self-found projects
  • Portugal
  • 04:58 (UTC +01:00)
View GitHub Profile
@gundamew
gundamew / example.md
Created January 20, 2022 10:43
Installing Obsidian (AppImage) on Ubuntu 20.04

1. Move the AppImage to /opt

$ sudo mkdir -p /opt/Obsidian
$ mv ~/Downloads/Obsidian-0.13.19.AppImage /opt/Obsidian

2. Create the desktop entry

@icio
icio / get_prime.php
Created March 22, 2011 22:37
N-th Prime Numbers
<?php
/**
* A method for finding n-th prime numbers. Usage example follows at the end.
* @author Paul Scott <[email protected]>
*/
/**
* Calculate the n-th prime number(s).
*