Displaying 20 results from an estimated 1729 matches for "inspire".
Did you mean:
inspired
2006 Jun 30
7
Inspiring Web 2.0 Rails Sites?
Anybody know of any Rails-using web sites that really capture the
essence of the nebulous Web 2.Oh from which ideas, instruction, and
inspiration can be drawn?
BTW, what exactly IS Web 2.0?
Joe
--
Posted via http://www.ruby-forum.com/.
2011 Mar 23
2
Comparing non nested models with correlation coefficients (inspired from Lorch and Myers )
Hi,
I would like to compare two models in R with the same dependant variable but
different predictors (two different types of frequency and reaction times as
RT).
An editor told me to have a look at Lorch and Myers 1990.
Lorch and Myers use the following technique:
1) they perform regressions on individual subjects' data
2) they extract the beta weights
3) they run t-test on these beta
2018 Aug 25
4
Where does L come from?
Hi all,
Would someone mind pointing to me to the inspiration for the use of
the L suffix to mean "integer"? This is obviously hard to google for,
and the R language definition
(https://cran.r-project.org/doc/manuals/r-release/R-lang.html#Constants)
is silent.
Hadley
--
http://hadley.nz
2011 Nov 03
1
[PATCH] virtio-balloon: Trivial cleanups
...6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/drivers/virtio/virtio_balloon.c b/drivers/virtio/virtio_balloon.c
index e058ace..289e998 100644
--- a/drivers/virtio/virtio_balloon.c
+++ b/drivers/virtio/virtio_balloon.c
@@ -1,4 +1,5 @@
-/* Virtio balloon implementation, inspired by Dor Loar and Marcelo
+/*
+ * Virtio balloon implementation, inspired by Dor Laor and Marcelo
* Tosatti's implementations.
*
* Copyright 2008 Rusty Russell IBM Corporation
@@ -17,7 +18,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Fran...
2011 Nov 03
1
[PATCH] virtio-balloon: Trivial cleanups
...6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/drivers/virtio/virtio_balloon.c b/drivers/virtio/virtio_balloon.c
index e058ace..289e998 100644
--- a/drivers/virtio/virtio_balloon.c
+++ b/drivers/virtio/virtio_balloon.c
@@ -1,4 +1,5 @@
-/* Virtio balloon implementation, inspired by Dor Loar and Marcelo
+/*
+ * Virtio balloon implementation, inspired by Dor Laor and Marcelo
* Tosatti's implementations.
*
* Copyright 2008 Rusty Russell IBM Corporation
@@ -17,7 +18,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Fran...
2018 Feb 06
2
Pre Poettering rsync?
Hi all,
Five minutes ago I heard a rumor that Lennart Poettering has rewritten
rsync. My top urgency is to download the latest numbered version of
rsync untouched by Lennart Poettering: I'll find out if the rumor is
true or false later.
I've downloaded rsync rsync-3.1.3.tar.gz and rsync-patches-3.1.3.tar.gz
from https://download.samba.org/pub/rsync/ . Is the source code in both
those
2006 Jun 03
9
MergeJS - Easily merge, compress, cache, and version your javascript!
After reading Cal Henderson''s article on Vitamin Serving Javascript
Fast<http://synthesis.sbecker.net/articles/2006/06/03/www.thinkvitamin.com/features/webapps/serving-javascript-fast>I
was immediately inspired to create a plugin to easily facilitate this
in
Ruby on Rails. I whipped up most of it right then, and finally got around to
polishing it for release today.
Told myself I wasn''t allowed to eat today until I finished. How''s that for
inspiration?
Here you go!
MergeJS:http://synt...
2014 May 29
4
[PATCH 2/2] core/fs: Add support for Unix File system 1/2.
...9;t even set it into fs_ops. At that time, I think
> Matt removed it himself as compiler complained about it being unused.
>>
Yes, it did. However, it would be better to implement it. As far as I
know, UFS symlinks are very similar to ext* symlinks (not surprising
since ext2 was heavily inspired by UFS): symlinks below a specific size
is stored in the inode overlaying the block pointers, and otherwise the
symlink is just an ordinary file.
-hpa
2006 Oct 21
3
wxsugar question
I''ve only had the briefest play with wxSugar and already I like it a lot.
One small question - have you considered some more ''convention over
configuration'' like they do in rails, in particular for event connectors?
So instead of
listen(:button, my_button, my_button_pressed)
you can leave it out entirely and rely on the convention that a button has
a _pressed
2006 Apr 18
3
compiz-aiglx patch
hi,
a small patch inspired from Kristian H?gsberg compiz-aiglx patch, to use
compiz with xorg aiglx with tftp_damage patch and gl-include-inferior
patch.
this patch add command-line option to force bind and release whenever
the texture is used.
to use it you must start xorg in 16 depth mode, and start compiz with LIBGL_A...
2012 Nov 14
3
numbering observations: help please!
Dear Friends,
I have the very simple problem of needing to number observations in a data
frame. After scratching the rest of my hair off my head without inspiration,
I'm using a silly loop. I'm sure that there is a much more elegant and
faster solution - can anyone help?
Here is an example:
my.data <- data.frame (person=c(1,1,1,1,2,2,3,3,3,3,3,3,3,4,4,4)) # now I
want to number
2004 Dec 27
3
authenticate Samba users with RSA SecureID or Safeword
Hi,
=20
I=92m looking for inspiration on how to get Samba (setup as a Domain
controller)=20
To authenticate its users by AAA products like Safeword from =
securecomputing
(HYPERLINK "http://www.safeword.com/"www.safeword.com) or
RSA SecureID =96 HYPERLINK "http://www.rsa.com/"www.rsa.com=20
=20
Would appreciate responses from you kind folks
=20
Rgds
Gopal
--=20
No
2004 Oct 19
2
intrusion detection system
Hello to all,
I have implemented a new type of intrusion detection system for my Master
thesis. I would like to announce this information, in case anyone would be
interested in this research.
The IDS system is designed as a kernel module for FreeBSD 5.2. It is
inspired by the SpamAssassin program, which detects spam by applying a set
of tests to every email message and counting a sum of point score
generated by each test. My IDS system applies a set of tests to every
running process in the OS and counts its score generated by the tests.
Therefore, the purpos...
2006 Apr 13
10
Code Igniter
Hi all,
I was just made aware of this:
<http://www.codeigniter.com>
I wonder where the inspiration comes from? Lots of very similar
concepts there ;)
I''ve only watched the intro movie so far, but very interesting.
jt
2006 Jan 23
3
prototype.js: enumerable mixin for hash broken
Hello everyone.
I am not sure if this is the right place to post, please redirect me
if there is a mailinglist more specifically dealing with prototype.js.
After playing around with the very inspiring prototype library I have
found a rather annoying thing, that makes the usefulness of the
Enumerable mixin for Hashes
questionable, if I am not totally wrong (again :-).
Here an example:
2015 Oct 06
5
authorship and citation
> The former co-author contributed, so he is still author and probably copyright
> holder and has to be listed among the authors, otherwise it would be a CRAN
> policy violation ...
It's a bit of a philosophical question right now, but at some point in a developing package's life - particularly one that starts small but is subsequently refactored in growth - there may be no code
2009 Dec 22
2
[LLVMdev] [PATCH] Fix recompileAndRelinkFunction
...TOnFunction more reliable.
>
> When would MCI be null?
Everytime you call recompileAndRelinkFunction. It calls
runJITOnFunction without specifying the MCI argument, which get
defaulted to NULL.
Gianluca
--
It was a type of people I did not know, I found them very strange and
they did not inspire confidence at all. Later I learned that I had been
introduced to electronic engineers.
E. W. Dijkstra
2006 Feb 20
2
glob2rx function not working
Dear R users,
Inspired by previous list discussion of the glob2rxc function, I am
attempting to create a new vector called TOTAL by summing all vectors
whose names begin with ABC:
TOTAL = sum(list = ls(pattern = glob2rx("ABC*")))
I'm running R 2.2.1 on Windows XP. Can anyone say what I'm missing?
Th...
2011 Jan 04
2
unicode variable and function names?
Dear List,
Is it possible to have function names like ? (unicode universal quantifier)?
This question is inspired by agda source code, which supports this.
http://www.cs.nott.ac.uk/~nad/listings/lib-0.4/Algebra.html
It would be handy to use. My guess is, however, that it's not supportet in R.
Regards,
Steve
2005 Feb 25
2
php-snmp : spec, rpms, srpms.
Hello,
I just built a complete php suite including php-snmp
RPM. (php-snmp-4.3.2-19.ent.i386.rpm). I inspired myself from this
bugzilla page: https://bugzilla.redhat.com/beta/show_bug.cgi?id=123149
can I upload binaries, sources and specfile somewhere to share it with
you ? I was thinking about "Extras" repository ? why not ?
cya
--
Martin