python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
how can I use elisp to print dependencies of a code?
I am trying to print the dependencies associated with a code, such as definitions related to functions or variables in a statement using Emacs, however I am not finding the functions necessary to do i...

jeferson lemos
Votes: 0
Answers: 2
is there any way to convert this python code into php
what i need to accomplish is to reach a way in which i can convert the basics on any python code into php functions and conditions and so on
def BitmapHoles(strArr):
bitmap = {}
for i in ran...
ibrahim khalaf
Votes: 0
Answers: 1
Is there a way to instantiate C++ template as C code?
I am targeting OpenCL and forced to write code in C, so am really missing C++ templates. Currently doing string substitution on C sources when sending code to OpenCL compiler which is error-prone.
In ...
Slaus
Votes: 0
Answers: 0