I hereby claim:
- I am albertospelta on github.
- I am albertospelta (https://keybase.io/albertospelta) on keybase.
- I have a public key whose fingerprint is 7A3A 0392 6F21 F796 C5DB 8005 1EAD 3C54 A167 6653
To claim this, I am signing this object:
| $ErrorActionPreference = "Stop" | |
| function LoadAdomdClientPackage() { | |
| $package = Get-Package -Name Microsoft.AnalysisServices.AdomdClient.retail.amd64 -ErrorAction SilentlyContinue | |
| if (!$package) { | |
| Install-Package -Name Microsoft.AnalysisServices.AdomdClient.retail.amd64 -RequiredVersion 19.61.1.4 -ProviderName NuGet -Source "https://www.nuget.org/api/v2" -Scope CurrentUser -SkipDependencies -Force | |
| $package = Get-Package -Name Microsoft.AnalysisServices.AdomdClient.retail.amd64 | |
| } | |
| $assemblyPath = Join-Path (Get-ChildItem $package.Source).DirectoryName "lib\net45\Microsoft.AnalysisServices.AdomdClient.dll" | |
| try { Add-Type -Path $assemblyPath} catch { $_.Exception.LoaderExceptions } |
| using System; | |
| using System.Runtime.Serialization; | |
| using System.Security.Permissions; | |
| namespace App.Infrastructure.Exceptions | |
| { | |
| [Serializable] | |
| public class SampleException: Exception, ISerializable | |
| { | |
| public string CustomErrorProperty { get; set; } |
| #!/bin/bash | |
| # Install Spark and Anaconda distribution on Ubuntu 18.04 LTS | |
| sudo apt-get update && sudo apt-get upgrade | |
| # install oracle jdk | |
| sudo add-apt-repository ppa:webupd8team/java | |
| sudo apt update && sudo apt install oracle-java8-set-default |
| <?xml version="1.0" encoding="Windows-1252" ?> | |
| <!-- | |
| File name: Zenburn.xml | |
| Style Name: Zenburn | |
| Description: Zenburn-like style for Notepad++. | |
| Inspired by the original Zenburn colorscheme for Vim by Jani Nurminen. | |
| Official Vim Zenburn home page: http://slinky.imukuppi.org/zenburnpage/ | |
| Supported languages: All the languages supported by release 5.6.4 | |
| Created by: Jani Kesänen (jani dot kesanen gmail com) | |
| Released: 12.01.2010 |
| Set-ExecutionPolicy Bypass | |
| Invoke-Expression ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1')) | |
| choco install googlechrome /y | |
| choco install notepadplusplus /y --x86 | |
| choco install visualstudio2017community /y | |
| choco install visualstudiocode /y --params '"/NoDesktopIcon"' | |
| choco install sql-server-management-studio /y | |
| choco install 7zip /y | |
| choco install conemu /y |
| namespace SSASEventStreamSample | |
| { | |
| using Microsoft.AnalysisServices.AdomdClient; | |
| using Microsoft.SqlServer.XEvent.Linq; | |
| using System; | |
| using System.Data; | |
| using System.Xml; | |
| class Program | |
| { |
I hereby claim:
To claim this, I am signing this object: