Steps required to build and install ICE SSB on Debian Linux and its derivatives
-
Install the dependencies
apt install build-essential devscripts apt install python3 python3-gi python3-requests python3-bs4 python3-lxml
apt install chromium-browser
#!/usr/bin/env python | |
# ---------------------------------------------------------------------------- | |
# NSIDC Data Download Script | |
# | |
# Copyright (c) 2021 Regents of the University of Colorado | |
# Permission is hereby granted, free of charge, to any person obtaining | |
# a copy of this software and associated documentation files (the "Software"), | |
# to deal in the Software without restriction, including without limitation | |
# the rights to use, copy, modify, merge, publish, distribute, sublicense, | |
# and/or sell copies of the Software, and to permit persons to whom the |
This is a demo for how to get a cheatsheet of all Talon voice commands.
To recreate what I did:
This guide will cover the basics on how to integrate emacs with protonmail-bridge using
;;; org-prettify-source-block.el --- | |
;; Copyright (C) 2018 Not me | |
;; Author: | |
;; Created: ew (2018-04-18): | |
;; Version: 0.1 | |
;; This program is free software; you can redistribute it and/or | |
;; modify it under the terms of the GNU General Public License as |
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="UTF-8"> | |
<title>Jigsaw puzzle</title> | |
<script type="text/javascript"> | |
function save(filename, data) | |
{ | |
var blob = new Blob([data], {type: "text/csv"}); |