Tagged Questions
The operations tag has no wiki summary.
28
votes
6answers
15k views
Java NIO FileChannel versus FileOutputstream performance / usefulness
I am trying to figure out if there is any difference in performance (or advantages) when we use nio FileChannel versus normal FileInputStream/FileOuputStream to read and write files to filesystem. I ...
7
votes
7answers
17k views
What's the difference between a single precision and double precision floating point operation?
Just wondering what the difference between a signle precision floating point operation and double precision floating operation is.
I'm especially interested in practical terms in relation to video ...
6
votes
1answer
434 views
Simple way to delete a matrix colum in Mathematica
I am trying to delete both a matrix in mathematica. An inelegant way of doing it is as I do below, i.e specifying it in a new matrix as
S = Table[
Ss[[If[i < t, i, i + 1]]][[If[j < t, j, ...
4
votes
2answers
252 views
Efficient way to pick/delete a list of rows/columns in a matrix in Mathematica
This question is in a way a continuation of the question I asked here:Simple way to delete a matrix colum in Mathematica to which @belisarius and @Daniel provided very helpful answers.
What I am ...
4
votes
8answers
449 views
return 1 if any bits in an integer equal 1 using bit operations in C
I've been thinking about this problem for hours. Here it is:
write an expression that returns 1 if a given integer "x" has any bits equal to 1. return 0 otherwise.
I understand that I'm essentially ...
4
votes
3answers
2k views
objective-c divide always returns 0
Something really weird is happening.
float p1 = (6 / 100);
NSLog(@"p1 = %f", p1);
With those two lines of code I get the following output:
p1 = 0.000000
Why is a simple devide with static ...
4
votes
4answers
477 views
Do not allow a user to delete a node but allow to delete through Views Bulk Operations
I have the following scenario:
Editor Role should not be allowed to
delete nodes. Therefore the corresponding
permission is de-selected in the
permissions page.
However Editor
should be able to to ...
4
votes
3answers
805 views
Alternatives to GCC's new atomic integer operations
GCC's recent support for atomic operations (as described here) is great, and is 90% of what we need. Unfortunately, some of our products still need to run on Windows and so we need atomic integer ...
4
votes
1answer
3k views
How can I delete Hudson's built artifacts?
We are using Hudson for our Continuous Integration server and it's great. We have 2 issues with it, which are mildly related.
https://hudson.dev.java.net/issues/show_bug.cgi?id=2736 The build order ...
3
votes
2answers
247 views
Performing matrix operations with complex numbers in C
I'm trying to perform computations involving matrix operations and complex math - sometimes together, in C. I'm very familiar with Matlab and I know these types of computations could be performed ...
3
votes
1answer
76 views
how many times will a function print to the console?
I have the following snipet :
public class A
public A(int n)
{
for (int i=0; i<n; i++)
{
new A(i)
}
console.writeln("?")
}
for a given n - how many "?" will be printed ?
...
3
votes
2answers
60 views
LINQ to SQL: orderby a sum operation
I have a table where I need order a result set by sum a numeric column according to a group by clause.
For example, the table has a salesperson ID, order number, and order value. I want a top 10 ...
3
votes
2answers
215 views
What filesystem operations are required to be atomic?
Are unlink, fsync, and rename the only ones that are by definition atomic?
Edit: atomic means that an operation either succeeds and has an effect or has fails and has no effect; an operation must not ...
3
votes
1answer
160 views
CPU floating operations cost
I'm interesting in the time cost on a modern desktop CPU of some floating point operations in order to optimize a mathematical evaluation. In particular I'm interested on the comparison between ...
3
votes
3answers
961 views
Polynomial operations using operator overloading (resolved)
I'm trying to use operator overloading to define the basic operations (+,-,*,/) for my polynomial class but when i run the program it crashes and my computer frozes.
Update4
Ok. i successfully made ...
3
votes
7answers
2k views
Is there a way to make a function atomic in C?
Is there a way to make a function atomic in C.
I am not looking for a portable solution.(platforms looking for - Win,Linux)
3
votes
4answers
488 views
boolean operations with integers [closed]
This is probably pretty basic... but I don't seem to get it:
How does
(2 & 1) = 0
(3 & 1) = 1
(4 & 1) = 0
etc..
This pattern above seems to help find even numbers
or
(0 | 1) = 1
...
2
votes
4answers
77 views
Can you operate on Arrays in Java like in Matlab?
I was wondering whether there was a way to do the following, without writing a function or a for loop:
int[] ma = (3,4,4,5,6,7);
ma += 5;
thus, adding 5 to all elements in the array. Matlab allows ...
2
votes
2answers
74 views
Generating huge lists of numbers
I'm trying to generate a huge list of sequenced numbers with 0 padding
for example:
00000000
00000001
00000002
.
.
99999997
99999998
99999999
im trying something like:
for i in $(seq ...
2
votes
1answer
72 views
RESTful operations, server-side operations
Ok, I've got a Payment system. Let's ignore everything around it, and focus on the Payment itself.
Through a bunch of wizards, I build up a particular payment.
First, I do a
POST /payment
...
2
votes
2answers
140 views
Array subtraction and/or reshaping
I would like some help with a problem. In Python:
a=array([2,2])
b=ones((2,10))
I would like to know if there is a function that allows me to subtract b-a to have an array of 2x10 full of -1.
I ...
2
votes
3answers
112 views
How to follow C++ bit storage in Java?
if I have in c++:
char abc[4];
abc[0] = 0xC0; //11000000 in binary
abc[1] = 0x20; //00100000 in binary
abc[2] = 0x44; //01000100 in binary
abc[3] = 0x20; //00100000 in binary
So how this will ...
2
votes
1answer
510 views
What is the difference between Select and Project Operations
I'm referring to the basic relational algebra operators here.
As I see it, everything that can be done with project can be done with select.
I don't know if there is a difference or a certain ...
2
votes
3answers
167 views
C libraries for mathematical matrix operations
I know there are some optimized algorithms around for all kind of matrix decompositions (QR decomposition, SVD,...), multiplications and the likes. Yet, I couldn't find a good overview. For C++, there ...
2
votes
3answers
170 views
What is devops?
What is devops? It has something to do with combining dev and ops but I don't get it.
2
votes
0answers
66 views
Fastest ways to set and get a bit
I'm just trying to develop ultra-fast functions for setting and getting bits in uint32 arrays. For example, you can say "set bit 1035 to 1". Then, the uint32 indexed with 1035 / 32 is used with the ...
2
votes
2answers
448 views
ORA-12704: Unable to convert character data
I am trying to perform SET operations in Oracle across remote databases.
I am using the MINUS operator.
My query looks something like this.
SELECT NAME FROM localdb MINUS SELECT NAME from ...
2
votes
5answers
4k views
How to create an empty R vector to add new items
I want to use R in Python, as provided by the module Rpy2. I notice that R has very convenient [] operations by which you can extract the specific columns or lines, how could I achieve such a function ...
2
votes
2answers
1k views
Sikuli List of Functions & Operators
I've just discovered Sikuli, and would like to see a comprehensive functions list without digging through the online-examples and demos.
Has anyone found such a list?
Furthermore, apparently Sikuli ...
2
votes
2answers
346 views
Gui async operations pattern?
I'm designing code for a download manager, and i was wondering if there are some good known patterns for the async operations?
I'm asking this because i have just started developing my own pattern.
...
1
vote
3answers
57 views
Keep the biggest values from source AND destination (bitwise OR) in OpenGL ES 2.0
let me explain the title a little. In the framebuffer I have some color values (for simplicity I am going to refer only to one color channel in binary e.g. 00000001 in a specific pixel). Then in that ...
1
vote
1answer
104 views
Keep dependency injected objects for async handler in MVC3 application
I am working on a MVC3 application in which I would like to handle some code blocks asynchronously. These code blocks need to perform some db operations and they need access to my DAL repositories ...
1
vote
1answer
44 views
Tool/script to find and modify numerical values in CSS file?
I simply want to go through and find every numerical value in a single, or batch of, CSS files and multiple times two, then save.
Any suggestions for the easiest way to do this?
1
vote
4answers
137 views
Java has operator >>> and <<< which are a bit different - please help [closed]
Possible Duplicate:
Equivalent of Java triple shift operators (>>> and <<<) in C#?
Java has operator >>> and <<< which are a bit different then >> and << - ...
1
vote
2answers
39 views
Who Installs and Supports Apache Web Server: App Den or IT Operations?
We have a debate in our group: who is supposed to configure, install and maintain Apache Web Server in front of jBoss in production? IT Ops keeps insisting that application developers should be doing ...
1
vote
2answers
483 views
Basic Python Question on String operations: example: string.lowercase
So I'm trying to run this, but it errors out and I need help understanding what's wrong. I really appreciate any help, I'm taking the MIT opencourseware intro to programming:
words="GreatTimes"
...
1
vote
3answers
372 views
NSDecimalNumber for big number operations on iPhone
I need to use big number for precision in my application, float or double are not enough.
I also have int and float numbers, and I have to do operations with all of them.
I think that NSDecimalNumber ...
1
vote
3answers
256 views
How to generate string of a certain length to insert into a file to meet a file size criteria?
I have a requirement to test some load issues with regards to file size. I have a windows application written in C# which will automatically generate the files. I know the size of each file, ex. ...
1
vote
1answer
309 views
Displaying WCF Web service operations
So I've created a WCF service application and hosted it on IIS7. It currently has a few test 'helloworld' methods. When I run it in my browser I get this screen:
Now the service itself works great, ...
1
vote
3answers
219 views
Big O number of operations
How do you compute the number of operations each line of code would take.
Example.
Algorithm find2D (A,x)
arrLength = A.length
for j <- 1 to arrLength – 1 do
for k <- 1 to ...
1
vote
3answers
98 views
1
vote
1answer
399 views
Get local path from network path
I have a funny situation. I am sitting on a computer on which there is a shared folder, say, "My_Folder". So, I can access it using the address "\My_Box\My_Folder".
Now, if I write a small tool in ...
1
vote
1answer
370 views
Nested multithread operations tracing
I've a code alike
void ExecuteTraced(Action a, string message)
{
TraceOpStart(message);
a();
TraceOpEnd(message);
}
The callback (a) could call ExecuteTraced again, and, in some cases, ...
1
vote
1answer
2k views
How to call operations other than CRUD in RIA Domain Service?
I have some trouble getting my head around how to implement more complex operations in a Domain Service in RIA Services. This is all Silverlight 4, VS 2010 and .Net Framework 4 in Beta 2.
Goal
I ...
1
vote
4answers
487 views
StopWatch (System.Diagnostics) and System.Timers
I am new to handling threads.
What is the role of System.Diagnostics and System.Timers in the context of Threading ?
Both are alternative to each other or they implemented for doing some unique ...
1
vote
1answer
611 views
Definition of mathematical operations (sin…) on NumPy arrays containing objects
I would like to provide "all" mathematical functions for the number-like objects created by a module (the uncertainties.py module, which performs calculations with error propagation)—these objects are ...
1
vote
1answer
90 views
Java / .NET Tasks Processing Library
I'm looking for some good library for processing tasks (or 'operations' as we call them in our domain model) for Java or .NET. We save each operation to perform in db and then we need some mechanism ...
1
vote
5answers
3k views
Generating DDLs for Sybase tables and indexes
I'm looking for a command line tool to generate DDL for both tables and indexes (nothing more complicated is needed) for some Sybase tables in databases that I take care of. I have access to GUI tools ...
0
votes
1answer
34 views
How to create new object with master-detail scenario?
I use master-detail scenario to show and update data of selected object.
So this scenario allows me to implement read, update and delete operations.
But how to implement create operation?
I used a ...
0
votes
0answers
26 views
Acceleo: Get an Activity from Operation
I have a template in Acceleo that generates the structure of a java class, and now, I want to obtain the activity diagram associated with an operation. So, I have two templates:
[template public ...