how did I get this code shrunk down to
that last little bit how did that
process work my goal was to make these
functions small and I call this the
| cd /tmp | |
| wget https://github.com/buildpacks/pack/releases/download/<version>/pack-<version>-linux.tgz | |
| tar -xvzf pack-<version>-linux.tgz | |
| sudo mv pack /usr/local/bin/ |
| package main | |
| import ( | |
| "fmt" | |
| "math/rand" | |
| ) | |
| func main() { | |
| var matrix = make(map[int][]string) |
| import React, { useState, useEffect } from 'react' | |
| import axios from 'axios' | |
| // @material-ui/core components | |
| import { makeStyles } from '@material-ui/core/styles' | |
| import authHeader from '../assets/jss/services/auth-header' | |
| //import Grid from '@material-ui/core/Grid' | |
| // @material-ui/icons | |
| // core components | |
| import CardComponent from './card.component' |
| /* | |
| Guide from xe-non to P-Use | |
| */ | |
| #include <WiFi.h> | |
| #include <HTTPClient.h> | |
| const char *ssid = "REPLACE_WITH_YOUR_SSID"; | |
| const char *password = "REPLACE_WITH_YOUR_PASSWORD"; |
| gpg --keyserver keyserver.ubuntu.com --recv-key 8771ADB0816950D8 && gpg -a --export 8771ADB0816950D8 | sudo apt-key add - |
| # Use with Debian Stable/stretch repositories. Set as default for antiX-17. Note new repos | |
| #deb http://iso.mxrepo.com/antix/stretch stretch main | |
| deb http://mirror.0x.sg/mx-workspace/antix/stretch stretch main | |
| #deb-src http://iso.mxrepo.com/antix/stretch stretch main |
| # -*- coding: utf-8 -*- | |
| # _______ _ _______ _ | |
| # |\ /|( ____ \ ( ( /|( ___ )( ( /| | |
| # ( \ / )| ( \/ | \ ( || ( ) || \ ( | | |
| # \ (_) / | (__ _____ | \ | || | | || \ | | | |
| # ) _ ( | __)(_____)| (\ \) || | | || (\ \) | | |
| # / ( ) \ | ( | | \ || | | || | \ | | |
| # ( / \ )| (____/\ | ) \ || (___) || ) \ | | |
| # |/ \|(_______/ |/ )_)(_______)|/ )_) | |
| # |