Displaying 11 results from an estimated 11 matches for "carmin".
Did you mean:
armin
1997 Dec 16
0
SAMBA digest 1524
...connected to password server NOT
got session
password server OK
using password server validation
Selected protocol NT LM 0.12
12/16/1997 12:39:28 Transaction 2 of length 162
switch message SMBsesssetupX (pid 29555)
Domain=[WARREN] NativeOS=[Windows 4.0] NativeLanMan=[Windows 4.0]
sesssetupX:name=[CARMINES]
password server NOT rejected the password
Couldn't find user carmines in smb_passwd file.
12/16/1997 12:39:28 error packet at line 588 cmd=115 (SMBsesssetupX)
eclass=2 ecode=2
12/16/1997 12:39:28 Transaction 3 of length 162
switch message SMBsesssetupX (pid 29555)
Domain=[WARREN] NativeOS=[...
2006 Jun 13
0
Best way to format attributes during visualization/editing
Hi to everyone,
My name''s Carmine and I''m a rails newbie. So, here''s my newbie question
:)
I have a model with one attribute named "kind" of type integer.
This attribute can assume values within the range [0..5].
Each value has a "verbose" representation e.g.: 0 => grain, 1 => liquid...
2008 May 10
4
Newbie: lambda do...end.should change(Model, :count).by(1). Doesn''t work
...end.should change(Album, :count).by(1)
end
end
When I run the spec (in TextMate) I get the following error:
count should have been changed by 1, but was changed by 0
And the row with "lambda do" highlighted.
Where am I doing wrong?
Thanks in advance for your help.
Regards,
Carmine
P.S.:
I already have bought Peepcode''s screencast on RSpec, but they''ve left
me only with a partial picture. Is there anything else I can use to
learn?
2006 Jun 30
1
How to force redirection after a render on PDF::Writer?
...plains saying that only one "render" or "redirect" is allowed.
How can I overcome this? I don''t want the user to click multiple times
on the
same button or forcing him/her to click somewhere else in order to
change the
page.
Thanks in advance for your help.
Regards,
Carmine
--
Posted via http://www.ruby-forum.com/.
2010 Jul 29
1
New Open Source Community
Equalis just announced it's public beta today
http://www.equalis.com http://www.equalis.com .
It has forums dedicated to lots of math topics including open source
software. It specifically has an R forum and an R user group. Also has
forums and groups for Octave, Scilab, and Sage.
http://www.equalis.com/forums/ http://www.equalis.com/forums/
2011 Oct 24
1
onboot=yes not working for eth0.x:y interfaces?
Hi,
I ran into a Problem when using alias interfaces with vlans on a centos 5 box.
When I define such an interface and do a "service network restart" the
alias interface doesn't get started. Starting it manually works fine.
Also after changing DEVICE=eth0.10:0 to DEVICE=eth0:0 in the config file
the interface is started after a network restart.
Does anyone have an idea what the
2013 Oct 18
1
Rails 4 + AngularJs (unembedded client) integration sample
...absolutely no production ready nor
TDD/BDD backed code).
As of now a very basic login/signup feature is implemented and there''s
no structured layout.
Authentication is based on has_secure_password, with auth_token
verification.
Here follows the link to the repository:
https://github.com/CarmineM74/skeleton_app_with_client
I hope it could be of any help.
Regards
--
Posted via http://www.ruby-forum.com/.
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it,...
2023 Feb 22
1
Restored mail folders conflict with renamed original ones
Can you please try
doveadm exec imap -u username_of_the_user
1 LIST "" "*"
and see if it is there?
Aki
> On 22/02/2023 14:28 EET Nikolaos Milas <nmilas at noa.gr> wrote:
>
>
> On 21/2/2023 9:56 ?.?., Aki Tuomi wrote:
> > Can you enable mail_debug=yes, restart, ask the user to access the folder(s) and provide those logs?
> >
>
> Hi
2023 Feb 22
1
Restored mail folders conflict with renamed original ones
...HasNoChildren) "." "Grant Hunting.Traction"
* LIST (\HasNoChildren \UnMarked) "." "Grant Hunting.Cosmote"
* LIST (\HasNoChildren \UnMarked) "." "Grant Hunting.SmartMonNet"
* LIST (\HasNoChildren \UnMarked) "." "Grant Hunting.CARMINE"
* LIST (\HasNoChildren \UnMarked) "." "Grant Hunting.C-SHAPE"
* LIST (\HasNoChildren \UnMarked) "." "Grant Hunting.EOVerse"
* LIST (\HasChildren \UnMarked) "." "Grant
Hunting.&A5UDvAOyA7sDtwO8A7EDxAO5A7oDrQPC- &A5MDkwOVA5o-"...
2006 Jul 12
24
Xen Roadmap proposal
...DMTF CIM model for VM
life-cycle management from the virtualization and partitioning working
group is likely to emerge as the standard for configuring and managing
VMs. Many of the folks in the Xen community are already working in the
DMTF in support of the CIM model, as well as Microsoft in their
Carmine tools. The joint IBM/Novell/XenSource project to create CIM
providers for Xen is of great strategic importance. However,
management via CIM is quite heavyweight and intricate for some
scenarios, so also having a simpler management API makes
sense. Indeed, having such an API will be useful for buil...
2008 Sep 29
1
has_one :through with :source. How to alias association?
Hi to everyone,
I have the following models:
class Attachment < ActiveRecord::Base
has_attachment :content_type => [:image, ''application/pdf''],
:max_size => 3.megabytes,
:path_prefix => ''../private/attachments'',
:storage => :file_system,
:processor => :rmagick,