Zorrito
It's a library that's supposed to help you program a Raspberry Pi's GPU using C++. https://github.com/mn416/QPULib
It seems like nobody wants to touch this with a 10 foot pole lol. The only advice I got was "mess with the examples to get an idea of how they work".
Zorrito
Or maybe there aren't that many people who have that hardware so it's not useful to them
Hmmm I would've thought that more people would have experience with it. I mean I can't find any help whatsoever on google, youtube, coding websites, or even the raspberry pi forums.
Anonymous
done
Anonymous
Thank you so much Marie
saravana
Hi
強さと決意
Anonymous
Hi
Hi Spiderman
saravana
Bro am finished bca then what course will learn
saravana
I have no idea bro .am pass out 2017 am.tried bank job now am leaved . So I.want to go jobs
Riyaz
I want to c Programming simple language books send bro
Anonymous
I want to c Programming simple language books send bro
The C Programming Language 2nd Edition ~ Dennis M Ritchie
Anonymous
Anonymous
Bro am finished bca then what course will learn
Most probably if you are still interested in computer science, go for mca.
saravana
Try freelancing maybe
Free lancing is geniune?
Anonymous
Free lancing is geniune?
Depends on your skills. If you got skills, people will hire you for their projects. If you don't have skills, neither would they hire you nor would they recommend you to anyone.
saravana
Most probably if you are still interested in computer science, go for mca.
I want to go job bro. I want to study coding which is better java,c,c++ which is better
saravana
Etc
Anonymous
I want to go job bro. I want to study coding which is better java,c,c++ which is better
There are already many good developer for java, c, c++. Go lor languages which are less popular but more in demand like Python, Go, Ruby, PHP.
Anonymous
That will make you different and stand out
Anonymous
Or basically do something like Network Administration or Linux Administration.
Anonymous
🙄
Anonymous
Be the one who is needed in the industry. There are already good software engineers and developers already. But there are comparatively less Linux and Network Admins. (in India specifically)
Anonymous
You may also take up some specialized courses or certifications in AI, Cloud Computing, Big Data, etc.
Anonymous
Then you would get a job more easily. Just give companies a reason to hire you. Offer them something that other people can't.
Anonymous
Hii can I learn python in 1 month
Anonymous
Do you know any resource where can I learn it
Anonymous
Anonymous
Check out w3schools.com
Anonymous
It may be good, but I'm not sure.
Anonymous
Do you know any resource where can I learn it
Think Python 2nd Edition : http://greenteapress.com/wp/think-python-2e/
Anonymous
Hii can I learn python in 1 month
Try a python group maybe?
Zorrito
Hii can I learn python in 1 month
There is a ton of tutorials on youtube too.
Robel
Is amy bady have c++ code for any campany
Robel
Please
Robel
Syntax code
Anonymous
Syntax code
What do you mean by campany?
Syed
Any experienced c++ devs here interested in working on blockchain project?
Syed
Message me if interested
Robel
Of any thing which runs
Robel
So ask me! Am asking you
Anonymous
Is amy bady have c++ code for any campany
You need some projects to work on?
Robel
Ya and am going to change that to an app
Robel
So any body who have a process code now will be the time to share it
Sunil
Hmmm I would've thought that more people would have experience with it. I mean I can't find any help whatsoever on google, youtube, coding websites, or even the raspberry pi forums.
I would have expected that too. I got an Orange Pi Win Plus last year because of better specs, although Raspberry Pi boards probably have much more support and many more users
Robel
Thank u bra u r a life saver
Anonymous
:::c #include<stdio.h> main() { double nc; for (nc = 0; getchar() != EOF; ++nc) ; printf("%.0f\n", nc); }
Anonymous
This is a program to count the no. of characters you input
Anonymous
But it doesn't seem to work.
Anonymous
in gcc
Liam
in gcc
Hmmmm, the question is, do you know how to input an EOF in your system?
Eugene
Try to press "Ctrl-D"
Anonymous
Try ctrl-d or ctrl-z at end of the input string.
Anonymous
EOF is basically a signal and not a character. So sometimes this signal is not caught by the running program rather it is caught by the operating system.
Riyaz
Thanks bro data structure in cpp ebooks send bro
Anonymous
in gcc
take the base-10 log of the absolute value of the number, round it down, and add one. This works for positive and negative numbers that aren't 0, and avoids having to use any string conversion functions.
Anonymous
You can add explicit condition to check if the input is zero
Anonymous
int nDigits = floor(log10(abs(the_integer))) + 1;
Anonymous
Try to press "Ctrl-D"
This is working
Anonymous
It seems like pressing Enter just represents another character to the compiler
correctmaninwrongplace
and yes, ctrd-d is like an EOF in console
correctmaninwrongplace
Ok, not exactly
correctmaninwrongplace
https://stackoverflow.com/questions/11944314/ctrl-d-didnt-stop-the-whilegetchar-eof-loop?utm_medium=organic&utm_source=google_rich_qa&utm_campaign=google_rich_qa
correctmaninwrongplace
Here there are some info
correctmaninwrongplace
and here: https://unix.stackexchange.com/questions/110240/why-does-ctrl-d-eof-exit-the-shell/110248#110248
Anonymous
I understood this thing I guess.
Anonymous
i believe it is a \n
Most probably.
Anonymous
But I've to do ^D twice
Anonymous
https://twitter.com/kirankumarnp/status/996687787670810624?s=09
Anonymous
Important program
°_°
Hi!
Gaetano ツ
HII!