Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Here is my answer

37 views
Skip to first unread message

Ramine

unread,
Feb 22, 2015, 5:34:20 PM2/22/15
to
Silvio wrote:

>Please stop using the word "invent" when you haven't actually invented
>anything. It makes you come over as very stupid.


You look like a kind of stupid guy, because you are not using your
intellect to reason better..


You say i didn't invented algorithms and libraries ?


Look here at my invention called SemaCondvar and SemaMonitor here:

https://sites.google.com/site/aminer68/semacondvar-semamonitor


Where do you have such this concepts and this objects in Java or C++ or
C# tell me ? my SemaCondVar and SemaMonitor combines all the
characteristics of a windows event object and a windows semaphore and an
EventCount and a condition variable and it adds also the following
characteristic: When you pass True in the first parameter of the
constructor the signal(s) will not be lost even if there is no waiting
threads, if it's False the signal(s) will be lost if there is no waiting
thread.

You see now ? this is my invention and you will not find it in C++
or C# or Java.


And look at my other invention here called scalable MLock:

https://sites.google.com/site/aminer68/scalable-mlock


My scalable MLock is waitfree, read about it more on my webpage...


An look at my other invention called , parallel conjugate gradient
linear system solver library that is cache-aware and scalable on "NUMA"
architecture here:

https://sites.google.com/site/aminer68/scalable-parallel-implementation-of-conjugate-gradient-linear-system-solver-library-that-is-numa-aware-and-cache-aware


Also look here at my other invention called parallel varfiler, it is
very powerful , you will not find it in C# or Java or C++, you have to
read about it here:

https://sites.google.com/site/aminer68/more-scalable-parallel-varfiler


I have also invented a scalable RWLock with many variants, read about
them here:

https://sites.google.com/site/aminer68/scalable-rwlock


I have also invented other libraries like my parallel archiver etc.
please look at them here:

https://sites.google.com/site/aminer68/more-scalable-parallel-varfiler




So from now on don't say that i didn't invented algorithm and libraries..



Thank you,
Amine Moulay Ramdane.















Mr Flibble

unread,
Feb 22, 2015, 7:24:40 PM2/22/15
to
On 23/02/2015 01:36, Ramine wrote:
[snip]
>
>
> So from now on don't say that i didn't invented algorithm and libraries..
>
>
>
> Thank you,
> Amine Moulay Ramdane.

Do you have a C++ question? Stop spamming this newsgroup with your nonsense.

Sausages.

/Flibble


Chris M. Thomasson

unread,
Feb 23, 2015, 1:10:30 PM2/23/15
to
> "Ramine" wrote in message news:mcdlfp$sjh$2...@dont-email.me...

> > Silvio wrote:

> >Please stop using the word "invent" when you haven't actually invented
> >anything. It makes you come over as very stupid.


> You look like a kind of stupid guy, because you are not using your
> intellect to reason better..

> You say i didn't invented algorithms and libraries ?

> Look here at my invention called SemaCondvar and SemaMonitor here:

> https://sites.google.com/site/aminer68/semacondvar-semamonitor

> Where do you have such this concepts and this objects in Java or C++ or C#
> tell me ?

Eventcount's, semaphores and condition variables have
been around for a long time:

http://dl.acm.org/citation.cfm?id=359076

I created a decent way to implement an eventcount a while back:

https://groups.google.com/d/topic/comp.programming.threads/qoxirQbbs4A/discussion

Does this mean I invented them? The answer is:

NO!

:^)


0 new messages