Displaying 20 results from an estimated 28 matches for "todolist".
2011 Nov 19
2
Using todolist (abstract spoon) from ubuntu 11.10 ?
Hello all,
I wish to run todolist 6.3.8 (http://www.codeproject.com/KB/applications/todolist2.aspx) on ubuntu 11.10.
I have installed the latest wine and winetricks.
I have tried running:
http://www.codeproject.com/KB/applications/todolist2.aspx
winetricks vcrun2005
winetricks vcrun2008
winetricks vcrun6
Which installed all of t...
2011 Nov 30
1
wine-users Digest, Vol 76, Issue 79
On 11/30/2011 07:35 PM, wine-users-request at winehq.org wrote:
> [...]
> 6. Re: Using todolist (abstract spoon) from ubuntu 11.10 ?
> (vitamin)
> [...]
> 9. Re: Using todolist (abstract spoon) from ubuntu 11.10 ?
> (talgalili)
> [...]
> 16. Re: Using todolist (abstract spoon) from ubuntu 11.10 ?
> (James McKenzie)
>
>
> -----------...
2011 Dec 09
1
Re: Using Todolist (abstract spoon) from Ubuntu 11.10
On 12/09/2011 06:52 PM, wine-users-request at winehq.org wrote:
> [...]
> 11. Re: Using Todolist (abstract spoon) from Ubuntu 11.10 (DanKegel)
> [...]
> Message: 8
> Date: Thu, 08 Dec 2011 21:43:52 -0600
> From: "DanKegel"<wineforum-user at winehq.org>
> To: wine-users at winehq.org
> Subject: [Wine] Re: Using Todolist (abstract spoon) from Ubuntu 11.10
>...
2008 Jul 17
5
.build method
...he books that I have, but I am having trouble finding an
explanation on what the .build method actually does and how it is
used.
I guess the best example is if I want to create a todo list
application where I can create a new todo list and add to do items all
at the same time.
I would post to the todolist controller to create the todo list but
then it would error out as I have multiple todo items in the params
hash that look like this params[:todo_items].. It would say that there
is no method for todo_items=
So i would create my accessor method in the todolist model like this:
# located in Todoli...
2011 Jan 22
1
How to run 'Todolist' under Wine?
Dear Wine Team,
I would need to run the Todolist tool (Download URL: http://www.codeproject.com/KB/applications/todolist2.aspx?msg=3744449#xx3744449xx) using my new Ubuntu Laptop (Ubuntu 10.04 LTS with Wine 1.1.42)
I have given the execute permissions to the program. I also don't need all the dLLs in it.The basic version of 'Todolist.ex...
2011 Dec 09
0
Re: Using Todolist (abstract spoon) from Ubuntu 11.10
http://bugs.winehq.org/show_bug.cgi?id=29280 is now fixed, the next release of wine won't need comctl32 to let ToDoList start up.
You do have a ~/.wine, it's just hidden by default.
If you find a repeatable recipe for that hang, and/or if 'winetricks msxml3' helps,
let me know so we can file a bug.
2011 Nov 21
0
Issues in running Abstractspoon todo list
...rinka at Rinka:~$ uname -a
Linux Rinka 3.0.0-13-generic #22-Ubuntu SMP Wed Nov 2 13:27:26 UTC 2011 x86_64 x86_64 x86_64 GNU/Linux
I've searched the internet& got various links (none of which worked). Do help, I'm completely stumped.
|
Here's the dump of how I'm trying to run todolist...
*rinka at Rinka:~/bin$ ls
*todo_list todolist_exe.zip
rinka at Rinka:~/bin$ cd todo_list/
rinka at Rinka:~/bin/todo_list$ ls
CalendarExt.dll MLOImport.dll
EncryptDecrypt.dll MySpellCheck.dll
FMindImportExport.dll OutlookImpExp.dl...
2006 May 10
9
noobie activerecord find query
In my webapp a todolist has many todo items. I am trying to display
lists that are completed. By incomplete I mean that all the items in
that list are done (booolean = true). I hope to have a list of active
lists and complete lists on one page.
I''m no ruby expert by any means so I think I have to ''pipe...
2008 Mar 01
12
Coding Contribution
Howdy,
I am a C and C++ programmer -- how can I start helping with some basic coding for wine?
Thanks,
Will
2012 Feb 29
1
external connotation: tags, categories, prios, users
...nsions][1] including categories or tags?
Like #hashtags on twitter or [[Category:Foo]] on Mediawiki. Additionally
on [RTM][2] you can write '!2' for priority, '@klml' for user or '#home'
for listings.
Afiak its useful to have standardized those tags for e.g. ticketsystems,
todolists, taskboards etc
merci & greetz
klml
[1]: http://en.wikipedia.org/wiki/Markdown_extensions
[2]: http://www.rememberthemilk.com
--
Klaus Mueller
2012 Aug 08
1
Creating ToDo List App
Hi,
New Rails user here trying to create a basic todolist app in rails 3.2.6
and running into some foreign key issues. Here''s what I did...
I generated scaffolds
list title:string & task description:text listname:string
Next, in order to link the listname for Tasks and the list titles in the
Lists I generated a migration file which looks l...
2015 Sep 01
2
Spilling Virtual Registers
Hello to all LLVM developers.
I'm developing a register allocator using LLVM, my allocator has a local
search phase: given a solution (assignment of virtual registers to physical
registers or memory) generated in the first phase of the algorithm, some
movements are applied to this solution in order to find a better solution.
To apply such movements, I need to unassign a virtual register from
2014 Apr 19
1
RFC: sharing config interrupt between virtio devices for saving MSI
Hi all,
I'm working on this item in Upstream Networking todolist:
| - Sharing config interrupts
| Support more devices by sharing a single msi vector
| between multiple virtio devices.
| (Applies to virtio-blk too).
I have this solution here, and only have draft patches of Solution
1 & 2, let's discuss if solution 3 is feasible.
* We should n...
2014 Apr 19
1
RFC: sharing config interrupt between virtio devices for saving MSI
Hi all,
I'm working on this item in Upstream Networking todolist:
| - Sharing config interrupts
| Support more devices by sharing a single msi vector
| between multiple virtio devices.
| (Applies to virtio-blk too).
I have this solution here, and only have draft patches of Solution
1 & 2, let's discuss if solution 3 is feasible.
* We should n...
2011 Apr 19
0
source questions & intentions to patch: yp-timing & auth
...returns 200 or 403 (most portable).
That would be really cool to have, please share patches =)
But I think having it call an outside program is not really elegant nor
eficient.
Implementing new auth methods is quite easy, you can see here for basic
post with no auth (... have that pending in my todolist)
http://thread.gmane.org/gmane.comp.audio.icecast.devel/1692/focus=1705
Hope it helps,
Cheers,
--
Niv Sardi
2006 Jan 18
1
Problem with OCI in Apache
...600:in `each_cgi''
/usr/local/lib/ruby/gems/1.8/gems/fcgi-0.8.6.1/./fcgi.rb:597:in `each_cgi''
/usr/local/lib/ruby/gems/1.8/gems/rails-1.0.0/lib/fcgi_handler.rb:52:in `process!''
/usr/local/lib/ruby/gems/1.8/gems/rails-1.0.0/lib/fcgi_handler.rb:22:in `process!''
/www/todolist/public/dispatch.fcgi:24
2016 Dec 18
1
llvm (the middle-end) is getting slower, December edition
...h bugpoint or with -opt-bisect-limit)
> 3) With a single function that shows the regression, it should be fairly easy to plot the time to run opt -inst-combine for almost every revision between June and now.
>
I tried 1) and I'm able to reproduce the increase in compile time. 2)
is on my todolist. I plan to use (and I can see how you can use)
bugpoint or delta (with `ulimit`), but it's not entirely clear to me
how to reduce using -opt-bisect-limit. As far as I know that just runs
passes up to a given point of the pipeline, while here the regression
shows up also with a single pass, i.e....
2016 Jun 03
13
[Bug 96355] New: Performance: extra&costly SSBO validation even when SSBO aren't used
https://bugs.freedesktop.org/show_bug.cgi?id=96355
Bug ID: 96355
Summary: Performance: extra&costly SSBO validation even when
SSBO aren't used
Product: Mesa
Version: git
Hardware: Other
OS: All
Status: NEW
Severity: normal
Priority: medium
Component:
2006 Feb 11
4
Timesheet application for Rails
Hi all,
I am looking for some time tracking software for our small company. Does
anyone knows if such project on rails exists? I need simple
functionality such as recording spent time for employees and managing
projects or tasks. Ideally, it would be possible to integrate it into
Instiki and to some existing database. There are some other solutions,
but it seems to me that RoR would be ideal
2006 Aug 31
1
Need architectural help avoiding render :component
I''m writing a CMS/portal system, and I''m having trouble coming up with
a way of routing requests that feels right without using render
:component (which I''ve read should never be used). The system works
like this:
Each user has a set of "pages" which are shown as navigation tabs on
the page. The user may rename, reorder, add, or delete pages for a
custom