#BanBot Distro TheMaskOfTruthv1 Ban report created at @Time
##User report issued
| Mix.install([ | |
| {:benchee, "~> 1.4"}, | |
| {:benchee_html, "~> 1.0"} | |
| ]) | |
| defmodule MapPut.Fast do | |
| def map_put(enumerator, map) do | |
| enumerator | |
| |> Enum.reduce(map, fn value, acc -> | |
| Map.put(acc, value, value) |
| defmodule HendricksFormatter do | |
| @moduledoc """ | |
| This module is a formatter plugin for Elixir's `mix format` task | |
| that converts leading whitespace to tabs. | |
| It tries to intelligently determine the tab width based on the most common | |
| counts of leading space runs in the file. | |
| It allows additional space characters for minor adjustments that are below the tab width. | |
| OK, why tabs? Why resurrect this age-old nerd debate again? | |
| Very simple: It's an accessibility issue: | |
| https://adamtuttle.codes/blog/2021/tabs-vs-spaces-its-an-accessibility-issue/ |
| { config, lib, pkgs, ... }: | |
| with lib; | |
| let | |
| kernel = { | |
| date = "2021-10-01"; | |
| commit = "4114ced1db46"; | |
| hash = "05rnr7d704cq60k4yfw070ph9z6zjkrl68c07rca9cwx6km34zqf"; | |
| version = "5.13"; | |
| }; |
| #!/bin/sh | |
| # This script will migrate schema and data from a SQLite3 database to PostgreSQL. | |
| # Schema translation based on http://stackoverflow.com/a/4581921/1303625. | |
| # Some column types are not handled (e.g blobs). | |
| export PGPASSWORD="" | |
| PG_DB_NAME=$1 | |
| PG_USER_NAME=$2 |
#BanBot Distro TheMaskOfTruthv1 Ban report created at @Time
##User report issued
| \[\e]0;\u@\h: \w\a\]$(if [[ $? == 0 ]]; then echo "\[\e[0;32m\]"; else echo "\[\e[0;31m\]$? "; fi)[\u]\[\e[0;94m\][\w]\[\e[0m\]$ |