All Questions
0
votes
0answers
3 views
Am I rewriting these VB6 functions to VB.NET properly?
I have no vb6 or vb.net (I have some c# experience) experience but am trying my best to rewrite some old vb6 class libraries to .NET. Here are a couple functions I've attempted to rewrite. Do they ...
0
votes
0answers
2 views
Display Chart/Graph within Excel VBA Userform
Is there a clean way to create and display a static chart or graph on an Excel VBA from from a table of data?
I have seen some solutions creating chart and exporting it as image (example 1, example ...
0
votes
0answers
2 views
I want to add custom products options like this in http://www.manndola.com
http://www.manndola.com/raksha-bandhan-special/elegant-delightful-and-royal-splendid-priyanka-chopra-net-anarkali-style-suit-with-chiffon-dupatta-heroine-4-5031
Please tell me that how can i make ...
0
votes
0answers
4 views
What are .CSX C# files for?
I've heard of .cs files but never of .csx files. Google searches led me to CSX corporation and other unwanted bodies. Can someone provide and terse description of what a CSX file is, and perhaps the ...
0
votes
0answers
5 views
How to handle click event of link button inside gridview
I have a gridview with some link buttons. What i am trying to do is when i click on link button 2 buttons i.e. (Export to CSV and Export To Excel) will be shown.
Heres my code...
Gridview:
...
0
votes
0answers
3 views
vbscript IE click on link in nav bar
I need to click on a menu item in a nav bar that does not have any id or name that I can see.
I tried clicking on the specific element but I get the error "object required".
...
0
votes
0answers
6 views
How to authorize android app to overcome “unknown source” notification while installation
Whenever I install my app on new device it blocks the installation giving "Unknown Source" notification, I can install it anyways by changing the settings to allow installation by unknown publishers. ...
0
votes
0answers
5 views
Clang duplicate of dictionary
While rearranging files in my project i got following error:
no such file or directory: 'Downloads/rentAhome/rentAhome/main.m'
The path should be Downloads/rentAhome/main.m
How can change this ...
0
votes
0answers
3 views
Bundle install won't install gem locally
I'm trying to install a specific branch of a repo.
gem 'acts-as-taggable-on',
:github => 'bradly/acts-as-taggable-on',
:branch => 'allow_reseting_of_tag_lists_and_cached_tag_lists'
...
0
votes
0answers
4 views
OPENQUERY embedded quotes issue
I need to call a function across servers and need to utilize OPENQUERY to do so. Unfortunately, since OPENQUERY does not support a variable as a script, I need to pass the script in as a string ...
0
votes
0answers
4 views
Dynamic looping on for each loop based on count using xslt
I have an xml file where I need to sum of count value based upon tag values
Now the tag values range from 0 - 800. I need to make the sum of count values based upon tag series like 0-100 on series, ...
0
votes
0answers
11 views
Lists of shared items VB.NET
There is any way to have two List(Of T) with shared items, I mean if I modify one item in one list the same item gets modified in the other list.
0
votes
0answers
2 views
Unpacking deeply nested struct with given C header into dictionary?
I'm looking for a way to unpack binary data. The data is described by a whole tree of structs (up to four layers deep, total struct size is almost 64k) in a C header file.
For this question: ...
0
votes
0answers
5 views
IE11 range input- bigger thumb
is there a way how to make the thumb in the range input in IE11 bigger?
I want the black square to be bigger than that but for some reason I am only able to change the width, not height. I tried:
...
0
votes
0answers
3 views
REST - Dropwizard with ant and ivy
It is not possible for me to use maven. Searching the web for a dropwizard tutorial without maven, but nothing found...
Does anyone knows a good tutorial to start with dropwizard using ant and ivy ...
0
votes
0answers
8 views
How can i let frames share resources in java
I want to let a frame to show the information queried by another frame...how can I do that... a frame already has all the information queried from database(SQL) but I don't know how to let that ...
0
votes
0answers
6 views
Project dependencies using Ninject
Continuing my studies in Dependency Injection, I have some doubt about the relationship between some projects and their dependencies.
I created the IocConfig class in App_Start folder
IocConfig ...
0
votes
0answers
3 views
Drawing Legends in HIghcharts
http://jsfiddle.net/ntg87q59/
I wanted to draw legends like this at run time but it not getting draw only first time it draws next time not .MSFT ,GOOG etc are passed through run time and these ...
0
votes
0answers
5 views
How can I read this crash log from Apple
I just had my app reviewed by Apple and it apparently crashed, which I cannot reproduce (same device and iOS version).
The app crashed when they clicked on a button which
1. Shows a new view with a ...
0
votes
0answers
3 views
Polymer core-input attributes
In this example core-item element is used as:
<core-item label="Checkbox" tag="paper-checkbox" url="../paper-checkbox/demo.html"></core-item>
Where are 'tag' and 'url' attributes ...
-4
votes
0answers
21 views
Javascript markup parsing like __a__ and **a** [on hold]
How to parse in JavaScript text like "it__e__m". The result should be e in italic. And the result of it**e**m should be e in bold.
0
votes
0answers
3 views
Xml : Cannot call method 'getElementsByTagName' of null
I want to get information from an XML file with javascript but i have an error i cant resolve myself ...
"Cannot call method 'getElementsByTagName' of null "
I think it's a problem in my XML but i ...
0
votes
0answers
7 views
java.lang.NoClassDefFoundError: javax/faces/context/FacesContextFactory
All similar questions didn't help me, so I'm creating my own:
I'm creating a JSF Webapp with Maven in Eclipse. To test it, I run it as a Maven build with the war:war goal, this works without errors. ...
0
votes
0answers
4 views
UIScrollView and auto layout issue
Ok, I use this code below to set big content size:
- (void)viewDidAppear:(BOOL)animated
{
[super viewDidAppear:animated];
self.theScrollView.contentSize = ...
0
votes
0answers
6 views
spring gradle bootrun ignores web xml / custom dispatcher servlet configuration NoSuchBeanDefinitionException
I am trying to set up a Spring MVC application which uses the Spring JDBC template. I have just one problem that Spring does not seem to pick up my configuration of the bean for the ...
0
votes
0answers
4 views
Facebook Asp.net sdk switch api version
I'm using facebook sdk v6.4.2.
but api version 2.1, I get the error when i use fql :/
Error : fql is deprecated for versions v2.1 and higher
I want to use the low version : 2.0
Thanks
0
votes
0answers
29 views
Ajax is not passing values to php file
I've been trying to solve this for hours - any help would be appreciated! I've got a (long) array of checkboxes in a form. Omitting most, let's say my html is:
<form name="SelectCategories" ...
0
votes
0answers
3 views
Is it possible to have macro annotation parameters (and how to get them)?
I have some data source that requires wrapping operations inside a transaction, which have 2 possible outcomes: success and failure. This approach introduces quite a lot of boilerplate code. What I'd ...
0
votes
1answer
13 views
Inserting collection into database
Is there any solution for inserting collection as seperate column in database table. For example:
Table: OrderDetails
OrderId
CustomerId
ProductId -> this should be an array or list (ProductIds)
...
...
0
votes
0answers
3 views
Powershell in windows 8
I am trying to copy a folder structure to another location as backup. I would also like to exclude file types that are not interesting from the copy. I can do this using XCOPY in a BAT file, but would ...
0
votes
0answers
3 views
Powershell sort piped to get-content & sort takes over machine
I copied and pasted a little too fast, and ran the code below. It basically froze the entire server for 15-20 minutes. My input file is an 8 MB xml file.
get-content $latestFile.FullName | sort | ...
0
votes
0answers
2 views
Catching exception of ApiController in Ninject Interceptor
Hi i have a problem with exception handling in ApiController.
I have Ninject interceptor bound to Controller actions the problem is that interceptor never sees any exception that was thrown in/bellow ...
0
votes
0answers
14 views
How Do i configure Entity framework in class Library project
i have created a class library project which contain the entity framework object who will be responsible for common data access layer for my multiple project.after adding the generated dll file to my ...
0
votes
0answers
8 views
the error shown in the Chrome browser
this error show
XMLHttpRequest cannot load file:///C:/Users/mmohesen/Desktop/Assignment1/userdata.html. Received an invalid response. Origin 'null' is therefore not allowed access. ...
0
votes
0answers
4 views
How to make your page embeddable as an iframe in facebook
I am trying to create a website in which when a Facebook user share the page url in facebook it should get embedded as an iframe rather than a link. How can i do this?
Is this possible?
0
votes
0answers
2 views
Export comments from Differential code review in Phabricator
Is there a way to get the comments received for a code-review commit in a pre-push code review in a spreadsheet format?
This is necessary for metrics calculations (number of lines of code vs number ...
0
votes
0answers
6 views
I would like to use LEMUR library with QT
I would like to use LEMUR library with QT but i need some help.
I have the instructions there : instructions
makeFile.app contains :
# compiling C++ code
%.o: %.cpp
$(CXX) $(CXXFLAGS) -o $@ ...
0
votes
0answers
2 views
AI to Edge Animate .svg image embedment
I have vector artwork in Adobe Illustrator including two JPG files, exporting the artwork to SVG format i choose embed the images.
The problem is when i open SVG
Blockquote
files in Edge Animate ...
0
votes
0answers
14 views
Combining 2 dictionaries with common key
I have two dictionaries and need to combine the values of similar keys in them. Here's an example:
dict1 = {'key1':[value11,value12,value13] , 'key2':[value21,value22,value23]}
dict2 = ...
0
votes
0answers
8 views
Spectral densitiy estimation in r
I would like to estimate spectral density in r. There is a very nice method in r, which do this job. I am using such a code to do this job:
#original is my dataset with the length of 128
...
0
votes
0answers
7 views
MySQL cursor creation syntax
I am trying to create a cursor in MySQL using following query
DECLARE cursor101 CURSOR
FOR Select distinct DataDate
From PriceData
Where DataDate not in ...
0
votes
1answer
16 views
Sequence numbers for individual values in column
In Sql Server 2008
my select query result is like below.
Col1 Col2 Col3
------------------------------------------
1001 HO 160.00
1001 HO ...
0
votes
0answers
20 views
How to read log.txt file and print on page? [on hold]
i have Created log file using some code to store Login ID and DATETime ,
now i wanted to show data of that file and how can i delete data using for specific datetime
i have created separate log file ...
0
votes
0answers
3 views
File is not creating on heroku using cakephp
I tried to make a file on heroku using PHP code:
$fh = fopen("../DownloadFiles/".$filename,'a');
fwrite($fh,$s);
but the file has not been created and it is not showing any error. Please help.
1
vote
1answer
18 views
Centering My Navbar Links
So I've been desperately trying out every method I can find online for centering my nav bar links.
However whatever I do, they seem to either line horizontally (like I want) but to the left of the ...
0
votes
0answers
3 views
Scikit Learn - Train New Model with GridSearchCV
If I get the optimal parameters using GridSearchCV and a pipeline, is there anyway to save the trained model, so in the future I can call the entire pipeline onto new data and generate a prediction ...
-1
votes
0answers
11 views
Aadhar card authentication biometric integration process using java
How to create biometric API's for finger print authentication of Aadhar card using Secugen hamster plus finger print or any other scanning device.
Visit URL given below, basic info is given here.
...
0
votes
0answers
21 views
Interactive dropdown navigation
I would like to make a dropdown navigation that indicates the active page.
Let's say I've got 3 pages: page 1, page 2, page 3. When I'm on page 1 the dropdown should show "page 1" and when I click on ...
0
votes
0answers
13 views
Android Google Map v2 - move marker to clicked position and update geo coordinates
In my app I detect user's current location automatically and center the map around the marker.
I want to enable the user to click elsewhere on the map, and the marker to appear at the position they ...
0
votes
1answer
9 views
How to Package/Run Java Console App for Android
Is it possible to package a standard java console app to work on android? This can either be inside some sort of emulator application or preferably packaged into its own application. Thanks.