Top "Embedding" questions

An embedding is one instance of some structure contained within another instance, such as a group that is a subgroup.

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

inheritance go embedding
Embedding Fonts in AS3 - Dynamic Text Field disappears

This is hopefully a new problem or just me missing something obvious. Please help! I'm embedding a font into my …

actionscript-3 fonts embedding
"eval" in Scala

Can Scala be used to script a Java application? I need to load a piece of Scala code from Java, …

java scala scripting embedding
Sending an email with an image embedded in the body from C#

My problem is how to send an email with attachemnts to the default mail client programmatically. My requirements are: setting …

c# email image client embedding
Golang embedded struct type

I have these types: type Value interface{} type NamedValue struct { Name string Value Value } type ErrorValue struct { NamedValue Error error } …

go struct embedding composite-literals
TensorBoard Embedding Example?

I'm looking for a tensorboard embedding example, with iris data for example like the embedding projector http://projector.tensorflow.org/ …

tensorflow embedding tensorboard
Embed a scripting language inside Go

Is it possible to embed a language inside Go? I need it to create plugins inside my application.

scripting go embedding
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 …

c# mongodb embedding
Can I embed other files in a DLL?

I'm writing a plug-in for another application through an API. The plug-ins are distributed a DLLs. Is it possible to …

c# .net winforms dll embedding
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 …

firefox embedding