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
| from itertools import product | |
| import numpy as np | |
| INV_SQRT_3 = 1.0 / np.sqrt(3.0) | |
| ASIN_INV_SQRT_3 = np.arcsin(INV_SQRT_3) | |
| def gaussian_bell(xs, ys, xc=0., yc=0., xsigma=1., ysigma=1.): | |
| """ Compute a 2D Gaussian with asymmetric standard deviations and |
| #!/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"}); |