Skip to content

Instantly share code, notes, and snippets.

View moljac's full-sized avatar
🏠
Working from home

moljac moljac

🏠
Working from home
View GitHub Profile
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
brew install --cask \
menumeters \
onyx \
keep \
#r "../../source/HolisticWare.Core.Text.NetStandard13/bin/Debug/netstandard1.3/HolisticWare.Core.Text.NetStandard13.dll"
/*
./scriptcs_nuget.config
scriptcs -install Microsoft.ML
https://en.wikipedia.org/wiki/Iris_flower_data_set
https://archive.ics.uci.edu/ml/datasets/Iris
https://raw.githubusercontent.com/dotnet/machinelearning/master/test/data/iris.data
@moljac
moljac / macosx
Last active December 17, 2018 22:10
GPS-FB build
git clone --branch 15.0.1-binderate https://github.com/xamarin/GooglePlayServicesComponents.git
cd GooglePlayServicesComponents/
curl -Lsfo build.sh https://cakebuild.net/download/bootstrapper/osx
sh ./build.sh --target=clean && sh ./build.sh --target=binderate && sh ./build.sh --target=libs && sh ./build.sh --target=nuget
@moljac
moljac / .gitignore
Created June 26, 2017 15:07
.gitignore
## Ignore Visual Studio temporary files, build results, and
## files generated by popular Visual Studio add-ons.
# User-specific files
*.suo
*.user
*.userosscache
*.sln.docstates
# User-specific files (MonoDevelop/Xamarin Studio)
xamarin.auth.1.5.0-alpha-02.nupkg moljac$ tree
.
├── Xamarin.Auth.nuspec
├── [Content_Types].xml
├── _rels
├── lib
│   ├── MonoAndroid10
│   │   └── Xamarin.Auth.dll
│   ├── Xamarin.iOS10
│   │   └── Xamarin.Auth.dll
net.holisticware.arsoft.net.tools.sample_arsoft_net_tools_xamarinandroid-1.apk Error: 0 : Configured nameserver couldn't be determined: System.EntryPointNotFoundException: _monodroid_get_dns_servers
at (wrapper managed-to-native) System.Net.NetworkInformation.UnixIPInterfaceProperties:_monodroid_get_dns_servers (intptr&)
at System.Net.NetworkInformation.UnixIPInterfaceProperties.GetDNSServersFromOS () [0x00000] in /Users/builder/data/lanes/4009/f3074d2c/source/mono/mcs/class/System/System.Net.NetworkInformation/IPInterfaceProperties.cs:64
at System.Net.NetworkInformation.UnixIPInterfaceProperties.get_DnsAddresses () [0x00000] in /Users/builder/data/lanes/4009/f3074d2c/source/mono/mcs/class/System/System.Net.NetworkInformation/IPInterfaceProperties.cs:149
at ARSoft.Tools.Net.Dns.DnsClient.GetLocalConfiguredDnsServers () [0x0003c] in /Projects/HolisticWare/gl-hw-components/ARSoft.Tools.Net/source/ARSoft.Tools.Net.LinkSource/Dns/DnsClient.cs:235
net.holisticware.arsoft.net.tools.sample_arsoft_net_tool
choco uninstall -y `
xamarin-studio
choco uninstall -y `
gtksharp
choco uninstall -y `
microsoft-build-tools-2013
choco install -y `
microsoft-build-tools-2013 `
-source .\products-additional\microsoft-build-tools-2013\microsoft-build-tools-2013.2013.1.nupkg
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Demo.ProperrtyWithGetterOnly
{
class Demo
{
[CompilerGenerated]
public PIXMeterReadingViewDelegate Delegate {
get {
return WeakDelegate as /**/PIXMeterReadingViewDelegate;
}
set {
WeakDelegate = value;
}
@moljac
moljac / Applicarion Output when hangs
Created August 4, 2014 07:17
Xamarin.Forms 2014-08-04 Android loading problem
[Mono] Assembly Loader loaded assembly from location: '/mnt/sdcard/Android/data/HolisticWare.PharmaLogger.EXE_XF.Android/files/.__override__/HolisticWare.PharmaLogger.EXE_XF.dll'.
[Mono] Config attempting to parse: '/mnt/sdcard/Android/data/HolisticWare.PharmaLogger.EXE_XF.Android/files/.__override__/HolisticWare.PharmaLogger.EXE_XF.dll.config'.
[Mono] Config attempting to parse: '/Users/builder/data/lanes/monodroid-mlion-monodroid-4.14-series/7c475463/source/monodroid/builds/install/mono-x86/etc/mono/assemblies/HolisticWare.PharmaLogger.EXE_XF/HolisticWare.PharmaLogger.EXE_XF.config'.
[Mono] Assembly Loader probing location: '/mnt/sdcard/Android/data/HolisticWare.PharmaLogger.EXE_XF.Android/files/.__override__/System.Collections.Concurrent.dll'.
[Mono] Image addref System.Collections.Concurrent[0x9895298] -> /mnt/sdcard/Android/data/HolisticWare.PharmaLogger.EXE_XF.Android/files/.__override__/System.Collections.Concurrent.dll[0x98db078]: 2
[Mono] Assembly System.Collections.Concurrent[0x9895298] added to dom