Darelbi

Results 6 comments of Darelbi

I need exactly that, assume I have a dynamic composition of different algorithms ( NeuraSharp). Also something like that would be usefull: Declare the interfaces with static methods: public interface...

Actually your library (from what I understand from source code) use client side validation wich is done using javascript features detection, after that data is sent to Server and page...

Sorry I misreaded you (you mentioned "before any test cases") I leave my old answer here: There's no need for setup teardown: ``` TEST_CASTE(){ // setup SECTION(){ } // TEARDOWN...

thanks great I needed UTF 8 support

Hi, I want to add some opinion, I'm writing Machine Learning Stuff, and soon found myself to write stuff that is not available in c#. This library is very close...

It's a pity. I prefer reusing existing libraries, however since this one is no longer maintained I started already doing some small changes. Thank you https://github.com/Darelbi/NeuraSharp/tree/tensor/NeuraSharp/NeuraSharp.GenericTensor Here it is. Right...