I've never heard of it, but it looks very interesting! Except for the working mechanics, from the "user pov" it works similar to syncthing, did I understand correctly?
tubbadu
Which client can I use to do this easily?
This is very nice! If you achieve to make it work please share it!
I have no idea if there's a "normal" way to do it, but in case you don't find anything better and if you're willing to spend a bit of time tinkering, an option could be writing a kate plugin. I did it only once, so my knowledge is extremely poor, but it should be possible to connect to the "text selected" signal, and everytime some text is selected, you read the text document and search if there's a comma or a period etc and in case select the whole number
The first one lol
Please tell me this is not real
Wake up
I downloaded it and tried to run it, but it gets stuck in a loop and I don't know how it could be fixed:
error: max_recursion_depth exceeded
error: called from
baseUnitSystem
<unknown>
it seems the problem is in the line
coreUnits = buildCoreUnits(u.baseUnitSystem);
in the file u.m
, I think because u.baseUnitSystem
tries to "call itself". I don't know what this should be supposed to do, and have no idea on how to possibly fix it :(
This looks very VERY promising! I'll try to install it tomorrow and Post here the results! Thanks?
It looks interesting, but more focused on conversions than actual operations it seems:
octave:37> a.value = 100
a =
scalar structure containing the fields:
value = 100
unit = W
octave:38> a.unit = 'W'
a =
scalar structure containing the fields:
value = 100
unit = W
octave:39> b.value = 3
b =
scalar structure containing the fields:
value = 3
unit = s
octave:40> b.unit = 's'
b =
scalar structure containing the fields:
value = 3
unit = s
octave:41> a*b
error: binary operator '*' not implemented for 'scalar struct' by 'scalar struct' operations
automatically no, but perhaps there's a way to replace it. If there's a way to check if a variable is "divisible by another symbolic one" then it would be not so hard to implement this behavior
Isn't nextcloud the "evolution" of owncloud? Except for the UI, are their performance similar?