(C-x means ctrl+x, M-x means alt+x)
The default prefix is C-b. If you (or your muscle memory) prefer C-a, you need to add this to ~/.tmux.conf:
| // Autor: Bruno Furtado | |
| // https://gist.github.com/brunofurmon | |
| #include <iostream> | |
| #include <fstream> | |
| #include <sys/time.h> | |
| // Método Recursivo | |
| void potRec(int base, int exponent) { |
This is a compilation of various open-source Unity plugins, codebases, or utility scripts that may aid in expediting the development process.
"ProbePolisher is a Unity Editor plugin for editing light probes. It works both on Unity Basic (free) and Unity Pro."
| using System; | |
| using System.Threading; | |
| static class Program { | |
| static void Main() { | |
| Console.Write("Performing some task... "); | |
| using (var progress = new ProgressBar()) { | |
| for (int i = 0; i <= 100; i++) { | |
| progress.Report((double) i / 100); |
| function walle | |
| set light_blue C7E2E8 | |
| set gray C1C1BD | |
| set light_gray EEE | |
| set dark_gray 565653 | |
| set bronze C6973F | |
| set yellow FFE500 | |
| set lime C6E80B | |
| set brown 8C5D05 |
See the new site: https://postgresisenough.dev