View FortunaDescriptionSample
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!doctype html> | |
<html lang="en"> | |
<head> | |
<meta charset="utf-8"> | |
</head> | |
<body> | |
<div> | |
<div | |
style="font-family: MullerRegular; | |
font-style: normal; |
View StackTraceFilePicker
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{Java.Lang.SecurityException: No persistable permission grants found for UID 10271 and Uri content://com.alphainventor.filemanager.fileprovider/root/storage/emulated/0/Download/Антиплагиат.pdf [user 0] ---> Android.OS.RemoteException: Remote stack trace: | |
at com.android.server.uri.UriGrantsManagerService.takePersistableUriPermission(UriGrantsManagerService.java:329) | |
at android.app.IUriGrantsManager$Stub.onTransact(IUriGrantsManager.java:139) | |
at android.os.Binder.execTransactInternal(Binder.java:1021) | |
at android.os.Binder.execTransact(Binder.java:994) | |
--- End of inner exception stack trace --- | |
at Java.Interop.JniEnvironment+InstanceMethods.CallVoidMethod (Java.Interop.JniObjectReference instance, Java.Interop.JniMethodInfo method, Java.Interop.JniArgumentValue* args) [0x0006e] in <42748fcc36b74733af2d9940a8f3cc8e>:0 | |
at Java.Interop.JniPeerMembers+JniInstanceMethods.InvokeVirtualVoidMethod (System.String encodedMember, Java.Interop.IJavaPeerable self, Java.Interop.JniArgumentValue* parameters) [0x00 |
View Regx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(?<=name=")(.*)(\n.*unicode=")(.*)(?=;") |
View SaveToGalery
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
. |
View gist:bc04118d6e85ec2a6592ea7cb50e123f
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dbug: Microsoft.AspNetCore.Hosting.Diagnostics[3] | |
Hosting starting | |
warn: Microsoft.AspNetCore.DataProtection.Repositories.FileSystemXmlRepository[60] | |
Storing keys in a directory '/root/.aspnet/DataProtection-Keys' that may not be persisted outside of the container. Protected data will be unavailable when container is destroyed. | |
info: Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager[0] | |
User profile is available. Using '/root/.aspnet/DataProtection-Keys' as key repository; keys will not be encrypted at rest. | |
dbug: Microsoft.AspNetCore.DataProtection.KeyManagement.DefaultKeyResolver[53] | |
Repository contains no viable default key. Caller should generate a key with immediate activation. | |
dbug: Microsoft.AspNetCore.DataProtection.KeyManagement.KeyRingProvider[57] |
View gist:5ec558c8457e67c7136607bb0e8471f6
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
=== Visual Studio Community 2019 for Mac === | |
Version 8.8 (build 2913) | |
Installation UUID: 8d50a862-3671-4262-946a-6003f1f4292c | |
GTK+ 2.24.23 (Raleigh theme) | |
Xamarin.Mac 6.18.0.23 (d16-6 / 088c73638) | |
Package version: 612000093 | |
=== Mono Framework MDK === |
View gist:887dee0cbccf460f2ddcdea4ff6109a2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<uses-permission android:name="android.permission.INSTALL_SHORTCUT" /> | |
<uses-permission android:name="android.permission.READ_APP_BADGE" /> | |
<uses-permission android:name="com.android.launcher.permission.INSTALL_SHORTCUT" /> | |
<uses-permission android:name="com.android.launcher.permission.UNINSTALL_SHORTCUT" /> | |
<uses-permission android:name="com.sec.android.provider.badge.permission.READ" /> | |
<uses-permission android:name="com.sec.android.provider.badge.permission.WRITE" /> | |
<uses-permission android:name="com.htc.launcher.permission.READ_SETTINGS" /> | |
<uses-permission android:name="com.htc.launcher.permission.UPDATE_SHORTCUT" /> | |
<uses-permission android:name="com.sonyericsson.home.permission.BROADCAST_BADGE" /> | |
<uses-permission android:name="com.sonymobile.home.permission.PROVIDER_INSERT_BADGE" /> |
View MainPage.xaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<Grid RowDefinitions="300,10,50,10,50" RowSpacing="0" Margin="0" Padding="0"> | |
<ScrollView x:Name="scroll" | |
Margin="0" Padding="0"> | |
<StackLayout x:Name="stack" | |
Margin="0" Padding="0" Spacing="0"> | |
<BoxView HeightRequest="200" Background="Violet"/> | |
<BoxView HeightRequest="200" Background="Green"/> | |
<BoxView HeightRequest="200" Background="Blue"/> | |
</StackLayout> |
View Pharmacist.NuGet.g.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Licensed to the .NET Foundation under one or more agreements. | |
// The .NET Foundation licenses this file to you under the MIT license. | |
// See the LICENSE file in the project root for more information. | |
//------------------------------------------------------------------------------ | |
// <auto-generated> | |
// This code was generated from a template. | |
// | |
// Manual changes to this file may cause unexpected behavior in your application. | |
// Manual changes to this file will be overwritten if the code is regenerated. |
View gist:256877569a8de8581e9de67779fac087
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
=== Visual Studio Community 2019 for Mac === | |
Version 8.8.10 (build 2) | |
Installation UUID: f8caf6ef-1bee-4228-a7ca-ccc3745efdd9 | |
GTK+ 2.24.23 (Raleigh theme) | |
Xamarin.Mac 6.18.0.23 (d16-6 / 088c73638) | |
Package version: 612000122 | |
=== Mono Framework MDK === |
OlderNewer