python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Netbeans IDE Menu showing weired characters and system font Not Working
I have changed my system font. everything in the system works better with the new font. but Not java applications or Netbeans IDE. all the menus and labels in java applications or Netbeans IDE show we...
CodeJunior
Votes: 0
Answers: 1
Redirect output of command line to a variable in C
Is there a way to redirect output of a command line which returns integer as an output to a variable in C?
for example, if the command is "cmd", then is there a way to redirect its output (a...
qwerty
Votes: 0
Answers: 3
Custom python module seen in C: but not in D:
I have a module that I want to be able to import from any script without
doing any sys.add_path and similar stuff. I want it to be permanently added.
Since I installed Python with anaconda, I have a a...
Luka Savic
Votes: 0
Answers: 1
how similar are threads to processes?
I am learning about OS and here is what I get so far :
a process is a program in execution
a thread is the "unit" of execution of a process
a cool story I think my smol brain understands t...
rorolulu
Votes: 0
Answers: 1