๐Ÿš€ UllrichLumina

All Posts

Thumbnail for Posts

Simple proof that GUID is not unique closed

๐Ÿ“‚ Categories: C#
๐Ÿท๏ธ Tags: Guid

As it currently stands this question is not a good fit for our QampA format We expect answers to be supported by facts references or expertise but this

Thumbnail for Posts

Simplest way to profile a PHP script

๐Ÿ“‚ Categories: Php
๐Ÿท๏ธ Tags: Profiling

Whats the easiest way to profile a PHP script Id love tacking something on that shows me a dump of all function calls and how long they took but Im also OK

Thumbnail for Posts

Start rollout to beta disabled in Play Store Developer Console

๐Ÿ“‚ Categories: Programming
๐Ÿท๏ธ Tags: Android Google-Play

I am ready to send my first app to beta testers so i click on Manage Beta gt Manage testers and Save and Resume APK is uploaded gt Review The review summary

Thumbnail for Posts

Syntax error on print with Python 3 duplicate

๐Ÿ“‚ Categories: Python
๐Ÿท๏ธ Tags: Python-3.X

This question already has answers here What does SyntaxError Missing parentheses in call to print mean in Python 11 answers Closed 8 years ago Why do I receive

Thumbnail for Posts

Tainted canvases may not be exported

๐Ÿ“‚ Categories: Javascript
๐Ÿท๏ธ Tags: Html5-Canvas

I want to save my canvas to a img I have this function function save documentgetElementByIdcanvasimgstyleborder 2px solid var dataURL canvastoDataURL

Thumbnail for Posts

Ternary operator is twice as slow as an if-else block

๐Ÿ“‚ Categories: C#
๐Ÿท๏ธ Tags: Performance Conditional-Operator

I read everywhere that ternary operator is supposed to be faster than or at least the same as its equivalent ifelse block However I did the following test and

Thumbnail for Posts

The provided URI scheme https is invalid expected http Parameter name via

๐Ÿ“‚ Categories: C#
๐Ÿท๏ธ Tags: Wcf Https

I am trying to make a WCF service over basicHttpBinding to be used over https Heres my webconfig lt language xml gt ltservice

Thumbnail for Posts

typescript interface require one of two properties to exist

๐Ÿ“‚ Categories: Typescript
๐Ÿท๏ธ Tags: Typescript

Im trying to create an interface that could have export interface MenuItem title string component any click any icon string Is there a way to require component

Thumbnail for Posts

Unescape HTML entities in JavaScript

๐Ÿ“‚ Categories: Javascript
๐Ÿท๏ธ Tags: Html Escaping Xml-Rpc

I have some JavaScript code that communicates with an XMLRPC backend The XMLRPC returns strings of the form ltimg srcmyimagejpggt However when I use JavaScript