Fabio de Miranda's Library tagged → View Popular
ProjectPlan - unladen-swallow - Plans for optimizing Python - Google Code
The majority of our work will focus on speeding the execution
of Python code, while spending comparatively little time on the Python
runtime library. Our long-term proposal is to replace CPython's custom
virtual machine with a JIT built on top of LLVM, wh
c-repl
Many programming languages come with a REPL (read-eval-print
loop), which allows you to type in code line by line and see what it
does. This is quite useful for prototyping, experimentation, and
debugging code. Other programming languages, and especially
Mixing C and C++ Code in the Same Program
Calling methods from C, behavior of exceptions, etc.
Most of the information is Sun compiler-specific.
Weave - mixing C in Python
The weave package allows the inclusion of C/C++ within Python code and is useful in accelerating Python code.
CodeProject: Embedding Python in C/C++: Part II. Free source code and programming help
How does our C/C++ code communicate with the embedded Python module when they are running on separate threads/processes?
CodeProject: Embedding Python in C/C++: Part I. Free source code and programming help
Inspired by the article "Embedding Python in Multi-Threaded
C/C++ Applications" (Linux Journal), I felt the need for a more
comprehensive coverage on the topic of embedding Python. While writing
this article, I had two objectives: 1. This is written
Embedding Python in Your C Programs
The opaque PyObject structure isn't actually useful to a C
program though. In order to access Python data in your program, you'll
need to use a variety of conversion functions that will return a native
C type. For example, if you want to convert a PyObjec
Code Search - O'Reilly Labs
Find relevant sample code from nearly 700 O'Reilly books.
The database currently contains over 123,000 individual examples,
composed of 2.6 million lines of code — all edited and ready to use.
Adobe Open Source Generic Image Library: Main Page
Images are a fundamental construct in any project that
involves graphics, image processing, and video and yet the variability
in pixel data representations (color space, bit depth, channel
ordering, planar/interleaved, alignment policy) makes it hard to w
Managing Modularity: Makefiles and Libraries
Norman Matloff, excelent tutorial! With this problem in mind,
we typically will split the source code into a large number of files,
rather than just one file. We may, for example, have a separate file
for each significant function, and maybe one more file
libapr(apache portable runtime) programming tutorial
libapr(apache portable runtime) programming tutorial. Think Java Libraries for C.
Noodle Open Source | NoodleGlue
NoodleGlue is a system which generates the source code
necessary to create Java "wrapper" files which mirror your C++ classes.
The NoodleGlue generator applications create several types of source
file, both Java and C++, which must be compiled along with
Very cool! Using structs and unions in Java code for ease of integration with native applications
This class represents a C/C++ struct; it confers
interoperability between Java classes and C/C++ struct.
Unlike C/C++, the storage layout of Java objects is not determined by
the compiler. The layout of objects in memory is deferred to run time
and de
Selected Tags
Related Tags
Sponsored Links
Top Contributors
Groups interested in c
-
C Language
Items: 2 | Visits: 40
Created by: Brant Chen
-
programming
Items: 7 | Visits: 34
Created by: Edward Mark
Diigo is about better ways to research, share and collaborate on information. Learn more »
Join Diigo
