search for: nubs

Displaying 20 results from an estimated 22 matches for "nubs".

Did you mean: nobs
2013 Nov 19
2
Mail filters in incoming message
With my iMap client, I use various mail rules to move specific email to the right mail folders. Downside of that is that is this mailclient is not online, all email is stuck in my inbox, which makes reading email by mobile phone kind of chaotic. I have seen several Pigeonhole Sieve examples, but I would like to know if there is a nub solution (I am not a programmer) to run filters when they
2007 Feb 13
2
Windows: Forcing a Guest Login.
This issue comes up time and time again on the mailing list and internet. I have yet to see a single answer. How do you get windows to access a share with as a guest? The situation is pretty simple: - A samba share exists for which there are guest logins available However this share is inaccessible to windows users because: - Windows by default tries to login to a share with its current
2006 Mar 28
1
Rails noob db questions
Hi, I''m trying to get my head around rails, but the documentation seems sparse at best (and manuals.rubyonrails.com is unreachable from my location for whatever reason). I''m trying to figure out a few things: 1) The documentation for the magicfields mentions using datetimes instead of timestamps, which pgsql doesn''t appear to support. What''s the answer in this
2016 Nov 02
5
OpenSSL 1.1.0 support
On Wed, 2 Nov 2016, Stuart Henderson wrote: > On 2016-11-02, Jakub Jelen <jjelen at redhat.com> wrote: > > The current set of patches are rebased on current upstream is attached > > with few more tweaks needed to build, pass testsuite and make it work. > > The upstream review and insight would be helpful. > > Since these are going to break things with LibreSSL,
2009 Sep 17
3
dtrace predicat
Hi, I''m a nub in dtrace, could you please help me to find the mistake? I need to implement the logic: - if PID and TID are defined, fire the probe for the particular thread of particular process; - if only PID is defined, fire the probe for the process including all threads. The predicat [i]syscall:::entry / (pid == PID && tid == TID )[/i] / works ok and return syscall for
2008 Oct 20
7
How can wine be available for all users?
I'm using kubuntu 8.04 and I'm able to run three programs that I installed but another user can't. Is there any way to make .wine available for all users? I thought about copying .wine to wine in /usr/lib/wine or /usr/bin/wine.
2003 Jul 18
1
Grandstream BudgeTone 102 initial experiences
Just to toss in my very limited experiences with the Grandstream phone-- I haven't tested it enough to really know nor is my Asterisk config set up enough to fully try all the features. Mostly, it just works. It was very easy to configure and get running. I've been toting it around to clients as a show and tell exhibit and it has helped get people excited about the possibilities. Voice
2001 Sep 28
1
Summary of Characters vectors, NA's and "" in merges
Thanks to Brian Ripley, Gregory Warnes, and Dennis Murphy for considering my problem about "NA" in character strings. The nub of the issue seems to be that you can not have a string with "NA" in it in a character vector in R without it being intrepreted as meaning NA (i.e., not available). The only work-arounds involve renames of various sorts. Perhaps this is more appropriate
2006 Jan 19
0
Incorrect number of arguments.
Hello all. I have the following code in a partial. It''s purpose is to create a dropdown box with a bunch of values in it for display purposes only. (@bugsheet is an instance variable being used by the partial) <%= select("bugclientlink", "bug_id", Bugclientlink.listclients(@bugsheet.id)) Given the fact that Bugclientlink class contains: def self.listclients(
2010 Oct 14
1
Jk2 v1.02 and v1.04
Well guys, got myself in an annoying situation here. I'm using Ubuntu and i installed Wine. Then i installed Jk2 (Star Wars Jedi Knight II: Jedi Outcast) and it worked straight away! I could play online on v1.02. I didn't try v1.04, because v1.04 is for nubs lol. Anyway, the next day i tried to refresh the server list and nothing shown up. So i updated to v1.04 to have a look if it could see any servers on there and still no luck. Anyone know a solution to this mess? I thought i read about that it didn't work online on a review or whatever. Well..t...
2011 Nov 10
0
How to Disappear Mouse
I am trying to play Land of The Dead for my MacBook Pro, and the game works, fine. There is only one thing, I cannot have the Mac's mouse disappear, and it doesn't let me turn around all the way, or allow me to click any of the menu items. Please help, I really have no idea of Wine, or how it works, so try to be simple for the nub (me)! Thanks :D
2002 Aug 28
1
dev.print + impossible filename -> break (PR#1959)
Full_Name: Ott Toomet Version: 1.5.1 OS: Linux (RH 7.1) Submission from: (NULL) (192.38.43.138) Hi, Try to give an impossible file name (command to pipe through) for dev.print: > plot(1:4) > dev.print(file="|llllll") I got the response sh: llllll: command not found Process R broken pipe at Wed Aug 28 14:42:27 2002 After which R was killed (or at least vanished from the
2016 Nov 02
3
OpenSSL 1.1.0 support
On 11/02/2016 01:43 AM, Colin Watson wrote: > On Sun, Sep 18, 2016 at 08:22:31PM +0200, Kurt Roeckx wrote: >> Attached is a patch that add supports for building against OpenSSL >> 1.1.0. I also made a github pull request for it at: >> https://github.com/openssh/openssh-portable/pull/48 > Hi, > > Debian unstable now has OpenSSL 1.1.0 as the default, so I'll have to
2007 Aug 28
2
quota imap_quota
Hello, I've been frying my brain with quota and mysql... Here is what I do: protocol imap { mail_plugins = quota imap_quota imap_client_workarounds = outlook-idle delay-newmail } plugin { # 10 MB + 1000 messages quota limit # quota = maildir:storage=10240:messages=1000 driver = mysql connect = host=/var/lib/mysql/mysql.sock user=mail_admin password=XXXXXXXX dbname=mail
1999 Sep 29
2
avoiding loops, gaining generality
Hi, all. Given an array, I'd like to add elements whose location vectors are permutations of one another. For example, in a 3-dimensional array, I'd add the elements in positions (1,2,3), (1,3,2), (2,1,3), (2,3,1), (3,1,2) and (3,2,1); those in positions (1,2,4), (1,4,2), (2,1,4), (2,4,1), (4,1,2), and (4,2,1); and so on. Elements with repeated positions -- (1,1,2) or (1,4,4), for
2006 Aug 03
5
DRYing up the view
Hello everyone! I have generic views for CRUD operations For example I render(''shared/list'') from controller shared/list.rhtml ... <% for item in @list %> <tr class="<%= cycle ''list-line-odd'', ''list-line-even'' %>"> <%= render :partial => ''item'', :locals => { :item => item } %>
2007 Dec 29
2
(PR#10534 capture.output(), truncated last output without
This only happens if 'file' is a text connection, and is the expected behaviour in that case: you cannot capture an incomplete line to a text connection. There seems no reason to break the documented behaviour in other cases to change something that you consider to a bug when file=NULL and the user does not produce complete output. It would be possible to make use of isIncomplete()
2007 Jan 20
4
Question about converting from square roots to decimals and back
Hi, I apologize if there is a simple answer to this question that I've missed. I did search the mailing list but I might not have used the right keywords. Why does sum(A3^2) give the result of 1, but sum(A3^2)==1 give the result of FALSE? > A3<-matrix(nrow=3,c(1/(2^.5),1/(2^.5),0)) > A3 [,1] [1,] 0.7071068 [2,] 0.7071068 [3,] 0.0000000 > sum(A3^2) [1] 1 >
2006 Aug 04
4
DRY DRY DRY
Hello everyone! Ive been on rails for the last month or so and really enjoyed this framework. However its very hard to find documentation on how to do things right! For example every beginner after a while realizes that having similar CRUD actions in every controller and views for them is not DRY at all! Few days ago I found http://dereksivers.com/rails-shared-controller.html I quite like his
2008 Nov 03
10
Bringing Vista's Speech Recognition Engine to Linux via Wine
I have RSI (hurty hands) and need software for recognition of continuous speech. Linux has nothing workable. Dragon was bad even on Windows. What's needed is a Linux speech engine, so that the linux crew can get making a good GUI. So I'm trying to bring over the Vista Speech Engine. Here's my (failed) attempt: http://womblezone.blogspot.com/ I'm trying to bring it over with