A sequence is any type for which there is a bijective relation between the integers `0..n` and the elements of the sequence, and the elements may be accessed in the order `0..n`, where `n` is the number of elements in the sequence.
-1
votes
3answers
56 views
Split array by consecutive sequences [closed]
Given an array of integer such as:
array = [1,2,3,5,6,7,20,21,33,87,88,89,101]
This array contains k consecutive subsequences (in this case k = 6), such as "1,2,3" and "87,88,89". How do I get an ...
0
votes
0answers
12 views
Reverse complement of reconstruction model for assembling reads
One way to assemble fragments produced by DNA sequencing (often called reads) is to seek for the shortest common superstring that contains all the reads of a given set of reads. One model for this ...
2
votes
2answers
38 views
How to generate for loop number sequence by using variable names in bash?
Could anybody explain how can I use variable names in bash for loop to generate a sequence of numbers?
for year in {1990..1997}
do
echo ${year}
done
Results:
1990
1991
1992
1993
1994
1995
1996
...
1
vote
1answer
39 views
Global alignment using affine gap penalty function
I have to write a program that does global alignment between two sequences using affine gap penalty function. The dynamic algorithm (modified Needleman Wunsch) calculates similarity (maximum score ...
2
votes
2answers
27 views
How to create a new ordinal variable according to other variables?
Hi to all the members of the community.
This question might seems identical to another that I asked some time before, so may be could be a repetition but the request output is definitely different ...
0
votes
1answer
41 views
Hibernate sequence, use the specific sequence
Today my DB responsible boss told me that I'm using a wrong sequence, in JPA/Hibernate, but I weren't so I checked up on why my generated table entries had a higher ID than the normal(trigger) ...
3
votes
1answer
36 views
Advanced sequence alignment
Assume the following generative model for plagiarism:
The plagiarist:
1. Removes parts of the text
2. Rearranges parts of the text
3. Adds new text.
Ex. If ABCD is the original text (A,B,C and D can ...
0
votes
1answer
94 views
saving an image sequence from video using opencv2
Newbie question and yes I have spent a lot of time sifting through similar questions and Answers with no luck.
What I am trying to do is save frames from a video file in a sequential order. I have ...
0
votes
1answer
97 views
Scala check if Future[Seq[String]] isEmpty
I would like to check if a Future[Seq[String]] is Empty and I am using
if(!Future.sequence(sortSeq).isEmpty){
//doSomething
}
but it throws me error ?
0
votes
1answer
73 views
Convert Future[Seq[(String, String)]] to Future[Seq[(String)]]
I am trying to convert Future[Seq[(String, String)]] to Future[Seq[(String)]] using the following:
sortedSeq.map(_._2)
so sortedSeq is of type Future[Seq[(String, String)]]
but I keep getting the ...
2
votes
1answer
29 views
Function with cbind returning NA in specific columns
I am using a function which identifies a sequence and then calculates the duration of the sequence in minutes. When I cbind the results with data at the final stage, the duration is returned, yet ...
0
votes
1answer
463 views
PL/SQL (INSERT/UPDATE) unique constraint violated error In trigger due to sequencel.nextval
I want insert/update records to another table(MICL_SUPERVISORS) using Trigger (pl/sql oracle 10g).
When trigger fired it is giving an error as
ORA-00001: unique constraint violated.
I know ...
0
votes
1answer
201 views
OpenERP - How to get sequence number when creating new Sales Order via XMLRPC
I'm making an Android app for OpenERP and I'm trying to create new Sales Order. One of the required fields however is Order Reference, which is normaly generated from the sequence.
Is there some way ...
3
votes
2answers
114 views
Clojure sub-sequence position in sequence
Does Clojure provide any builtin way to find the position of a sub-sequence in a given sequence?
0
votes
3answers
85 views
reference to a sequence column (postgresql)
I encountered a problem when creating a foreign key referencing to a sequence, see the code example below.
But on creating the tables i recieve the following error.
"Detail: Key columns "product" and ...
0
votes
1answer
200 views
oracle bulk insert fails because sequence does not increment automatically
I am trying to do multiple inserts into an oracle table with data rom another table and I also use a sequence. Something like this: ...
1
vote
5answers
143 views
F# how to invoke the function in Seq.whatever without “printf”?
I'm new to f# and I tried to write a program supposed to go through all files in a given dir and for each file of type ".txt" to add an id number + "DONE" to the file.
my program:
//const:
...
5
votes
2answers
129 views
Algorithm to find element value of sequence [closed]
There is the following sequence:
101001000100001...
How to define a method that takes an element's index of the sequence and returns the value (0 or 1) of this element?
public Element ...
1
vote
2answers
65 views
Python Sequence Syntax
I am new to python and was reading through some code for a Sublime Text plugin and came across some code I am not familiar with.
views = [v for v in sublime.active_window().views()]
it is the "[v ...
0
votes
2answers
69 views
Finding the # of sequences in an array
I need to report the # of sequences in an array. For example:
A=[ 1 1 -1 -1 -1 -1 -1 0 1 -1 -1 -1 -1 1 1 -1 -1 1 0 1 1]
and I ...
0
votes
1answer
131 views
Autoincrement field with trigger and sequence - Check if ID is in the statement [Postgres]
I´ve got this sample from another thread and it fits perfectly on what I need to know.
CREATE SEQUENCE AlimentosSequencia;
CREATE TABLE alimento (
id integer NOT NULL PRIMARY KEY
,name ...
1
vote
2answers
114 views
How to create sequential image fade? [closed]
I am trying to create a sequential image fade in effect which would have to stop at the end of the last array image element.
currently I have this function which fades in only one element.
Any ...
0
votes
4answers
126 views
Algorithm for a number sequence [closed]
I'm trying to figure out a formula or algorithm that would output a sequence:
1,1,0,1,0,1,0,0,1,0,0,1,0,0,0,1,0,0,0,1,0,0,0,0,1,0,0,0,0,1...
In other words every two sets of x zeros (x starts as 0) ...
1
vote
4answers
355 views
Creating a sequence for a varchar2 field in Oracle
I want to create a sequence for this varchar. It would have been easier had it been a number instead of varchar. In that case, I could do
seq_no := seq_no + 1;
But what can I do when I want to ...
3
votes
1answer
93 views
Export Multi-factor ANOVA [TRAMINER] to latex
I try to export the result of a multi factor analysis of sequences in latex table form. I tried to do with xtable() but R says that it ## Heading ## cannot do it with this feature ... Someone would ...
1
vote
1answer
59 views
How to condense a stream of incrementing sequence numbers down to one?
I am listening to a server which sends certain messages to me with sequence numbers. My client parses out the sequence number in order to keep track of whether we get a duplicate or whether we miss a ...
-6
votes
1answer
217 views
Overlapping 2 strings python [duplicate]
Possible Duplicate:
How to find the overlap between 2 sequences, and return it
Write a function:
def getOverlap(left, right):
that takes two string arguments, left and right, each ...
1
vote
3answers
393 views
Longest common contiguous subsequence - algorithm
My question is simple: Is there an O(n) algorithm for finding the longest contiguous subsequence between two sequences A and B? I searched it, but all the results were about the LCS problem, which is ...
1
vote
2answers
84 views
MySQL and implementing something close to sequences?
I am recently in the process of moving from oracle to mysql and would like some advice if how i am implementing something similar to sequences in mysql is a good way.
Essentially how i am currently ...
0
votes
1answer
77 views
Oracle Sequences , altering and viewing
I want to update the cache size of an existing sequence and i want to describe a sequence in oracle like table . how to do it ?
and what are all the drawbacks of increasing the cache value of an ...
1
vote
0answers
58 views
Is there a way to look at the last entry created in a case statement?
I have two columns, last_usage and previous_last_usage.
I want to create a third column, seq_index, that increments by 1 every time the condition last_usage <> previous_last_usage is met.
Is ...
1
vote
2answers
155 views
Incrementing multi-column sequence in PostgreSQL
Is there any built-in way (I mean, without need of triggers and/or functions) to have incrementing indexes per multiple columns?
So after performing:
INSERT INTO "table"
("month", "desc")
...
0
votes
1answer
63 views
Finding the optimal set of pairwise alignments from a similarity matrix, with some wrinkles, in Python
I am trying to find the best alignment of two sequences from a similarity matrix. Higher values indicate better alignments.
import numpy as np
a = np.array([
[0,5,5,5,5,5,5,5],
[3,10,0,0,0,9,0,0],
...
2
votes
3answers
114 views
All substrings that are sequences of characters using functional programming
As a followup to my earlier question on finding runs of the same character in a string, I would also like to find a functional algorithm to find all substrings of length greater than 2 that are ...
1
vote
4answers
227 views
Filtering out ANSI escape sequences
I have a python script that's trying to interpret a trace of data written to and read from stdout and stdin, respectively. The problem is that this data is riddled with ANSI escapes I don't care ...
0
votes
2answers
88 views
How can I get all sequences bound with a table in PostgreSQL
I recently switched from MySQL to PostgreSQL in my Django app and I need to set last values of all sequences on max. number of corresponding table and column. How can I get all sequences related to a ...
0
votes
1answer
155 views
How to call or create two sequences in one TABLE of Oracle APEX 4.1
I have made two sequences, Vendor_Id and Vendor_ReferenceNo, for the table Vendor. I want to call or add both the sequences in Vendor table. But APEX 4.1 only gives the option of one sequence per ...
0
votes
2answers
218 views
Create unique identifier for different row-groups
I want to number certain combinations of row in a dataframe (which is ordered on ID and on Time)
tc <- textConnection('
id time end_yn number
abc 10 0 ...
0
votes
0answers
81 views
postgresql sequences issue
Problem looks like this:
I am a Python developer for approx 2 years, but I should mention that I integrate with Postgresql mainly via Sqlalchemy. Although I know how to write basic queries and ...
8
votes
4answers
475 views
I need a better algorithm to solve this
Here is the question (link: http://opc.iarcs.org.in/index.php/problems/FINDPERM) :
A permutation of the numbers 1, ..., N is a rearrangment of these numbers. For example
2 4 5 1 7 6 3 8 ...
1
vote
0answers
70 views
Set of N Periodic & Non Negative Integer Sequences forming by summation, the series of Whole Numbers [closed]
I'm interested in Set of N non negative and periodic/oscillating integer sequences,
that once summed forme the serie of whole numbers: 0,1,2,3,4,5,...,K
For exemple:
With N = 2 (A,B), K = 7 and ...
7
votes
1answer
170 views
number rows by variable, but start over when condition is hit
I want to number certain combinations of row in a dataframe (which is ordered on ID and on Time)
tc <- textConnection('
id time end_yn
abc 10 0
abc ...
3
votes
3answers
135 views
Clojure Koans: Trouble Understanding the Section on Sequence Comprehensions
I'm new to Clojure, so I've been going through the Clojure Koans the last few days. Things were going fairly well until the section on sequence comprehensions. I'm struggling with this section. The ...
0
votes
1answer
170 views
Finding the nth term of a series
Find the n'th term of DJ(i).
Given DJ(i) is the number of times i is present in DJ(i)
The array DJ(i) is as shown:
i 1 2 3 4 5 6 7 8 9 10 .....
DJ(i) 1 2 2 3 3 4 4 4 5 5 .....
I ...
1
vote
3answers
133 views
Programatically identifying a “sequence” in a list of numbers
I need to identify if a list of numbers is in true sequence. Specifically a sequence of 5.
Example 1:
(original series) 1,3,4,67,43,20
(ordered series) 1,3,4,20,43,67
Is it a sequence of 5? ...
3
votes
3answers
541 views
SQL Server 2012 sequence
I create a table and sequence in order to replace identity in the table I use SQL Server 2012 Express but I get this error while I tried to insert data to the table
Msg 11719, Level 15, State 1, ...
6
votes
3answers
768 views
How can I merge two sequences in clojure?
What is an idiomatic way to merge (or retrieve the union of) two lists (or sequences) in Clojure?
(merge l1 l2)
doesn't seem to be the solution:
a=> (merge '(1 2 3) '(2 3 4))
((2 3 4) 1 2 3)
1
vote
2answers
128 views
Java sequences print
How do i write simpla Java sequence in my editor (using notepad++)?
I am familiar with the basics but having trouble getting this one to print in my cmd.
int a = 1; a = a + a; a = a + a; a = a + a; ...
1
vote
3answers
328 views
How to calculate a n-th element of this sequence in log(n) time or better?
1 4 10 22 45 88 167
This sequence is the convolution of Fibonacci numbers with themselves.
The recurrence is
a[n] = a[n-1] + a[n-2] + Fibonacci[n+2]
If you assume Fibonacci sequence to start ...
2
votes
1answer
138 views
CREATE UNIQUE TOKEN(NUMERIC) [closed]
I have a database where I want to generate unique tokens of six numeric characters. This tokens should be generated each time an invoice number is inserted in the invoice_no column. This would mean ...

