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)
Error while compiling c++ code in gcc compiler in macOS
I have been trying to setup a c++ code execution environment in my macOS. I am using sublime text editor. I have installed gcc compiler(v11) and then i have created a link to g++ that points to g++-11...
prashant
Votes: 0
Answers: 0
Multiline class name to single line in PhpStorm/VSCode/Sublime
Not sure if this relevant question or not
Here is an example HTML block
<div
class="
ltr:ml-auto
rtl:mr-auto
...
Emtiaz Zahid
Votes: 0
Answers: 1
How to search with a criteria in sublime?
in sublime if you want to search for a string "apple" but not "apple."
How do you do that?
Thank you all.
I heard somewhere you can add a - to substract unwanted hit but don't know...
Cheng Peng
Votes: 0
Answers: 1
Can't access modules of my python package
contents of "init.py" file inside "handlers" folder:
from handlers import client
from handlers import admin
from handlers import other
and the content of the "main.py" f...
Иван
Votes: 0
Answers: 1