I have a project which has multiple copies of some files in different places. For example: src/location1/foobar.h src/location1/foobar.cpp src/location2/foobar.
I'm wondering if it's possible to do a pass on parsing of a define expression in lisp with a single regular expression, for example with the following input: #l
This is quite verbose: interface Point { x: 1; y: 2; } const point: Point = { x: 1, y: 2, }; // The inferred type would have been // { x: number; y: n
I am adding CI to my Android application using github actions. The problem is I am not able to view it under actions tab. My android.yml file looks like this: n
I need to read some data into Spark using SQL. The query, for performance reasons, really requires a temp table. When I try and use a query including a temp tab
I am trying to find a best practice for using some casual data. For example, I have seen in some videos (for example this one), people storing their size at the
I'm trying to create a geographic report that shows the cost from my google ads camapign split by province. I'm using google ADS API for python. The GAQL query