Re: [mnemosyne-proj-users] accessing mnemosyne functions from the command line

2011-02-03 Thread daniel daniel
If you add: --- parser.add_option("-f", "--file", dest="filename", help="read from input FILE") --- to the parse options, you're set. On Thu, Feb 3, 2011 at 10:

Re: [mnemosyne-proj-users] accessing mnemosyne functions from the command line

2011-02-03 Thread daniel daniel
Actually, i read the code. Here is one way you can do it (depending on your sys.platform): [ 1. setup path variables basedir ]... basedir = os.path.join(unicode(os.path.expanduser("~")), "Library", "Mnemosyne") [ 2. import ]... import_txt(os.path.join(basedir, "110203code.txt"), 3, False) # 1102

Re: [mnemosyne-proj-users] accessing mnemosyne functions from the command line

2011-02-03 Thread Nick B
You can import text files. Just make it plain text, one card per line. Put the question first and the answer after a tab. You have to run the gui to import the file. Nick (please excuse any errors, this was written on an iPad) On Feb 3, 2011, at 17:35, iiNa wrote: > Can someone please spell

[mnemosyne-proj-users] Re: Exhaust one category before moving to another one?

2011-02-03 Thread le_sacre
The current workaround (which you probably already figured out) is to use the "Activate categories" function to select your multiple categories for your queued review, and then to select your single category each time you finish your scheduled queue and are presented with new cards. Cumbersome, bu

[mnemosyne-proj-users] accessing mnemosyne functions from the command line

2011-02-03 Thread iiNa
Can someone please spell out to me - since I am not very skilled with either python or programming to be able to sort out gui-specific code - and, tell me how i can feed my notes into mnemosyne from a script (in other words, just from the command line) so i can put my notes more speedily into mnemo

Re: [mnemosyne-proj-users] Quality Control

2011-02-03 Thread Patrick Kenny
I could add a "user rating" type of feedback for decks on the webpage if there was significant interest. At present, I haven't noticed sufficient interest in the decks to warrant such an addition. Of course the quality of decks is very uneven, but I always felt like the premade decks were just a

Re: [mnemosyne-proj-users] Quality Control

2011-02-03 Thread Peter Bienstman
On Thursday, February 03, 2011 05:36:22 pm Murray James Morrison wrote: > But for me (learning Chinese) self-made decks are the only way to fly. Just for the record, I'm in this camp as well, especially when it comes to languages. For stuff like e.g. country capitals, premade decks can be usefu

Re: [mnemosyne-proj-users] Quality Control

2011-02-03 Thread Murray James Morrison
I'm with Nick. Anki users seem to use more premade decks. But for me (learning Chinese) self-made decks are the only way to fly. -murrayjames Sent from my HTC Desire 在 2011-2-3 下午11:49,"Nick B" 写道: > I'm just another user, but I don't think that anyone really uses the > pre-made decks. I find th

Re: [mnemosyne-proj-users] Quality Control

2011-02-03 Thread Nick B
I'm just another user, but I don't think that anyone really uses the pre-made decks. I find that creating the cards is a big part of learning. Besides, without wikipedia level qc, I wouldn't trust the content, even if the formatting was correct. Nick (please excuse any errors, this was written o

Re: [mnemosyne-proj-users] New open source web app that uses Mnemosyne algorithm

2011-02-03 Thread john francis lee
On 02/03/2011 03:38:40 PM, Peter Bienstman wrote: > > Hey guys, > > > > I created a new open source, spaced repetition web app called > Memizr > > [http://memizr.com]. It is written in python/django and uses the > same > > scheduling algorithm as Mnemosyne. > > > > It is licensed under the AGPL

Re: [mnemosyne-proj-users] New open source web app that uses Mnemosyne algorithm

2011-02-03 Thread Michael Campbell
Very interesting. Is there a mailing list or other forum to discuss the web site? I don't want to hijack mnemosyne's mailing list for a different product. On Wed, Feb 2, 2011 at 11:56 PM, Steve Bezek wrote: > Hey guys, > > I created a new open source, spaced repetition web app called Memizr

Re: [mnemosyne-proj-users] Re: Quality Control

2011-02-03 Thread Mo Abrahams
I understand. I thought about it a bit more last night, after delaying my bed-time considerably by using mnemosyne instead of sleeping. I'll start off just commenting on decks, but I think I might look at setting up something like that myself (if you don't mind of course), as well as checking out a

Re: [mnemosyne-proj-users] Re: Quality Control

2011-02-03 Thread Peter Bienstman
> Maybe some sort of revision control (hg/bzr/git) would be a good idea for > the lists? It's a lot of work for our webmaster, and a day is only 24 hours :-) Peter -- You received this message because you are subscribed to the Google Groups "mnemosyne-proj-users" group. To post to this group,

Re: [mnemosyne-proj-users] New open source web app that uses Mnemosyne algorithm

2011-02-03 Thread Peter Bienstman
> Hey guys, > > I created a new open source, spaced repetition web app called Memizr > [http://memizr.com]. It is written in python/django and uses the same > scheduling algorithm as Mnemosyne. > > It is licensed under the AGPL license and the source code is available > here [https://github.com/