Tagged Questions
The embedding tag has no wiki summary.
18
votes
5answers
4k views
“eval” in Scala
Can Scala be used to script a Java application?
I need to load a piece of Scala code from Java, set up an execution scope for it (data exposed by the host application), evaluate it and retrieve a ...
15
votes
2answers
523 views
How to inherit a C++ class in JavaScript?
I am embedding SpiderMonkey to make my C++ library scriptable. To make it extendable, I need it possible to define a new class (JavaScript) inheriting one C++ base class of the library.
Is there an ...
13
votes
2answers
327 views
Is it possible to embed PyPy into a .NET application?
I would like to embed a Python interpreter into my .NET application. I'm aware of IronPython, of course, but I'm specifically interested in PyPy, because of its stackless support and microthreads.
...
13
votes
2answers
5k views
How to embed WebKit into my C/C++/Win32 application?
The solutions I have found are irrelevant:
someone used WebKit in a Delphi project
someone used it with Java
there is QtWebKit (about:blank demo app takes 44 megs)
.Net port of it
GTK+ port
I need ...
11
votes
4answers
989 views
Embedding instead of inheritance in Go
What is your opinion of this design decision? What advantages does it have and what disadvantages?
Links:
Embedding description
9
votes
3answers
9k views
Embedding the Java h2 database programmatically
At the moment we use HSQLDB as an embedded database, but we search for a database with less memory footprint as the data volume grows.
Derby / JavaDB is not an option at the moment because it stores ...
8
votes
3answers
3k views
WebKit or Gecko - which one is better for embedding in C++ app?
Which one would you choose and why?
I'd like to hear opinions from people having experience with embedding a web browser engine in C++ application.
I should stress I need all features of web browser ...
7
votes
2answers
136 views
(Embedding Mono) Parallel activation of domains
I'm wondering if it's possible to activate multiple Mono domains and execute them in parallel from native code:
I use the following code to activate a domain:
///Create a new domain.
m_domain = ...
7
votes
2answers
2k views
Embedding: mono vs lua
I am interested in hearing about peoples experience with embedding mono (open source implementation of .NET) in a C/C++ application. How is it to distribute such an application and what are the ...
6
votes
1answer
250 views
Recommended way to embed JVM in C program with NO library?
What's the recommended way to embed JVM in C program with NO library. This means JVM as a eDSL execution engine. (Not whole Java platform environment) I'm trying to use another JVM based language ...
6
votes
1answer
375 views
Embedding IronPython, built-in help command, my CLR objects
I'm embedding IronPython (2.6.1) in a C# assembly and exposing several objects to scripts which are executed with PythonEngine.ExecuteFile. I expose them either with
scope.SetVariable("SomeObject", ...
6
votes
7answers
486 views
Is it good style to call bash commands within a Python script using os.system(“bash code”)?
I was wondering whether or not it is considered a good style to call bash commands within a Python script using os.system(). I was also wondering whether or not it is safe to do so as well.
I know ...
6
votes
1answer
1k views
How to build JavaScriptCore for iOS device?
I've downloaded Webkit nightly build. I open JavaScriptCore and built it. Compilation done without any error. But the output was a Framework contains only OS X binary. I tried unchecking 'build active ...
6
votes
3answers
1k views
How can I embed firefox in a GUI application?
Has anyone ever embedded the firefox web browser technology in their own [unmanaged] C/C++ GUI application in the same way that IE can be embedded as a COM object? (I would like to do this on Linux, ...
6
votes
5answers
274 views
embedding pascal
Is anyone aware of a Pascal interpreter/compiler which is embeddable in C++ (or anything else other than Pascal) applications? I am cloning (for lack of a better word) an application which uses an ...
6
votes
2answers
3k views
Lua Wrapper for C#?
I am looking to embed Lua into my C# application and i thought there was a wrapper around the lua API for C#, but don't remember what it is. Can someone point me in it's direction?
6
votes
3answers
4k views
How to convert a C string (char array) into a Python string?
I have embedded a Python interpreter in a C program. Suppose the C program reads some bytes from a file into a char array and learns (somehow) that the bytes represent text with a certain encoding ...
5
votes
3answers
269 views
Embedding C++ Programs
I'm just getting into advanced C++ programming (object orientation), and I've been looking for hours on how to embed a C++ program into your average browser. I honestly have no idea how. I was ...
5
votes
5answers
312 views
Prevent a user from closing an application that is opened through a C# program
I have a old command line based program (its fortran if that matters) that is opened from a C# application when a user clicks a button. If the command line program is shut down while it is running ...
5
votes
2answers
5k views
android: using ActivityGroup to embed activities
Im in the conceptualizing/design phase of building an app and i've hit a bit of a snag. Essentially i was looking for a way to embed one activity into the UI of another similar to how a ...
5
votes
4answers
379 views
How to handle value types when embedding IronPython in C#?
There is a well known issue when it comes to using .NET value types in IronPython. This has recently caused me a headache when trying to use Python as an embedded scripting language in C#. The problem ...
5
votes
5answers
778 views
Embed python interpreter in a python application
i'm looking for a way to ship the python interpreter with my application (also written in python), so that it doesn't need to have python installed on the machine.
I searched google and found a bunch ...
5
votes
5answers
1k views
Is that possible to embbed Scheme(lisp) interpreter into iPhone app?
I'm finding embeddable Scheme interpreter(or JIT compiler or anything) into Cocoa Touch.
I think just a C compatible Scheme engine may be fine. Please recommend some. I wish it's MIT/BSD style free ...
5
votes
4answers
597 views
pygtk how to embed external application within my pygtk GUI
I'm desiging a pygtk GUI and want to embed an external application into it.
Does anyone have any idea how this can be done?
5
votes
2answers
198 views
How do I embed IPython with working generator expressions?
Certain list comprehensions don't work properly when I embed IPython 0.10 as per the instructions. What's going on with my global namespace?
$ python
>>> import IPython.Shell
>>> ...
5
votes
3answers
5k views
Preloading @font-face fonts?
Is it possible to preload or otherwise cache @font-face fonts, most likely with javascript, before the page loads so you don't get that ugly jump when the page finally does load?
5
votes
3answers
547 views
Python embedding with threads — avoiding deadlocks?
Is there any way to embed python, allow callbacks from python to C++, allowing the Pythhon code to spawn threads, and avoiding deadlocks?
The problem is this:
To call into Python, I need to hold ...
4
votes
1answer
524 views
Recommendation to embed Haskell as script engine in iOS apps on ARM?
I tried to compiling Haskell into an iOS app a few months ago.
Unfortunately the only stable/maintained implementation that I could find was GHC, so I tried some kind of cross-compilation, but failed ...
4
votes
2answers
184 views
Bullet-proof groovy script embedding
I'm working on a server app that may be extended by user-supplied Groovy scripts. It's evident that I want to make sure these scripts run in a very tight sandbox where they can disrupt the core ...
4
votes
2answers
298 views
Dividing binary image into 'blocks' of pixel data
I am using Python and PIL as part of my work on embedding data in binary images and need to analyse groups of pixels to determine appropriate pixels to manipulate in order to embed data. The image ...
4
votes
4answers
223 views
Embedding a Web page in a C# Window
I want to create a simple C# Window which displays the contents of a webpage. Is this possible ?
Eg. (what I am trying to do is)
csharp.window.loadUrl("http://www.google.com")
4
votes
2answers
169 views
NaN giving an error depending on Python startup?
I am using Python4Delphi to embed Python in a Delphi program. Versions: Python 2.6.4, Delphi 2009, Windows XP.
The Delphi program crashes with EInvalidOp when importing json. I tracked it to the line
...
4
votes
3answers
359 views
Embed many graphics using an array
In AS3 you can embed a graphic into a Class variable:
[Embed(source="MenuAssets.swf", symbol="topSquare")]
public var TopMenuItem:Class;
I have hundreds of assets in this one website ...
4
votes
1answer
179 views
need a web browser in my desktop application
part of the specification of this desktop application is to have a mini browser built in, so that you can enter URL, and navigate the site as you would on a normal browser. Access to the browser ...
4
votes
1answer
130 views
PHP: testing two double-variables gives different result without changing the variables
in my code i have two double values. Lets call them $a and $b. now I want to test which one of them is larger, so I wrote the following:
print ($a > $b ? "larger\n" : "smaller\n");
print ($a > ...
4
votes
3answers
12k views
How do I embed a mp4 movie into my html?
I have a blog section on my site that has the TinyMce editor. I want to embed a video when I post a blog and it's just spitting out the code. I have added the <embed> tag on my output script.
...
4
votes
3answers
677 views
Embedding Mono in Delphi Win32
Does anyone know the specifics of how to embed the Mono runtime in a Delphi Win32 application? The official documentations is not very helpful with regards to the Win32 environment ...
4
votes
2answers
951 views
Issues with embedding IronPython 2 in a C# web application
First Some Background (incase it helps):
My application is a Web-based framework recently upgraded to v3.5 of the .Net Framework but does not use a Master Pages / User Controls system. It's more ...
3
votes
1answer
50 views
Passing C-initialized struct to embedded Ruby interpreter
I'm embedding Ruby in C and I need to pass a struct created in C to a Ruby script, where I want to work with struct values. I have successfully done this with struct declaration rb_struct_define and ...
3
votes
2answers
95 views
Saving state of complex, scripted objects
In C++ I have the following two classes that I expose (using Boost) to Python:
struct Foo {
// Empty
};
struct FooContainer {
// I use boost::shared_ptr for compatibility with Boost.Python
...
3
votes
1answer
256 views
How to embed Lua inside Python?
This sounds like a weird question, so I'll explain circumstances surrounding first.
Basically, I have a 3D game development kit, written in Python, that works excellently by itself. However, most of ...
3
votes
1answer
523 views
I cannot run Enmbedded RavenDB
I was able to successfully run a simple test for RavenDB based on the code found at: http://ravendb.net/tutorials/hello-world
Next I tried to run it in an Embedded Manner, but I keep on getting the ...
3
votes
1answer
528 views
Embed SVG in SVG?
I have an SVG document, and I would like to include an external svg image within it, i.e. something like:
<object data="logo.svgz" width="100" height="100" x="200" y="400"/>
("object" is just ...
3
votes
2answers
308 views
Tiny javascript implementation?
I need an extremely tiny implementation of (maybe a subset of?) javascript. Code size and memory usage are extremely important (speed isn't in the question, it can run as slow as it likes). It must be ...
3
votes
2answers
491 views
MongoDB: automatically generated IDs are zeroes
I'm using MongoDB and official C# driver 0.9
I'm just checking how embedding simple documents works.
There are 2 easy classes:
public class User
{
public ObjectId _id { get; set; }
public ...
3
votes
2answers
164 views
AJAX - how to determine best polling frequency?
I am building new features for a small embedded device with built in web server. It has a basic web based interface with Javascript AJAX. I came across a problem today where I had a setInterval call ...
3
votes
5answers
216 views
Is it ok for an HTML element to have the same [name] as its [id]?
I'm working on embedding a flash app in a webpage using the Satay method:
<object type="application/x-shockwave-flash" data="embeddy.swf"
id="embeddy" name="embeddy">
<param name="movie" ...
3
votes
4answers
225 views
Using C++ and scripting together
I am developing simple games as a hobby. For my new project, I want some parts to be scriptable. I am familiar with python but don't mind learning new languages. Here is the question:
I am planning ...
3
votes
4answers
354 views
Calling a python method from C/C++, and extracting its return value
I'd like to call a custom function that is defined in a python module from C. I have some preliminary code to do that, but it just prints the output to stdout.
mytest.py
import math
def myabs(x):
...
3
votes
2answers
4k views
Display embed images in Flash/Flex Builder
i'm using image embedding in Flex 4 (the same goes with Flex 3). I have one class with a lot of
[Embed(source="../assets/icons/icon1.png")]
public static const image:ClasS
And i reference them ...