Skip to content

Instantly share code, notes, and snippets.

View Markel's full-sized avatar

Markel F. Markel

View GitHub Profile
@24Naman
24Naman / setup-pop.sh
Last active May 12, 2022 15:13
Pop! OS Post Installation script - NVIDIA GeForce 720M
#!/usr/bin/bash
# Check if running as sudo
if [[ $(id -u) -ne 0 ]]; then
echo "Please run as sudo"
exit 1
fi
echo "Setting up Pop Experience"
@nolanlawson
nolanlawson / index.html
Last active April 2, 2023 19:44
Creating a database
<html>
<body>
<pre id="display"></pre>
<script src="//cdn.jsdelivr.net/pouchdb/latest/pouchdb.min.js"></script>
<script src="index.js"></script>
</body>
</html>