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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 3327 - 3356 of 3834   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3327
Hello all, Is my impression correct that we don't have an ftp get or readFile verb? If not, has someone written such a beast that they're willing to share?...
creecode
Offline Send Email
Aug 20, 2007
9:36 pm
3328
... Wasn't there the tcp suite ? and commands like tcpcmd.ftp.copyFromHost furbies...
Pete Beaumont
furbies100
Offline Send Email
Aug 21, 2007
12:20 am
3329
... tcpcmd.download is the high-level verb that "gets" http or ftp URLs. I wrote tcpcmd circa 1995! Back when I had hair. ... And that's just *one* server. Ask...
Alan German
alan_german
Offline Send Email
Aug 21, 2007
12:49 pm
3330
This is mainly a question for David. Could you give us some background on why there is no BLOB support in the SQL related verbs? Is it because we currently...
creecode
Offline Send Email
Aug 24, 2007
6:48 pm
3331
Thomas, it should simple return an error (assuming I coded it right). As for why there's no BLOB support, it was hard and I didn't want to do it. ...
David Gewirtz
zatzdiagnostic
Offline Send Email
Aug 24, 2007
7:12 pm
3332
Hey David, You've done a fantastic job of gettting our foot in the door and it's perfectly kewl to do what you did with the SQLs and implement what you needed....
creecode
Offline Send Email
Aug 25, 2007
12:57 am
3333
No prob. I'm certainly willing to be part of the peanut gallery and perhaps learn as this feature might move forward. I just don't know enough to even be...
David Gewirtz
zatzdiagnostic
Offline Send Email
Aug 25, 2007
9:55 pm
3334
Hello all, So far my investigation seems to indicate that getting the blobs in is relavtivly easy. It's a matter doing a step call and then a new call would...
creecode
Offline Send Email
Aug 26, 2007
2:45 am
3335
Everything you've said makes sense, except I don't like "switch from returning lists to returning tables" -- everything previously coded would break. Now, if...
David Gewirtz
zatzdiagnostic
Offline Send Email
Aug 26, 2007
4:40 am
3336
... local ( s = string.filledString( 'a', 512 ) ); local ( ls = {s} ); sizeof( ls[ 1 ] ) ... Seth...
Seth
yahoo.seth@...
Send Email
Aug 26, 2007
9:27 pm
3337
... At this point, with the number of people using this code countable on one hand (and probably not requiring a thumb or pinky...), making changes that would...
Seth
yahoo.seth@...
Send Email
Aug 26, 2007
9:35 pm
3338
Yep I got to thinking about that and lists do seem to handle some items longer than 255 so now I'm unclear about where the 255 limitation is in lists. I'm...
creecode
Offline Send Email
Aug 26, 2007
10:35 pm
3339
Hello all, IIRC lists are pretty slow compared to tables so that may be one pro to consider. I'm still a bit away from considering lists vs tables or adding...
creecode
Offline Send Email
Aug 26, 2007
10:40 pm
3340
... Not when I have about 2 thousand lines using that code. I've been doing a tremendous amount of programming using it, and there's no way I'm going to do...
David Gewirtz
zatzdiagnostic
Offline Send Email
Aug 27, 2007
3:24 am
3341
... Calming down, now. OK, here's a compromise. Most items return lists and take lists. To return a table, you'd have to call by name, not by value. So a...
David Gewirtz
zatzdiagnostic
Offline Send Email
Aug 27, 2007
3:29 am
3342
Hello all, Success so far! I have binary objects going into and out of an SQLite database. To put in I created a new verb sqlite.setColumnBlob to bind binary ...
creecode
Offline Send Email
Aug 28, 2007
5:53 pm
3343
Sweet! In and out, huh? That's awesome....
David Gewirtz
zatzdiagnostic
Offline Send Email
Aug 28, 2007
7:39 pm
3344
Hello all, I'm making progress adding more and more information to an SQLite database, mostly just text and integer fields for now. Extensive adding...
creecode
Offline Send Email
Sep 1, 2007
8:57 pm
3345
Sounds exciting, but I'm curious what you mean by adding text and integer fields. Are you adding more types, or just manipulating them differently. Either's...
David Gewirtz
zatzdiagnostic
Offline Send Email
Sep 2, 2007
7:08 am
3346
Hey David, ... Sorry I wasn't clear. I'm not adding any types. I just meant that the work I'm doing right now is storing text and integer information into my...
creecode
Offline Send Email
Sep 2, 2007
7:36 am
3347
Hello all, I've put up my changes for SQLite BLOB, etc. support. Here are the highlights... added sqlite.setColumnBlob and sqlite.getLastInsertRowId verbs...
creecode
Offline Send Email
Sep 7, 2007
7:22 pm
3348
That sounds great. If you need help with the docs, let me know....
David Gewirtz
zatzdiagnostic
Offline Send Email
Sep 7, 2007
11:12 pm
3349
Hello all, Often you'll see in Frontier related code that deals with processing a file uploaded with a webpage that ends up stored in the file system some code...
creecode
Offline Send Email
Sep 8, 2007
12:25 am
3350
Hi, I like this, but I've got a partially-formed thought. There's a lot of different types of normalizations that are often needed. I've written a ton of...
David Gewirtz
zatzdiagnostic
Offline Send Email
Sep 8, 2007
6:31 pm
3351
I've run into an issue that may have been fixed in newer versions (or even just fixed on someone's own copy). Yesterday, someone asked me to set up a second ...
Seth
yahoo.seth@...
Send Email
Sep 22, 2007
5:35 pm
3352
I've had to deal with similar stuff in managing legacy URLs. I wrote a very complex callback in mainresponder.callbacks.pathEvaluation that does the URL...
David Gewirtz
zatzdiagnostic
Offline Send Email
Sep 22, 2007
8:30 pm
3353
... How does this get around the problem that Frontier's inetd.startOne only allows you to have one ip address on any given port? That is, it doesn't matter...
Seth
yahoo.seth@...
Send Email
Sep 22, 2007
9:49 pm
3354
Hello all, I'm working on a variant of the Frontier Kernel which is more like Pike/Radio/OPML Editor in flavor than Frontier. Basically re-purposing Frontier...
creecode
Offline Send Email
Sep 23, 2007
1:30 am
3355
Let me explain the problem in fewer words. You can't (currently) run Frontier's web server on a single port but multiple ip addresses. (In fact, it's not about...
Seth
yahoo.seth@...
Send Email
Sep 23, 2007
2:29 am
3356
... As you said, you definitely need the table key name to be ip+port ... Same here. You need the key name to be ip+port. ... You need both ip+port. :) ... I'd...
Henri Asseily
hasseily
Offline Send Email
Sep 24, 2007
5:39 am
Messages 3327 - 3356 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