Top "Repeat" questions

"repeat" refers to the action of doing something over again.

Angular nested ng-repeat filter items matching parent value

I am passing in 2 arrays to my view. I would like my nested loop to only display where it's parent_…

angularjs filter nested repeat
How can I return multiple identical rows based on a quantity field in the row itself?

I'm using oracle to output line items in from a shopping app. Each item has a quantity field that may …

oracle select repeat rownum
How do I match a pattern with optional surrounding quotes?

How would one write a regex that matches a pattern that can contain quotes, but if it does, must have …

regex quotations repeat surround
How to repeat a command with substitution in Vim?

In Unix the ^ allows you to repeat a command with some text substituted for new text. For example: csh% grep "…

vim history repeat substitution
How to make custom metabox fields duplicatable?

I am now currently coding a plugin for the WordPress admin. It's about custom meta boxes. I would like to …

wordpress plugins repeat meta-boxes
How do I convert a 2X2 matrix to 4X4 matrix in MATLAB?

I need some help in converting a 2X2 matrix to a 4X4 matrix in the following manner: A = [2 6; 8 4] should become: …

matlab matrix repeat tiling
All permutations with repetition using scala

I am looking for the scala way to give all permutations without repetitions. I know there are some postings on …

scala combinations combinatorics repeat
Repeat a background brush in WPF

and thank you. This question is very similar to this old, unanswered question here: How to paint notebook-like lines as …

wpf background repeat brush
Why did the ListView repeated every 6th item?

I have a ListView that is filled by a Custom Adapter with a specific Layout. The Adapter is mapped to …

android listview repeat
How to create different pendingintent so filterEquals() return false?

I'm using AlarmManager to set up repeating intents but it has caused some little troubles so hope anyone could help. …

android alarmmanager repeat android-pendingintent