-
After validation, how and how do I visualize the results?
-
After World War II, antibiotics were considered "wonder drugs", since they were easy cures for what had been intractable ailments. To learn which drug worked most effectively for which bacterial infec…
-
Example:
```txt
# dest: "d:\blabla"
#> c:\test1\|test1.txt.lnk
D:\test test\test1.txt
#> c:\test2\test2.txt.lnk
D:\test test\|test2.txt
```
Find what:
```regex
^([^\r\n\|]+)(?:\|([^\r\n\…
-
I'm sure I'm not the only one who'd love to buffer, offset, and run other spatial analysis tasks on my mobile 😁
This could be a killer feature -- I digitise a line (say a river bank), then buffer i…
-
Allow declaring a class in the body of another class.
```dart
class Person {
class Occupation {
String jobTitle;
Occupation(this.jobTitle);
String named(String name) =>
m…
-
I was trying to planimate this problem:
- [editor.domains link to files](http://editor.planning.domains/#read_session=fcg84iOqIK)
but I get an incorrect visualization:
![image](https://user-ima…
-
I'm a drummer and I was very happy to find this app with the scenes feature on F-Droid. This feature makes Metronome outstanding, because as far as my search went, I couldn't find something similar.
…
-
I think we have to quickly make the following decisions:
1. **Do we really want to implement sensor failover?**
https://docs.stackstorm.com/reference/sensor_partitioning.html
In all modes othe…
-
#### What is it?
![image](https://github.com/Tectato/BetterCommandBlockUI/assets/89499782/54e50337-3b88-44b7-b2f4-30e0d74efb65)
-
Probably not for v1, but still putting it here.
Assuming we have one abstract Entity class, and PoliticalEntity, Event and Person are subclasses. Does DiplomaticRelation only represent the `Politic…