Roxifλsz 🇱🇹
Also it probably means that you actually learned from somewhere how to use it properly, because just installing kali didn't give the skills to do that
Andrey
Andrey
That’s right
Andrey
Sukesh
We are trying to connect Zebra QRCode DS457 scanner into the machine (OpenWRT Chaos-Clamer, Raspberry pi 2 B) as a serial device.
We have changed scanner mode from standard out to CDC com port. After that we have added usb serial drivers (comgt, kmod-usb-serial, kmod-usb-serial-option), It as selected from the OpenWRT menuconfig.
Then executed the following command for converting to serial device
echo '05e0 1701 ff' > /sys/bus/usb-serial/drivers/option1/new_id
But the device is still showing dwc_otg.
Anyone having any idea, Why it is not changing to USB com device?
Sukesh
https://stackoverflow.com/questions/49306291/connecting-device-as-serial-device-in-openwrt
j@ke
Can anyone tell me why, when the second condition is met it prints out a blank line, instead of the intended ' cout '
j@ke
diregaurd the comment, I fixed that. My bad.
Roxifλsz 🇱🇹
Nice meme @Svinkles, but I have delete powers
Germán
Yehor
Ha-Ha, Kali Linux it's just pack of brute forces. That's it 😆
НОЗИМ
HELLO everyone
Yehor
BTW, guys, tell me which library using for write GUI on pure C?
Yehor
Sorry, cross-platfroms GUI on pure C
Yehor
Maybe library, API from OS or Framework?
Nomid Íkorni-Sciurus
Roxifλsz 🇱🇹
Roxifλsz 🇱🇹
Gtk is a mess and so is its C++ wrapper
Nomid Íkorni-Sciurus
It takes some time to get used, but I still don't get comfortable with gtk+'s way of doing even simple stuff
Yehor
Can i make full UI design on GTK+?
Nomid Íkorni-Sciurus
Yehor
I mean, i want see beutiful design in own apps, but also using pure C.
Nomid Íkorni-Sciurus
Nomid Íkorni-Sciurus
for example you can style your apps with... "css"
Yehor
Really?)
Nomid Íkorni-Sciurus
Kind of, yes
Nomid Íkorni-Sciurus
https://developer.gnome.org/gtk3/stable/chap-css-overview.html
Nomid Íkorni-Sciurus
If you're really going to use GTK+, please read the official documentation carefully
Nomid Íkorni-Sciurus
it's a bit weird at first and does not have a simple learning curve.
Yehor
I'm used to reading official documentation.Oh, Node.js ...with constant updates.
Nomid Íkorni-Sciurus
that's nice
Yehor
GTk it's framework if there is css?
Nomid Íkorni-Sciurus
Well, Gtk is... kinda weird
Nomid Íkorni-Sciurus
I don't really know what kind of library it is
Nomid Íkorni-Sciurus
Yehor
The site is written, it's tool kit, but tool kit may be the framework
Yehor
Or pack of libraries
Yehor
But it's not really important
Yehor
Another one questions: Can I using pure C in Node.js, if i'm not mistaken, Node.js can adding Cpp extensions, but nothing is said about pure C
Nomid Íkorni-Sciurus
I'm not sure about that
Yehor
Okay ;D
αlpha
I use Arch and when I want to optimize program in c, I do as below:
1. gcc -o test test.c -O0 -g -pg
2. ./test
3. gprof test gmon.out
but there are some unnormal output that the index of function is null.
I have searched the web and read the manual of gprof, I still don't know the reason.
This is the source of test.c http://fars.ee/QXI0
αlpha
maybe not, I try add some operations to the loop, but no thing happen
@DevPGSV
pong
αlpha
When I use ubuntu, I used gporf and It work correctly.
αlpha
Anonymous
I need some basics of divice driver cooding and rtos
Anonymous
Basics of divice driver and rtos
Anonymous
?
Anonymous
What u mean
Anonymous
I need some basic tutorials
Anonymous
αlpha
αlpha
I know gentoo, but I use Arch as I like
Yunus Hasanov
Hello everyone
Yunus Hasanov
New to c++
Yunus Hasanov
Hope you'll help me if I need)
αlpha
I write a program and want to analyse where is the bottleneck. There is not to compare which distribution is better.😅
Anonymous
https://t.me/spacepumpers
Hermann
Are there functional language groups?
✨Dagi✨
Abissigna.com
Anonymous
Ajiq
hye guys
King
Hy
King
Hi admin
Anonymous
Any body help me project on os for
b tech
theFlash
Os project using which language ?
K
so i’ve been write this code, when i run and give some input and press enter. the next menu has popped up. how to make it like the “yes or no” to continue other menu?
K
my friend told me tu use boolean, but i dont know where to put it
K
im sorry, im a newbie here
K
hope you guys can help 😬
theFlash
You want to continue after one selection ?
K
yup, after drink selection finished
theFlash
Again it should ask whether to continue or not ? If yes it should display all options again!