search for: amet

Displaying 20 results from an estimated 30 matches for "amet".

Did you mean: amen
2006 May 19
2
rsync help
...do an rsync of a whole bunch of files from the machine here to the remote machine. Both user directories have identical file structure, except the remote machine is way behind on keeping up with the local machine. When I tried to run the rsync command from the current directory of "/home/rob/amet/versions/current/archinve/npa/R- save" Below is the command and output. Can somone tell me what I'm doing wrong, or perhaps the correct way to do this? There does not need to be a daemon running on the remote machine does there? # rsync -t R-save vortex:/home/rob/amet/versions/curren...
2008 Apr 09
5
Peculiar Hpricot error in Rails app
Hi, I have been stumped by this error Hpricot is generating in my rails app. The error looks like this: $ script/console Loading development environment (Rails 2.0.2) >> str = ''<p>lorem ipsum <a href="http://dolor.com/">dolor</a> sit amet.</p>'' => "<p>lorem ipsum <a href=\"http://dolor.com/\">dolor</a> sit amet.</ p>" >> doc = Hpricot(str) => #<Hpricot::Doc {elem <p> "lorem ipsum " {elem <a href="http:// dolor.com/"> "dolor...
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...
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 lacini...
2006 Sep 18
1
PHP Dingus Fix
I just realised I hadn't updated the version of PHP Markdown and Extra on the dingus as I pretended I did in my two announcements. It is now fixed: PHP Markdown 1.0.2b7 and PHP Markdown Extra 1.1b1 can now be tested on the dingus. <http://www.michelf.com/projects/php-markdown/dingus/> Sorry for any inconvenience. Michel Fortin michel.fortin@michelf.com http://www.michelf.com/
2008 Oct 27
1
replace a few strings in a text file
Dear all, I wrote a wrapper to a FORTRAN program using R. The main program uses a text file (~200 lines) as an input describing the simulation to be run. I typically generate the file once with the right parameters using a combination of file(), paste(), cat(). This is fine, and it works well, however I then need to update only a few values in the file many times (~200 times, typically). I've used Ruby for this task in the past, and I wonder whether there is a simple and efficient way to achi...
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 Differ...
2023 Oct 17
1
[Bug 1714] New: Stack smash: libnftables does not enforce string length limits for log prefixes
...726&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 b...
2006 Jan 28
7
cool components in the form
Is there a easy way to add components like: http://www.dynarch.com/projects/calendar/ http://tinymce.moxiecode.com/example_full.php?example=true in ruby forms, by plugins or whatever? Thank you Rodrigo Dom?nguez Iplan Networs www.iplan.com.ar <http://www.iplan.com.ar/> ? rdominguez@iplan.com.ar www.rorra.com.ar <http://www.rorra.com.ar/> ? rorra@rorra.com.ar --------------
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: user...
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: user...
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 *
2007 Mar 12
5
index.rb:384 [BUG]
Hi folks, I''ve working and playing with acts_as_ferret and follow this fantastic tutorial: http://www.railsenvy.com/2007/2/19/acts-as-ferret-tutorial When I try to implement the field storage tip, it crash. So, I try to make it via script/console: 1. I have a simple model called Articles: class Article < ActiveRecord::Base acts_as_ferret :fields =>
2020 Jan 04
2
[EXTERNAL] Re: Delete Phabricator metadata tags before committing
...tch over, 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 &...
2010 Sep 03
2
RFC: Lazy syntax for paragraphs, blockquotes and lists
Hi everybody, it was requested that kramdown (a Markdown parser in Ruby, see <http://kramdown.rubyforge.org>) supports the lazy syntax of Markdown. So I sat down, thought about it, skimmed through the Markdown ML on issues regarding lazy indentation as done with Markdown and now I have some rough idea on how to do this in kramdown. First: I'd like to say that there is no way to satisfy
2006 Apr 14
1
Script.aculo.us Effects with callbacks not working as it should.
...// Create the ajax request, that sends the edited content by POST. // When the response has been returned call the function show_new_content. var content_ajax = new Ajax.Request( url, { method: ''post'', parameters: content, onComplete: function(request) { show_new_content(content_id, request.responseText); } }); } function show_new_content(content_id, response_text) { var content_elements = set_content_and_editor_variables...
2006 Dec 15
1
Ferret debugging
...index is being updated - field ''state_or_province_or_region'' has value ''ON'': ferret_create/update: Entity : 1 creating doc for class: Entity, id: 1 Adding field description with value ''Sed metus lorem, pellentesque ac, dignissim mattis, pellentesque sit amet, est. Aliquam id urna non lorem convallis ornare'' to index Adding field name with value ''Sed sodales'' to index Adding field address_zip_or_postal_code with value ''99927'' to index Adding field address_country with value ''Canada'' to index...
2007 Jan 28
1
omega: $field{sample} clarification
...eld{caption},$field{url}}}</a> </p> <div id="fieldsample"> <p>$field{sample}</p> </div> ---output > Searched 1 document in 0.000277 seconds, 1 match found. Lashni: Home lashni ~/ About Projects Stories Linux Links Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Sed malesuada porttitor nunc. Vestibulum leo erat, pretium id, ornare sed, malesuada sodales, pede. Sed laoreet eleifend augue. Fusce malesuada. Pellentesque habitant morbi tristique senectus e ...
2013 Mar 13
0
sync+Rnw+TeXShop, again
...Following 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&quot...
2013 Apr 25
0
Reading data from a text file conditionally skipping lines
...49 #11 38 42 39 47 47 #12 43 44 46 42 37 #13 37 43 39 44 45 #14 39 42 36 49 46 #15 42 45 47 49 37 #or You mentioned that the data is repeated "every so many lines".? Here also, there is repeating pattern. ??????????????????????????????? head(Lines1,10) ?#[1] "Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat #volutpat. "??????????????????????????????????? ?#[2] "Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit #lobortis"????????????????????????????????...