Tagged Questions
The partition tag has no wiki summary.
8
votes
4answers
405 views
python equivalent of filter() getting two output lists (i.e. partition of a list)
Let's say I have a list, and a filtering function. Using something like
>>> filter(lambda x: x > 10, [1,4,12,7,42])
[12, 42]
I can get the elements matching the criterion. Is there a ...
7
votes
6answers
2k views
C# - elegant way of partitioning a list?
I'd like to partition a list into a list of lists, by specifying the number of elements in each partition.
For instance, suppose I have the list {1, 2, ... 11}, and would like to partition it such ...
7
votes
3answers
3k views
hibernate insert batch with postgresql
is there a solution for batch insert via hibernate in partitioned postgresql table? currently i'm getting an error like this...
57286 [pool-1-thread-18] ERROR org.hibernate.jdbc.AbstractBatcher - ...
6
votes
2answers
114 views
Scala multi-partition a map - type mismatch; Found (A,B) => Boolean required (A,B) => Boolean?
I'm trying to multi-partition a map based on a list of predicates.
I wrote the following function to do that:
def multipartition[A,B](map : Map[A,B], list : List[(A,B) => Boolean]) : ...
6
votes
3answers
487 views
Linux c++: apis vs /proc files?
Im working on an app to collect and send various bits of system info (partition space/free, laptop battery info, etc). Im not having much success getting this information in the form of direct c++ ...
5
votes
2answers
114 views
Partition/split/section IEnumerable<T> into IEnumerable<IEnumerable<T>> based on a function using LINQ?
I'd like to split a sequence in C# to a sequence of sequences using LINQ. I've done some investigation, and the closest SO article I've found that is slightly related is this.
However, this question ...
5
votes
5answers
300 views
How to partition a vector into groups of neighbors in R?
I have a vector, such as c(1,3,4,5,9,10,17,29,30) and I would like to group together the elements that form a series in a ragged vector resulting in:
L1: 1
L2: 3,4,5
L3: 9,10
L4: 17
L5: 29,30
...
4
votes
1answer
63 views
Smallest FAT32 Partition [closed]
I need to create a small partition image (a few MB) with FAT32 filesystem. I came up some contradictory info on the Internet about the minimum size limit of a FAT32 partition.
When I tried to mkfs a ...
4
votes
3answers
4k views
how to mount a exFAT partition in Ubuntu 11.04
first how can I format a partition with exFAT format in Ubuntu 11.04?
When I mount a exFAT partition using command 'mount /dev/sdb1 /mnt', it is said that I need to specify the file system, and then ...
4
votes
1answer
325 views
C algorithm for Partition issues
Given a set of integers S:
How can the set be divided into k parts such that the sum of each part is minimal?
Please give also a C implementation.
Example:
S = {1, 2, 3, 4, 5, 6} and k = 3
The ...
4
votes
3answers
615 views
3D clustering Algorithm
Problem Statement:
I have the following problem:
There are more than a billion points in 3D space. The goal is to find the top N points which has largest number of neighbors within given distance R. ...
4
votes
2answers
590 views
Replace duplicate values in array with new randomly generated values
I have below a function (from a previous question that went unanswered) that creates an array with n amount of values. The sum of the array is equal to $max.
function randomDistinctPartition($n, ...
4
votes
2answers
1k views
Way to know if two partitions are in one physical hard disk without WMI?
I have those partitions (in Windows) for example:
Hard Disk 1 - Partition C, Partition D
Hard Disk 2 - Partition E
Is there any way in a program language to know if for example partition C and ...
4
votes
2answers
540 views
partition full, or not?
my partition /tmp is full... and its empty at the same time.
So the partition is full.
Check the directory:
# du -sh /tmp
28K /tmp
What? It is empty...
And it is really empty... just two empty ...
4
votes
1answer
1k views
How can I fit a curve to a histogram distribution?
Someone asked me a question via e-mail about integer partitions the other day (as I had released a Perl module, Integer::Partition, to generate them), that I was unable to answer.
Background: here ...
4
votes
10answers
2k views
What is the best way to partition terabyte drive in a linux development machine? [closed]
I have a new 1 TB drive coming in tomorrow. What is the best way to divide this space for a development workstation?
The biggest problem I think I'm going to have is that some partitions (probably ...
3
votes
4answers
118 views
Algorithm to partition a list into groups
I have a list of names.
I want to partition this list into groups of a specified size. All groups should be equal to or less than the specified size, with an equal as possible group size across the ...
3
votes
2answers
57 views
groupnum over partition
I've got a Oracle 11g table as follows:
id name department
1 John Accounting
2 Frederick BackOffice
3 Erick Accounting
4 Marc BackOffice
5 William BackOffice
6 Pincton ...
3
votes
1answer
536 views
MySQL 5.5 partition table by A-Z
I understand that as of MySQL 5.5, you can now partition a table by non-integer values like a varchar. I have a table where I perform a lot of lookups on a single varchar column, hence I would like ...
3
votes
1answer
288 views
Maximum Coin Partition
Since standing at the point of sale in the supermarket yesterday, once more trying to heuristically find an optimal partition of my coins while trying to ignore the impatient and nervous queue behind ...
3
votes
2answers
314 views
Enumerate all k-partitions of 1d array with N elements?
This seems like a simple request, but google is not my friend because "partition" scores a bunch of hits in database and filesystem space.
I need to enumerate all partitions of an array of N values ...
3
votes
2answers
476 views
Algorithm to generate all unique permutations of fixed-length integer partitions?
I'm searching for an algorithm that generates all permutations of fixed-length partitions of an integer. Order does not matter.
For example, for n=4 and length L=3:
[(0, 2, 2), (2, 0, 2), (2, 2, 0),
...
3
votes
4answers
184 views
Nicest, efficient way to get result tuple of sequence items fullfilling and not fullfilling condition
(This is professional best practise/ pattern interest, not home work request)
INPUT: any unordered sequence or generator items, function myfilter(item) returns True if filter condition is fulfilled
...
3
votes
3answers
402 views
Disk partition structure
Is there any way in Java (1.6+) to retrieve the partition disk structure? (For example: NTFS, FAT32, HFS+, or EXT3.)
External libraries are permitted.
Thanks,
Gianni
3
votes
4answers
5k views
Is it possible to correct partition table errors without a reboot?
When trying to partition a hard drive on ESX server I frequently run into the following problem:
$ fdisk /dev/sdd
Device contains neither a valid DOS partition table, nor Sun, SGI or OSF disklabel
...
2
votes
1answer
38 views
Seeking a solution or a heursitic approxmation for the 3-partition combinatorial situation
How do I distribute 48 items each with its own dollar value to each of 3 inheritors so that the value given to each is equal or nearly equal?
This is a form of partitioning problem with is ...
2
votes
3answers
233 views
Integer partitioning in Scala
Given n ( say 3 people ) and s ( say 100$ ), we'd like to partition s among n people.
So we need all possible n-tuples that sum to s
My Scala code below:
def weights(n:Int,s:Int):List[List[Int]] = ...
2
votes
1answer
124 views
Number of ways to partition a number in Python
I have defined a recursive function that takes a number, n, and returns a list of lists of the numbers that sum to that number (partitions):
def P(n):
# base case of recursion: zero is the sum of ...
2
votes
1answer
315 views
Hive: dynamic partition adding to external table
I am running hive 071, processing existing data which is has the following directory layout:
-TableName
- d= (e.g. 2011-08-01)
- d=2011-08-02
- d=2011-08-03
... etc
under each date I have the date ...
2
votes
2answers
247 views
USB Memory Stick hidden partition
I am writing a kind of accounting software which will run portable on a USB Memory Stick. I would like to make a hidden partition on the Stick to store some data to check the validity of the database ...
2
votes
1answer
194 views
Cormen quicksort
In the book Introduction to Algorithms, the quicksort algorithm described in the chapter Quicksort does not employ Hoare-Partitioning.
Can anyone enlighten me with the advantage of this approach over ...
2
votes
3answers
187 views
fair partitioning of set S into k partitions
There is a set S containing N integers each with value 1<=X<=10^6. The problem is to partition the set S into k partitions. The value of a partition is the sum of the elements present in it. ...
2
votes
2answers
150 views
How do I split a convex polygon into two areas of a given proportion?
Given a convex polygon P and a point A on P's boundary, how do I compute a point B also on P's boundary such that AB splits P into two areas of a given proportion?
Ideally I'd like an analytical ...
2
votes
2answers
166 views
Rule of thumb when to partition tables
I've seen many entries about partitioning tables, but there is not a lot of information on when you should make a partition.
Is there a rule of thumb when you should partition tables in SQL Server.
...
2
votes
3answers
2k views
3-PARTITION problem
here is another dynamic programming question (Vazirani ch6)
Consider the following 3-PARTITION
problem. Given integers a1...an, we
want to determine whether it is
possible to partition of ...
2
votes
1answer
120 views
Way to map partioned data using NHibernate
We have a scenario where active records are stored in one table and over time old records are archived. The table structures for the two tables - active and archive are exactly the same.
E.g
...
2
votes
1answer
118 views
can i apply mysql partition on this table?
I have this table
CREATE TABLE IF NOT EXISTS `posts` (
`id` int(10) unsigned NOT NULL auto_increment,
`thread_id` int(10) unsigned NOT NULL,
`forum_id` tinyint(5) unsigned NOT NULL,
`cat_id` ...
2
votes
3answers
307 views
Matlab partition problem
My head gets stucked finding an algorithm for my problem.
Assume I have N Numbers (lets say 4) and I want have ALL X-Partitions (X = N/2)
Example:
2-Partitions of {1,2,3,4} are: (1,2) (1,3) (1,4) ...
2
votes
1answer
88 views
Algorithm for number of transitions between pair of set (graph) partitions
Say I have a set (or graph) which is partitioned into groups. I am interested to find the number of transitions between two partitions, where a transition involves taking an element out of one ...
2
votes
0answers
977 views
USE WMI and WMQ to get Logical Disk and Partition Information from Win32_PnPEntity of SERVICE type USBSTOR
I am detecting when our proprietary USB device is attached to a PC. When we detect this, we get the related Win32_PnPEntity. We want to use this Win32_PnPEntity as a source of the following ...
2
votes
1answer
2k views
How to find out mount/partition a directory or file is on? (Linux Server)
Is there a Linux command to easily find out which partition/mount a directory or file is on?
(This is probably a RTFM question, and I feel guilty for asking it, but somehow, I can't find a good ...
2
votes
2answers
3k views
Renaming partitions in ORACLE
if we use the ALTER TABLE RENAME PARTITION statement to rename the existing partitions in an Oracle table, do we need to recreate the local partitioned indexes with newly changed partition names?
2
votes
3answers
343 views
How to make ActiveRecord work with legacy partitioned/sharded databases/tables?
thanks for your time first...after all the searching on google, github and here, and got more confused about the big words(partition/shard/fedorate),I figure that I have to describe the specific ...
2
votes
2answers
1k views
Resize Encrypted Windows Partition
Recently my company forced a roll out of SafeBoot. The problem is that I was using Ubuntu under Wubi. Since the whole drive is encrypted now, I can't boot into Ubuntu. I was hoping to create a new ...
2
votes
1answer
2k views
Raw partition access in Windows Vista
Accessing a raw disk partition in Windows Vista requires kernel mode control, as opposed to for instance WinXP where you can access it from user mode.
However, I've heard that when it comes to USB ...
1
vote
1answer
34 views
Gitolite ACL partition activation with fstab ?
I don't understand and i don't find any information about ACL and gitolite.
In first intention, i want to install gitosis, which need instalation of apt-get install ACL package for debian, and ...
1
vote
3answers
99 views
Prevent unauthorised write access to a part of filesystem or partition
Hello all I have some very important system files which I want to protect from accidental deletion even by root user. I can create a new partition for that and mount it with readonly access but the ...
1
vote
1answer
30 views
MySQL partion selection not optimized correctly
I have a table 'fvs_data' with a timestamp column that I have used for a partition. The query optimizer doesn't seem to be selecting the correct partitions if I have a complex query. For example, ...
1
vote
1answer
91 views
Creating Windows 8 Development partition on Windows 7 machine
I have a new EliteBook with Windows 7. I would like have two bootable partitions: one for Windows 7 and one for Windows 8. My hard drive was partitioned in 4 volumes (that I could see): SYSTEM, ...
1
vote
3answers
89 views
In-place partition when the array may or may not contain the pivot element
Is there an in-place partitioning algorithm (of the kind used in a Quicksort implementation) that does not rely on the pivot element being present in the array?
In other words, the array elements ...