Ибраги́м
Welcome to my world
Anonymous
Let me finish the debian setup first 🏃‍♂🏃‍♂
If you need newer compiler than provided ones, setup nix and install gcc from there... I did that on Debian stable
Anonymous
Are you saying that you can't setup a development environment in any other OS except Linux
No. MacOS is a good one, too. But I'm just saying that Windows is messy, and the lack of terminal navigation features and command-line development tools basically means you're required to use a GUI IDE, which I hate working with. I write all my code with a text editor and the terminal. Now, that's not to say that it's the best way, but it's definitely a faster, less jumbled way of doing it.
Anonymous
That's exactly what I said.
Ok, I code mostly in emacs, but not all the time, tools keep changing under various conditions
Ибраги́м
https://codingtidbit.com/2018/01/31/use-stl-copy-not-memcpy-to-copy-array/
Anonymous
Ok, I code mostly in emacs, but not all the time, tools keep changing under various conditions
Emacs is a good development environment. I don't use it personally, but from what I've seen, it seems great. The only command-line editor I still use is Vim. But that's only for quick, small files.
Anonymous
Hi
Anonymous
How to update TM50_11 phone software?
Anonymous
How to update TM50_11 phone software?
Ask vendor and this is offtopic here
Anonymous
So your main editor is vim I guess
No. Just for things like configuration files, and other small things. My main editor is Visual Studio Code.
Anonymous
J D
Any website for c programming??
Anonymous
No. Just for things like configuration files, and other small things. My main editor is Visual Studio Code.
I couldn't build it from source, so I got scared of VSCode. Nice editor though. I know about binary existance
Anonymous
I remember you @OxFFFFFFFF
Anonymous
-1 guy? :D
Ибраги́м
I remember you @OxFFFFFFFF
And u think I forgot u ?
Ибраги́м
-1 guy? :D
Yep, I'm me don't know how to be sm1 else
Kelvin
Kelvin
https://akrzemi1.wordpress.com/2018/05/16/rvalues-redefined/
Kelvin
When you still trying to learn C++98 but they're writing tutorials for C++ 2017
Kelvin
Ибраги́м
When you still trying to learn C++98 but they're writing tutorials for C++ 2017
What?! I'm using C++20 already, yep 2020 standard! Spoiler Alert: Secretly trying C++23
°_°
Hi guys
°_°
Someone here is programming in #Q?
Onur
Someone here is programming in #Q?
Only written the hello world program for once.
°_°
Can you help me?
Onur
https://docs.microsoft.com/en-us/quantum/?view=qsharp-preview I had followed this tutorial
°_°
I'm starting learning it, I want to work with quantistic computer
Onur
I tried that too and I realized that I need to know good mathematics in order to understand this stuff
°_°
I'm going to do quantistic physic university or math university (I want to solve Reimann's problem)
Zorrito
I'm going to do quantistic physic university or math university (I want to solve Reimann's problem)
I thought I was close, but I have to solve an even more complicated function. If I can find the asymptotic formula for a certain sequence, I think I can prove the hypothesis.
Ariana
Finding a bound would suffice in this case, though it wouldn't be easy. Have tries many different approaches over the past few years. Normally it is easier to solve a more complex problem
Onur
Can we use typenames in template parameters? As an example template<typename T, bool issomething> class A : B< typename C<issomething>::member > { };
Zorrito
https://oeis.org/A104575
I just need to find the asymptotic formula for this little monster. In a way, it's related to partitions, which has an asymptotic formula, so I figure this series might have one too.
saravana
Phyton is good course for jobs?
Anonymous
Phyton is good course for jobs?
Depends on requirement of the company
saravana
Depends on requirement of the company
Java or phyton which is scope more?
Anonymous
hi
Anonymous
Hey
nithin
nithin
String palindrome program But in output ..other characters are appearing🙁
Kelvin
Was removed
https://gist.github.com/Liam0205/a6e25c9db1956a1dbf75c915e39e6582
is there a GITHUB telegram group or channel?
Anonymous
There is a channel which posts trending GitHub repos
Kaushal
Hi
Kaushal
Please introduce me about programming
Kaushal
Thanks a lott
Anonymous
Has anyone tried writing a window manager in C++?
Anonymous
Has anyone tried writing a window manager in C++?
You can have a look here : https://github.com/jichu4n/basic_wm
Kaushal
What is Github ?
Anonymous
What is Github ?
Google: Result for "GitHub" : https://en.wikipedia.org/wiki/GitHub
Anonymous
Read
Anonymous
Search xod.io
Anonymous
Anonymous
Anonymous
Lol
Anonymous
😆
Anonymous
http://www.doctormonk.com/2015/11/introducing-raspberry-squid.html
Kelvin
Anonymous
You can have a look here : https://github.com/jichu4n/basic_wm
I know there are projects that have been done, but I mean has anyone on this group done something similar? I just started writing a window manager that only handles 2-bit data (black and white screen). All it does is manage arrays of 1s and 0s in place of pixels, which will then be served over a socket server which you can connect to locally via another programming language that you can then write an actual graphical frontend for.
Anonymous
My plan is to, once finished with the manager to the point where it's usable, implement a Python 3 graphical frontend that connects to the server, and uses Tkinter to display the data to the screen via the canvas widget.