The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
3answers
57 views

PHP: How to order 3 arrays in 1 array while reordering the array

I need to merge 3 arrays into 1, while ordering the new array in a way that the first entry of the second array follows the first entry of the first array. Example: $array1 = array(dog, cat, mouse); ...
0
votes
0answers
27 views

UITableView after reordering, app won't rotate

I have an app that allows for a UITableView's rows to be reordered. Upon reordering the rows, the app does not rotate anymore! Thoughts? Thanks a lot, Chris //UITableView // ...
0
votes
1answer
28 views

Java reorganizable grid

Is there any layout or library in Java to make GUIs that contain a list of data with separate items, and the rows can be reordered by clicking the top of the column. I'm sure that was a terrible job ...
1
vote
3answers
70 views

How can I randomize the order of two sets of elements in jquery/javascript, so that they remain in sync with each order?

Consider the following mark up: <div id="elements1"> <div>Item 1</div> <div>Item 2</div> <div>Item 3</div> <div>Item 4</div> ...
4
votes
1answer
91 views

Vaadin - Disable Column reordering for particular column

I'm doing a project in Vaadin 7. In my project, I need to disable column reordering feature for particular columns in Treetable? I'm really searching for function like this 'setColumnReorderIds()'. ...
0
votes
1answer
79 views

Reordering UITableViewCells with Core Data TableView

I have a UITableView that is working with Core data for the user o add their own Cells... but i wanted them to be able to reorder the TableViewCells the way they wanted... i use the code now BUT ...
2
votes
3answers
127 views

Uninitialized object leaked to another thread despite no code explicitly leaking it?

Let's see this simple Java program: import java.util.*; class A { static B b; static class B { int x; B(int x) { this.x = x; } } public static ...
14
votes
3answers
262 views

Why does this Java program terminate despite that appears that it should't (and didn't)?

A sensitive operation in my lab today went completely wrong. An accuator on an electron microscope went over its boundary, and after a chain of events I lost $12 million of equipment. I've narrowed ...
2
votes
2answers
50 views

How to reorder cell array columns based on the order of a vector matrix, while keeping rows intact in Matlab?

I have a 108x8 matrix (called matrix) that looks like this: 5 8 3 6 2 1 7 4 8 4 2 7 1 3 6 5 5 4 3 2 1 7 8 6 1 7 8 5 6 4 3 2 I have another ...
2
votes
2answers
93 views

What prevents the compiler's optimization to reorder strongly exception-safe code?

Given Jon Kalb's strongly exception-safe code to solve the Cargill Widget example, what prevents the compiler from re-organizing the operations and thus making the code not strongly exception-safe? ...
0
votes
1answer
123 views

How to apply custom column order to boxplot?

I can get a boxplot of a salary column in a pandas DataFrame... train.boxplot(column='PredictionError',by='Category',sym='') ...however I can't figure out how to define the index-order used on ...
0
votes
0answers
14 views

When reordering columns, is there an impact on index

We run MySQL 5.1.60 and I had to reorder the columns to be more efficient in the future. After doing so and a backup and restore, I experience a significant slowdown. So I wonder if re-ordering ...
0
votes
0answers
52 views

CSS3 transitions on list items when container width changes

I tried to find a tutorial explaining how I can apply transitions on (inline) list items when the container they are in is being resized. Without transitions, if the unordered list has a fluid ...
2
votes
3answers
55 views

Efficient way to store reorderable items in a database

So I have a table of user favorites. There's a few million rows of them. Currently, they have only three columns: id(pk),userId and someFkRef. There's an index on userId to allow me to select a ...
1
vote
1answer
77 views

Reordering pairs of values within an array so they are in sequence

I'm trying to build a solution to properly order an array of value pairs so that they end up in the correct sequence. Consider this example in Python: theArray = [['Dempster St','Main St'],['Dempster ...
1
vote
1answer
26 views

Ordering a list in arbitrary way

Is there a way to order a list in arbitrary way? For example, using a vector to order the list: > a [[1]] [1] 1 [[2]] [1] "B" [[3]] [1] 2 > b = c(3, 1, 2) > magicfunction(a, b) [[1]] [1] ...
1
vote
0answers
22 views

Visual Studio Reordering RC Files

I'm fairly sure I'm not imagining this, but it seems to me that Visual Studio (2010) often takes it upon itself to change the order of things in my source-controlled RC files. For example, I might ...
32
votes
9answers
898 views

Immutability and reordering

Comment on accepted answer This question has generated much more heat than I woul dhave imagined. An important conclusion I drew from public and private discussions with members of the concurrency ...
0
votes
0answers
60 views

Netem reordering feature might not work?

I want to develop a new interface for university to manage Netem. Now i realize that there might be some problems with reordering, or documentation is not correct. First ...
0
votes
0answers
148 views

How to do Drag and Drop table column re-order using in AngularJS application?

We have a requirement to make report table columns re-orderable using drag and drop. Generally all drag and drop libraries work with pre-populated data in tables. In Angular we just have table headers ...
2
votes
2answers
108 views

Java Instruction Reordering/Cache In Threads

Reading a book, and this code comes up: public class Test { private static boolean ready = false; private static int number = 0; public static class ListenerThread extends Thread { ...
0
votes
2answers
147 views

reorder list elements with mouse jquery

I have floating list elements and I want to make them draggable with mouse and move them to reorder. The structure is as follows: <ul> <li>item1</li> ...
13
votes
1answer
166 views

Tridion Categories - changing the default ordering of Keywords in a dropdownlist

I have a category "Year" in Tridion and it has keyword values listed 1900s-2012. I am trying to access the category in a component via a dropdownlist. The problem is, I am seeing values in ...
2
votes
0answers
115 views

Moving views in a uiscrollview using gesture recognizers

I am trying to reorder the views inside the uiscrollview using a pangesture recognizer.Since I have views of varying sizes.It is not working.Any help would be greatly appreciated.
1
vote
1answer
172 views

Compile time barriers - compiler code reordering - gcc and pthreads

AFAIK there are pthread functions that acts as memory barriers (e.g. here clarifications-on-full-memory-barriers-involved-by-pthread-mutexes). But what about compile-time barrier, i.e. is compiler ...
0
votes
1answer
77 views

How to add an image in UITableView's content view while we reodering cells?

I have a tableview where I provide the option to reoder the cells. But, I don't want to show the delete icon when the user doing rearranging cells. So I did like this to remove the delete button. In ...
0
votes
1answer
36 views

Oracle numbering update

I am trying to do some SQL working with Oracle I have a table that contains text data, and an order list of numbers of how that text should appear, 1-27. So: Bonjour | 1 mon nom | 2 Jean P. | 3 ...
0
votes
5answers
86 views

how to insert a key with values into a specific place inside an array

Here is my example array $inputs = array(); array(4) { [0]=> array(2) { ["id"]=> string(1) "1" ["name"]=> string(4) "13.1" } [1]=> array(2) { ["id"]=> ...
2
votes
2answers
155 views

Reordering items with multiple order criteria

Scenario: list of photos every photo has the following properties id sequence_number main_photo_bit the first photo has the main_photo_bit set to 1 (all others are 0) photos are ordered by ...
0
votes
0answers
26 views

UItableView Reoreering issue row not adjusting ant any position

i have UITableView and a UITextView in each UITableViewCell sometime during reordering there is one row become in air ( not adjusted at any position ). I am attaching the snapshot, so please help me ...
10
votes
1answer
4k views

UICollectionView effective drag and drop

I am currently trying to implement the UITableView reordering behavior using UICollectionView. Let's call a UItableView TV and a UICollectionView CV (to clarify the following explanation) I am ...
1
vote
1answer
163 views

SQL Update Command within a PHP Do While Loop

I have a SQL database called projects with the fields post_id, feature_image, order, and landscape. Landscape is for all intensive purposes a category. As a broad overview of the function I am ...
0
votes
1answer
97 views

reorder database when reorder UitableView cell

i am using reordering in UITableView in iOS. i want that my database should also reorder when i reorder in UITableView cell. I am not able to find anything helpful tutorials till now. How can i make ...
5
votes
5answers
308 views

Reading files in a particular order in python

sorry i am new to python and to programming in general. Basically right now lets say I have three files in a folder: file9.txt, file10.txt and file11.txt and i want to read them in this particular ...
1
vote
1answer
108 views

Memory reordering: Can loads be reordered with earlier stores to different but encompassing location?

In intel's processor manual: link in section 8.2.3.4 it is stated that loads may be reordered with earlier stores to different locations, but not with earlier stores to the same location. So I ...
0
votes
0answers
96 views

Most interesting or bizarre case of multithreading bugs caused by compiler optimization or CPU reordering in C#? [closed]

I'm going to be doing a presentation about multithreading in .NET, and am going to be explaining how CPU's and the compiler can re-order your seemingly logical code into broken code that doesn't work ...
2
votes
3answers
135 views

C# Multithreading and reordering - what's going on here?

I have the following code: public static System.Int32 i = 0; static void Main(string[] args) { new Thread(Worker1) { IsBackground = true }.Start(); new Thread(Worker2) { ...
1
vote
1answer
590 views

Reordering in ActiveAdmin

sometime we need to reorder our resources and acts_as_list is really useful for this task. My question is: What is the best way to implement reordering of some resources in ActiveAdmin framework. I ...
0
votes
0answers
60 views

UITableView raising NSRangeException

I am using UITableView with core-data sometime during re-order raising NSRangeException, i am realy stuck here i exactly don't know why that exception is occuring. What i am doing wrong here. Here is ...
1
vote
2answers
94 views

data reorganization in r

I have following type of data: Person <- c("A", "B", "C", "AB", "BC", "AC", "D", "E") Father <- c(NA, NA, NA, "A", "B", "C", NA, "D") Mother <- c(NA, NA, NA, "B", "C", "A", "C", ...
0
votes
1answer
56 views

How to prevent only one row to be ordered-obj c

I have a table view. And I have multiple rows. While doing the reorder in editing mode, I want one row to stay in the first index all the time. So, if a user wants to swap a row with the first row, it ...
3
votes
1answer
274 views

How to change db row position and maintain order in php and mysql

i have a php project i've been working on using Doctrine 1.2.4, mysql and Zend (not related to the issue). there has been a new requirement where from the admin panel, one can change the appearance of ...
0
votes
0answers
217 views

Handling Symfony2 collection field items reordering

Do anyone have any idea how to handle collection field items reordering? Symfony default behaviour is just wrong. When you reorder to items saved in database as: id: 56, name: first, order: 0 id: ...
0
votes
1answer
74 views

Adding reordering to Listview

The Android sdk has an example Notepad app that holds notes in a database. One thing I noticed was missing was reordering items, is there a simple way that this could be added? How would the ordering ...
1
vote
1answer
395 views

Re-order list of divs with the mouse using pure JavaScript

This time I come with a big challenge (at least, for me) I want to create a script that allows you to reorder a vertical list of DIV elements (containing other child elements, that should be ...
2
votes
1answer
80 views

H2 Database how to keep rows un-ordered when updated

So I have a simple database with a table that has multiple column, most of which are of string type, one of which is a Boolean type. My problem occurs when I update a row changing the boolean state, ...
0
votes
1answer
158 views

How do I preserve Telerik MVC grid column Width when Reordering

I have telerik asp.net MVC grid, when reordering the columns the columns width is decreasing, and the gap between the rows is increasing how can i make the columns doesn't change its width
2
votes
5answers
2k views

Adjacency matrix from edge list (preferrably in Matlab)

I have a list of triads (vertex1, vertex2, weight) representing the edges of a weighted directed graph. Since prototype implementation is going on in Matlab, these are imported as a Nx3 matrix, where ...
1
vote
1answer
167 views

Disable Plugin add-on for dataTable-reordering

To disable dataTable plugin I can do this. $('.dataTable').dataTable().fnDestry(); But how to disable the Reordering addon to the plugin? This is how I initialized it on page load ...
1
vote
0answers
278 views

UITableView and Reordering [closed]

Good evening, Im currently working on an iPhone App. (i'm using storyboard for the UI stuff) I have placed a UITableView on a UIView and connected the TVDelegate and TVSource with the ViewController. ...

1 2