-
I'm trying to parse structured metadata from [this url](https://dataverse.harvard.edu/dataset.xhtml?persistentId=doi:10.7910/DVN/G4TBLF). I first executed this code on the example URL https://www.opt…
-
malware that uses a stackstrings-like technique to initialize a global string will not be detected by the stackstrings extractor, since we currently inspect only the active stack frame. the decoding r…
-
Hi,
The addString call doesn't appear to provide and JSON escaping.
e.g. if I do
std::string fileTag("File");
std::string fileName("File");
node.setString(fileTag, fileName);
then I call dump I'll ge…
-
BPO | [27977](https://bugs.python.org/issue27977)
--- | :---
Nosy | @warsaw, @bitdancer
*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the curren…
-
I thought it might be a good idea to document my particular approach to identifying format signatures, in the hope that it will help other people in their work. I use a combination of Python programs …
-
Hi there,
In my xxx.strings file, I have one string, for example,
```Objective-C
/* Button's title */
"Button.Title"="Hello
world!"
```
___Note___: Xcode supports this style.
I cannot ge…
-
Hello ^_^
I really loved this project & i tried it this week & i can say that its the best Arduino block platform i seen in my life ^.^
But i wished if there was also some arduino blocks for IoT…
-
Maybe add strings from timeshift-gtk.desktop to translation where the other strings are so its the same place and people can translate the strings more easily without having to change timeshift-gtk.de…
-
```
> model_nn3 = neuralnet(Sepal.Length~.,hidden=c(4,4,3),data=iris)
Error in neurons[[i]] %*% weights[[i]] :
requires numeric/complex matrix/vector arguments
```
and this is what people usua…
-
We should teach `mdbook-xgettext` to react to comments in the Markdown. Comments could be used for:
- Marking the next paragraph or code block as non-translatable. This could save translators a lot…