I want to parse markdown code blocks but I can't seem to get the rule right so it matches multiple lines correctly. Here is my grammar (code.g4): grammar code;
in my code i have a lookup method: lookup.dart Future<http.Response> httpLookup(String address) { return kIsWeb ? _httpClient.get(address)
I try to implement Option/Maybe type with self map method in the instanced object. To do that, firstly implementing the internal definition of none and some wit
I'm using an API to get some date (see code below) and everything works fine so far. import requests import pandas as pd headers = {'content-type': 'applicatio
I when i click on connection there are some properties, in those properties we have delete connection button, which use delegate undelgate method with click eve
I try to reference a collection of c# code to a console project in visual studio. I want to keep the referenced code outside the console project folder. I want
Currently I am constructing a small C++ web server with https://github.com/pistacheio/pistache. However, when submitting a binary file, I only get the full body
I'm having a problem with the ReportViewer when I add the component to a project. Their buttons have been misaligned, but only in the current system, if I add i
I had tried to make ping-down monitoring system for my network ips, and if any loss of packet i should get the alert to teams webhook /usr/bin/pingtest.sh #!/bi