Skip to content

Instantly share code, notes, and snippets.

{
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "Outfit",
"type": "array",
"items": {
"type": "object",
"properties": {
"description": {
"type": "string",
"description": "Plain text description of the clothing item."
Also view explanations by holding mouse over column headers
Rk -- Rank
Pos -- Position
Age -- Player's age on February 1 of the season
Tm -- Team
G -- Games
MP -- Minutes Played
PER -- Player Efficiency Rating: "The PER sums up all a player's positive accomplishments, subtracts the negative accomplishments, and returns a per-minute rating of a player's performance."
https://www.basketball-reference.com/about/per.html
name: sample-machine-bootstrap
description: Test devbox.yaml to run with early versions of DevBoxAgent
customizations:
- chocolatey:
description: Install packages using built-in choco step
packages: [ vscode ]
options: -y
- powershell:
description: Run powershell script to install Sublimetext 3
@olegoid
olegoid / gist:f426ea5f74eb9f5e145fd807e9bb5339
Created January 20, 2020 17:54
Remote party closed the WebSocket connection without completing the close handshake
[xUnit.net 00:00:00.03] xUnit.net VSTest Adapter v2.4.1 (64-bit .NET Core 5.0.0)
[xUnit.net 00:00:02.08] Starting: System.Net.WebSockets.Client.Tests (parallel test collections = on, max threads = 8)
[xUnit.net 00:00:19.90] System.Net.WebSockets.Client.Tests.ConnectTest.ConnectInstagram_Success [FAIL]
[xUnit.net 00:00:19.90] System.Net.WebSockets.WebSocketException : The remote party closed the WebSocket connection without completing the close handshake.
[xUnit.net 00:00:19.90] ---- System.Exception : TryParseMessageHeaderFromReceiveBuffer
[xUnit.net 00:00:19.91] Stack Trace:
[xUnit.net 00:00:19.91] at System.Net.WebSockets.ManagedWebSocket.ReceiveAsyncPrivate[TWebSocketReceiveResultGetter,TWebSocketReceiveResult](Memory`1 payloadBuffer, CancellationToken cancellationToken, TWebSocketReceiveResultGetter resultGetter)
[xUnit.net 00:00:19.91] /Users/olegoid/Projects/runtime/src/libraries/System.Net.WebSockets.Client/tests/ConnectTest.cs(99,0): at System.Net.WebSocke
Test Error : Xamarin.MacDev.CreateCertificateTest.Run_AssignsTeamIdToCertificate
System.PlatformNotSupportedException : Operation is not supported on this platform.
at System.Security.Cryptography.X509Certificates.X509Certificate2.set_PrivateKey (System.Security.Cryptography.AsymmetricAlgorithm value) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2018-10/external/bockbuild/builds/mono-x64/mcs/class/System/System.Security.Cryptography.X509Certificates/X509Certificate2.cs:179
at Xamarin.MacDev.CreateCertificate.Run (Xamarin.MacDev.AppleTeam team, Xamarin.MacDev.AppleCertificateType certType, System.String developerName, System.String developerEmail, System.Threading.CancellationToken cancellationToken) [0x002f5] in /Users/olegoid/Projects/md-addins/external/maciostools/Xamarin.MacDev.Ide/AppleSigning/ProvisioningTasks/CreateCertificate.cs:87
at Xamarin.MacDev.CreateCertificateTest.Run_AssignsTeamIdToCertificate () [0x0011a] in /Users/olegoid/Projects/md-addins/MonoDevelop.MacDe
{
"images": [
{
"filename": "Icon-40.png",
"size": "20x20",
"scale": "2x",
"idiom": "iphone"
},
{
"filename": "NotificationIcon@3x.png",
=== Visual Studio Enterprise 2017 for Mac (Preview) ===
Version 7.2 Preview (7.2 build 131)
Installation UUID: 53e1ed85-e8b4-4e61-be15-237780ed3344
Runtime:
Mono 5.4.0.36 (2017-06/ccf4d32) (64-bit)
GTK+ 2.24.23 (Raleigh theme)
Package version: 504000036
Cleaning: FilterDemoApp (Debug|iPhoneSimulator)
Build started 5/24/2016 12:33:53 PM.
__________________________________________________
Project "/Users/olegoid/Projects/monotouch-samples/ios9/FilterDemoApp/FilterDemoApp/FilterDemoApp.csproj" (Clean target(s)):
Target CoreClean:
Deleting file '/Users/olegoid/Projects/monotouch-samples/ios9/FilterDemoApp/FilterDemoApp/obj/iPhoneSimulator/Debug/Xamarin.iOS,Version=v1.0.AssemblyAttribute.cs'
Deleting file '/Users/olegoid/Projects/monotouch-samples/ios9/FilterDemoApp/FilterDemoApp/obj/iPhoneSimulator/Debug/ibtool/LaunchScreen.storyboardc/01J-lp-oVM-view-Ze5-6b-2t3.nib'
Название: UML. Проектирование систем реального времени, распределенных и параллельных приложений, 2-е издание
Автор: Хассан Гома Издательство:
ДМК Пресс Год: 2011 ISBN: 978-5-94074-723-9
Источник: http://progbook.ru/uml/
Marca D.A., McGowan C.L
SADT Structured Analysis and Design Technique
McGraw-Hill, 2010
Буч Г., Якобсон А., Рамбо Дж
@olegoid
olegoid / fixipa.sh
Last active November 19, 2015 22:13
#!/bin/sh
IPA=$1
DIR=$(dirname "${IPA}")
TEMPDIR=${DIR}/tmp
BACKUP=${IPA}_backup
EXTENSION="${IPA##*.}"
# Verify user input
if [ "$IPA" == "" ]; then