I hereby claim:
- I am philipproplesch on github.
- I am philipproplesch (https://keybase.io/philipproplesch) on keybase.
- I have a public key whose fingerprint is 8D95 9840 39F6 7D26 E840 1796 4A28 DE60 0701 0264
To claim this, I am signing this object:
| class Program | |
| { | |
| static void Main(string[] args) | |
| { | |
| typeof (DateTime) | |
| .GetField("MaxValue") | |
| .SetValue(DateTime.MaxValue, new DateTime(2012, 12, 21)); | |
| var endOfWorld = DateTime.MaxValue; | |
| } |
| $serverName = "" | |
| $userName = "" | |
| $password = "" | |
| $maxFragmentation = 10 | |
| $databases = @("Dev", "QA", "Stage") | |
| [System.Reflection.Assembly]::LoadWithPartialName("Microsoft.SqlServer.Smo") | |
| [System.Reflection.Assembly]::LoadWithPartialName("Microsoft.SqlServer.ConnectionInfo") |
| 'use strict'; | |
| angular.module('FooApp') | |
| .directive('repeatDone', ['$timeout', function ($timeout) { | |
| return { | |
| restrict: 'A', | |
| link: function postLink(scope, element, attrs) { | |
| var action = attrs.repeatDone; |
| using System; | |
| using System.Collections; | |
| using System.Linq; | |
| using EnvDTE; | |
| namespace NodeStudio.VisualStudio.Wizards.Extensions | |
| { | |
| public static class ProjectItemsExtensions | |
| { | |
| public static ProjectItem FindProjectItem( |
| // ==UserScript== | |
| // @name Facebook stream sorted by date | |
| // @namespace http://d3v.biz | |
| // @version 0.1 | |
| // @description | |
| // @author Philip Proplesch | |
| // @match https://www.facebook.com/* | |
| // @grant none | |
| // ==/UserScript== | |
| /* jshint -W097 */ |
I hereby claim:
To claim this, I am signing this object:
| FROM ubuntu:latest | |
| ARG USER=developer | |
| ARG ANDROID_COMMANDLINETOOLS_URL=https://dl.google.com/android/repository/commandlinetools-linux-9477386_latest.zip | |
| ARG ANDROID_BUILD_TOOLS_VERSION=33.0.0 | |
| ARG ANDROID_VERSION=30 | |
| ARG FLUTTER_URL=https://storage.googleapis.com/flutter_infra_release/releases/stable/linux/flutter_linux_3.10.2-stable.tar.xz |