Ben Randall veleek
-
Microsoft
- Seattle, WA
- Sign in to view email
- http://www.veleek.com
View ContentKey.Cli.csproj
<Project Sdk="Microsoft.NET.Sdk"> | |
<PropertyGroup> | |
<OutputType>Exe</OutputType> | |
<TargetFramework>netcoreapp3.0</TargetFramework> | |
</PropertyGroup> | |
<ItemGroup> | |
<PackageReference Include="Azure.Identity" Version="1.0.0-preview.4" /> | |
<PackageReference Include="Azure.Security.KeyVault.Secrets" Version="4.0.0-preview.4" /> |
View python_openzwave-build.log
(venv) PS C:\code\GitHub\veleek\python-openzwave [0.5.x]> python setup.py build --flavor=dev | |
sysargv ['setup.py', 'build'] | |
Found SETUP_DIR : C:\code\GitHub\veleek\python-openzwave | |
<pyozw_setup.DevTemplate object at 0x00000207C15A2358> | |
V1.5-3753-gca4d398f-dirty | |
{'name': 'libopenzwave', 'sources': ['src-lib/libopenzwave/libopenzwave.pyx'], 'include_dirs': ['src-lib\\libopenzwave', 'C:\\code\\GitHub\\veleek\\python-openzwave\\openzwave\\build', 'C:\\code\\GitHub\\veleek\\python-openzwave\\openzwave\\cpp\\build\\windows', 'C:\\code\\GitHub\\veleek\\python-openzwave\\openzwave\\cpp\\src', 'C:\\code\\GitHub\\veleek\\python-openzwave\\openzwave\\cpp\\src\\value_classes', 'C:\\code\\GitHub\\veleek\\python-openzwave\\openzwave\\cpp\\src\\platform'], 'define_macros': [('PY_LIB_VERSION', '0.4.18'), ('PY_LIB_FLAVOR', '--flavor=dev'), ('PY_LIB_BACKEND', 'cython'), ('CYTHON_FAST_PYCCALL', 1), ('_MT', 1), ('_DLL', 1), ('PY_SSIZE_T_CLEAN', 1), ('PY_LIB_FLAVOR', 'dev'), ('PY_LIB_BACKEND', 'cython')], 'libraries': ['setupapi' |
View benran-boxstarter-work.ps1
Set-WindowsExplorerOptions -EnableShowHiddenFilesFoldersDrives -EnableShowFileExtensions -EnableShowFullPathInTitleBar -EnableExpandToOpenFolder | |
Enable-RemoteDesktop | |
Disable-GameBarTips | |
Disable-UAC | |
Set-TaskbarOptions -Combine Full | |
cinst googlechrome | |
cinst firefox | |
cinst microsoft-windows-terminal |
View benran-boxstarter.ps1
Set-WindowsExplorerOptions -EnableShowHiddenFilesFoldersDrives -EnableShowFileExtensions -EnableShowFullPathInTitleBar -EnableExpandToOpenFolder | |
Enable-RemoteDesktop | |
Disable-GameBarTips | |
Disable-UAC | |
Set-TaskbarOptions -Combine Full | |
# Browsers | |
cinst googlechrome | |
cinst firefox |
View LevelDatParser.cs
void Main() | |
{ | |
string path = @"Path to your Level.dat"; | |
Level l = new Level(); | |
try | |
{ | |
l.ReadFrom(File.OpenRead(path)); | |
} | |
catch (Exception e) | |
{ |
View npm-debug.log
4002 silly mapToRegistry using default registry | |
4003 silly mapToRegistry registry https://registry.npmjs.org/ | |
4004 silly mapToRegistry data Result { | |
4004 silly mapToRegistry raw: 'delayed-stream', | |
4004 silly mapToRegistry scope: null, | |
4004 silly mapToRegistry escapedName: 'delayed-stream', | |
4004 silly mapToRegistry name: 'delayed-stream', | |
4004 silly mapToRegistry rawSpec: '', | |
4004 silly mapToRegistry spec: 'latest', | |
4004 silly mapToRegistry type: 'tag' } |
View gist:fbb7288f6daa258b3df4dfe6961f7a97
PS C:\src\xbox> install-package chocolatey -verbose -ProviderName Chocolatey | |
DEBUG: 00:00:00.0000002 Calling 'Chocolatey::GetDynamicOptions' 'Provider' | |
DEBUG: 00:00:00.0056436 Calling 'Chocolatey::GetDynamicOptions' 'Source' | |
DEBUG: 00:00:00.0164123 Calling 'Chocolatey::GetDynamicOptions' 'Package' | |
DEBUG: 00:00:00.0220975 Calling 'Chocolatey::GetDynamicOptions' 'Install' | |
DEBUG: 00:00:00.0269860 Calling SearchForPackages. Name='chocolatey' | |
VERBOSE: Using the provider 'Chocolatey' for searching packages. | |
DEBUG: 00:00:00.0287840 PackageProvider::FindPackage with name chocolatey | |
DEBUG: 00:00:00.0293678 Calling SearchForPackages After Select 1 | |
DEBUG: 00:00:00.0331302 Calling 'Chocolatey::FindPackage' 'chocolatey','','','','0' |