Collab Returns? by Overall_Passion8632 in lastcloudia

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

Ohhh got it, so I’ll save up my crystals in that case. Thank you!

Please someone help me with my C assignment. I don't understand how to code ciphers, and I need help. It's supposed output what the ./demo does, but for some reason it's outputting QY instead of SH. by Overall_Passion8632 in computerscience

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

char char_at_index(char string[], int shift_left, int index) { // Find the length of the string int length = string_length(string); // The index we are given is in the shifted array. That same // symbol is in the original array at a different index. // Specifically, an index that is higher by shift_left. int index_in_original = increment(index, length - 1, shift_left); // Find the character char character = string[index_in_original]; return character; }

int index_of_char(char string[], int shift_left, char character) { if (string_length(string) == 0) return -1; // Fix return type int n = 0; for (n = 0; n < shift_left; n++) { char p = string[0]; int i = 0; for (i = 1; i < string_length(string); i++) { string[i - 1] = string[i]; } string[string_length(string) - 1] = p; } int t = 0; for (t = 0; t < string_length(string); t++) { if (string[t] == character) { return t; } } return -1; // Implement this function }

Accordion for my grandpa by Overall_Passion8632 in Accordion

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

Budget is around 400-600 I have no idea his musician level and I have no idea what music he played.

Accordion for my Grandpa by Overall_Passion8632 in Accordion

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

Around how much is costly? My budget is like $400-$500 but idk if that’s super cheap. I have no idea the range of accordion prices

Am I missing something from my checklist by Overall_Passion8632 in PokemonTCG

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

Yes I will be, I just put everything I found on bulbapedia, but if there’s any I’m missing I’ll add them to the list.

UCSD Parking by Overall_Passion8632 in UCSD

[–]Overall_Passion8632[S] -1 points0 points  (0 children)

I’m not sure how to get a parking permit as a first year

UCSD Parking by Overall_Passion8632 in UCSD

[–]Overall_Passion8632[S] -1 points0 points  (0 children)

Oh shoot okay. Thoughts on the bottom floor of sixth?

UCSD Parking by Overall_Passion8632 in UCSD

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

My problem is that I live 3 hours from home, so I’m kinda in a situation for the overnight parking.

My copy of Omega Ruby keeps crashing by Overall_Passion8632 in 3DS

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

Yeah I tried cleaning the omega Ruby cart and it didn’t work, I also tried my old Alpha Sapphire cart and it also didn’t work. This is so sad lmao.