This file contains hidden or 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
{ | |
"user_id": 13731, | |
"start_date": "2020-03-19T05:38:42Z" // in UTC | |
"strava_acitivity_id": 12345678987654321, | |
"distance" : 28099, // in meters | |
"elapsed_time" : 4410, //in seconds | |
"map" : { | |
"polyline" : "ki{eFvqfiVqAWQIGEEKAYJgBVqDJ{BHa@jAkNJw@Pw@V{APs@^aABQAOEQGKoJ_FuJkFqAo@{A}@sH{DiAs@Q]?WVy@`@oBt@_CB]KYMMkB{AQEI@WT{BlE{@zAQPI@ICsCqA_BcAeCmAaFmCqIoEcLeG}KcG}A}@cDaBiDsByAkAuBqBi@y@_@o@o@kB}BgIoA_EUkAMcACa@BeBBq@LaAJe@b@uA`@_AdBcD`@iAPq@RgALqAB{@EqAyAoOCy@AmCBmANqBLqAZkB\\iCPiBJwCCsASiCq@iD]eA]y@[i@w@mAa@i@k@g@kAw@i@Ya@Q]EWFMLa@~BYpAFNpA`Aj@n@X`@V`AHh@JfB@xAMvAGZGHIDIAWOEQNcC@sACYK[MSOMe@QKKKYOs@UYQISCQ?Q@WNo@r@OHGAGCKOQ_BU}@MQGG]Io@@c@FYNg@d@s@d@ODQAMOMaASs@_@a@SESAQDqBn@a@RO?KK?UBU\\kA@Y?WMo@Iy@GWQ_@WSSGg@AkABQB_Ap@_A^o@b@Q@o@IS@OHi@n@OFS?OI}@iAQMQGQC}@DOIIUK{@IUOMyBo@kASOKIQCa@L[|AgATWN[He@?QKw@FOPCh@Fx@l@TDLELKl@aAHIJEX@r@ZTDV@LENQVg@RkA@c@MeA?WFOPMf@Ej@Fj@@LGHKDM?_@_@iC?a@HKRIl@NT?FCHMFW?YEYGWQa@GYBiAIq@Gq@L_BHSHK|@WJETSLQZs@z@_A~@uA^U`@G\\CRB\\Tl@p@Th@JZ^bB`@lAHLXVLDP?LGFSKiDBo@d@wBVi@R]VY |
This file contains hidden or 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
11-08 13:35:03.312 2392-2392/? D/AndroidRuntime: >>>>>> START com.android.internal.os.RuntimeInit uid 0 <<<<<< | |
11-08 13:35:03.313 2392-2392/? D/AndroidRuntime: CheckJNI is ON | |
11-08 13:35:03.325 2392-2392/? D/ICU: No timezone override file found: /data/misc/zoneinfo/current/icu/icu_tzdata.dat | |
11-08 13:35:03.343 2392-2392/? E/memtrack: Couldn't load memtrack module (No such file or directory) | |
11-08 13:35:03.343 2392-2392/? E/android.os.Debug: failed to load memtrack module: -2 | |
11-08 13:35:03.345 2392-2392/? I/Radio-JNI: register_android_hardware_Radio DONE | |
11-08 13:35:03.354 2392-2392/? D/AndroidRuntime: Calling main entry com.android.commands.pm.Pm | |
11-08 13:35:03.365 2392-2392/? I/art: System.exit called, status: 0 | |
11-08 13:35:03.365 2392-2392/? I/AndroidRuntime: VM exiting with result code 0. | |
11-08 13:35:03.851 2411-2411/? D/AndroidRuntime: >>>>>> START com.android.internal.os.RuntimeInit uid 0 <<<<<< |
This file contains hidden or 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
public class Global : System.Web.HttpApplication | |
{ | |
protected void Application_Start(object sender, EventArgs e) | |
{ | |
Bootstrapper.Initialized += new EventHandler<ExecutedEventArgs>(Bootstrapper_Initialized); | |
} | |
protected void Bootstrapper_Initialized(object sender, ExecutedEventArgs e) | |
{ | |
if (e.CommandName == "Bootstrapped") |
This file contains hidden or 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
[PipeDesigner(null, typeof(BlogsOutboundPipeDesignerView))] | |
public class BlogsOutboundPipe : ContentOutboundPipe | |
{ | |
public override string Name | |
{ | |
get | |
{ | |
return BlogsOutboundPipe.PipeName; | |
} | |
} |
This file contains hidden or 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
public class DetailPostViewSemanticMarkup : DetailPostView | |
{ | |
protected override void InitializeControls(Telerik.Sitefinity.Web.UI.GenericContainer container, Telerik.Sitefinity.Web.UI.ContentUI.Contracts.IContentViewDefinition definition) | |
{ | |
base.InitializeControls(container, definition); | |
var viewCtrl = (BlogPostView)this.Host; | |
var dataItem = viewCtrl.DetailItem as BlogPost; | |
addCanonicalLinkMarkup(dataItem); |
This file contains hidden or 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
using System; | |
using System.Collections.Generic; | |
using System.IO; | |
using System.Linq; | |
using System.Text.RegularExpressions; | |
using System.Xml.Serialization; | |
using Telerik.Sitefinity.Blogs.Model; | |
using Telerik.Sitefinity.Modules.Blogs; | |
using Telerik.Sitefinity.Workflow; | |
using eTabakov.Sitefinity.Modules.BlogsImport.BlogsMigrationProvider.BloggerMigration.DataObjects; |