search for: consectetur

Displaying 14 results from an estimated 14 matches for "consectetur".

2011 Jul 20
2
Variable assigned to grep output - missing letter n!
This is kind of odd. [scarolan at host:~]$ cat loremipsum.txt Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec quis ipsum sed elit laoreet malesuada. Quisque rhoncus dui vitae eros euismod fermentum sollicitudin sem scelerisque. Nulla facilisi. Maecenas mollis pulvinar euismod. Duis viverra pharetra turpis eget feugiat. Nulla facilisi. Nullam facilisis, felis vitae lacinia fermentum,...
2010 Oct 04
1
Splitting a DF into rows according to a column
Hi, I'm turning my wheels on this and keep coming around to the same wrong solution - please have a look and give a hand ... The premise is: a DF like so > loremIpsum <- "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Quisque leo ipsum, ultricies scelerisque volutpat non, volutpat et nulla. Curabitur consequat ullamcorper tellus id imperdiet. Duis semper malesuada nulla, blandit lobortis diam fringilla at. Vestibulum nec tellus orci, eu sollicitudin quam. Phasellus sit amet enim diam. Phasel...
2008 Oct 27
1
replace a few strings in a text file
...ther there is a simple and efficient way to achieve this in R. Here's a minimal example, myFile <- "test.txt" writeHeader <- function (out=myFile, N=5, wavelength=0.1) { output <- file(paste(out), "w") headerString <- c("Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pari...
2019 Dec 27
5
Delete Phabricator metadata tags before committing
Many git commits in the monorepo look like the following: [Tag0][Tag1] Title line Summary: Lorem ipsum dolor sit amet, consectetur adipiscing elit. Quisque mauris neque, porta nec tristique at, sagittis vel nisi. Fusce pharetra nunc et mauris consequat venenatis. Reviewers: username0, username1 Reviewed By: username0 Subscribers: username2, username3, llvm-commits Tags: #llvm Differential Revisi...
2023 Oct 17
1
[Bug 1714] New: Stack smash: libnftables does not enforce string length limits for log prefixes
...mp;action=edit Python script to reproduce stack smash When creating a rule using nft, using a log prefix over 128 bytes overflows a stack variable and causes a crash. To reproduce from bash: # Send 140 bytes to trigger the stack protector added by gcc LOREM_IPSUM="Lorem ipsum dolor sit amet consectetur adipiscing elit sed do eiusmod tempor incididunt ut labore et dolore magna aliqua Ut enim ad minim ve" nft add rule ip filter OUTPUT log prefix "\"${LOREM_IPSUM}\"" Output: *** stack smashing detected ***: terminated Aborted (core dumped) # Sending more data bypasses the...
2020 Jan 02
3
Delete Phabricator metadata tags before committing
...> On Fri, Dec 27, 2019 at 12:48 PM Fangrui Song via llvm-dev < > llvm-dev at lists.llvm.org> wrote: > >> Many git commits in the monorepo look like the following: >> >> [Tag0][Tag1] Title line >> >> Summary: >> Lorem ipsum dolor sit amet, consectetur adipiscing elit. Quisque >> mauris neque, porta nec tristique at, sagittis vel nisi. Fusce pharetra >> nunc et mauris consequat venenatis. >> >> Reviewers: username0, username1 >> >> Reviewed By: username0 >> >> Subscribers: username2, userna...
2020 Apr 09
3
Delete Phabricator metadata tags before committing
...> On Fri, Dec 27, 2019 at 12:48 PM Fangrui Song via llvm-dev < > llvm-dev at lists.llvm.org> wrote: > >> Many git commits in the monorepo look like the following: >> >> [Tag0][Tag1] Title line >> >> Summary: >> Lorem ipsum dolor sit amet, consectetur adipiscing elit. Quisque >> mauris neque, porta nec tristique at, sagittis vel nisi. Fusce pharetra >> nunc et mauris consequat venenatis. >> >> Reviewers: username0, username1 >> >> Reviewed By: username0 >> >> Subscribers: username2, userna...
2006 Feb 09
4
Theme wanted for new Rails CMS
Hi all, I just finished building a CMS (open source, MIT license, same as RoR) that is aimed at people with portfolios: graphic designers, photographers, web developers, etc. Since this fits the Rails demographic well, and I plan to continue actively developing the project, I expect it to be a hit. Some features: * 100% semantic XHTML * Built on Ruby on Rails * AJAXified administration *
2020 Jan 04
2
[EXTERNAL] Re: Delete Phabricator metadata tags before committing
...er, etc). > > > > On Fri, Dec 27, 2019 at 12:48 PM Fangrui Song via llvm-dev < > llvm-dev at lists.llvm.org> wrote: > > Many git commits in the monorepo look like the following: > > [Tag0][Tag1] Title line > > Summary: > Lorem ipsum dolor sit amet, consectetur adipiscing elit. Quisque mauris > neque, porta nec tristique at, sagittis vel nisi. Fusce pharetra nunc et > mauris consequat venenatis. > > Reviewers: username0, username1 > > Reviewed By: username0 > > Subscribers: username2, username3, llvm-commits > > T...
2013 Mar 13
0
sync+Rnw+TeXShop, again
...wing is my basic file that works - it always flips back to the .Rnw rather than opening the corresponding .tex file. <<< MINIMAL EXAMPLE % !TEX TS-program = Sweave2 \documentclass{article} \usepackage{Sweave} \SweaveOpts{concordance=TRUE} \begin{document} Lorem ipsum dolor sit amet, consectetur adipiscing elit. \section{dolor} <<>>= n <- 5 for(i in 1:n){ print(i) } @ Maecenas eget dolor enim. \end{document} END MINIMAL EXAMPLE >>> Alternate code chunk: <<>>= library(xtable) read.txt<-function (file="", sep="\t", header=TRU...
2020 Jan 06
2
[EXTERNAL] Re: Delete Phabricator metadata tags before committing
...angrui Song via llvm-dev < >>> llvm-dev at lists.llvm.org> wrote: >>> >>> Many git commits in the monorepo look like the following: >>> >>> [Tag0][Tag1] Title line >>> >>> Summary: >>> Lorem ipsum dolor sit amet, consectetur adipiscing elit. Quisque >>> mauris neque, porta nec tristique at, sagittis vel nisi. Fusce pharetra >>> nunc et mauris consequat venenatis. >>> >>> Reviewers: username0, username1 >>> >>> Reviewed By: username0 >>> >>>...
2007 Nov 07
5
Prototype error - iterator is not a function
I''m starting to learn to use Prototype (v1.5.1.1) along with Mootools. However I keep bumping into the same problem: All of the inserts result in the error "iterator is not a function" at line 542 of Prototype memo = iterator(memo, value, index); Am I missing something obvious here? I''m wondering if there''s an incompatibility between Prototype and Domino
2009 Aug 05
6
No way to indent text?
How could one indent (not quote) a block of text? This is commonly done in Wikipedia with one or more colons at the beginning of the line, and is very handy for threaded discussions. An example is at http://en.wikipedia.org/w/index.php?title=Wikipedia:Articles_for_deletion/MojoMojo&diff=next&oldid=275101911 -- Dan Dascalescu http://wiki.dandascalescu.com
2006 Jun 16
0
rake spec controller test output hideus.
...e=\"text\" /></div><br/>\n<input name=\"commit\" type=\"submit\" value=\"Submit\" /></p>\n</form></div>\n<div class=\"halfcolumn\">\n<h3>Why Sign up?</h3>\n<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Exc...