Skip to content

Instantly share code, notes, and snippets.

###########################
### Common Applications ###
###########################

#Basic
sudo pacman -Sy flatpak appimagelauncher &&
flatpak install com.github.tchx84.Flatseal
## If exists pulseaudio
sudo pacman -Rdd pulseaudio pulseaudio-bluetooth pulseaudio-qt pulseaudio-alsa pulseaudio-ctl pulseaudio-zeroconf
@leoossa
leoossa / AlternativeTo.OP.js
Last active December 8, 2022 12:13
AlternativeTo.net - OnePager - bookmarklet
javascript: (function() {
const appListParent = document.querySelector('li[data-testid]').parentElement;
let alternativesApps = [];
document.querySelector('nav[aria-label="Pagination Navigation"]').remove(); // Remove navigation links
const container = document.createElement("div");
for (i = 2; i <= window.__NEXT_DATA__.props.pageProps.pagingMeta.totalPages; i++)
{
fetch(window.location.href + "?p=" + i).then(res =>
{
return res.text();
@stephanbogner
stephanbogner / index.html
Created January 21, 2021 13:35
My simple template/boilerplate/skeleton/foundation/... for parsing CSV data with javascript (via PapaParse) to e.g. do some quick data analysis
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Data analysis</title>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/PapaParse/5.3.0/papaparse.min.js"></script>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
</head>
<body>
@Climber24
Climber24 / SVG_CSS_animation.html
Created January 3, 2021 07:39
An example of SVG animated with CSS.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Пример зацикленной SVG-анимации, заданной в CSS</title>
</head>
<body>
<style>
* {
@hironaeee
hironaeee / setup.sh
Created January 3, 2021 03:59
ubuntu setup
#!/usr/bin/env bash
# this script save my setup steps
# tested on Ubuntu 20.04
if [ "$UID" -ne 0 ]; then
echo "you are not root, you cannot execute this script!!!"
exit 1
fi
@vschmidt94
vschmidt94 / retro_gruvbox_linux_wallpaper.svg
Last active April 8, 2025 13:15
A retro / vintage Linux wallpaper with dark gruvbox colors
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@Closer2U
Closer2U / 000_svg_css_TOC.md
Last active February 28, 2021 18:10
Nice SVGs and CSS stuff I came across online
@numbnet
numbnet / Backup.sh
Last active February 25, 2021 13:00
backup
#!/bin/bash
function BACKUPMENU {
echo "******* -select- *******"
echo "**************************"
echo " 1) = Backup with RESTIC "
echo " 2) = RESTORE with RESTIC"
echo " 3) = BACKUP with TAR "
echo " 4) = RESTORE with TAR "
echo " *) = EXIT "
echo "**************************"
# gspm project.yml <https://gs-project-manager-docs.readthedocs.io/en/latest/schema.html>
name: Project
path: .
version: 0.0.0
default_type: git
author: Max
email: [email protected]
twitter: (at)twitter
copyright: Copyright (c) 2020
license: License Type