Skip to content

Instantly share code, notes, and snippets.

@KristofferBerge
KristofferBerge / toastnotification.workbook
Created March 23, 2018 14:37
Xamarin workbook displaying difficulties getting the height of a component before animating it in on the visible part of the page
uti id title platforms packages
com.xamarin.workbook
5049b844-a5eb-4192-827c-722f03973cc9
toast
Android
id version
Xamarin.Forms
2.5.0.121934
@KristofferBerge
KristofferBerge / bpropc.snippet
Last active January 25, 2018 08:53 — forked from parth7676/bprop.snippet
Bindable Property Snippet for Xamarin Forms.
<?xml version="1.0" encoding="utf-8"?>
<CodeSnippets xmlns="http://schemas.microsoft.com/VisualStudio/2005/CodeSnippet">
<CodeSnippet Format="1.0.0">
<Header>
<SnippetTypes>
<SnippetType>Expansion</SnippetType>
</SnippetTypes>
<Title>bpropc</Title>
<Author>Microsoft Corporation</Author>
<Description>Code snippet for an automatically implemented $name$Property
@KristofferBerge
KristofferBerge / web.config
Last active January 13, 2020 17:15
Configuration file for Azure web app to support angular2 applications with routing and long urls for auth tokens.
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<system.web>
<httpRuntime maxQueryStringLength="32768" maxUrlLength="65536"/>
</system.web>
<system.webServer>
<security>
<requestFiltering>
<requestLimits maxQueryString="32768"/>
</requestFiltering>
@KristofferBerge
KristofferBerge / shortcuts.md
Last active March 29, 2021 11:29
En samling av fornuftige snarveier

Basics

Funksjon Windows Mac
Save Ctrl+S Cmd+S
Copy Ctrl+C Cmd+C
Cut Ctrl+X Cmd+X
Paste Ctrl+V Cmd+V
Undo Ctrl+Z Cmd+Z
Redo Ctrl+Y Cmd+Shift+Z