Displaying 20 results from an estimated 300 matches similar to: "[OT] HTTP headers status diagram"
2009 Jan 06
1
Web framework for embedded appliance?
Sorry for the off-topic post, but I figured someone here might know:
I''m looking for a Ruby web framework that is suitable for developing a
web service on an embedded network appliance. RAM is an issue, but
probably not as much as hard drive space. Too many requirements likely
make Rails a less than ideal candidate for this. If anyone has ideas
for what would work, any input is
2008 Feb 18
1
Markdown RFC?
Hello,
Has anyone considered writing a formal specification for Markdown?
"Why specs matter"
http://diveintomark.org/archives/2004/08/16/specs
Thoughts?
Cheers,
--
PA.
http://alt.textdrive.com/nanoki/
2008 Feb 20
2
spelling with <g>?
Hello,
What should the following input produce?
Dutch has shifted Germanic g to the velar fricatives [?] and [x], but
retained the spelling with <g> and thus at least a visual similarity
to German; English and Frisian have shifted g to [j] before palatal
vowels
The Dingus says:
<p>Dutch has shifted Germanic g to the velar fricatives [?] and [x],
but retained the spelling
2008 Feb 03
2
Entity conversion glitch?
Hello,
Given the following text:
under a license from AT&T; however, others were based on BSD instead.
Daring Fireball's Markdown Dingus produces:
<p>under a license from AT&T; however, others were based on BSD
instead.</p>
Note how the '&' is not escaped to '&'.
Bug? Feature?
Thanks in advance.
Kind regards,
PA.
2011 Jan 25
1
Learn Vectorization (Vectorize)
Greetings Friends,
I would be grateful if you can help me undestand how to make my R code more efficiently.
I have read in R intoductory tutorial that a for loop is not used so ofter (and is not maybe not that efficient) compared to other languages.
So I am trying to build understanding how to get the equivalent of a for loop using more R-oriented thinking.
If I got it right one way to do that
2011 Nov 20
9
scanning word document in ruby
I am new to the ROR and just got stucked into something....
....that is i have to scan a word document through ruby...
Please suggest me how to do......
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To unsubscribe from this
2007 Nov 07
4
[noob] simpletest.rb, mongrel 1.1, ruby 1.8.4, mac os x 10.3.9 hangs
Hello,
I''m trying to run the latest/greatest mongrel version:
% sudo gem install mongrel
...
Successfully installed mongrel-1.1
% gem list mongrel
mongrel (1.1)
% ruby -v
ruby 1.8.4 (2005-12-24) [powerpc-darwin7.9.0]
% uname -a
Darwin NewYork.local 7.9.0 Darwin Kernel Version 7.9.0: Wed Mar 30
20:11:17 PST 2005; root:xnu/xnu-517.12.7.obj~1/RELEASE_PPC Power
Macintosh powerpc
2002 Nov 25
3
Full enumeration, how can this be vectorized
Hi all,
I am currently using the code snippet below to minimize a function which I
wasn't able to minimize properly with optim (cliffy surface, constraints,
poles). Obviously this iteration is probably the poorest way of implementing
such a function and it is expectedly slow. I've already written some
vectorized functions, but I'm afraid that I'm missing the "big
2006 Mar 24
7
Polymorphic associations?
I''ve read the stuff about polymorphic associations here:
http://wiki.rubyonrails.org/rails/pages/UnderstandingPolymorphicAssociations
But I''m not sure what exactly they are and what their advantage is. Are
they the same as HABTM, but they''re "two-way"?
Joe
--
Posted via http://www.ruby-forum.com/.
2006 May 16
18
Ruby''s purpose?
Before I get flamed, I just want to start off by saying that I am new to
Ruby and I really enjoy this language and want to see it succeed.
But, what niche does this language fill?
These are serious question, not a put down of the language.
Does it has something to offer for Web 2.0?
Is it just another scripting language?
Does it suppose to replace something else?
Does it suppose to work with
2008 Mar 22
7
Babelmark
I'm currently attempting to write a spec for parsing Markdown Extra,
and since one goal is to minimize the differences in output between
implementations, I've made a tool allowing me to compare who does what
for any given input. I hope this can also facilitate future
discussions about the syntax.
So here's Babelmark, a testbed for various Markdown implementations
were you
2008 Mar 15
9
Spaces in Ruby on Rails and how to avoid them!
Hi,
I just started learning ruby on rails and I am having hard time with
white spacing!
Here is the piece of code that will not work:
validates_format_of
:image_url,
:with => %r{\.(gif|jpg|png)$}i,
:message => "must be a URL for a GIF, JPG or PNG image"
and here is the piece of code that will work:
validates_format_of :image_url,
:with => %r{\.(gif|jpg|png)$}i,
:message
2006 Jul 27
0
Can I Filter searching, via checkboxes ? I have a diagram
[img]http://img130.imageshack.us/img130/7478/filterssr8.jpg[/img]
The search box is default like a search box. The filters will all be on
by default, and clicking one of them off will remove that tables results
from the search results
Also http://www.treeview.net/treemenu/3fr_checkbox.html
Can this be done ? If so please help.. I can not figure it out yet..
--
Posted via
2006 May 17
2
ActiveRecord::Associations ER diagram/macros
Hello,
I found an interesting ER diagram on the "Module:
ActiveRecord::Associations::ClassMethods" page of the Rails Framework
Documentation :
http://ar.rubyonrails.org/classes/ActiveRecord/Associations/ClassMethods.html
At the beginning we can read ? Associations are a set of macro-like
class
methods for tying objects together through foreign keys. They express
relationships like
2004 Dec 17
2
Diagram of iptables
All,
A couple of days ago, I saw a post about diagramming iptables rules. I put together a small perl script to do it.
I have attached both the script and an image of the output. Please comment if you find this of any use.
Thanks
Jim
2008 Apr 21
0
pairs diagram of qq plots?
Hello everyone,
for some exploratory analysis I would like to compare the distribution of an
observable WERT pairwise between several samples identified by STICHPROBE
(which differ in size).
> str(stichproben_o1o4_20080327ff[c("STICHPROBE", "WERT")])
'data.frame': 6087 obs. of 2 variables:
$ STICHPROBE: num 9 9 2 2 7 3 2 3 8 6 ...
$ WERT : num 165 184
2012 Jan 19
1
venn.diagram how to control circle diameter
Hi there,
Is there a way to control the circle diameter in venn.diagram function of
VennDiagram package?
Thanks
Mike
[[alternative HTML version deleted]]
2011 Jul 13
0
venn diagram color using "venn"
Hi, I found a package "venn" to create a venn diagram. I need to color the
circles. Can any one suggest me how to do using "Venn".
--
View this message in context: http://r.789695.n4.nabble.com/venn-diagram-color-using-venn-tp3664528p3664528.html
Sent from the R help mailing list archive at Nabble.com.
2008 Jul 17
0
How to Reverse Engineer ER Diagram from Mysql
Morning everyone,
I was going to ask someone here about how to reverse engineer a schema
diagram from Mysql and visio because its hard to locate such information
(http://techpanacea.blogspot.com/2008/07/creating-entity-relationship-diagram.html
and the one place where its listed by google requires payment or
registration)
So i put it up here :
2013 Dec 10
2
Multiple Lorenz curves in one diagram - populations with different "n"
Dear R users,
I'm using the "ineq" package to calculate the values of Gini and Lorenz coefficients and to and plot Lorenz graph.
I want to plot on the same diagram, curves from two different populations, that have different "n".
How can I do this?
Best regards,
Patricia
[[alternative HTML version deleted]]