Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
Enigmativity
Enigmativity has asked
13
questions and find answers to
421
problems.
Stats
9.6k
EtPoint
2.9k
Vote count
13
questions
421
answers
About
C#, LINQ, Reactive Framework developer. Enjoy Prolog programming and am dabbling in F#.
Enigmativity questions
How to log Magento "404" pages
Execute a `Hyperlinq`-like query in LinqPad programmatically
The Bluestacks Android emulator is built using .Net?
Creating a logical folder structure when creating a 7-Zip archive via the command-line
Shadowing Inherited Generic Interface Members in .NET: good, bad or ugly?
Generating the Shortest Regex Dynamically from a source List of Strings
Bug in .Net's `Random` class?
Keeping references to `IDisposable` when using the Reactive Extensions for .NET: always, never, or sometimes?
How do I compose Linq Expressions? ie Func<Exp<Func<X, Y>>, Exp<Func<Y, Z>>, Exp<Func<X, Z>>>
Enigmativity answers
c# Observable subject hot and cold
C# Data structure to store items in a hierarchical way that once a branch is built, it allows me to retrieve it and add it as part of another one
Change return type to derived type during override
Correct way of long running API calls in RX.net and WPF
c# Task cancellation when using System.Timers
Get all the number between two numbers random
How to consume a UDP stream of bytes using RX extensions in .net
What is a way to generate OTP 6-digit pin in C# .NET WCF? (without using Random())
Finding the maximum of absolute numbers
How to wait for an observable to complete?