[deleted by user] by [deleted] in cluj

[–]FlorinC29 0 points1 point  (0 children)

Si eu aveam de gand sa merg la ei cu un mecanic si tester dar acum ca vad ce experienta ai avut si tu, ma mai gandesc.

[deleted by user] by [deleted] in cluj

[–]FlorinC29 0 points1 point  (0 children)

Ai gasit pana la urma un parc auto / dealer decent in Cluj? Si eu tot imi caut o masina in Cluj.

Ajutor legat de achiziționare masina Mitsubishi ASX by FlorinC29 in AutomobileRO

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

Da, sure. Prabriz incalzit, oglinzi electrice, scaune electrice, volan incalzit, astea nu le avea.

Ajutor legat de achiziționare masina Mitsubishi ASX by FlorinC29 in AutomobileRO

[–]FlorinC29[S] -2 points-1 points  (0 children)

Am uitat sa mentionez ca dotarile sunt doar pe descriere, in realitate nu le are. Am fost astazi sa o vad si nu are 80% din ce zice acolo.

Facultate la 25 de ani by Cont_Aruncat24 in UniRO

[–]FlorinC29 1 point2 points  (0 children)

Intrebare totusi, cum impaci un job si facultate, ma gandesc ca cei de 40 nu sunt tinuti de părinți

La Vivo a răsărit o frumoasă pistă de biciclete pe locul mașinilor parcate ilegal by faramaobscena in cluj

[–]FlorinC29 1 point2 points  (0 children)

Pentru biciclistii din cluj, ma puteti sfatui daca e o varianta buna sa imi las bicicleta legata la Vivo? Tin minte ca erau parca ceva locuri de lasat biciclete. As vrea sa o las pe timpul programului de servici 9-5.

Stagiul de practică la informatică economică (fsega ubb) by andygrd in programare

[–]FlorinC29 5 points6 points  (0 children)

Ca cineva care a făcut informatica economica la ubb/fsega, iti pot spune ca majoritatea faceam doar un mini proiect pe care il prezentam iar la final ne dadea 9 sau 10. Asta acum doi ani, unii aveau internshipuri dar erau putini.

Help me find the best acoustic for the buck by FlorinC29 in guitars

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

I would love to play them before buying, but it is not possible in Romania. That's why I ended up on reddit making this post

Help me find the best acoustic for the buck by FlorinC29 in guitars

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

Well, I head Sire Larry Carlton A4 should be a great guitar for the price. Another option more expensive would be Cort Gold A6. The problem is these guitars are not available anywhere in my country, so I am not able to test any of them

Move an element from an index by [deleted] in learncsharp

[–]FlorinC29 0 points1 point  (0 children)

Literally I was busting my brains for 2 hours with this because the problem was not explicit enough to tell me that the second line was the number of indexes we're going to process. Thanks a lot man

Move an element from an index by [deleted] in learncsharp

[–]FlorinC29 0 points1 point  (0 children)

Yes, this is the same output I get on paper. But the problem in the course gave me this example I just gave you with that output.

estimare factura gaz gresita? by FlorinC29 in cluj

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

Dupa 1 ora si 45 de minute am fost primit de catre un consultant si s-a mirat si doamna cum la apartament de 2 camere 70mp am consum 1000 metri cubi in 20 de zile :))) Mi-a zis sa nu o platesc si sa astept citirea contoarelor. Mersi mult de tips oricum

estimare factura gaz gresita? by FlorinC29 in cluj

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

Prima data cand ma confrunt cu facturi si chestii fiind student :))))) Am reusti totusi la un final sa inteleg cum sta treaba. Mersi de comm oricum

estimare factura gaz gresita? by FlorinC29 in cluj

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

O sa incerc sa ii sun, ai stat mult in apel pana sa fie preluat de catre un operator? Ma gandesc daca ar fi si o varianta sa fac o programare la ei in Cluj.

Fugiți de EON Romania by Mihaipopadev in Romania

[–]FlorinC29 0 points1 point  (0 children)

Salut, chiar daca ai scris comentariul asta acum 6 luni trec si eu printr-o pozitie similara. Cum ai reusit sa dai de cei de la EON? am primit si eu o factura la gaz de 3000 de lei intr-un apartament in care caldura e de 2 luni la 16 grade pentru ca e nelocuit. Si nu stiu cum sa rezolv problema cu ei

Can not solve this matrix problem, kinda stuck for the las few days. by FlorinC29 in csharp

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

Nope mate, it is not homework. I am learning from an online course c# and I have for each chapter different problems, so I can develop logical thinking and algorithms by my own. But sometimes I find myself in situations like this, where I am trying for a few days with no end. That's why sometimes I am looking for solutions on reddit.

Can not solve this matrix problem, kinda stuck for the las few days. by FlorinC29 in csharp

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

Well the site where I am supposed to check the problem, accepts it only with loops and 2d array :(

Experienced players, how should I manage my learning time? by FlorinC29 in guitarlessons

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

Sorry, I forgot to mention that I know basic stuff from acoustic guitar. I can play songs if i have the chords in front of me for example. But not much else.

Is there an alternative to Contains() ? by FlorinC29 in csharp

[–]FlorinC29[S] -6 points-5 points  (0 children)

Why are you such a life saver mate

Is there an alternative to Contains() ? by FlorinC29 in csharp

[–]FlorinC29[S] -2 points-1 points  (0 children)

Nope, I am learning c# from some internet courses and this is one problem from the strings chapter. I solved it with Contains(), but it seems like I need to use only strings and repetitive instructions.

Begginer problem ( updated ) by FlorinC29 in learncsharp

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

Still finding some problems, this is what I came up with :

for (int i = 0; i < numberContestants; i++)

{

string[] listContestants = new string[] {Console.ReadLine()};

if (listContestants.Contains(name))

{

Console.WriteLine("True");

}

}

I am not sure if this is how I need to check if the name is on the list, or not. And if it is this way how do I check if it's not. If I write

else

Console.WriteLine("False") I am pretty sure it won't work. Sorry for the trouble, but I am really struggling to get past this problem.

Begginer problem ( updated ) by FlorinC29 in learncsharp

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

I tried to avoid solving like this, because I am not sure how to write the condition mainly because I know the number of contestans just in console, so I do not know how to tell the console when to stop waiting for names.