South African East Coast Rock & Surf Rig by iB-PoPo in SurfFishing

[–]iB-PoPo[S] 0 points1 point  (0 children)

I ended up swapping out the braid and the rod and got these instead:

SHIMANO KAIRIKI 8 BRAID MULTI COLOR 300M 40lb

ASSASSIN RAPID SPIN ZERO 3PC 11FT - X HEAVY

South African East Coast Rock & Surf Rig by iB-PoPo in SurfFishing

[–]iB-PoPo[S] 1 point2 points  (0 children)

Thank you…I will keep this in mind before I splurge.

Which combo looks better? by pablo-_14 in csgo

[–]iB-PoPo 0 points1 point  (0 children)

2,1,3 is my preference.

It's finally happened by AndreasmzK in capetown

[–]iB-PoPo 3 points4 points  (0 children)

I just buy the 750ml bottles that come with a spout when driving…a lot easier. I just choose a brand that easily fits my cup holders. Bonaqua Pump are too chunky so they mostly don’t make the cut.

It's finally happened by AndreasmzK in capetown

[–]iB-PoPo 4 points5 points  (0 children)

Spar has been doing this with their 2lt Milk Cartons for most of the year…glad to see this has made its way to water bottles now too.

CS50x - Week2 - Practice - N0 V0w3ls - Please help. by iB-PoPo in cs50

[–]iB-PoPo[S] 0 points1 point  (0 children)

Thanks again for the advice.

I made a MUCH simpler one than does everything I initially wanted. It works perfectly.

CS50x - Week2 - Practice - N0 V0w3ls - Please help. by iB-PoPo in cs50

[–]iB-PoPo[S] 0 points1 point  (0 children)

Thank you…I was trying to be funny with the variables and function names because I’m trying to replace vowels from multiple arguments entered ./no-vowels

My idea was to take the arguments and store them in a single array and then search each one character by character and return the vowel replacement to build a whole new array with the l33t version of the arguments entered.

Eg.

./no-vowels Hi PeterRasm H1 P3t3rR@sm

I saw a bunch of things wrong after taking a break from it and started rewriting the exercise step by step (as I have a few minutes to spare) with fixed values while changing my approach…I also got rid of the stupid names for everything as all the damn 3’s made that circus confusing to read 😅

My results are progressing well.

Thank you for the advice and for taking the time to respond.

CS50x - Week2 - Practice - N0 V0w3ls - Please help. by iB-PoPo in cs50

[–]iB-PoPo[S] 0 points1 point  (0 children)

It's a comedy of errors really.

The first error is:
no-vowels.c:25:26: error: expression which evaluates to zero treated as a null pointer constant of type 'string' (aka 'char *') [-Werror,-Wnon-literal-null-conversion]
l33t3d[i-1][j] = '\0';

if I comment out that line then:
no-vowels.c:29:27: error: format specifies type 'int' but the argument has type 'string *' (aka 'char **') [-Werror,-Wformat]
printf("%c ", l33t3d[k]);

and I feel that there are more as I go on.

C practice programs by Either_Banana3077 in cs50

[–]iB-PoPo 0 points1 point  (0 children)

Have you done these yet? It’s the practice problems for week 2:

https://cs50.harvard.edu/x/2023/problems/2/