An OOP technique where an object encapsulates (wraps) another object, hiding/protecting the object and controlling all access to it.

learn more… | top users | synonyms (1)

0
votes
2answers
35 views

How to package executable JAR file into EXE

I would like to deploy my final build as an EXE with an application Icon. What is the best way to do this? What is the common practice?
0
votes
0answers
12 views

OpenDMTP or HTTP + AMF for GPS tracking with python

I need to send GIS informations like GPS coordinates, timestamp, speed, etc.. from a device (ex. Smartphone) to a webserver (ex. Apache + Django). I know that exists OpenDMTP, a fast protocol for ...
0
votes
0answers
13 views

Wrapper Class for boost::interprocess shared memory

By blending ideas from these two questions and their answers: Shared Memory Wrapper Shared Memory Vector Of Strings I'm trying to write a wrapper class in C++ to give mutex synchronised ...
0
votes
1answer
22 views

R Custom proxy fuction in dtw for wraping

I have two column of data Tm and Ts and I want to apply the dtw algoritm changing the distance function. Proxy provide this possibility but I can't understand why it gives me an error. I have 2 ...
-1
votes
1answer
22 views

Wrapper float:center isn't working

The question has been answered here - Float: center doesn't work? Thank you! The whole page seems to be floating on the left. What have I done wrong? Any help would be so appreciated. ...
-2
votes
2answers
50 views

Extract content from url and website [duplicate]

I get content from website using file_get_contents(). When I get this content I can see all the content and tags of the website. I need to extract the content from some of the tags, not all of them. ...
0
votes
0answers
14 views

.Net Wrapper of OpenCV based on C++ interface

I know there are several .NET wrappers for OpenCV but all of them seem to be based on C interface rather than C++ one. I prefer C++ interface because I can do things with fewer lines of code according ...
-2
votes
0answers
35 views

Extract content of other url with jquery

I have one idea and i don´t know if it´s possible , my idea it´s extract content of other websites and show using jquery , for this the first step get the content using php For example i have url as ...
0
votes
1answer
20 views

How to use the log4j2 wrapper API

I do have some trouble understanding the log4j2 wrapper usage. If you follow this link you will find attached an example using the AbstractLoggerWrapper. I just copied the following peace of code. ...
1
vote
2answers
20 views

Override multiple methods with a wrapper (Python 3)

In my effort to subclass float and override multiple numeric operations with a wrapper, I looked at this example and tried the following: def naturalize(*methods): def decorate(cls): for method ...
1
vote
1answer
31 views

Use Qt4 widget in Qt5, without recompiling

I have written some code that relies on the Qt4 library and was using it in some projects. It deals with displaying PDFs, printing and so on and employs the poppler library My new project is made ...
0
votes
2answers
30 views

c# wrapper class with enum property

I have a class with Details with columnIndex public class Details { public int columnIndex { get; set;} } Then I have an enum. public enum DetailsEnum { Column1 = 1, Column2 = 2, ...
0
votes
1answer
26 views

Issues with Swig when I want to extend a given class with Swig %extend

I have this following code in my Swig file (.i) : %extend vgSofa::handler::VertexShape { vgd::Shp< vgSofa::handler::VertexShape > createVSWithNode( sofa::simulation::Node * root ) ...
0
votes
2answers
46 views

wrapper to template class inherited by another class

template <class Item> class Collection { void A(); // Many other utility functions } class IBase { virtual void B() = 0; } class Base : public Collection<BaseItem>, public ...
1
vote
0answers
21 views

How to make a content to align after wrapper?

Css: html { width:100%; height:100%; overflow-y:auto; } <div id="wrapper" width=100% z-index:-1> <div id="g_image5" style="position:absolute; overflow:hidden; left: 23%; top: 18%; ...
0
votes
0answers
18 views

Unable to start Sonatype Nexus with JSW

So I just upgraded to Nexus 2.5.0, and now my nexus install won't start with JSW. It works fine if started with nexus console but when started with nexus start it fails with the following rather ...
1
vote
0answers
22 views

C# - Emgu CV Retireve and display calculated Eigenfaces and Average faces on the GUI(Picture box or image box)

I was trying to study Face Recognition using Emgu CV wrapper in C#.I did the recognition fine.What i just want to know is how i do retrieve the calculated Eigenfaces and Average faces in a picture ...
0
votes
1answer
37 views

Integer c++ wrapper

I'm doing a very small and simple Integer class wrapper in C++, which globaly looks like this: class Int { ... private: int value; ... } I handled almost all the possible assignements, but I ...
0
votes
0answers
57 views

Creating a GDI+ wrapper in C#

I am interested in creating an interface to wrap around Graphics objects of windows forms controls as well as similar objects of other technologies (DirectX, OpenGL etc). My goal is to able to use ...
0
votes
3answers
28 views

how to wrap present but unknown element

I have a script that I give to clients. The client can put it anywhere in their html body. It could be placed between a div, td, p, or anything similar. The script looks something like this: ...
0
votes
0answers
12 views

What causes the error that says “Could not find the Service Class” for a service wrapped by WinRun4j

[info] Module Name: C:\Users\User\Documents\NetBeansProjects\NETBEANS 6.9.1\Desktop_apps\Test2\src\com\service\wrapper\ServiceWrapper.exe [info] Module INI: ...
0
votes
2answers
33 views

Website width. centering content in a wrap

There has been so many different answers to this and I'm having a hard time figuring out what I should be practicing. Currently I am using a script to center my page. I got it from someone on this ...
0
votes
1answer
47 views

Unmanaged C++ Classes in C#

I'm writing a program which utilizes a third party C++ library. I've written a C++/CLI wrapper to be able to expose some of the methods needed to my C# application, however I'm running into a bit of a ...
0
votes
1answer
38 views

Passing private member pointer to Unmanaged Function C++/CLI

I am having trouble passing an unmanaged pointer (stored as a member in a managed wrapper) to an unmanaged function that requires a double pointer (pointer to the stored unmanaged pointer). This ...
0
votes
1answer
31 views

Need to make wrapper of .lib, .h and .dll in c#

I have .h , .lib and dll files. I need to use those files in c# window based project. In .h file, there is defination of class. I am opening sample project and it gives me error like strmbase.lib ...
0
votes
1answer
62 views

How to add a DLL reference to a ASP.NET C# web application (the dll is a wrapper for underlying c libraries)

I have to use a third party dll (called Jedox.Palo.Comm.dll) This dll in turn references two more components - 1. libpalo_ng.dll & 2. libpalo2.dll These two are not .net assemblies, rather they ...
0
votes
0answers
16 views

glob wrapper does not exist on wamp server

When I try to use this code: $it = new DirectoryIterator("glob://application/*.php"); foreach($it as $f) { printf("%s: %.1FK\n", $f->getFilename(), $f->getSize()/1024); } It ...
2
votes
4answers
57 views

How to use operations like +-*/ on java-objects

I need to program a java-class "Fraction". This class should be able to understand the basic arithmetic operations like +, -, *, /. I found lots of "Fraction" classes and understand them, but all use ...
0
votes
2answers
16 views

displaySingle.imageWrapIfAny wrapp all images insted of single one

plugin.tt_news.displaySingle { imageWrapIfAny = <div class="newsImageWrapper">|</div> caption_stdWrap > caption_stdWrap.wrap = <div class="captionHolder">|</div> } ...
0
votes
0answers
51 views

Loading values from a property wrapper in a Junit test giving null pointer exception

Please bare with me as I am new to Junit and Property files. I have created a Properties wrapper class that when created will give back values. There are private strings to store the variables and ...
0
votes
2answers
38 views

Does object overhead matter when emulating a 6502 processor in Java? (using wrappers instead of primitive types)

I'm programming an emulator in Java (currently working on the 6502 processor), and I'm planning to use my own wrappers for some primitive types, simply because it enables me to do some things easier. ...
0
votes
2answers
47 views

How to implement an array-like property wrapper in python?

I have a class in python that acts as a front-end to a c-library. This library performs simulations and handles very large arrays of data. This library passes forward a ctype array and my wrapper ...
2
votes
5answers
63 views

Integer Literals in java

Integer i1 = 127; Integer i2 = 127; if(i1==i2){ System.out.println("true"); //prints true }else{ System.out.println("false"); } ...
0
votes
1answer
46 views

Passing Object as parameter in c /CLI Wrapper Function to be exported to native Win32 dll

I've been working recently in COM interop thing.Read some Good books about it C++/CLI in Action By Nishant Shivakumar. I also went through this link by Srinivas wherein he has explained beautifully ...
0
votes
1answer
23 views

Call the method from C# to C++CLI

I have to call C# managed class library in C++CLI which has the files with Wrapper.cpp and Wrapper.h. My managed class library includes the code like: namespace MyClassLbrary { public class ...
0
votes
1answer
12 views

managed targeted code requires \clr option

I am creating an application in Firebreath. Below is the flow of my application: C#-->Wrapper-->Firebreath-->Javascript When I implement my wrapper in Firebreath(unmanaged code) then it throws the ...
0
votes
1answer
54 views

Wrapping request parameters using HTTPServletRequestWrapper

I have a filter that authenticates/authorizes REST calls. This filters needs to access the request parameters so I have written a custom HTTPServletRequestWrapper for this. import ...
2
votes
2answers
44 views

What really defines a constant?

public class Constants { // This is a constant for sure! public static final int NUMBER1 = 42; // This is a constant. public static final Integer NUMBER2 = 42; // Is this ...
0
votes
1answer
31 views

automatic wrapper that adds an output to a function

[I am using python 2.7] I wanted to make a little wrapper function that add one output to a function. Something like: def add_output(fct, value): return lambda *args, **kargs: ...
0
votes
5answers
76 views

Difference between int and Integer

what the difference between int and Integer yes one is primitive and another one is wrapper , what is the situation to use them correctly. also what is the difference between int i=0; ++i and i++ ...
-1
votes
0answers
27 views

Sticky Footer not staying at bottom of the page

What I'm trying to do is to get the #wrapper div to be the full length of the browser when there is not enough content to display on the webpage, so in other words I want the footer to be visible at ...
1
vote
3answers
37 views

Python: share the command line argument to os.system call

I am new to python. I searched and trying following approach: I have 3rd party application called "xyz", which takes n argument. I would like to warp this "xyz" into my module called "abc.py" which ...
0
votes
1answer
14 views

Wrapping and synchronizing messenger class in python

I want to create a structure with a messenger class which is shared between several other classes. I want to keep parameters synchronized between the messenger and the sub-classes, and I also want the ...
0
votes
1answer
53 views

C++ __usercall hooking

Hello in IDA i have a function void __userpurge Test(int a1<eax>, int a2, int a3, int a4, char a5) And i would like to hook/call it from my C++ injected dll This is how I have tried to call ...
0
votes
6answers
58 views

Use of double vs Double in variable declaration

I was trying to create this program with d declared as double and not Double, could you please tell me why this program does not run. Isn't it supposed to be automatically wrapped and unwrapped, ...
0
votes
2answers
66 views

c array wrapper struct no malloc allowed

(btw I'm not allowed to malloc in this, I'm writing in c for c99) I'm trying to create a wrapper struct in c for arrays to keep things tidy so I don't need to keep passing the array pointer and the ...
0
votes
0answers
13 views

Berkeley DB 1.86 C++ wrapper

I have to use libdb (Berkeley DB) version 1.86. I just see there is no official c++ wrapper for this version, but do you know, is there an unofficial (BSD-license like) c++ wrapper for it? Best ...
0
votes
2answers
68 views

Positioning a “wrapper” div underneath a fixed navigation bar?

I've started work on a brand new site and i've been playing around with designs for a while, however one problem I seem to be having is regarding positioning a navigation bar with a full screen width ...
-1
votes
1answer
59 views

call C# DLL in JavaScript

I need to call C# DLL from JavaScript.This JavaScript page is within the Firebreath framewok. The Flow should be C#-->Wrapper-->Firebreath(C++)-->JavaScript. then How to call this C# DLL or Class ...
1
vote
1answer
34 views

Is there a Ruby or Rails way to extract only a particular argument option similar to #extract_options!, but without the destructive part?

I often times write wrappers around Rails helpers, such as #link_to. So, I want to pass most of the arguments to the actual Rails helper with something like this: def wrapper_link_to(*args, ...

1 2 3 4 5 25