The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
1answer
47 views

Scanner Skipping Numbers Java

I am writing code to search through a document and find the numbers and put them into an array. Here is a piece of the document: username Sam movies id 1 Citizen Kane id 2 Vertigo id 3 Rules of ...
0
votes
1answer
31 views

Rewrite files after skipping lines batch file

Need to read files in directory, rewrite them after skipping the first 77 lines, save to new txt file with the old name. Diectory (there are many more files than this): ...
0
votes
2answers
14 views

How is the skipping implemented in Spring Batch?

I was wondering how I could determine in my ItemWriter, whether Spring Batch was currently in chunk-processing-mode or in the fallback single-item-processing-mode. In the first place I didn't find the ...
0
votes
1answer
48 views

Skip validation with Close[X]box of windowsform? [duplicate]

Is it possible to skip validation with Close[X]box of windowsform? Something like this with a button that skip validation when hit private void button1_Click(object sender, EventArgs e) { ...
0
votes
1answer
20 views

c: skip an element with scanf

I'm trying to scan a file that contains 13 ints which are to be stored in 13 variables. Is there a way to loop over this, while skipping the i-th element? I'm anticipating there might be a solution, ...
1
vote
2answers
47 views

SQL Replace first value of column with second value

I'm new to SQL queries, I'm trying to select the following columns: pm_name, party, yr_comm and yr_left. I have data in the first 3 columns, and to create yr_left I've given yr_comm with an ...
0
votes
1answer
26 views

Prevent maven from skipping tests (default = skip)

My pom.xml looks like this: <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> ...
0
votes
1answer
19 views

Copy files skipping duplicates VB.NET

I am copying some folders with: My.Computer.FileSystem.CopyDirectory(folder, destination) And they obviously do have content. So I want to skip the duplicate files, how do I do that? Thanks in ...
0
votes
1answer
33 views

C++: Reading elements from a vector, loops being skipped over

Currently trying to write a program which will ask the user for their input for a string, then read off these values via an iterator. The final step for this program would be to apply a simple caesar ...
0
votes
2answers
51 views

If not…Else skip

I found a question really close to mine but as the answer was specific to the question I couldn't quite relate it to mine. I am using an if not function to populate a column that already has values ...
0
votes
2answers
42 views

Skipping lines of code in c

I did it using disassemble main in gdb i.e I used dissassemble main in gdb to determine the address of the next line and that's how I skipped to the desired line. Is there a way in which we can ...
0
votes
4answers
36 views

Is it possible to skip over a subdirectory when performing an operation over an entire directory?

So I have this code for sorting files within a complex of subdirectories within a main directory: @ECHO OFF SETLOCAL SET relroot=g:\Pictures\Uda 18 (SET relroot=g:\Pictures\Uda 18) SET ...
-5
votes
2answers
57 views

How to fix missing out 'if'

'life' starts out as 12, and 'randomNumberhit' is a random number 1,2 or 3; 'randomNumberhit' is taken away from 'life' but when I try to recognise that 'life' is 0, -1 or -2 it does not work. int ...
0
votes
2answers
67 views

Skip lines while file scanning multiple lines

This code will read a file and print it as long as the file is in this format word,12,34 words,40,20 another,20,11 How do I get it to do the same if its got an empty line in between like this ...
0
votes
2answers
19 views

Webdeploy skip rule includes .css files as well as .cs

I am trying to use webdeploy in my build system. I would like it to be able to pull content files from my source code file but skip the code files. I am using a skip rule: ...
0
votes
0answers
7 views

MatLab Events: skipping between 2 different ode.

I am not familiar with managing events in MatLab. I am uselessly looking for a procedure to solve the following problem. While integration of a p(t)'=F1(t,p(t)) proceeds, I need to check that the ...
1
vote
1answer
102 views

Why is my time complexity of inserting in skip list linear?

I have implemented skip list for integers. When testing method insert, I insert natural numbers from 1 to 1000000 in a for loop with counter j. I am using stopwatch also. Appendix: in the real ...
0
votes
0answers
18 views

Skipping a line when scanning

When using fscanf, how do i skip a line. For example, i have to read binary a pgm file, and you have the '#' that indicates a comment and that looks like *program* # comment *rest of the program*
2
votes
5answers
88 views

Ruby - How to skip/ignore specific lines when reading a file?

What's the best approach for ignoring some lines when reading/parsing a file (using Ruby)? I'm trying to parse just the Scenarios from a Cucumber .feature file and would like to skip lines that ...
0
votes
2answers
30 views

Skip particular step in forloop Django

HI i am using a forloop in django template {% for image in images %} {% endfor %} which executes for 10 steps but i want to skip the 5th step and execute for remaining how can i do this please ...
1
vote
1answer
32 views

contentOffset skips values in Log

So i have the following code: int actualPosition = self.collectionView.contentOffset.y; NSLog(@"%i", actualPosition); The output is: 2013-03-28 15:36:42.737 test[10544:907] 484 2013-03-28 ...
1
vote
1answer
132 views

To skip a row containing the searchstring in excel VBA

I have a loop for a spreadsheet which already has a bit of code in it. Basically in VBA what I want to do is: If x = Searchstring.row then GoTo continue (which isn't defined) I am currently using If ...
1
vote
4answers
78 views

for loop skip issue

I have this code, and everything is running as i want to except the face that it skips the first time it is supposed to wait for the next input by the user. Here is the code: import ...
0
votes
1answer
64 views

LINQ, Skip and Take against Azure SQL Databse Not Working

I'm pulling a paged dataset on an ASP.NET MVC3 application which uses JQuery to get data for endlesss scroll paging via $ajax call. The backend is a Azure SQL database. Here is the code: [Authorize] ...
0
votes
2answers
48 views

Emacs: Down arrow key skips lines when window too short

When I use Emacs in full screen mode, the Down arrow key works just fine for navigating down a source code buffer. But when the window gets too short (e.g., C-x 2), then pressing Down begins to skip ...
0
votes
1answer
60 views

C# Console App, skipping lines of code from a method to a line in the main method

new C#er here. I'm working on a console RPG. I've created a save and load method that writes variables to a txt file and loads them when you type "save game" or "load game" at a certain point. I'm ...
0
votes
0answers
42 views

What is the best way to insert delete and search on a linked list?

I have a very minor struct which includes: a float for price (4.99 etc) a product name, string and a short integer which can be only between 1 and 5 I use a basic linked list to store all this data ...
1
vote
1answer
215 views

How to skip mandatory fields on ABAP

I want it to skip mandatory fields when i clicked on 'İptal' button . But i don't want to control mandatory fields without "obligatory" . I want to see check mark in textboxes like screenshot. ...
0
votes
0answers
39 views

Python & Pygame - Loop sometimes misses when a timer event has occurred on slow PC or large program

I am making a small program that uses timers. When the timer hits 0 to 1/1000th of a second (this is default to the set_timer thingy), it makes an event occur. And an if formula says "if this event ...
2
votes
1answer
39 views

Why read.delim failed to skip blank lines in R

I have a input file (| separated ) with the following content. name|val1|val2 foo|30|20 bar||20 qux|30| ert|12|11 uyt|| What I want to do is to extract lines only when every fields contain value. ...
0
votes
0answers
99 views

jquery slideshow skips images

I found a slideshow tutorial that I have been working with: jquery-creating-slideshow-from-scratch I don't want the slideshow to be automated though so I removed the piece of jQuery code that ...
1
vote
1answer
214 views

merge many txt file contents and skip first line in batch command file

I want to create a Batch command file to merge text file with extension ".mf" However, each file contains date in the first line, which I donot want in the final output file, Please advice how do I ...
0
votes
1answer
64 views

Efficient translation to python of matlab fread

I need to translate Matlab fread into python, in particular allowing for reading into a 2d array and skipping data while reading. I came up with the following, but I guess there may be more efficient ...
0
votes
2answers
55 views

Using skip method of FilterInputStream

I wanted to use the skip method of FilterInputStream class which should skip over the required number of bytes from the stream. But the documentation for the skip method says ...
0
votes
3answers
149 views

foreach loop, if this result is same as the last, skip to next that is not the same

i am running a foreach loop to get data from an xml file. the xml file has the same date listed several times, each with different data. what i need to do is show each date only once. basicly i need ...
0
votes
1answer
51 views

skip if file or model exists in loop

I am working on making a loop in R that creates species distribution models in R for multiple species in a relatively large matrix. In order to avoid analysis redundancy, I would like to have a ...
7
votes
3answers
159 views

C++ skipping line of code?

Background I am writing a multi-threaded, websocket server in C++. Problem When I try to integrate my HTTP parser, MKFAHTTPRequest Request( std::string( Buffer ) ); gets completely skipped during ...
1
vote
2answers
66 views

Is it possible to skip input from a file & start scanning from somewhere in the middle?

In C, I want to scan only some lines from input to save runtime of my program. For eg: Say my input file contains some random numbers like: 5 1 1 2 1 7 5 6 3 4 1 6 2 5 3 1 5 4 3 1 1 Here I want to ...
0
votes
0answers
61 views

Error at setCurrentTime mediaelements.js

I have a Javascript Problem with my Video. Player is mediaelements.jd player i skip through the video if the user clicks on radio buttons or other events. But in IE the error console writes after ...
1
vote
1answer
67 views

SDL_Mixer set sound position

I was wondering if there is a functionality in the SDL_Mixer lib to skip to a certain position in a wav file. I've found out the there is a function called Mix_SetMusicPosition but it won't work with ...
0
votes
0answers
53 views

Debugging with JUNIT4: eclipse “stops” at breakpoints but actually keeps running

I'm using Eclipse Juno to debug a java class while testing with junit, but the debugger has been acting flakey. I will reach the breakpoint I want and all seems well with the variable values, but in ...
2
votes
3answers
337 views

Skip first slide after first loop jQuery cycle plugin

I'm using the slideshow cycle.all.js jquery plugin for my drupal website.(http://jquery.malsup.com/cycle/) I'm trying to skip the first slide after it loops once. Not sure how to do this, can someone ...
0
votes
3answers
204 views

skip duplicate entry in foreach mysql

hi friends i need to skip a duplicate entries in foreach and than continue on remaining ones please tell me how can i do this foreach($arr as $key=>$arr1) { echo "<pre>"; ...
0
votes
1answer
69 views

Select GStreamer Element Based on Source Capabilities

Using gst-launch is there any way to select a GStreamer Element based on the capabilities determined by a source element? For example, if I have a network source element which could download an MP3, ...
-1
votes
1answer
53 views

How to detect wheel slip? [closed]

I have a trolley running horizontally over rails. The trolley have two pair of wheels: driven wheels and non-driven wheels. I am looking for a way to detect wheel slip. Currently I use the simple ...
0
votes
0answers
34 views

Why Skipped status is shown in XSLT Report for a passed test?

I've run a test suite which contain 2 classes: SetupEnvironment.java Login.java The test able to run correctly without any error (no class is skipped). I'm using XSLT Report (generated from ...
3
votes
2answers
113 views

Robust skipping of data in a java.io.InputStream and its subtypes

I'm processing a binary stream and need to skip efficiently past a range of data that I'm not interested in, to some data that will be processed. InputStream.skip(long) doesn't make much in the way ...
-1
votes
1answer
95 views

loop skips every other line? [closed]

Hmm my loop skips every other line, I'm comparing this 5 15 16 17... to this 17 37 5... and trying to find when the numbers match. And I'm not sure why it's skipping a line. for(int ...
0
votes
2answers
77 views

How to skip validations when using the `validate` method?

I am using Ruby on Rails 3.2.9. I implemented a custom validator and I would like to skip validations (on creating a new object in a migration file) when using the validate method. In general I can ...
2
votes
2answers
99 views

jQuery quickly switch fadeIn/ fadeOut even when not complete [duplicate]

Possible Duplicate: jQuery: interrupting fadeIn()/fadeOut() the fade effects in jQuery are really smooth, there's only one problem I've seen: When you hover over the item, it will fade in, ...

1 2 3 4