Skip to content

Instantly share code, notes, and snippets.

View bjarki's full-sized avatar

Bjarki Heiðar Ingason bjarki

  • Taktikal
  • Garðabær, Iceland
View GitHub Profile

Keybase proof

I hereby claim:

  • I am bjarki on github.
  • I am bjarkih (https://keybase.io/bjarkih) on keybase.
  • I have a public key ASCJc3BYNU-mC5Wo_PP_JZdZiBN5kSQfHqvGhSzFQVtfuQo

To claim this, I am signing this object:

@bjarki
bjarki / Gmail password reset
Created March 31, 2014 07:10
Reset gmail password 100 times
''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
' Versions
'
' Version: 1.5
' source: inzi.com
'
' Change Log
'
' v1.0
' Original
using System;
using System.ComponentModel;
using ServiceStack.DataAnnotations;
namespace SpiderServer.Models.DataModels
{
[Localizable(false)]
[Alias("View_OrdersTasks2_Addresses_AddressNames")]
internal class DataViewOrdersTasks2AddressesAddressName
{
@bjarki
bjarki / BaseClient
Created February 23, 2012 09:59
A base for clients that the HttpClient(beta)
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Net.Http;
using System.Threading.Tasks;
using System.IO;
using System.Runtime.Serialization;
using System.Xml;
using System.Net.Http.Headers;