similar to: ToDo List Notation

Displaying 20 results from an estimated 1000 matches similar to: "ToDo List Notation"

2012 Aug 01
2
very impressive
jquery table editor in .html: > http://warpech.github.com/jquery-handsontable/index.htm -bowerbird -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://six.pairlist.net/pipermail/markdown-discuss/attachments/20120801/7488fd1d/attachment.html>
2012 Jul 03
1
View with Variable Number of Fields
I''m a relative n00b when it comes to Rails. I''ve gone through Michael Hartl''s tutorials (both editions, books and screencasts) and I can build a basic CRUD web app without help. However, for a personal project I''m working on, I''m lost as to how to move forward. Here''s the situation ... I have a model called Project with two fields,
2002 Jun 24
1
sshd 3.1 dumps core when client connects -- Solaris 9 gcc 3.1
Team - I'm running Solaris 9 and gcc 3.1 on a Blade 1000, named jefferson. I built OpenSSH_3.3. I can use the client to connect out, but cannot use the client to connect to localhost (nor can I use a Linux box with OpenSSH_3.2.3 to connect to it). I *can* use F-Secure 3.0.0 on a Windoze box to get into it. I've tried configurations both with and without privsep enabled but get the same
2004 Sep 04
5
Wildcards and variable number of digits
Greetings, I'm having a miserable time getting Asterisk working with FWD. All the samples show something like... exten => _7., .... How do I get Asterisk to wait until the user is finished dialing instead of trying as soon as it gets the second digit? I can use _7XXX, and dial the FWD 3-digit test numbers fine, but I'd like to be able to dial others... Same problem for outside
2012 May 22
1
[PATCH] TODO: sysprep todo list clearance
Remove the implemented features from TODO list. Signed-off-by: Wanlong Gao <gaowanlong at cn.fujitsu.com> --- TODO | 3 --- 1 file changed, 3 deletions(-) diff --git a/TODO b/TODO index 93f8787..b2d53d7 100644 --- a/TODO +++ b/TODO @@ -377,15 +377,12 @@ virt-sysprep ideas ------------------ - other Spacewalk / RHN IDs (?) - - Kerberos keys - Puppet registration - Windows
2001 Aug 02
1
gsub() and parenthesis symbols
Dear R-users -- I'm using R 1.3.0 on a PC running SuSE Linux 7.1. I'm confused by the following behavior from the gsub() function. Am I doing something wrong? ## A string of characters > string<-c("q","w","e","(",")","q","w","e") ## Use gsub to replace `q' with `A' >
2010 Jul 30
4
Ferret installation
Hi guys, I''m very new to the RoR. So please be kind to me.. I''m having problems with ferret installation in rubygems. I''m on: ruby 1.9.1p429 (2010-07-02 revision 28523) [i386-mingw32] Rails 2.3.8 and i''m running windows 7 x64 When i enter ''gem install ferret --version 0.11.6'', it returns this error: Building native extensions. This could
2006 May 31
1
trouble with boot ()
Dear members, I am trying to use boot () to compute the distributions of a statistic of a data set. The statistic is defined in the following code: eds<-function(x) { r<-cor(x) paren<-1-abs(r)/2 denom<-sum(sum(paren)+0.5) desvio<-sd(x) media<-mean(x) a<-desvio/media
2006 Apr 08
2
ToDo list examples?
Hi guys, im guessing if there?s around a ToDo list example with categories using actual code(1.x) cause every example i found its about 0.x and its hard battle against deprecated code, that way i can see the basic of rails and tables relatios. Regards ;) -- Posted via http://www.ruby-forum.com/.
2013 Dec 17
0
Creating a simple ToDo application with Ruby on Rails - Part Two
I just finished writing the second part of the tutorial. Creating a simple ToDo application with Rails - Part Two<http://arubystory.blogspot.com/2013/12/rails-todo-tutorial-part-two.html> -- 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, send an email to
2010 Feb 03
0
cannot mount NFS share, portmap problems, what todo? [SOLVED]
On Wed, Feb 3, 2010 at 2:40 PM, Geoff Galitz <geoff at galitz.org> wrote: > > > > Should it be running, or not? > > > > > > >root at mercury:[~]$ netstat -ap --inet | grep rpc > > >tcp 0 0 *:sunrpc *:* > LISTEN 6458/portsentry > > >udp 0 0 localhost:filenet-rpc localhost:filenet-rpc
2013 Aug 18
0
[Bug 40884] Nouveau's TODO list for new comers
https://bugs.freedesktop.org/show_bug.cgi?id=40884 Bug 40884 depends on bug 40888, which changed state. Bug 40888 Summary: Implementation of OpenCL on Nouveau https://bugs.freedesktop.org/show_bug.cgi?id=40888 What |Removed |Added ---------------------------------------------------------------------------- Status|NEW
2013 Aug 18
0
[Bug 40884] Nouveau's TODO list for new comers
https://bugs.freedesktop.org/show_bug.cgi?id=40884 Bug 40884 depends on bug 40886, which changed state. Bug 40886 Summary: Improve our lockup detection, reporting and recovery https://bugs.freedesktop.org/show_bug.cgi?id=40886 What |Removed |Added ---------------------------------------------------------------------------- Status|NEW
2013 Aug 19
0
[Bug 40884] Nouveau's TODO list for new comers
https://bugs.freedesktop.org/show_bug.cgi?id=40884 Ilia Mirkin <imirkin at alum.mit.edu> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |INVALID --- Comment #1 from Ilia Mirkin <imirkin at
2013 Aug 19
0
[Bug 40884] Nouveau's TODO list for new comers
https://bugs.freedesktop.org/show_bug.cgi?id=40884 Bug 40884 depends on bug 40892, which changed state. Bug 40892 Summary: Power management https://bugs.freedesktop.org/show_bug.cgi?id=40892 What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED
2010 Aug 03
1
[PATCH 4/6] staging: hv: Removed TODO for VMBUS, it mirrors HYPER-V behavior to closely
From: Hank Janssen <hjanssen at microsoft.com> Removed TODO for VMBUS, it mirrors HYPER-V behaviour to closely and does not really share any usable functionality of the Linux kernel facilities. There is not really an easy way to combine functionality. Signed-off-by:Hank Janssen <hjanssen at microsoft.com> Signed-off-by:Haiyang Zhang <haiyangz at microsoft.com> ---
2010 Aug 03
1
[PATCH 4/6] staging: hv: Removed TODO for VMBUS, it mirrors HYPER-V behavior to closely
From: Hank Janssen <hjanssen at microsoft.com> Removed TODO for VMBUS, it mirrors HYPER-V behaviour to closely and does not really share any usable functionality of the Linux kernel facilities. There is not really an easy way to combine functionality. Signed-off-by:Hank Janssen <hjanssen at microsoft.com> Signed-off-by:Haiyang Zhang <haiyangz at microsoft.com> ---
2013 May 30
0
updated: kvm networking todo wiki
On Thu, May 30, 2013 at 7:23 AM, Rusty Russell <rusty at rustcorp.com.au> wrote: > Anthony Liguori <anthony at codemonkey.ws> writes: >> Rusty Russell <rusty at rustcorp.com.au> writes: >>> On Fri, May 24, 2013 at 08:47:58AM -0500, Anthony Liguori wrote: >>>> FWIW, I think what's more interesting is using vhost-net as a networking
2013 May 30
0
updated: kvm networking todo wiki
On Thu, May 30, 2013 at 08:40:47AM -0500, Anthony Liguori wrote: > Stefan Hajnoczi <stefanha at gmail.com> writes: > > > On Thu, May 30, 2013 at 7:23 AM, Rusty Russell <rusty at rustcorp.com.au> wrote: > >> Anthony Liguori <anthony at codemonkey.ws> writes: > >>> Rusty Russell <rusty at rustcorp.com.au> writes: > >>>> On Fri,
2013 Aug 21
0
updated: kvm PCI todo wiki
On 08/21/2013 12:48 PM, Michael S. Tsirkin wrote: > Hey guys, > I've put up a wiki page with a kvm PCI todo list, > mainly to avoid effort duplication, but also in the hope > to draw attention to what I think we should try addressing > in KVM: > > http://www.linux-kvm.org/page/PCITodo > > This page could cover all PCI related activity in KVM, > it is very