Posts by smoe

1) Message boards : News : Donations to SiDock@home (Message 1326)
Posted 24 Oct 2021 by smoe
Post:
How many $/€/GRC do you need to evaluate a single compound? My hunch is that this is below $/€1000, which should be in reach for individual teams to fund - would you give medals for that?
2) Message boards : Number crunching : [Guide][Linux] Running SiDock@home tasks for CmDock on anonymous platform (Message 1205)
Posted 18 Sep 2021 by smoe
Post:
yes
3) Message boards : News : SiDock@home is going to join Gridcoin (Message 1030)
Posted 7 Jun 2021 by smoe
Post:
A poll on whitelisting SiDock@Home for Gridcoin rewards is now up! https://github.com/gridcoin-community/Gridcoin-Tasks/issues/249

For those on the Gridcoin network, make sure to vote on the poll! This poll, unlike some of the previous polls, is valid.


I already voted. You find interim results via https://www.gridcoinstats.eu/poll/ but every vote counts, even when this already looks good, since the challenge is not to get more "yes"s than "no"s but to have a 40% of all active vote weights.
4) Questions and Answers : Unix/Linux : Used bc command in Linux Debian (Message 897)
Posted 9 May 2021 by smoe
Post:
Hey,

It gets just a bit better. Since NDOCK and NLIGANDS are both integers, say

NDOCKED=4
NLIGANDS=17

please change the line to

printf "%.3f\n" $(($NDOCKED*1000/$NLIGANDS))e-3 > $3

which then gives you (for above setting, obviously)

0.235

without invoking any other binaries. "awk" is indeed installed almost everywhere, but, someone may not have the symlink from awk to gawk or ... whatever. Thanks go to https://www.shell-tips.com/bash/math-arithmetic-calculation/ for pointing me to this alternative.

Best wishes,
Steffen




©2024 SiDock@home Team