114 posts tagged sed
Subscribe-
Today in Road Transport, 15 May 2008
http://www.roadtransport.com/ blogs/ 2008/ 05/ today-in-road-transport-15-may.ht…Today's news stories feature more examples of road transport firms defying the current difficult trading conditions. Worksop, Nottinghamshire-based Seafield Logistics is looking into possible acquisitions (although it has "not reached any agreements" yet), while Triple A Transport, which is enjoying expansion in areas such as warehousing, is considering opening two more depots.
-
Using ImageJ for what tpsDig does, but on a Mac
http://protichnoctem.blogspot.com/ 2008/ 05/ using-imagej-for-what-tpsdig-does-b…If I had discovered this months ago, my thesis would probably be in a much better position right now! I've been tied to the PC in my office, rather than being able to go home and watch movies or TV shows while I did my digitizing.
-
Tranforming a text into Java String
http://java-co.blogspot.com/ 2008/ 05/ tranforming-text-into-java-string.htmlSometimes you may need, for example for unit-tests, to hard-code text in you java classes. The following sed command can help you: sed 's/"/\\"/g; s/^/"/; s/$/\\n"+/; $ s/\\n"+/";/' filename It performs respectively this tasks: Replace all occurencies of " with \" Insert " at the begininng of each
-
13TH - 15TH MAY SED STAGES LARGEST SHOW IN 42-YEARS
http://www.buildersbox.co.uk/ blogs/ builders-news/ 2008/ 05/ 13th-15th-may-sed-…SED (Site Equipment Demonstration) is in top gear and going at full throttle in preparation for the forthcoming show at Rockingham Motor Speedway, Corby Northamptonshire from 13th – 15th May 2008. This year’s event is officially the largest SED ever staged in its 42-year history.
-
Maynard James Keenan - "Momma Sed"
http://eiten.myblog.de/ eiten/ art/ 260445164wake up son of mine momma got somethin' to tell you changes come life will have its way with your pride, son take it like a man hang on son of mine the storm is blowing up your horizon changes come keep your dignity take the high road take it like a man listen up son of mine momma got something to
-
Manipulate items in privacy tab of spotlight using shell script
http://praveenmatanam.wordpress.com/ 2008/ 05/ 06/ manipulate-items-in-privacy-t…Manipulate items in privacy tab of spotlight using shell script May 6, 2008 — praveenmatanam First get the permissions. sudo chown -R $USER:$GROUP /.Spotlight-V100/ sudo chmod -R 777 /.Spotlight-V100/ Write items sudo defaults write /.Spotlight-V100/Store-V1/Exclusions
-
Today in Road Transport, 2 May 2008
http://www.roadtransport.com/ blogs/ 2008/ 05/ today-in-road-transport-2-may.htm…So another fuel price protest makes the news – this time a peaceful blockade at Stanlow oil refinery, carried out by around 100 hauliers and farmers. Over in the blogs, BigLorryBlog has some photographs from the Park Lane protest earlier in the week.
-
Linux Awk & Sed CBT Download
http://www.planetmy.com/ blog/ linux-awk-sed-cbt-download/Awk & Sed are critical to efficiently parsing textual data (log file contents, data feeds, file & directory listings, etc.). Awk provides field (Column) processing and reporting, whereas Sed facilitates streams (Automated Text Editing) processing. Both support interactive and non-interactive (scripted) execution.
-
sed and Multi-Line Search and Replace
http://www.ilfilosofo.com/ blog/ 2008/ 04/ 26/ sed-multi-line-search-and-replace…I’ve been experimenting with getting regular expression patterns to match over multiple lines using sed. For example, one might want to change <p>previous text</p> <h2> <a href="http://some-link.com">A title here</a> </h2> <p>following text</p> to
-
sed and Multi-Line Search and Replace
http://www.ilfilosofo.com/ blog/ 2008/ 04/ 26/ sed-multi-line-search-and-replace…I’ve been experimenting with getting regular expression patterns to match over multiple lines using sed. For example, one might want to change <p>previous text</p> <h2> <a href="http://some-link.com">A title here</a> </h2> <p>following text</p> to