Skip to content

Instantly share code, notes, and snippets.

View ThoughtProcess's full-sized avatar

Peter Romba ThoughtProcess

  • Chicago, IL
  • 22:15 (UTC -05:00)
View GitHub Profile
@ThoughtProcess
ThoughtProcess / vagrant_status.log
Last active March 8, 2021 05:26
Output of `vagrant status` captured by `vagrant status > out.txt 2>&1`
INFO global: Vagrant version: 2.2.14
INFO global: Ruby version: 2.6.6
INFO global: RubyGems version: 3.0.3
INFO global: VAGRANT_EXECUTABLE="C:\\HashiCorp\\Vagrant\\embedded\\gems\\2.2.14\\gems\\vagrant-2.2.14\\bin\\vagrant"
INFO global: VAGRANT_INSTALLER_EMBEDDED_DIR="C:\\HashiCorp\\Vagrant\\embedded"
INFO global: VAGRANT_INSTALLER_ENV="1"
INFO global: VAGRANT_INSTALLER_VERSION="2"
INFO global: VAGRANT_LOG="debug"
WARN global: resolv replacement has not been enabled!
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/2.2.14/gems/vagrant-2.2.14/plugins/commands/autocomplete/plugin.rb
@ThoughtProcess
ThoughtProcess / GetItemInFolder.cs
Last active March 2, 2021 15:47
Here are extension methods for the ETAS INCA .NET API that provide a GetItemInFolder() method for the Asap2Project and Asap2ProjectFolder classes. It behaves the same way as DataBase.GetItemInFolder().
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using de.etas.cebra.toolAPI.Common;
using de.etas.cebra.toolAPI.Inca;
namespace IncaExtensions
{
public static class GetItemInFolderExtensions