Posts by MikeTaiki • 33 points
4 posts
-
2
votes1
answer499
viewsQ: Problem with chained list in C
I am doing a college job where basically the Program should be done in C language using chained lists and have 3 options: Add music (beginning, middle or end of list) with name, band and duration;…
-
0
votes3
answers1988
viewsA: Email validation function
Thank you so much for all the information. It helped me find the regex I needed. But just to be clear for future consultations of others, regex needed to have these rules: Valid email Addresses must…
-
1
votes3
answers1988
viewsQ: Email validation function
I need help with this code 'cause I’m racking my brain and I can’t fix it. You first enter the number of emails you want to enter with input. Then you type the emails according to the number you…
-
0
votes0
answers301
viewsQ: Node and Mongodb connection problems
A few days ago I’m having a problem with a code that I’m having trouble solving. What I’m trying to do at the moment is to register users in mongodb through Node. I am using the view ejs mechanism,…