The cost tag has no wiki summary.
1
vote
1answer
35 views
Pick optimize minimum number of elements to span a region
I have an optimization problem. I have never learned algorithms, only taught myself python, so I am not sure if this is a hard or easy problem to solve. The non-abstract application of this problem is ...
0
votes
0answers
11 views
How to estimate software engineering cost with FFP
Full Function Point (FFP)
Can anybody explain or link me to an useful example how i get the time and money from my FP?
What I understood until now
explaned on the following example
class Program
{
...
-1
votes
0answers
4 views
min cost max flow with nonconst function of cost
I am trying to find solution of the problem: There is a graph, with costs of edges and given capacity to each edge, but cost of edge depends on flow through edge. I can solve this task if cost is ...
0
votes
0answers
80 views
FIFO query gets wrong values when insert in same date
Let's assume we have a stock table and here is the code for create it.
CREATE TABLE dbo.Stock
(
StockID INT IDENTITY(1, 1) NOT NULL,
...
2
votes
2answers
114 views
Can we use Google Custom Search API cheaper? [closed]
We need to have a Keyword Tracker for Google. We actually have, however the cost is an issue.
There's the SheerSEO which is based on a tracker like that and they seem to provide Keyword Tracking ...
-1
votes
1answer
56 views
Open cart price issue [closed]
Specification : e-Commerce - Opencart Version 1.5.2.1
ISSUE :
Present output in Front end
For example : Product#1 - Price: $89.10 (NO tax)
Where as Open cart - Admin Panel, I have assigned as,
...
0
votes
1answer
48 views
How to measure the cost of requests (cpm_usd) programmatically?
I want to keep track of the cpm_usd value of all requests that arrive on my GAE frontend instances. I see the cpm_usd headers in the logs of my application. But is there a way to access those numbers ...
1
vote
1answer
65 views
measure cost of thread migration?
info:
i'm coding in C/C++;
i have a multi-threaded program and i want to optimize it, i.e. reduce cpu time (computed by 'clock_gettime' with 'CLOCK_THREAD_CPUTIME_ID' specified) consumed by each ...
0
votes
0answers
18 views
Calculating Total Sum in Master from Detail
My Master-Detail form is used to create a list of orders and their costs. The Detail contains a field called "COST" and I need the "TOTAL COST" field in the Master to be calculated upon this. For ...
0
votes
2answers
189 views
Amazon S3 - CloudFront: Cost estimate
Have to come up with a proposal to use Amazon S3 with CloudFront as CDN.
One of the important thing is to do a cost estimate. I read over AWS website and forums, used their calculator, but couldn't ...
0
votes
1answer
36 views
What is the easiest way to find the most expensive queries in my App Engine app?
I'm not familiar with any analytics software other than Google Analytics. I'd rather not get into BigQuery or write much code for this really.
I am looking for a spreadsheet showing how much each URL ...
0
votes
1answer
128 views
Magento how update product price in cart
I want to update the product price depend on different sizes selected and quantity entered for the size (I am using the custom options for different sizes).
for example:
I have one product with two ...
0
votes
0answers
65 views
Search 2D table with O(N) cost [closed]
I've been asked to find an algorithm that solves a specific problem and has O(N) cost.
I have an adjacency matrix about a directed graph. I have to find the vertex that has no outgoing edges and has ...
0
votes
0answers
49 views
Vlookup for multiple workbooks and multiple cells
Hoping you can help me out! I am fairly new to this distributor and when they get price increases from a vendor they manually compare the vendor spreadsheet to our spreadsheets--very time consuming! ...
0
votes
1answer
91 views
What is the algorithm to choose which ad will be first?
I need a formula to calculate which ad will go first.
Okay, here is the problem: I am working on a system that is a new way of advertising. Advertisers will define their total budget and max CPC's ...
0
votes
0answers
79 views
Things to know before starting to program in .NET [closed]
Iam a java developer (6 years experience) and for my career, I'd like to start to program in .NET Framework.
I'd like to be sure to make a good choice before starting to program in .NET, of course I ...
-1
votes
1answer
92 views
Azure SQL Pricing [closed]
I have a small question about azure SQL.
I have a free website (website preview) on azure, and would like to add a database for it.
I have tried the free mysql from cleardb, but the connection limit ...
7
votes
2answers
131 views
Whats the cost of calling a virtual function in a non-polymorphic way?
I have a pure abstract base and two derived classes:
struct B { virtual void foo() = 0; };
struct D1 : B { void foo() override { cout << "D1::foo()" << endl; } };
struct D2 : B { void ...
-1
votes
2answers
43 views
Discovery of a major bug while introducing minor updates [closed]
A client asked you to do a minor update to their software and while implementing it you discover a bug that is larger in scope than the update. The client lived with this bug and probably won't even ...
0
votes
1answer
36 views
How to migrate to just 1 or 2 hg + svn repository hosts?
I use svn + hg. Should I merge to just one or 2 repository hosts? Is there disadvantage in merging to just one or 2 repository hosts? I used hg (bitbucket, googlecode) and svn (xp-dev.com and ...
0
votes
2answers
153 views
SQL for query cost estimate on SQL Server
In SQL Server, is there some magic SQL I can preprend my SQL query to get an estimated query cost rather than the query executed?
Possibly something like the below is my best guess myself.. seems ...
1
vote
3answers
103 views
Is it expensive to create the Thread object or to actually start the thread?
Consider this question.
Now there are various reasons as why creating a thread is expensive, notably the fact that a lot of memory needs to be allocated and the thread needs to be registered.
Now ...
0
votes
2answers
111 views
absolutely no response php exit technique?
The docs I read don't seem clear on this issue.
When calling exit() with no arguments, does the server still send something back to the client?
If so, is there an alternative or way to keep anything ...
0
votes
2answers
123 views
does a primary key speed up an index?
Aside from the convenient auto-increment and UNIQUE features, does the PK actually speed up the index?
Will the speed be the same whether it's a non-PKed indexed INT or PKed (same column, two ...
0
votes
1answer
46 views
ratio of time consumed by a single row UPDATE TO table length
Building on this question: How big can a MySQL database get before performance starts to degrade
Is there a ratio of single row UPDATE time to table length?
The reason I ask is because Doing ...
1
vote
2answers
99 views
how to prevent AJAX server side transmission?
Not asking how to abort AJAX.
In this case, does anyone know how to prevent the server from transmitting?
For example, in dynamic pagination, a user may scroll 1 line at a time rapidly, causing many ...
0
votes
2answers
32 views
GAE users service object - local variable creation or not?
So ... using the Google App Engine User service.
Should I create a local user object:
my_user = users.get_current_user()
if not my_user:
self.redirect(users.create_login_url(self.request.uri), ...
1
vote
1answer
176 views
LibSVM Cost Weights for Unbalanced Data Doesn't Work
I have a data set that number of negative labeled values are 163 times of number of positive labeled values so I have a unbalanced data set. I have tried that:
model = svmtrain(trainLabels, ...
-6
votes
1answer
88 views
How to calculate the cost of algorithm has infinite loop [closed]
my algorithm has an intentional looping
the program repeat itself each time by recursive calling
so how can I explain the cost (cost analysis) of it ?
0
votes
0answers
40 views
How to display bids & time remaining at REALTIME like ebay in iOS app
I am developing e-commerce app for iOS where user can sell & buy products something like eBay.
My question is , how can I manage the bid amount at real time? How can I get updated bid value when ...
0
votes
0answers
117 views
Opencart Pricing - Cost, Markup Percentage
I'm pretty new to Opencart, so forgive me for my ignorance. I've been looking for an extension which allows me to set a base cost for each item, then set the price to the end user based on a markup ...
0
votes
0answers
26 views
Cost for using Google Direct? [closed]
Is there a cost for using YouTube Direct? If so, how much or how do I find out?
Thanks, Sandra
0
votes
1answer
36 views
i'm not sure how much to charge for making a homepage slider [closed]
I've been freelancing for about a year now, but I've always charged clients a flat fee for making 100% of a site. I've been asked to just make a slider for the homepage with pictures and text, etc. ...
-1
votes
1answer
453 views
PHP cost calculator HOW
i´m pretty new to php so im stuck with a easier calculator script...well... not easy to me but at least it doesnt sound too complicated.
firstly, i need to create a calculator that has 2 inputs... a ...
2
votes
1answer
170 views
Cost for nested anti loop on Explain Analyze
I am getting the followig output with explain analyze:
Nested Loop Anti Join (cost=0.00..36.92 rows=83 width=3) (actual time=0.303..1 0.631 rows=83 loops=1)
-> Seq Scan on paises p ...
1
vote
2answers
65 views
How to choose hosting service? [closed]
I'm an Android Developer, and I'm the publisher of an app that has about 80.000 (growing) active users by now.
This app, every time starts, check if remote db has changed, and if it's true, download ...
1
vote
0answers
206 views
Purchasing my items as a test with in app billing? (error: RPC:AEC:0)
When I purchase Googles designated 'products' in my android app it runs successfully when I try to purchase my own it asks I enter payment information then upon entering the fake credit card details ...
0
votes
0answers
35 views
Open source development project initialization costs [closed]
I was wondering if anyone here has any recommendation on initial expenses to setup a new development project using open source technologies (LAMP, Yii Framework, etc.)? The project is going to be ...
0
votes
1answer
210 views
Shipment cost page in virtuemart
My template of shiping cost page is:
<span class="vmshipment"><span class="vmshipment_name">Kurier K-EX</span><span class="vmshipment_description">paczka do ...
0
votes
3answers
62 views
How do Mysql index process when a table have more index then one?
Sample table
field 0 : no(PK)
field 1 : title
field 2 : description
field 3 : category1(INDEX)
field 4 : category2(INDEX)
field 5 : category3(INDEX)
field 6 : category4(INDEX)
field 7 : ...
4
votes
6answers
365 views
Cost of compound if/or versus try/catch in Java 6
We currently have the following compound if statement...
if ((billingRemoteService == null)
|| billingRemoteService.getServiceHeader() == null
|| ...
1
vote
2answers
586 views
How to check whether Android “Mobile data” is on
I want my app to check whether "Data network mode" or "Mobile data" is enabled, even if it is not currently active. In other words I need to check whether the app will potentially incur mobile data ...
0
votes
1answer
1k views
How to stop Android GPS using “Mobile data”
My app requests location updates with "minTime" set to 2 seconds. When "Mobile data" is switched on (in the phone's settings) and GPS is enabled the app uses "mobile data" at between 5 and 10 ...
11
votes
6answers
207 views
Suggest an algorthim (graph - possibly np complete)
There is a network of towns, connected by roads of various integer lengths.
A traveller wishes to travel in his car from one town to another. However, he does not want to minimize distance travelled; ...
5
votes
2answers
92 views
Is there a way to determine the general cost function of an arbitrary java method?
I'm interested to know if there already exists an approach that takes java method code as an input and determines the cost function of such code (number of loops, ifs/elses, I/Os and other common ...
2
votes
3answers
211 views
Best method to go through a set of data
I'm looking at some cost information and I need a good way to display all the combinations. I'm not sure if I have to used nested foreach loops or something else.
I have 25 different items. item1 - ...
2
votes
4answers
78 views
Locate the most costly methods and evaluate/profile them - in C++
I would like to know if there is a technique or a tool available that can tell you how much time is required to execute a particular method.
Something similar to the big O notation in math/computer ...
0
votes
1answer
99 views
scala: cost of initialization
Given a trait containing an object with a large-ish number of instances (100 files, each 100 lines) stored in non-lazy val
trait Repository {
object dao {
val a = new A
val b = new B
...
0
votes
2answers
377 views
Minimum cost maximum flow algorithm with custom cost function
What kind of cost functions can be used in minimum cost maximum flow algorithm?
Is it possible to have a cost function similar to:
if flow on an edge is between [1, X], cost = FixedCost + C1 + flow ...
0
votes
0answers
23 views
Generate a graph with a lower bound on the minimum cut and higher bound on the cost of the edges?
I have a graph with N vertices and no edges. I can add to this graph any edge connecting two vertices, and for each such edge we know its cost.
Is there any algorithm (polynomial) which can help me ...


