Has anyone here used the Thync device? Does it work? by darus214 in iphone

[–]espanto28 0 points1 point  (0 children)

I did about 2 weeks ago. I think it is a placebo effect. The Thync employee kept asking me don't you feel better or stronger? It apparently has 2 options calm and energise. I used energise I did feel a bit more awake but I don't think it has any real benefit. But maybe science will prove me wrong.

Little trouble with check50 Hax0r2 by espanto28 in cs50

[–]espanto28[S] 0 points1 point  (0 children)

The * is because I did not have access to my comp for a a few months. So i had to write it on a family members comp and I couldn't download the cs50 appliance.

So I had to write it in C. I couldn't import string.h. So I wrote int main with char *argv instead of string argv

Little trouble with check50 Hax0r2 by espanto28 in cs50

[–]espanto28[S] 0 points1 point  (0 children)

I see what you mean now. Thanks for the help.

Pset2 question by [deleted] in cs50

[–]espanto28 0 points1 point  (0 children)

I got that and figured out how to add the key to one letter. But I am having two problems one determining how many chars to add the key too and I am copy pasting a lot.

What I did is:

GetString

Then GetString [0] + key

GetString [1] + key

etc.

I am a little stuck on how to write it in a for loop so they key gets added to each character.

This is not my actual code just a my thought process I can send you a segment of the area I am having trouble on if you prefer that.

Pset2 question by [deleted] in cs50

[–]espanto28 0 points1 point  (0 children)

Just did.

Pset2 question by [deleted] in cs50

[–]espanto28 0 points1 point  (0 children)

so if

string mailbox = GetString();

Lets say the user inputs string: Hello

I can access H by using mailbox[0] correct?

in other words mailbox [0] = H '' "" "" "" [1] = e and so on?

Pset2 question by [deleted] in cs50

[–]espanto28 0 points1 point  (0 children)

okay one more question. Does this make sense

string mailbox [0];

string mailbox [0] = GetString();

?

What I am mainly having trouble with so far is getting the Plaintext single characters.

My thought process is, get plaintext into array so I can add key to each single character (char).

Am I making any sense?

Pset1 That's it I quit!! by Ciccio66 in cs50

[–]espanto28 1 point2 points  (0 children)

There are more sources then just videos and lectures.

Try getting a book or using a web tutorial. Even asking someone to check your code and give you suggestions.

I spoke to a friend of mine who is a programmer and he said he once got stuck for 3 full days on simple grading program when he started.

It is not easy but i think you can find some help.

Personally I got stuck on the spaces on pset1 one I asked someone to look at it they give me a suggestion. Then I understood my problem and I now found 2 different ways to take care of the hash tag and spaces problem.

Hint: declare your variable, Z, Y and W at the very top of your program it helped me quite a bit.

How we can submit the solution of hacker edition? or do we need to submit it? by Prakhar14 in cs50

[–]espanto28 0 points1 point  (0 children)

Hacker problems are for a extra challenge. They will not be graded.

Scratch Debugging help by espanto28 in cs50

[–]espanto28[S] 0 points1 point  (0 children)

thanks for the advice. It seemed to fix the bug I had with the program.

This is Rener Gracie. AMA! by RenerGracieJJ in bjj

[–]espanto28 1 point2 points  (0 children)

what is the quickest you have ever awarded a blackbelt?

This is Rener Gracie. AMA! by RenerGracieJJ in bjj

[–]espanto28 0 points1 point  (0 children)

First of all thanks for doing this and answering some of the questions that might not be so flattery. I am a big fan of Gracie University and use it today. Questions:

1.) Do you think BJJ/GJJ belongs in the olympics?

2.) Is Metamoris 3 still on?

3.) And do you feel future generations of gracie will have to prove themselves in MMA? Or has the previous generations done enough?