A Unix shell command that breaks input into fields, which can be selected for output, based on a delimiter.
0
votes
1answer
123 views
I can't seem to copy the rows in CFGRID and paste them
I am trying to copy the text in a cfgrid but it simply wont copy anything. The cfgrid format is HTML. I do not want to make the grid editable, I just want the user to be able to cut and paste what is ...
2
votes
1answer
367 views
Finding the set of MinCut edges in a Preflow Push Network Flow Algorithm
I have an implementation of the preflow push network flow algorithm that returns the maximum flow of a flow network. What I need is to identify the set of saturated edges that form the cut in the ...
0
votes
1answer
46 views
one file sound?
I am making an application for the android platform, its a 2d game. I have some sounds for example, coins, hit, shooting, reload etc. I have them all in one file named sounds. My question is, can i ...
1
vote
4answers
573 views
0
votes
3answers
396 views
Get all words from string until certain word
$title = 'the.test.hd.part12';
Need all words up until it finds the word "part"
Should return - the.test.hd.
Any help appreciated. Thank you.
3
votes
1answer
250 views
JQuery infinite slider - cut and paste method?
I am trying to create a slider that slides across the page. When the slider is finished scrolling I want to cut the :first element and append it after the :last. How would this be done.
0
votes
2answers
464 views
Regular expression - Cut string from the end by space but with this space
The input string for regex is a casual number of chars from another string. So it can be an incomplete part of a word at the end of the input string. Regex must cut the incomplete part of the word and ...
3
votes
2answers
353 views
AppleScript: Cutting images in the half?
is it possible to cut an image in the half using AppleScript and save them seperately?
thanks in advance
3
votes
3answers
112 views
How do I determine the slowest component of my shell pipeline?
I have an extremely long and complicated shell pipeline set up to grab 2.2Gb of data and process it. It currently takes 45 minutes to process. The pipeline is a number of cut, grep, sort, uniq, grep ...
0
votes
1answer
429 views
Cutting a 3d shape using a plane
I have a shape made of triangles in 3d. The shape is intersecting a plane. I would like to make the plane cut the shape, so to slice the intersecting triangles and return the (new) triangles making up ...
0
votes
2answers
61 views
Parsing and applying function on parsed values in bash scripting
I have the following in my script :
function processurl
{
}
some_text%%%url1%%%url2%%%url3%%%
with number of urls varying between 0 to any finite number (in case of 0 the string is some_text%%%)
...
1
vote
2answers
2k views
linux command line: cut (with empty fields)
I have a file (input.txt) with columns of data separated by spaces. I want to get the 9th column of data and onwards.
Normally I would do:
cut -d " " -f 9- input.txt
However, in this file, ...
1
vote
3answers
707 views
Remove Styles from Text when Copying / Cutting using CSS or Javascript
Yo,
Alright been noodling on this one for a while: How copy/cut styled text without bringing along any style baggage (background-color, color, etc)?
Couple of routes of attacks that have been ...
6
votes
1answer
671 views
Android: How do I know how many text can fit in my textView (my page)?
I want to create a text reader, which will cut the text and put it in the TextView (represents my pages) and one after the other. These are contained in a ViewFlipper (represents my entire text), ...
0
votes
4answers
2k views
Spritesheet programmatically cutting: best practices
I have a big spritesheet (3808x1632) composed by 42 frames.
I would present an animation with these frames and I use a thread to load a bitmap array with all the frames, with a splash screen waiting ...
0
votes
1answer
2k views
Excel Macro: conditional cut and paste between workbooks
So I want a macro running in an Excel file ("input.xls") that is searching a column in another Excel file ("data.xls") for the value "1" (the only values in that columns are 1s and 0s). When it finds ...
0
votes
2answers
486 views
AppleScript: substring to string or format html
I'm working on my applescript right now and I'm stuck here.. Lets take this snippet as an example of html code
<body><div>Apple don't behave accordingly <a href = ...
14
votes
3answers
12k views
linux cut help - how to specify more spaces for the delimiter?
Is there any way to specify a field delimiter for more spaces with the cut command? (like " "+) ?
For example: In the following string, I like to reach value '3744', what field delimiter I should say?
...
1
vote
1answer
46 views
Applying same command on different input files to different output files
I'm doing
$ cut -f 1,5,6 myfile1.csv > myoutput1.csv
$ cut -f 1,5,6 myfile2.csv > myoutput2.csv
$ cut -f 1,5,6 myfile3.csv > myoutput3.csv
...
Suppose I have 400 files, I want to write ...
1
vote
2answers
2k views
shell cut command to remove characters
The current code below the grep & cut is outputting 51315123&category_id , I need to remove &category_id can cut be used to do that?
... | tr '?' '\n' | grep "^recipient_dvd_id=" | cut -d ...
2
votes
6answers
450 views
Cut a picture with Javascript or CSS?
I have pictures of constant width (i.e. 100px) but with variable height (could be 200px, 130px, ... but height is always >= 100px).
I'm looking for CSS or Javacript code, that can cut the bottom ...
1
vote
5answers
1k views
Get subdomain from URL using Python
For example, the address is:
Address = http://lol1.domain.com:8888/some/page
I want to save the subdomain into a variable so i could do like so;
print SubAddr
>> lol1
0
votes
1answer
149 views
Pipe a certain field of an input stream in a command, and paste back the results
Say I have an input stream consisting of lines separated into a certain number of fields. I would like to cut on the various fields, pipe a certain field (or fields) to a program (which is assumed to ...
1
vote
1answer
350 views
Java Disable Cut Action for JTree / TransferHandler
I've created a custom TransferHandler for my JTree and as such have disabled Copy (by only supporting Move) and Paste (by checking support.isDrop() in canImport) but I can't figure out how to disable ...
3
votes
1answer
186 views
jQuery slide slicing off the tops of images
For some reason, slide in Chrome and Safari is slicing off the tops of images on one slider on my site and not the other. The code is a bit hairy for each slider, so you can have a look at the problem ...
0
votes
3answers
783 views
How to get everything to the left from last delimiter in a string?
To cut last field in string I use:
command: echo /dir1/dir2/dir3/file | awk -F "/" '{ print $NF; }'
output: file
How can I get everything to the left from the last delimiter in the ...
0
votes
1answer
391 views
Cut 1 big image into small images with the same size
Given a JPG image, cut off it in horizontal direction so that the size of spic is around 100K
Any tips?
0
votes
1answer
861 views
Qt “Copy/Paste/Cut”
Well, i'm doing a Text Editor, basically where you write the text is a "QPlainTextEdit" i'm having issues, i'm trying to do in "Edit" Menu, an option to Copy/Paste/Cut.
With Copy i meant, you select ...
1
vote
1answer
355 views
Disable cut and/or paste in ObjC
I'd like to disable cut and/or paste in the menubar at runtime, in my ObjC app. I know that that's possible in iOS using
-(BOOL)canPerformAction:(SEL)aSelector withSender:(id)sender
Is there ...
3
votes
4answers
239 views
Problem with algorithm to shorten sentences
I have a webpage which displays multiple textual entries which have no restriction on their length. They get automatically cut if they are too long to avoid going to a new line. This is the PHP ...
2
votes
1answer
156 views
FxPlug 2.0 templates not showing up in Xcode 4
I've installed FxPlug 2.0, but no templates are showing up in Xcode 4 when I select "new project". How can I make the templates appear?
3
votes
4answers
6k views
how to subset a file - select a numbers of rows or columns
I would like to have your advice/help on how to subset a big file (millions of rows or lines).
For example,
(1)
I have big file (millions of rows, tab-delimited). I want to a subset of this file ...
0
votes
2answers
4k views
How to grep and cut at the same time
Having trouble with grepping and cutting at the same time
I have a file test.txt.
Inside the file is this syntax
File: blah.txt Location: /home/john/Documents/play/blah.txt
File: testing.txt Location ...
1
vote
4answers
2k views
Print Field 'N' to End of Line
I would like to have help or direction on a problem I have in awk.
I have a tab-delimited file with more than 5 fields. I want to output the fields excluding the first 5 fields.
Could you please ...
2
votes
1answer
543 views
Problems with space character in Bash cut command when using a different delimiter
I have set | to be the delimiter for a cut command, but space characters seem to still be interpreted as a delimiter too.
Here's my test script:
people[1]="Mr|Smith"
people[2]="Mrs|Jane Brown"
for ...
3
votes
1answer
2k views
Use org.eclipse cut/copy/paste in custom RCP aplication
I am developing a RCP application and I need cut/copy/paste in this app. As there are already commands which are delivered by eclipse (org.eclipse.ui.edit.copy, ...) I want to use them (I already ...
0
votes
2answers
1k views
Bash scripting: using sed and cut to output a specific format
I am working on a bash script using sed and cut that will take times input in various ways and output them in a specific format. Here is an example line:
timeinhour=$(cut -d" " -f2<<<"$line" ...
2
votes
3answers
2k views
Python Cut Example
I'm looking for a way in python to achieve similar functionality to the unix cut utility. I know I can make a system call and process my data that way but I'd like to make it a bit more "pythonic" ...
0
votes
1answer
618 views
what method that will called when we double tap on uitextview
if we double tap on UITextview, the textview will show a popover cut, copy, paste. I just want to now what method that will called when we double tap on uitextview so that popover appear??
UPDATE
...
1
vote
1answer
532 views
Find cut set in a graph [duplicate]
Possible Duplicate:
Algorithm: for G = (V,E), how to determine if the set of edges(e belong to E) is a valid cut set of a graph
A subset S, of edges of a graph G = (V,E), how can one check ...
1
vote
1answer
1k views
Find a Cut-Set in a graph
consider a triangle graph G with V = {a,b,c} and E = {ab,bc,ca}. If edge subset S= {ab,bc} are removed then we get edge ac left. My question is S a valid cutset ( it partitions the G into two vertex ...
1
vote
4answers
183 views
Why php do not print all content of field text type
I create a slq table (postgres db) and i want to print all value of the field 'notes' but php print only first word of this value.
$name=trim($_POST['name']);
//select
if(!$query = ...
6
votes
1answer
985 views
Cut polygons using contour line beneath the polygon layers
I would like to cut a polygon layer, according to the elevation, into two parts (upper and lower part). The polygon might convex or concave, and the position to cut might vary from each other. The ...
6
votes
2answers
9k views
xcode cut last characters from string
im workin on a xcode programm and need to cut the last 5 characters from a string....
i wont find it so i try to ask it her....
does anybody know how to cut the last 5 characters from a NSString?
...
1
vote
1answer
274 views
How to cut some text?
I have long section titles in my document like:
Lorem ipsum dolor sit amet, consectetur adipisicing elit. Proin nibh augue, suscipit a, scelerisque sed, lacinia in, mi.
Now I want to place it in ...
0
votes
1answer
323 views
How can I cut videos from multiple videos and merge them in iPhone Programatically
I have a requirement where I need to cut the video between some selected time frames from different videos and merge them to make those a single video. How can I achieve this in iPhone ...
0
votes
1answer
67 views
Given a string I want to retrieve sections of the string based on delimiters using a cut command?
I have the following string:
MrRelatedTests/ubsr064412_01.tst,GREEN,verified skipped,lwks08,31s,1
I want to retrieve it into the following three subsections:
MrRelatedTests/ubsr064412_01.tst
...
1
vote
1answer
59 views
Seperating a nested field into two new fields, maintaining order
I've been trying to break a sample file as below such that the third column becomes two parts while maintaining order within the file.
100 400 500.00APPLE 5.8 9.2
200 300 600.00DOG 5.3 9.1
...
0
votes
1answer
165 views
Bottom half of UITabBar was cover by the phone itself
I have this application which have 3 screen for now. The first screen has UItableView with NavigationController. The second screen is still UITableView which drill down from the first one. On the ...
1
vote
3answers
5k views
How can I extract a substring from the results of a cut command in unix?
I have a file that is '|' delimited. One of the fields within the file is a time stamp. The field is in the following format: MM-dd-yyyy HH:mm:ss I'd like to be able to print to a file unique dates. I ...
