Peter Karakas

Results 7 comments of Peter Karakas

Hi @keiranmraine, I looked into the database and as I can see you have don't have MATLAB scores anymore. What changed, why is it not there anymore? Btw, MALTAB is...

Hi @keiranmraine, Yes, it is possible. Expired tokens are deleted, so you can add them again here:

Hi @ferki, We will look into this and come back in a few days.

According to the documentation it uses `pyx` extension. https://cython.readthedocs.io/en/latest/src/tutorial/cython_tutorial.html Can you show me a few example files?

Thanks for the detailed explanation. In some cases, an extension belongs to multiple languages. That is why we introduced content-based language detection. Currently, it is used for `.m`, `.pl`, and...

I tried the language detection package we use `github.com/src-d/enry/v2` but it couldn't recognize the code I added as an example: `MyClass.cls:` ```Visual Basic Public Class Person Private m_Name As String...