0
votes
0answers
2 views

Passing a token to WCF service

I really need to know how i can pass a token to WCF service without adding an extra parameter to all my contracts, some value like a number so that i can use it later on my services.
0
votes
0answers
2 views

efficiency of rbind

I'm writing a script that has to build a large matrix. I want to take a vector of names for each name get data from a different data frame do some operations on it, and then return a vector of data ...
0
votes
0answers
3 views

Nokogiri with Ruby 2.0.0p0 on OSX Mountain Lion (no such file to load)

I have installed nokogiri on my system running OSX 10.8.3, Ruby 2.0.0p0, Rails 3.2.13. When trying to run a simple test script beginning with require 'rubygems' require 'nokogiri' require 'open-uri' ...
0
votes
0answers
7 views

jQuery or Javascript solution to make a vertical navigation sidebar like blogger dynamic view

I am looking for a simple jQuery or Javascript solution to make a vertical navigation sidebar. Something like blogger dynamic view gadget bar: http://nildarar.blogspot.com/ Any ideas are appreciated. ...
0
votes
0answers
5 views

reducing running time for matlab for loops

my matlab code bellow takes a very long time to run. How could I compose it to take just seconds to run? I would be thankful if you could help me. parameters i, k_hat and alpha are constants. ...
0
votes
0answers
7 views

Php and SQL products from categories to a page

im trying to make links that take a user to a page (browse.php) when they click a link one of the following SQL queries are ran and the user gets a table of the results on the page browse.php. how do ...
-1
votes
0answers
4 views

How can i make an imageloader that loads all images from database

How can i make an ImageLoader that loads all images from database that is on a host ?
0
votes
0answers
3 views

Initializing strongly type dropdown list in asp.net from within a view

I have three models for Province, District & Village. I also have a model for Employee. the Employee Model: public class Employee { public int EmployeeId {get;set;} public string FullName ...
-4
votes
0answers
13 views

Please convert the sql query into linq query [closed]

Select distinct mediaid from usermedias where userid in ( Select userid from usermedias where mediaid in ( select mediaid from usermedias where userid=2 ) ) and mediaid not in ( ...
0
votes
1answer
13 views

C++ Primer : Exercises involving Sales_item.h

This is a question from C++ Primer 4th Edition. I am using this edition because it is the only one i have access to. Question: The Web site (http://www.awprofessional.com/cpp_primer) ...
0
votes
0answers
5 views

Am I able to make an addin that includes a set of macros that it will use?

Before I talk about what I am trying to get done, here are all my details on what I have done: I have made a Macro Project named "XSMacros" Here is what I'd like to do: I want to make a VS Add-In have ...
0
votes
0answers
3 views

How can I find the book 'Digital Image Processing Using Matlab - Gonzalez - Second Edition' (NOT FIRST EDTION)?

Can anybody help me find the book 'Digital Image Processing Using Matlab - Gonzalez - Second Edition' (NOT FIRST EDITION)? because I am working on the homework about Fuzzy Technique. I have been ...
0
votes
0answers
2 views

Rails Dependency Injected Services - Passing Grouped Classes

I have a rails app with multiple User types. Because of some fundamental behavior differences, these types exist as separate models and not as roles of a master User model. To keep things DRY, I use ...
0
votes
0answers
2 views

OpenDNS on multiple computers

I currently have many computers (mac, windows 7, ubuntu 12.10, and android devices) that I would like to restrict certain websites from. A good tool is OpenDNS, but I run into issues with adding all ...
0
votes
0answers
4 views

GCC warning when using CAPI calling convention

When using CAPI like this: // libvlc.h libvlc_instance_t *libvlc_new (int argc, const char *const *argv) // VLC.hs foreign import capi "vlc/libvlc.h libvlc_new" vlcNew :: CInt -> CString -> IO ...

15 30 50 per page
1 2 3 4 5 319937