. ¦3<RELATIVISM
try protonmail/tutanota/or kolabnow
Hello everyone,
Currently there's a live puzzle going on from 4th of sept to 7th of Sept. It a highly anticipating and encouraging event and therefore requires basic fundamentals programming skills.
Anyone looking forward to teaming up then ping up in private
In short I'm a python developer, scientific computational programmer and ML enthusiast.
int main(int argc, string argv[])
{
if (argc == 2 && isdigit (*argv[1]))
{
int k = atoi (argv[1]);
string s = get_string("plaintext: ");
printf("ciphertext: ");
for(int x = 0; s[x] != '\0' ; x++)
{
//somando os numeros
if (isalpha (s[x]))
{
if (islower(s[x]))
{
char c = ((s[x]-97) + k) % 26;
printf("%c", c + 97);
}
else if (isupper (s[x]))
{
char d = ((s[x]-65) + k) % 26;
printf("%c",d + 65);
}
else printf("%c", s[x]);
}
}
printf("\n");
}
else
{
printf("Usage: ./caesar key\n");
return 1;
}
}
Hi! I am new here, Doing the Cs50 for business professionals. I need some help with this question.
Suppose that an engineer excitedly runs up to you and claims that they've implemented an algorithm that can sort n elements (e.g., numbers) in fewer than n steps. Give some thought as to why that's simply not possible and politely explain.
. ¦3<RELATIVISM
but gitter was recently partnered with matrix.org
. ¦3<RELATIVISM
has is maintanance/development home
. ¦3<RELATIVISM
so gitter will follow the matrix.org +protocol making it possible for users from gitter to speak directly to other matrix.org users
. ¦3<RELATIVISM
gitter is basically gonna become a client
. ¦3<RELATIVISM
cs50 main course
. ¦3<RELATIVISM
?
. ¦3<RELATIVISM
I read somthing on that in the edx course main page
. ¦3<RELATIVISM
you might want to ncheck it out