A concise comparison of operating systems. Some focus on root-on-ZFS, and on Plasma. Not intended to be comprehensive.
Describing availability is not necessarily a recommendation to install what's available.
using UnityEngine; | |
using Math = System.Math; | |
public static class NearestPointTo | |
{ | |
/// <summary> | |
/// Find the closest point on an ellipse centered on the origin. | |
/// </summary> | |
/// Credit: | |
/// 2015-09 Original Paper by Luc. Maisonobe https://www.spaceroots.org/documents/distance/distance-to-ellipse.pdf |
This guide was adapted from https://gist.github.com/niw/e4313b9c14e968764a52375da41b4278#running-ubuntu-server-for-arm64
//! An HTTP server based on `hyper`. | |
//! | |
//! Run with: | |
//! | |
//! ``` | |
//! cargo run --example hyper-server | |
//! ``` | |
//! | |
//! Open in the browser any of these addresses: | |
//! |
//! An HTTP server based on `hyper`. | |
//! | |
//! Run with: | |
//! | |
//! ``` | |
//! cargo run --example hyper-server | |
//! ``` | |
//! | |
//! Using https://github.com/mcollina/autocannon | |
//! ``` |
#!/usr/bin/env fish | |
function build | |
set -l mode $argv[1]; set -q $mode ; and set mode Debug | |
xcodebuild -configuration $mode > /dev/null | |
end | |
function package | |
set -l mode $argv[1] | |
set -l repo $argv[2] |
# ~/.profile | |
export HTTP_PROXY=http://127.0.0.1:9090 | |
export HTTPS_PROXY=http://127.0.0.1:9090 | |
export PATH="$HOME/.cargo/bin:$PATH" |
diff --git a/ios-deploy.xcodeproj/project.pbxproj b/ios-deploy.xcodeproj/project.pbxproj | |
index c58f9d8..6c46afe 100644 | |
--- a/ios-deploy.xcodeproj/project.pbxproj | |
+++ b/ios-deploy.xcodeproj/project.pbxproj | |
@@ -317,7 +317,7 @@ | |
); | |
runOnlyForDeploymentPostprocessing = 0; | |
shellPath = /bin/sh; | |
- shellScript = "echo \"\\\"# AUTO-GENERATED - DO NOT MODIFY\\n\\\"\" > src/ios-deploy/lldb.py.h\nawk '{ print \"\\\"\"$0\"\\\\n\\\"\"}' src/scripts/lldb.py >> src/ios-deploy/lldb.py.h"; | |
+ shellScript = "awk '{ print \"\\\"\"$0\"\\\\n\\\"\"}' src/scripts/lldb.py > src/ios-deploy/lldb.py.h"; |
https://battle.net/download/getInstallerForGame?os=MAC&version=LIVE&gameProgram=WARCRAFT_3 | |
https://battle.net/download/getInstallerForGame?os=mac&locale=enUS&version=PTR&gameProgram=WARCRAFT_3 |