Harm Smits

Results 8 comments of Harm Smits

@FreekBes We could set up a little warning on the server side telling people that they are being redirected to an unknown third party website and to proceed with caution,...

The services would be rather easy to handle. We can use PHP's `parse_url` to grab just the hostname + url path. This way no funky stuff can happen really. Of...

For the record, the file is in `LF` and the issue persist throughout the different available line separators. Ill see if I can pick up Java and perhaps find the...

Ah I see. I did some stuff with lexical analysis in the past. Let me see what I can figure out.

This might be interesting to have a look at: https://github.com/rouge-ruby/rouge/pull/1428/

As far as I can see, the following in the `lex` file needs some changing, and we should explore a number of things as well: - [ ] We should...

Okay, found this other link with all instructions currently supported by nasm, could be interesting as well: https://www.nasm.us/xdoc/2.14rc3/nasmdoc.pdf