Displaying 20 results from an estimated 1000 matches similar to: "don't let this one pass you by!!!"
2002 Oct 17
0
don't let this one pass you by!!1
check this out it"s worth your time, see att.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Fw_ viaus Don't let this one pass you by!.email
Type: application/octet-stream
Size: 11190 bytes
Desc: not available
Url : http://lists.samba.org/archive/samba/attachments/20021017/b3220b17/Fw_viausDontletthisonepassyouby.obj
2004 Mar 11
3
widen the screen place
I have this problem: my screen seems not wide enough in R. My true
computer monitor is very wide, so I wish that I can line up the text
when I stretch it wide. i.e.:
This is typical R returns:
> summary(a)
V1 V2 V3 V4
F:625 Min. :20020103 EMC : 34 Min. : 9300300
L:944 1st Qu.:20020530 BRW : 27 1st Qu.: 9323865
2003 Mar 31
1
Transparent migration of users to a samba PDC, how about cygwin tool ?
Hi,
I would like to migrate from NT PDC to a Samba PDC.
My main concern is that all my users have local profile (i.e. there is
no roaming profiles). It seems that users profiles on a workstation are
not valide when migrating to the Samba PDC. It seams that the users
cannot keep the same identity. On the other hand, I would really like
to change PDC without users noticing anything.
Tools
2006 Jul 13
5
Does Javascript let you default input params like Ruby does?
Can you have a Javascript function with a param that''s defaulted if it
isn''t present?
function X(a, b = false, c = ''dog'') {
}
X(5) calls X with a=5, b=false, c=''dog''
X(4, true) calls X with a=4, b=true, c=''dog''
X(3, true, ''cat'') calls X with a=3, b=true, c=''cat''
?
--
Posted via
2002 Oct 16
1
test stream
Does anyone have a small video test stream
I can use to see if my code works?
Thanks
__________________________________________________
Do you Yahoo!?
Faith Hill - Exclusive Performances, Videos & More
http://faith.yahoo.com
--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to
2007 Jan 03
0
0.7.5 Doesn''t Let My Tests Run
The tests are all running on 0.7.4. In installed 0.7.5 as follows:
- sudo gem install rspec
- script/plugin install svn://rubyforge.org/var/svn/rspec/tags/
REL_0_7_5_/vendor/rspec_on_rails/vendor/plugins/rspec
- script/generate rspec
ZenTest (3.4.1) is also installed.
Here is what happens when I run the same tests that ran on 0.7.4. (By
the way, Rails is build 5065). Any help is appreciated.
2006 Jul 14
0
Let''s Optimize ActiveRecord!
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
I''ve written a long time ago about ActiveRecord and it''s speed problems.
I''ve even written a few plugins that I''ve brought up to the list, and
I''m back to say that it can be fixed and will be fixed.
Here''s a taste of what is coming...
http://blogs.mktec.com/zdennis/articles/category/ruby
2005 Jul 21
0
RE: Let''s see if I can post
Checking again.
________________________________
From: Green Bryan - bgreen
Sent: Wednesday, July 20, 2005 8:49 AM
To: wxruby-users@rubyforge.org
Subject: Let''s see if I can post
Hello,
New user trying to see if I can post.
Bryan Green
**********************************************************************
The information contained in this communication is
confidential,
2006 Feb 28
1
Can I let routes.rb take precedence over file names?
I''d like Rails to intercept the url''s of html pages in a certain
directory so I can embed them in my site. I put them in public/pages and
tried to catch them with a route like
map.connect ''pages/:pagename''
However this only works if the file does not exist; e.g.
"pages/test.html" will only be routed if that file doesn''t exist,
2007 Apr 18
0
tip Let Us
Skipped content of type multipart/alternative-------------- next part -----=
---------
A non-text attachment was scrubbed...
Name: not available
Type: image/gif
Size: 15221 bytes
Desc: not available
Url : http://lists.linux-foundation.org/pipermail/virtualization/attachment=
s/20070228/508da09c/attachment.gif
2011 Aug 17
1
How to let wine doing a rescan of PATA devices?
I used to use a hot-plugable PATA-CDROM drive on my Computer (Samsung P35 laptop).
To change drive I use a script which at the bottom of its heart uses
Code:
echo "scsi remove-single-device 1 0 0 0" | sudo tee /proc/scsi/scsi
and
Code:
echo "scsi add-single-device 1 0 0 0" | sudo tee /proc/scsi/scsi
commands in oder to let the OS being aware of the changed drive.
This
2007 May 10
0
Counterintuitive behavior in ActiveRecord I was implementing dirty checking for an application, and I found something that is a little counterintuitive. Let me start with a quick quiz: bob=User.find(1) alice=User.find(2) trip=Trip.new trip.driver=bob old_
I was implementing dirty checking for an application, and I found
something that is a little counterintuitive. Let me start with a
quick quiz:
bob=User.find(1)
alice=User.find(2)
trip=Trip.new
trip.driver=bob
old_driver=trip.driver
trip.driver=alice
In this example, who is old_driver? If you guessed Alice, you''re right.
Inside associations.rb, the mutator is defined as:
2003 Jul 10
1
How to let one node superior?
Hello all,
This is a newbie question and it is very simple. In my local network of 10M bandwidth. I'd like to allow my PC to have a 9M bandwidth. While all the other PCs share the rest 1M bandwidth. Suppose my pc 192.168.3.2 gateway 192.168.3.1.
Then, how could I set it in my gateway linux box? I think I should use tbf. Maybe, I need a cbq, but how to do it? The tc does not surport !
2009 Feb 12
1
EULA won't let me agree when installing WoW via wine.
Trying to install World of Warcraft on ubuntu 8.10, with the most recent version of wine, and I get to the end user license agreement, scroll all the way down, and I can't click agree on it to continue with installation.
I'm using the download game client feature from my account on WorldofWarcraft.com, not the game CD's because I have a broken CD drive. If that helps any.
2011 Oct 11
0
Is it recommended to let Asterisk run with "backtrace options"
Hi,
On some systems, I can see sometimes that Asterisk crashed before being
automatically restarted (by a watch guard script).
To find the root cause of this, I'm wondering if I should let asterisk run
for ever with "backtrace options" DEBUG_THREADS and DONT_OPTIMIZE turned on.
Which negative side effect should prevent me from doing this ?
What would you suggest ?
Regards
2008 May 03
1
is it possible to let users define/customize their own stylesheets?
I have a blog feature on part of my site which essentially is just a
Posts and Comments controller. I was wondering if it''s possible to
let users define or customize their own stylesheets for their blogs
similar to how tumblr.com or blogger.com. Anyone know how?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
2012 Oct 12
0
Give dom0 all the cpu core or let it dedicate two cpu?
hi, all:
our server has 24 core, so which one i should use to let dom0 work better?
_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users
2010 May 18
2
Fatal error that doesn't let me start R
Hi, all.
I have R installed in my computer. I guess I did something in my previous
session, and now every time I start R, I find the following message:
"Fatal error: unable to restore saved data in .RData"
I uninstalled R and installed it again and I'm still getting this message.
Can anyone help me?
Gilbert
2010 Jul 08
2
Vector Assignment -- Why won't it let me do it?
I have looked absolutely everywhere but I cannot figure out why my Mac will
not let me create simple data vectors.
> blah
Error: object 'blah' not found
> blah <- c(1, 2, 3)
Error in c(1, 2, 3) : 'file' must be a character string or connection
It used to work, and 6 months later I'm back on R, and now it will not work.
Please help, guys & gals!
--
View this
2017 Sep 12
2
please let me unsubscribe or remove me from mailing list.
Thank you.
from cabin21 at gmail.com
--
----------------------------------------
Mr. Kim, Yuen Kwang
[[alternative HTML version deleted]]