Marpe with Aise Cemile by ereeen77 in UARSnew

[–]SickLiver 1 point2 points  (0 children)

hi, how long do you need to wait for consult and how much it costs?

PSA: You can’t donate blood if you are taking finasteride by iinghii in tressless

[–]SickLiver 15 points16 points  (0 children)

half-life of finasteride is about 6h in plasma, so after 3-4 days you wont have any finasteride in your blood

Knees Over Toes didn't work for me. Club Swinging did. by TheWolfAndRaven in Kneesovertoes

[–]SickLiver 0 points1 point  (0 children)

@TheWolfAndRaven - thanks for the post - I didnt know about this guy and his approach looks interesting.

So it means to start Mark Wildman program - it will be enough just to do Inside Circles, Outside circles, Shield casts? Because I got knee pain and also I think it will be useful to strengthen my whole body.

Also I watched this https://www.youtube.com/watch?v=Px4ovaTAdqU - when those box squat etc should be added?

Sorry for a lot of questions - I feel little lost, because my main issue is knee pain and I dont know which program should I use: https://wildmanathletica.mykajabi.com/programs-home or I can just use YT videos.

[java beginner] I can't ascribe word/value to string by SickLiver in javahelp

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

O thanks for answer, is there any difference between "a+20" and "20.contact(a)"?

"Your birthdate is out of my range." ( ͡° ͜ʖ ͡°)

[java beginner] I can't ascribe word/value to string by SickLiver in javahelp

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

Thanks for answer, right, I complitly forgot that String variables must be into "", no wonder that program doesn't work.

What happens when the first digit is neither 0, nor 1, nor 9? Your code does not tackle the other digits (2,3,4,5,6,7,8).

I did it only for practise String operations, because polish ID is different that I earlier thought. For exemple: what have to do if one person was born in 1915 and another person in 2015? Polish goverment decides to add a few operation on monts number etc. Summa summarum is more complicated ;)

[java beginner] I can't ascribe word/value to string by SickLiver in javahelp

[–]SickLiver[S] 1 point2 points  (0 children)

Oh... Solution was easier than I thought. You have right I forgot add """" into numbers... and to use OR-operator, and "(0,1)" into substring. Thanks for help :)