Search found 291 matches
- Wed Feb 01, 2017 2:08 pm
- Forum: Printing
- Topic: PDF Forms 2 Per Page
- Replies: 6
- Views: 25301
Re: PDF Forms 2 Per Page
Hit up FNGeorge he has a function to print 4UP W2's
- Tue Jan 31, 2017 8:03 pm
- Forum: Conferences
- Topic: Conference Presenters wanted!
- Replies: 2
- Views: 15895
Re: Conference Presenters wanted!
I volunteer to do a session demonstrating our software and also another session. Don't know yet what I will cover in that session.
- Thu Jan 26, 2017 9:27 am
- Forum: Advanced Concepts
- Topic: TIMEOUT on HTTP Client
- Replies: 5
- Views: 21106
Re: TIMEOUT on HTTP Client
I do not see any options to set that on the HTTP wiki page.
http://brwiki2.brulescorp.com/index.php ... egory:HTTP
You might try putting timeout= in a control file and see if it works.
timeout= is a valid HTTP header parameter. I do not know if BR implemented it though.
http://brwiki2.brulescorp.com/index.php ... egory:HTTP
You might try putting timeout= in a control file and see if it works.
timeout= is a valid HTTP header parameter. I do not know if BR implemented it though.
- Wed Jan 25, 2017 1:09 pm
- Forum: Advanced Concepts
- Topic: Anybody written a JSON Parser?
- Replies: 21
- Views: 50823
Re: Anybody written a JSON Parser?
Thanks! Just what I needed. Although I have it uploading JSON to non-BR http server.
- Sat Jan 14, 2017 6:35 pm
- Forum: Advanced Concepts
- Topic: Anybody written a JSON Parser?
- Replies: 21
- Views: 50823
Re: Anybody written a JSON Parser?
You can rename the file from a .zip extension to a .txt and then it will allow you to upload. Then anyone who downloads needs to rename the file back to a .zip extension.
Meanwhile you can send it to steve.koger@greenbush.org.
Meanwhile you can send it to steve.koger@greenbush.org.
- Wed Jan 11, 2017 9:28 pm
- Forum: Advanced Concepts
- Topic: Anybody written a JSON Parser?
- Replies: 21
- Views: 50823
Re: Anybody written a JSON Parser?
Just checking if you had a chance to throw together some examples?
- Sat Dec 17, 2016 10:50 pm
- Forum: Advanced Concepts
- Topic: Anybody written a JSON Parser?
- Replies: 21
- Views: 50823
Re: Anybody written a JSON Parser?
Any and all examples you have would be helpful! Especially POST operations of JSON data.
- Wed Dec 14, 2016 11:10 pm
- Forum: Conferences
- Topic: Charger Cord Found at Conference
- Replies: 1
- Views: 14406
Re: Charger Cord Found at Conference
Sorry just saw this post. Don't recall forgetting one. But the description sounds like Apple's cord for my phone. And since I did present from my mac its likely mine.
- Mon Dec 12, 2016 5:19 pm
- Forum: Advanced Concepts
- Topic: Anybody written a JSON Parser?
- Replies: 21
- Views: 50823
Re: Anybody written a JSON Parser?
Thanks for the example! Another good one would be showing how one would using the http=client upload their JSON data to a 3rd party web server? I have seen how to parse the JSON I may receive, but have not seen an example of how on the client end to package up some JSON Data and send it over an http...
- Mon Dec 12, 2016 8:46 am
- Forum: Error Codes
- Topic: MAC Bugs Listing
- Replies: 7
- Views: 25109
Re: MAC Bugs Listing
Thanks Gordon. Hope you have a speedy recovery! I sent you an email with some additional questions.
- Mon Dec 12, 2016 8:34 am
- Forum: Advanced Concepts
- Topic: IP V6 Compatibility?
- Replies: 10
- Views: 29619
Re: IP V6 Compatibility?
Does this also apply to Client/Server's use of IP to connect? That is the area I am more concerned with.
- Fri Dec 09, 2016 1:27 pm
- Forum: Error Codes
- Topic: MAC Bugs Listing
- Replies: 7
- Views: 25109
Re: MAC Bugs Listing
I appreciate that John. But that's not the point. On the mac I get nowhere near 99 because the app crashes and that was what my demo code was for. I have no problem on Windows.
- Fri Dec 09, 2016 10:36 am
- Forum: Error Codes
- Topic: MAC Bugs Listing
- Replies: 7
- Views: 25109
Re: MAC Bugs Listing
Can we get an update on the status of resolution of these bugs?
I have emailed Gordon directly and am not getting any response. If anyone in the group knows what the status of getting the MAC version up to speed with the windows version. I would appreciate an update.
I have emailed Gordon directly and am not getting any response. If anyone in the group knows what the status of getting the MAC version up to speed with the windows version. I would appreciate an update.
- Tue Dec 06, 2016 11:18 pm
- Forum: Advanced Concepts
- Topic: Anybody written a JSON Parser?
- Replies: 21
- Views: 50823
Re: Anybody written a JSON Parser?
Perfect! Just wanted I needed! Once again the forum shows its value!
- Mon Dec 05, 2016 10:56 pm
- Forum: Advanced Concepts
- Topic: Anybody written a JSON Parser?
- Replies: 21
- Views: 50823
Re: Anybody written a JSON Parser?
Where you have some good working examples in the Data Store Library Documentation.
This particular function is missing a working example.
Does anyone have working example of this function from web_server.bro?
This particular function is missing a working example.
Code: Select all
FNParse_Json( string-expression, value-type, member-name, mat keys$, mat values$)