- 6 Posts
- 6 Comments
kiri@ani.socialOPto
Opensource@programming.dev•ONLYOFFICE flags license violations in “Euro-Office” project
1·1 个月前I think it’d be nice if people used latex, typst and markdown instead of docx and pptx (or open ones). Not sure about xlsx, maybe Matplotlib + SQL suit but they require programming knowledge.
kiri@ani.socialOPto
Opensource@programming.dev•ONLYOFFICE flags license violations in “Euro-Office” project
2·1 个月前It does, as well as Microsoft Office: Wikipedia
kiri@ani.socialOPto
Opensource@programming.dev•ONLYOFFICE flags license violations in “Euro-Office” project
13·1 个月前Eurooffice are the good people here.
At first, it seemed to me that Euro-Office simply removed any mention of ONLYOFFICE and its authors because they didn’t want to be associated with a Russian product (even though it’s based in Latvia). The developers wanted the origin of the product and its authors to be mentioned in the ‘About’ section and somewhere in the README like based on ONLYOFFICE. I think it would be polite of euro-office.
But as I understand it, the Reddit and Lemmy users see the problem in the fact that you must use someone else’s logo, which you can’t use.
Excerpt of the match itself: YouTube
I have a solution with a bit fields. Now your bool is 1 byte :
struct Flags { bool flag0 : 1; bool flag1 : 1; bool flag2 : 1; bool flag3 : 1; bool flag4 : 1; bool flag5 : 1; bool flag6 : 1; bool flag7 : 1; };Or for example:
struct Flags { bool flag0 : 1; bool flag1 : 1: int x_cord : 3; int y_cord : 3; };




I’m everywhere c: