Skip to content

Instantly share code, notes, and snippets.

View jozefizso's full-sized avatar
🏳️‍🌈

Jozef Izso jozefizso

🏳️‍🌈
  • Slido, Cisco Systems
  • Bratislava, Slovakia
View GitHub Profile
@jozefizso
jozefizso / FlatUI_2015_dark.vstheme
Created December 28, 2015 14:27
Visual Studio Theme
<Themes>
<Theme Name="FlatUI 2015" GUID="{0c08bce7-e934-4150-a773-8ac3f50f7b3d}">
<Category Name="Autos" GUID="{a7ee6bee-d0aa-4b2f-ad9d-748276a725f6}">
<Color Name="ChangedText">
<Background Type="CT_INVALID" Source="00000000" />
<Foreground Type="CT_RAW" Source="FFF7A1A1" />
</Color>
<Color Name="Plain Text">
<Background Type="CT_INVALID" Source="00000000" />
<Foreground Type="CT_INVALID" Source="00000000" />
@jozefizso
jozefizso / README.md
Created January 3, 2016 10:21
Installation using `cinst pester` fails
@jozefizso
jozefizso / Lucene.Net.Analysis.Tokenattributes.IFlagsAttribute.yml
Last active March 11, 2016 21:58
docfx 1.5.2.0 error building Lucene.Net
items:
- uid: Lucene.Net.Analysis.Tokenattributes.IFlagsAttribute
id: IFlagsAttribute
parent: Lucene.Net.Analysis.Tokenattributes
children:
- Lucene.Net.Analysis.Tokenattributes.IFlagsAttribute.Flags
langs:
- csharp
- vb
name: IFlagsAttribute
@jozefizso
jozefizso / chocolatey.log
Last active March 26, 2016 14:08
Failed to install Mercurial (hg package)
C:\Windows\system32>cinst mercurial -y -debug -verbose
Chocolatey is running on Windows v 10.0.10240.0
Attempting to delete file "C:/ProgramData/chocolatey/choco.exe.old".
Attempting to delete file "C:\ProgramData\chocolatey\choco.exe.old".
Command line: "C:\ProgramData\chocolatey\choco.exe" install mercurial -y -debug -verbose
Received arguments: install mercurial -y -debug -verbose
NOTE: Hiding sensitive configuration data! Please double and triple
check to be sure no sensitive data is shown, especially if copying
output to a gist for review.
@jozefizso
jozefizso / Test-DnsRecordExists.ps1
Last active April 2, 2016 23:06
Create DNS record on CloudFlare and check if all NS servers can serve it
Import-Module "Posh-CloudFlare\Posh-CloudFlare.psd1" -Force
$CloudFlareAPIToken = '...'
$CloudFlareEmailAddress = '...'
$CloudFlareDomain = 'example.com'
$DNS_SYNC_TIMEOUT = 60
$domain = "_acme-challenge.subdomain.${CloudFlareDomain}."
@jozefizso
jozefizso / keybase.md
Created September 5, 2016 18:19
keybase.md

Keybase proof

I hereby claim:

  • I am jozefizso on github.
  • I am jozefizso (https://keybase.io/jozefizso) on keybase.
  • I have a public key whose fingerprint is D464 DC77 2EEA 39D3 89BF CC53 4A58 F921 E45E 4FD1

To claim this, I am signing this object:

@jozefizso
jozefizso / package.json
Created March 15, 2017 17:52
Webpack - TypeError: Cannot read property 'used' of null
{
"name": "AspnetSpa1",
"version": "0.0.0",
"scripts": {
"build": "npm run webpack:vendor",
"webpack:vendor": "node node_modules/webpack/bin/webpack.js --config webpack.config.vendor.js --env.prod"
},
"dependencies": {
"aurelia-bootstrapper": "2.1.1",
"aurelia-event-aggregator": "^1.0.0",
@jozefizso
jozefizso / 01_setup.log
Created July 31, 2017 09:44
WiX issue 5656
[081C:0B9C][2017-07-28T01:28:05]i201: Planned package: NetFx462Redist, state: Absent, default requested: Present, ba requested: Present, execute: Install, rollback: None, cache: Yes, uncache: No, dependency: None
...
[081C:087C][2017-07-28T01:28:05]w343: Prompt for source of package: NetFx462Redist, payload: NetFx462Redist, path: C:\Users\Administrator\Desktop\redist\NDP462-KB3151800-x86-x64-AllOS-ENU.exe
[081C:087C][2017-07-28T01:28:05]i338: Acquiring package: NetFx462Redist, payload: NetFx462Redist, download from: http://go.microsoft.com/fwlink/?LinkId=780600
[09C8:08DC][2017-07-28T01:28:07]i305: Verified acquired payload: NetFx462Redist at path: C:\ProgramData\Package Cache\.unverified\NetFx462Redist, moving to: C:\ProgramData\Package Cache\A70F856BDA33D45AD0A8AD035F73092441715431\redist\NDP462-KB3151800-x86-x64-AllOS-ENU.exe.
[09C8:08DC][2017-07-28T01:28:07]i305: Verified acquired payload: AutotaskWorkplace_x64_v7.1.0.27.msi at path: C:\ProgramData\Package Cache\.unverified\AutotaskWorkplace_x64_v7.1.0.27
This file has been truncated, but you can view the full file.
[1/1122] C:\PROGRA~2\MIB055~1\2017\ENTERP~1\VC\Tools\MSVC\1411~1.255\bin\Hostx64\x86\cl.exe -D_CRT_SECURE_NO_WARNINGS -D_SCL_SECURE_NO_WARNINGS -D_WIN32_WINNT=0x600 -D_WINSOCK_DEPRECATED_NO_WARNINGS -ID:\dev\grpc_build\installed\x86-windows\include -ID:\dev\grpc_build\buildtrees\grpc\src\grpc-1.6.0\include -ID:\dev\grpc_build\buildtrees\grpc\src\grpc-1.6.0 -I\include -I\src -Ithird_party\zlib -Ithird_party\cares\cares -Ithird_party\gflags\include /DWIN32 /D_WINDOWS /W3 /utf-8 /MP /MT /O2 /Oi /Gy /DNDEBUG /Z7 /wd4065 /wd4506 /wd4267 /showIncludes /FoCMakeFiles\grpc.dir\src\core\lib\security\credentials\credentials_metadata.c.obj /Fdgrpc.pdb /FS -c D:\dev\grpc_build\buildtrees\grpc\src\grpc-1.6.0\src\core\lib\security\credentials\credentials_metadata.c
Microsoft (R) C/C++ Optimizing Compiler Version 19.11.25547 for x86
Copyright (C) Microsoft Corporation. All rights reserved.
[2/1122] C:\PROGRA~2\MIB055~1\2017\ENTERP~1\VC\Tools\MSVC\1411~1.255\bin\Hostx64\x86\cl.exe -D_CRT_SECURE_NO_WARNINGS -D_SCL_SECU
@jozefizso
jozefizso / aria.log
Last active April 26, 2018 11:33
vcpkg install fails because of SSL/TLS handshake failure
2018-04-26 13:32:17.519261 [INFO] [Context.cc:179] <<--- --- --- ---
2018-04-26 13:32:17.519261 [INFO] [Context.cc:180] --- --- --- ---
2018-04-26 13:32:17.519261 [INFO] [Context.cc:181] --- --- --- --->>
2018-04-26 13:32:17.519261 [INFO] [Context.cc:182] aria2 1.33.1
2018-04-26 13:32:17.519261 [INFO] [Context.cc:183] mingw-w64 5.0 (alpha) / gcc 6.3.0 20170516
built by x86_64-pc-linux-gnu
targeting i686-w64-mingw32
on Nov 8 2017 21:46:48
2018-04-26 13:32:17.519261 [INFO] [Context.cc:184] Windows 6.2 (6.2)
2018-04-26 13:32:17.519261 [INFO] [Context.cc:185] zlib/1.2.11 expat/2.2.4 sqlite3/3.20.1 GMP/6.1.2 c-ares/1.13.0 libssh2/1.8.0