Andrew Koerner

Results 4 issues of Andrew Koerner

I am receiving a parser error when parsing a legal Fortran90 test program: ```fortran program addition implicit none integer :: a, b, result a = 1 b = 3 result...

fortran

Given the following Fortran90 program which can be compiled with gfortran for example: ```fortran program Hello logical :: found_cellarea, found_tocell found_cellarea = .FALSE. ; found_tocell = .FALSE. write(*,*) 'Hello' end...

fortran

# Background This PR adds [PCRE](https://www.pcre.org/) message filtering and blocking. Many applications offer no ability or limited ability to configure notifications. This is annoying when a particular application is sending...

This PR simply adds a Makefile and Dockerfile to build and run lxqt-notificaitond. It was quite the pain to get a development environment set up. I feel like this could...