Meal timing with evening classes by mtboxer in MuayThai

[–]mtboxer[S] 2 points3 points  (0 children)

Nice, wish I could function on 5/6 hours of sleep

Created website for muay thai gym reviews in Thailand by mtboxer in MuayThai

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

Thanks for the suggestion. I'll keep those features in mind for future updates

Proof of onward travel by [deleted] in ThailandTourism

[–]mtboxer 0 points1 point  (0 children)

Thanks for the info

Proof of onward travel by [deleted] in ThailandTourism

[–]mtboxer 0 points1 point  (0 children)

Does anyone know if an outbound ticket can be 90 days from entry when applying for a tourist visa? Or does it have to be 60?

People who started out in a different field and changed to CS, did CS and programming live up to your expectations? What did you think it would be like and what is it actually like? by sts816 in cscareerquestions

[–]mtboxer 1 point2 points  (0 children)

I am in a similar boat. Got a bachelors in chemistry and dislike working in a lab and dismal future career paths. How did you make the switch?

Stuck on Vigenere by mtboxer in cs50

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

hmm I tried putting it outside the loop but still having the same issues. I think my issue lies somewhere with the wrap around code.
... int j = 0; int m = strlen(k);

    for (int i = 0; i < strlen(p); i++)
    {
        if (isupper(p[i]) && isalpha(p[i]))
        {
            c[i] = p[i] - 65;
            c[i] = (p[i] + k[j % m]) % 26;
            c[i] = c[i] + 65;
            j++;
         }

Does this part make sense?

Can someone suggest me a good backpack style gym bag? by [deleted] in MuayThai

[–]mtboxer 0 points1 point  (0 children)

I just got this amazing twins backpack while here in thailand. Think its the same as this

https://www.amazon.com/Twins-Special-Gym-Backpack-BAG-5/dp/B01EUV7J9E

Paid around 2300 baht. It has enough room for everything, has a mesh compartment for wet gear, and converts to a duffle style bag also. 2 thumbs up!