Displaying 5 results from an estimated 5 matches for "conceptualising".
2020 Oct 01
0
Invitation to register for the Think with Terra Blockchain Tech Talk
...ister: https://www.airmeet.com/e/95521160-ff33-11ea-9f78-4160456a3a74
The tech talk is open to everyone and is absolutely free. It is the
beginning of a series of workshops that will help you advance your
knowledge about the blockchain space and the technology itself. We will
also introduce you to conceptualising solutions with blockchain technology
at the Think with Terra Ideathon where you can also win prizes from a pool
of Rs 5,00,000 (T&C apply).
Looking forward to your registration. Feel free to reach out to me over
this email if you have any queries.
Please do join us.
Regards,
Suzana Joel
?...
2009 Jul 21
1
Correction.
It has been pointed out to me that I erred in an earlier post.
``Go stick your head in a pig.'' is not the motto of the (entire)
Sirius Cybernetics Corporation. It is the motto if the Sirius
Cybernetics Corporation ***Complaints Division***.
My apologies for the misinformation.
cheers,
Rolf Turner
######################################################################
Attention:\
2002 Sep 11
1
Question about spatial statistics
I?m tryng to use the SPDEP package in my research in the field of
population genetics. My data set
has the following format:
- x and y : coordinates,
- Z: allelic frequency in each loci (in a total of 8 locis) - this
variable can assume the values 0 ; 0.5 or 1.
The objective is to verify if there is a possible spatial
autocorrelation structure of the allelic frequency in a population of
2013 Nov 18
1
[LLVMdev] Modular arithmetic processors
Thanks for your insightful suggestions.
Yes, I am programming for a real device that does modular arithmetic (and
only modular arithmetic). The modulus N is fixed during a single launch of
a program. One way I could also come up with is to simply use add i256 %a,
%b to represent a + b mod n, and let LLVM passes to reason about possible
optimizations. However these are not semantically identical
2009 Aug 06
18
Best Practices Question
Should models call action mailers, or should those calls always
originate from controllers? For example, should user.forgot_password
send the email, or should the user_controller.forgot_password?
Just looking for some opinions...
Thanks,
Tom