Download the package: http://www2.futureware.at/~nickoe/msys2-mirror/msys/x86_64/rsync-3.1.2-2-x86_64.pkg.tar.xz
Extract it and move rsync.exe
to %HOMEDRIVE%%HOMEPATH%\AppData\Local\Programs\Git\usr\bin
.
### Step 1: decide space | |
using Agents | |
space = GridSpace((10, 10); periodic = false) | |
### Step 2: make agent type | |
mutable struct SchellingAgent <: AbstractAgent | |
id::Int | |
pos::NTuple{2, Int} | |
group::Int |
/* BoxNet2D runner | |
* Based on Warp 1.0.7 by Dimitry Tegunov https://github.com/cramerlab/warp/ | |
* Command line interface and Linux port by @biochem_fan | |
* Licensed under GPLv3 | |
*/ | |
using System; | |
using System.IO; | |
using System.Linq; // for toList() | |
using System.Diagnostics; // for Stopwatch |
Games Done Quick | |
Event Info | |
Community Info | |
About Us | |
Discord | |
VODS | |
HOTFIX |
[Trigger] | |
Operation = Remove | |
Type = Package | |
Target = * | |
[Action] | |
Description = Clearing cache... | |
When = PostTransaction | |
Exec = /home/<user>/.local/bin/tools/removehook |
SPC | |
SPC: find file | |
, switch buffer | |
. browse files | |
: MX | |
; EX | |
< switch buffer | |
` eval | |
u universal arg | |
x pop up scratch |
Download the package: http://www2.futureware.at/~nickoe/msys2-mirror/msys/x86_64/rsync-3.1.2-2-x86_64.pkg.tar.xz
Extract it and move rsync.exe
to %HOMEDRIVE%%HOMEPATH%\AppData\Local\Programs\Git\usr\bin
.
/* | |
Windows | |
Location: C:\Users\<YourUsername>\AppData\Roaming\Mozilla\Firefox\Profiles\<YourFirefoxProfile>\chrome | |
Notes: | |
If minimize, maximize, and close buttons are no longer visible, enable the Title Bar or Menu Bar in Firefox Customize. | |
macOS | |
Location: /Users/<YourUsername>/Library/Application Support/Firefox/Profiles/<YourFirefoxProfile>/chrome | |
Notes: | |
If minimize, maximize, and close buttons overlap other controls, add the Flexible Space in Firefox Customize. |
With almost no bandwith at home, I needed a way to download DOOM
that didn't involve blocking the home internet line for two days.
Using steamcmd you can use any computer to download steam games.
login username password
I work as a full-stack developer at work. We are a Windows & Azure shop, so we are using Windows as our development platform, hence this customization.
For my console needs, I am using Cmder which is based on ConEmu with PowerShell as my shell of choice.
Yes, yes, I know nowadays you can use the Linux subsystem on Windows 10 which allow you to run Ubuntu on Windows. If you are looking for customization of the Ubuntu bash shell, check out this article by Scott Hanselman.