-
Instead of dealing with fancy export function, we will enable print function in our menu so that if the user has a print to pdf on their computer they can do it. #59
-
Is there a specific definition of gene regulatory network I should use in the abstract?
-
here is an adjacent idea for a way to legally structure a "trust network" (which is the term Sandy prefers to describe any bounded community based upon agreements): [https://github.com/eCitizen/SandBo…
-
Here are some initial comments on content on the web site that needs to be added/edited.
1. On the People page, we need a header called "Principal Investigators" above the professor's names. We also …
-
The lines 29~33 in GRN.cpp
``` CPP
if (((rand() % 100) / 100.0) < 0.5) {
new_GRN[i][j] = 0;
} else {
new_GRN[i][j] = 0;
}
```
What's the difference between then and else branches?
-
Hello Salt Stack Team,
I was in the IRC yesterday and mentioned that pkg.upgrade failed to update files on my Ubuntu 10.04 minions. When I would SSH into the minions I discovered that I needed to ru…