vis
cat -e
- https://github.com/plaitpy/plaitpy - plait.py is a program for generating fake data from composable yaml templates.
- https://file.pizza/ - P2P file transfer using WebTorrent and WebRTC
- https://about.sourcegraph.com/blog/introducing-sourcegraph-server-2-4/ - Source code search
- https://rocket.chat/ - Open-source team chat (Slack alternative)
- https://bosh.io/ - Open-source deployment/lifecycle management tool
- https://blog.heroku.com/open-cli-framework -
oclif
- Node CLI application framework - https://popmotion.io/pose/ - Declarative motion framework for HTML and React
- http://wiremock.org/ - HTTP API mocking/virtualization
- https://alembic.zzzcomputing.com/en/latest/ - Database migrations for SQLAlchemy
- https://www.getguesstimate.com/ - Spreadsheet with uncertainty (uses Monte Carlo sampling)
I hereby claim:
- I am jonathonw on github.
- I am jonathon (https://keybase.io/jonathon) on keybase.
- I have a public key whose fingerprint is F637 0FF3 8740 61D8 A81E 8DBB FCF4 81D7 DCB7 A730
To claim this, I am signing this object:
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <iostream> | |
int main() | |
{ | |
std::cout << "Hello World!" << std::endl; | |
return 0; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
INFO - Searching for mods in .\mods | |
INFO - paths.actors not set in mod.yml. Assuming mod Core Engine Resources provides no actors. | |
INFO - paths.blocks not set in mod.yml. Assuming mod Core Engine Resources provides no blocks. | |
INFO - Mod core added. | |
INFO - paths.blocks not set in mod.yml. Assuming mod Default World Generator provides no blocks. | |
INFO - Mod default_worldgen added. | |
WARN - Unable to load block from ".\mods\gametype_creative\blocks\shale.yml": yaml-cpp: error at line 0, column 0: bad dereference | |
INFO - Mod gamemode_creative added. | |
INFO - Creating resource group General | |
INFO - Creating resource group Internal |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
:100644 100644 1010a25... 0000000... M etc.java | |
:100644 100644 a6cb6c9... 0000000... M ia.java | |
diff --git a/etc.java b/etc.java | |
index 1010a25..41670dd 100644 | |
--- a/etc.java | |
+++ b/etc.java | |
@@ -1045,4 +1045,28 @@ public class etc { | |
return true; | |
return false; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Mon Aug 2 00:07:00 unknown configd[15] <Debug>: loading com.apple.SystemConfiguration.AppleHDQGasGauge | |
Mon Aug 2 00:07:00 unknown configd[15] <Debug>: adding com.apple.SystemConfiguration.KernelEventMonitor | |
Mon Aug 2 00:07:00 unknown configd[15] <Debug>: adding com.apple.SystemConfiguration.LinkConfiguration | |
Mon Aug 2 00:07:00 unknown configd[15] <Debug>: adding com.apple.SystemConfiguration.PreferencesMonitor | |
Mon Aug 2 00:07:00 unknown configd[15] <Debug>: loading com.apple.SystemConfiguration.EAPOLController | |
Mon Aug 2 00:07:00 unknown configd[15] <Debug>: loading com.apple.SystemConfiguration.IPConfiguration | |
Mon Aug 2 00:07:00 unknown configd[15] <Debug>: loading com.apple.SystemConfiguration.CaptiveNetworkSupport | |
Mon Aug 2 00:07:00 unknown configd[15] <Debug>: adding com.apple.SystemConfiguration.IPMonitor |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
<plist version="1.0"> | |
<dict> | |
<key>AutoSubmitted</key> | |
<true/> | |
<key>SysInfoCrashReporterKey</key> | |
<string>ce3b3dcc96b6f1e58ea126bfef3fed3881f0e243</string> | |
<key>bug_type</key> | |
<string>109</string> |