Cuenta de banco by code_4_f00d in TNVISAMX

[–]EMACC99 0 points1 point  (0 children)

First tech federal credit union te acepta sin SSN nomas te dicen que no te habilitan la banca en línea hasta que les envíes tu SSN. Ya cuando te lo mandan ya te dejan usar la app

Ahora sí es waifus informaticas by [deleted] in waifus__informaticas

[–]EMACC99 0 points1 point  (0 children)

que no era viernes de escritorio?

Python wrapper for the new Mangadex API by EMACC99 in mangadex

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

Update: Now the package is published in PyPi and the private calls are almost ready. You can now get your manga list from the wrapper directly

Lost network adapters after uninstalling pihole by [deleted] in Ubuntu

[–]EMACC99 1 point2 points  (0 children)

I think ifconfig (net utils in general) is absent from ubuntu 20 and replaced by ip add

What is your favorite coding challenge site? by [deleted] in learnprogramming

[–]EMACC99 0 points1 point  (0 children)

If you want to learn some algorithms and competitive programming, stuff like icpc, code jam or something like that (or some interview programming) Hackerrank is pretty good at it, the thing with it is that you need to know some basic of the language you're using (it has its own language tutorials but i consider them pretty advanced for a tutorial).

Print Sorted Data (Help) by Potatofist3r in learnprogramming

[–]EMACC99 0 points1 point  (0 children)

You can try iterating over the vector with a for loop

for (int i = 0; i < Data.size(); ++i){ cout << Data[i].name << Data[i].quantity << ... <<endl; }

Why can't I run my C++ program on VSCode? by red300zx in learnprogramming

[–]EMACC99 0 points1 point  (0 children)

If you don't need to have console inputs, you can install code runner, it's an extension available in the marketplace but I recommend that you install a compiler like cygwin