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.
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
Unlike Gitlab, gogs don't use 4GB
Roxifλsz 🇱🇹
Unlike Gitlab, gogs don't use 4GB
gitlab hosts their own instance tho, which is good if you don't have your own server
Anonymous
gitlab hosts their own instance tho, which is good if you don't have your own server
But I prefer Gogs for two reasons: It is made in Golang and don't waste 4GB to make a server
Roxifλsz 🇱🇹
But I prefer Gogs for two reasons: It is made in Golang and don't waste 4GB to make a server
But do you have a gogs instance for this project, since your reccomending it?
Anonymous
But do you have a gogs instance for this project, since your reccomending it?
Yeah, but it's private and I have to add everyone interested one by one
Anonymous
Maybe tonight
Anonymous
Now I have to do works
Anonymous
In Java xddd
Roxifλsz 🇱🇹
In Java xddd
what u doings?
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
NDA or sum shiet?
In part, NDA
Roxifλsz 🇱🇹
mkay
Roxifλsz 🇱🇹
How many android apps have you worked on before?
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
Anonymous
Thx
Álvaro
I used ^
is that the bitwise version of ~?
Roxifλsz 🇱🇹
is that the bitwise version of ~?
Both of them are bitwise operators
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
I vote to do a Desktop App for NordVPN in Qt
☝️☝️☝️☝️☝️☝️ @stkw0
Anonymous
is that the bitwise version of ~?
flag &^= O_NONBLOCK
Anonymous
To delete flags