Search the web
Sign In
New User? Sign Up
frontierkernel · Frontier Kernel
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 3375 - 3404 of 3834   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3375
Sweet. Can you also make sure you update the Frontieropedia docs as well? If you need help, let me know and I'll do it (but I'm pretty pressed for time this...
David Gewirtz
zatzdiagnostic
Offline Send Email
Oct 1, 2007
10:12 am
3376
Done yesterday. Although docServer.root is the official source for verb docs. Toodle-loooooooooo.............. creecode...
creecode
Offline Send Email
Oct 1, 2007
6:44 pm
3377
Hello all, I was just tracing down some issues with sqlite.compileQuery bailing silently on me on Mac. I discovered that the issue was related to WinLand.rc (...
creecode
Offline Send Email
Oct 11, 2007
10:49 pm
3378
Hello all, You may notice that SourceForge's certificate used in conjunction with https websites and subversion has expired. On Mac I have found that if you go...
creecode
Offline Send Email
Oct 18, 2007
8:16 pm
3379
Has anyone gone beyond the couple of math variables that have been added? I'm particularly interested in an exponential (x to the y power) and log/ln...
u074036
Offline Send Email
Oct 19, 2007
5:58 pm
3380
Newbie here. Sorry if this is the wrong place for this question. Just downloaded Frontier yesterday. It's on a local network running under OS X Tiger Server on...
cbum999
Offline Send Email
Oct 21, 2007
9:10 pm
3381
Hello Charlie, Off the top of my head I'd say this isn't Frontier and I don't recall anything that would be hitting the webserver every minute with a fresh ...
creecode
Offline Send Email
Oct 21, 2007
9:36 pm
3382
After a little checking I noticed that "Application Server' service is running in OS X Server admin. I didn't turn it on and I can't stop it as long as...
cbum999
Offline Send Email
Oct 22, 2007
5:02 am
3383
Hello all, I'm setting up a new branch, something like IUDA Desktop. This branch will contain a variant of Frontier which provides the user with a desktop...
creecode
Offline Send Email
Oct 23, 2007
6:59 pm
3384
Hi Thomas, Are you doing this because Manila cannot cope well with too many messages? It bloats out the root. Saving a large root regularly isn't good. If you...
Steve Hooker
stevemhooker
Offline Send Email
Oct 24, 2007
9:21 am
3385
Hello Steve, ... isn't good. The main reasons are: 1) some of my IMZ-Ural Discussion Archive < http://discussionArchive.imzUral.info/ > website users would...
creecode
Offline Send Email
Oct 24, 2007
6:42 pm
3386
... Ooooh... do tell! Hmmm... actually, on second thought, does it make sense to modify the mainResponder verbs for a vertical app, or is it better to just...
David Gewirtz
zatzdiagnostic
Offline Send Email
Oct 25, 2007
5:18 pm
3387
Hello David, Let me clarify. ... I've made copies of some mainResponder scripts and put them in my mainResponder based website and modified those. ... Hmmm.....
creecode
Offline Send Email
Oct 25, 2007
6:42 pm
3388
Yeah, that makes sense. But what about instead of using, say, the mainResponder.discuss calls, you created your own iuda.discuss calls? That way, you're not...
David Gewirtz
zatzdiagnostic
Offline Send Email
Oct 25, 2007
9:10 pm
3389
Hello David, At this time there won't be any effect on official mainResponder discuss scripts. ... The mainResponder discuss calls did pretty much what I...
creecode
Offline Send Email
Oct 25, 2007
10:16 pm
3390
Folks: I'd like try to make a modification to Frontier's kernel, but I'm having a little trouble getting started. I got the SVN trunk downloaded OK and...
u074036
Offline Send Email
Oct 28, 2007
6:42 pm
3391
Hello David, AFAIK, most of the recent project file work for Windows has been happening in the Visual C++ 2005 Express project (build_VC2K5 folder). If you can...
creecode
Offline Send Email
Oct 28, 2007
7:25 pm
3392
Hi David, I haven't tried using VC6 in a long time. I did do some docs on it. They're on my Frontier Kernel lab notes page at ...
David Gewirtz
zatzdiagnostic
Offline Send Email
Oct 28, 2007
8:16 pm
3393
... Thanks to both of you! I've been out of the C programming space for so long that I wasn't even aware of the freeware vc2005 express - that is why I...
u074036
Offline Send Email
Oct 28, 2007
11:05 pm
3394
... ...and thanks again - I was able to compile this morning (with 207 warnings, I believe you said that was "normal"). You weren't kidding about the...
u074036
Offline Send Email
Oct 29, 2007
1:03 pm
3395
... Extending the math verbs is an excellent choice for a beginner project. You might want to take a look at the frontierMath extension for ideas on what to...
Andre Radke
andre_radke
Offline Send Email
Oct 29, 2007
7:32 pm
3396
Dave, my experience with adding routines is that it's best to work on one routine, get data into it and out of it, then slightly modify it so you're getting...
David Gewirtz
zatzdiagnostic
Offline Send Email
Oct 29, 2007
7:33 pm
3397
... Thanks both to you and Andre for advice on how to proceed. I really appreciate the support. I successfully added my first function, math.exp, this...
u074036
Offline Send Email
Oct 30, 2007
12:20 pm
3398
Hello all, I wanted to try the rtrim expression but I got an error like function not found. Anyone have any ideas why I can't access that expression? ...
creecode
Offline Send Email
Nov 1, 2007
9:57 pm
3399
RTRIM is a core function, so it should be compiled in by default. Could you post an SQL example to see it in context? -- David...
David Gewirtz
zatzdiagnostic
Offline Send Email
Nov 2, 2007
10:10 am
3400
Can anyone point me to an example or explain how I can access data stored in a table, and write to those tables, from within the C program? I've managed to...
u074036
Offline Send Email
Nov 2, 2007
9:41 pm
3401
... There are some html and webserver kernel works that have to deal with tables. Take a look at buildpagetableverb() or webserverparseheaders() in langhtml.c....
Andre Radke
andre_radke
Offline Send Email
Nov 3, 2007
11:15 am
3402
I downloaded the Frontier Kernel Source Code this weekend, and did builds with XCode 2.2.1 under Mac OS X 10.4.9. I was able to do a build successfully, but I...
Andy Sylvester
sylvester.andy
Offline Send Email
Nov 5, 2007
6:28 am
3403
1. Most of us don't have much to do with the OPML build. I'm not sure who constructed it, but it's not something we actively track here. That's not to say that...
David Gewirtz
zatzdiagnostic
Offline Send Email
Nov 5, 2007
7:25 am
3404
... I was responsible for adding the OPML Editor build. The difference between Frontier and OPML Editor are really minor at the kernel level. They are compiled...
Andre Radke
andre_radke
Offline Send Email
Nov 5, 2007
8:11 am
Messages 3375 - 3404 of 3834   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help