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
405
problems.
Stats
9.3k
EtPoint
2.8k
Vote count
13
questions
405
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
Alternative to switch with non-constant
How can I check the final type of a variable?
How to generate an observable from a starting observable, when I can only generate other observables?
Creating a tree from Parent/Child relation represented in a flat table
Delete all the keys from the dictionary if the value matches for more than one key
How to achieve sequence of timeouts with RX?
How to Convert Stringified Date Value in format Month/Day/Year Time as a DateTime?
How do you buffer items into groups in Reactive Extensions?
Decode Morse without white spaces to text
C# LINQ GroupBy with NULL values