Posts by Victor Nolêto • 25 points
3 posts
-
0
votes1
answer831
viewsQ: How do I send notifications (push) to a specific user (from the application) from Firebase?
I’m developing applications using the Ionic framework. One of the big questions I have is how do I work as remote notifications (different from local notifications, easily generated by Ionic). Using…
-
1
votes1
answer234
viewsQ: Dynamically creating lists and saving their addresses (top of list)
Hi, I’m doing a college paper on Hash table and I’m having some difficulties. I will try not to complicate too much (to tell you the truth, the execution of my code helps me to understand what I…
-
1
votes1
answer5263
viewsQ: String chained list (character array) in C
I’m doing a job for college, and it’s basically about hash table. At work, I have to do a Hash table of a n strings, for example. Instead of making an array of characters (in this case, an array of…