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)
How can I get stdlib.jar to work in IntelliJ IDEA?
I had used the IntelliJ IDEA installer provided in the booksite for Computer Science: An Interdisciplinary Approach and I had no problem to use the library. However, I noticed that installation had s...
Ayxa Chaverra Renteria
Votes: 0
Answers: 1
When should I install a library to lib/ , and when to, say, lib/x86_64-linux-gnu?
I've compiled a static C or C++ library, obtaining a libfoo.a. I want to decide where it should be installed after having been built. Never mind what build/installation mechanism I'm using - this is a...
ein supports Moderator Strike
Votes: 0
Answers: 1
Importing Tkinker in Jupyter notebook will not complete
When trying to import tkinker into the notebook the cell never ends running
I need to use Tkinker in Jupyter Notebook to create a GUI for an assignment. However I have tried:
from tkinter import *
pi...
beth
Votes: 0
Answers: 0
Where should I install myproj-config.cmake and myproj-version-config.cmake?
Suppose you're developing some library, myproj, using CMake for build configuration; supporting the cmake --install (using install() commands); and supporting use of myproj with CMake config mode, i.e...
ein supports Moderator Strike
Votes: 0
Answers: 2