Roxifλsz 🇱🇹
Vanned
Roxifλsz 🇱🇹
Arrested
Muhammed
no :D
Muhammed
How can it be possible :D
Roxifλsz 🇱🇹
Idk, media says turkey government has arrested ppl who protest against Erdogan?
Roxifλsz 🇱🇹
Some German journalists too, I think?
Muhammed
May be depends on situation idk
Roxifλsz 🇱🇹
Ok, I will stop with the politics in here then
Roxifλsz 🇱🇹
I wonder what we gon do for the group project tho. Seems fun
Muhammed
Eheh idk c/c++ :D
Roxifλsz 🇱🇹
So you're in this group to learn then?
Muhammed
I am planning to learn
Muhammed
Yes
Muhammed
Not now but yes :D
Roxifλsz 🇱🇹
Steve Ruben if I may make a suggestion, we should use gitlab for the project, because it is also open source unlike github.
Muhammed
Anonymous
Anonymous
Anonymous
https://gogs.io
Anonymous
https://gogs.io
You can create the project and share the link with us. I'm not familiar with Gogs
Roxifλsz 🇱🇹
Gogs please
Looks like it has to be self-hosted, got an instance?
Anonymous
Anonymous
Unlike Gitlab, gogs don't use 4GB
Anonymous
Roxifλsz 🇱🇹
Anonymous
Anonymous
Maybe tonight
Roxifλsz 🇱🇹
Anonymous
Now I have to do works
Anonymous
In Java xddd
Anonymous
what u doings?
I'm working doing Android apps as temporary hired
Anonymous
I don't how to explain my job in english
Roxifλsz 🇱🇹
Anonymous
I am hired to do an Android app
Anonymous
Only this xd
Anonymous
I can't explain xdxd
Roxifλsz 🇱🇹
xdxd
Roxifλsz 🇱🇹
NDA or sum shiet?
Anonymous
Roxifλsz 🇱🇹
mkay
Roxifλsz 🇱🇹
How many android apps have you worked on before?
Anonymous
Anonymous
At my own 3 apps
Roxifλsz 🇱🇹
open sores?
Anonymous
One was a private chat using RSA encryption
Roxifλsz 🇱🇹
noice
Anonymous
open sores?
The second one was geolocation app using udp server to receive the position
Anonymous
This is FOSS
Anonymous
But the server is closed
Anonymous
I have to enhance it
Anonymous
But you can use on your own host
Roxifλsz 🇱🇹
That's cool yo
Anonymous
And the another it's also private
Anonymous
Hi guys
Anonymous
If I want to delete in bitwise operator I can do the next?
flags = fcntl(sock, F_GETFL, 0);
if (flags > 0)
fcntl(sock, F_SETFL, flags ~ O_NONBLOCK);
Roxifλsz 🇱🇹
The ~ bitwise operator is used to flip all bits
Roxifλsz 🇱🇹
But it's used like ~argument in that case
Roxifλsz 🇱🇹
So I'm not too sure what it does here, with arguments on both sides
Álvaro
Anonymous
Anonymous
Thx
Álvaro
I used ^
is that the bitwise version of ~?
Roxifλsz 🇱🇹
And there more
Álvaro
thx
darshpreets
darshpreets
Problem with code logic,
darshpreets
darshpreets
dps@machine:~/Documents ./convert lengths 1 au mile
1 au is 92955807.27 mile.
dps@machine:~/Documents g++ convert.cc -o u
dps@machine:~/Documents ./u lengths 1 au mile
1 au is 92955807.27 mile.
dps@machine:~/Documents ./u lengths 1000 meter km
1000 meter is 1.00 km.
dps@machine:~/Documents$ ./u lengths 1 inch mile
1 inch is 40.88 mile.
darshpreets
I have doubt with multiplying with decimal value
darshpreets
From line no. 100 to 124
darshpreets
Though code looks too big bit its just a simple one, just I'm beginner so its like this
darshpreets
Can anyone help
David
https://gogs.io
or gitea. btw, what is this project about? Which type of desktop application do you want to do?
Anonymous
Anonymous
Anonymous
To delete flags