Groups
Conversations
All groups and messages
Send feedback to Google
Help
Training
Sign in
Groups
JSDB
Conversations
About
JSDB
Contact owners and managers
1–30 of 184
Mark all as read
Report group
0 selected
Jacob
9/23/19
Compile for Mac OS 64 bit
I got a warning when running jsdb that it soon will not work on Mac OS due to it being a 32 bit app,
unread,
Compile for Mac OS 64 bit
I got a warning when running jsdb that it soon will not work on Mac OS due to it being a 32 bit app,
9/23/19
dave mobley
, …
Anderson Wiese
10
9/8/19
Re-use a Stream?
A bit of history just for fun. In 2007 I was hired to rescue a struggling small home automation
unread,
Re-use a Stream?
A bit of history just for fun. In 2007 I was hired to rescue a struggling small home automation
9/8/19
dave mobley
,
S Rao
4
9/5/19
Can't do Object.create for class inheritance
OK..I think I may have answered my own question, and here is how to do it. Effectively, you need to
unread,
Can't do Object.create for class inheritance
OK..I think I may have answered my own question, and here is how to do it. Effectively, you need to
9/5/19
remi...@gmail.com
, …
Michiel Crefcoeur
17
8/8/19
Does JSDB run on ARM architecture (RasberryPi board)? Compilation from source fails :(
You might also want to take a look at https://www.moddable.com/. I haven't used it myself but it
unread,
Does JSDB run on ARM architecture (RasberryPi board)? Compilation from source fails :(
You might also want to take a look at https://www.moddable.com/. I haven't used it myself but it
8/8/19
code beat
,
Shanti Rao
5
7/26/18
Websockets for jsdb, anyone?
Hi, thanks for the answer. Aha, that's the problem, you need to do this ( assuming File is a
unread,
Websockets for jsdb, anyone?
Hi, thanks for the answer. Aha, that's the problem, you need to do this ( assuming File is a
7/26/18
teo
,
code beat
4
7/26/18
Enhanced httpd.js web server
Great work, thanks for sharing, one suggestion though. When somebody tried to access a forbidden file
unread,
Enhanced httpd.js web server
Great work, thanks for sharing, one suggestion though. When somebody tried to access a forbidden file
7/26/18
gilado
9/19/15
jsdb on linux should not use select()
select() does not work correctly (and may crash) if the process has more than 1024 file descriptors
unread,
jsdb on linux should not use select()
select() does not work correctly (and may crash) if the process has more than 1024 file descriptors
9/19/15
Andy S
, …
Shanti Rao
5
6/18/15
arguments doesn't have properties?
On Tuesday, June 16, 2015 at 11:20:10 PM UTC+8, Shanti Rao wrote: > JSDB uses an older version of
unread,
arguments doesn't have properties?
On Tuesday, June 16, 2015 at 11:20:10 PM UTC+8, Shanti Rao wrote: > JSDB uses an older version of
6/18/15
gilado
, …
Alex.M
7
6/18/15
Has anybody implemented the equivalent of XMLHttpRequest
One more alternative for multi-platform script runner is PhantomJS http://phantomjs.org/download.html
unread,
Has anybody implemented the equivalent of XMLHttpRequest
One more alternative for multi-platform script runner is PhantomJS http://phantomjs.org/download.html
6/18/15
Claudiu Olteanu
6/17/14
[1.8.0.7] Failed to create an ODBC object
Hi there! I tried to create an ODBC object in order to connect to MySQL database but it get this
unread,
[1.8.0.7] Failed to create an ODBC object
Hi there! I tried to create an ODBC object in order to connect to MySQL database but it get this
6/17/14
gilado
, …
Michael I
7
5/21/14
out of memory error
Glad I could help you ! I'm using greater value (64L) for quite some time and I didnt notice any
unread,
out of memory error
Glad I could help you ! I'm using greater value (64L) for quite some time and I didnt notice any
5/21/14
Samuel Monsarrat
, …
gilado
3
4/27/14
Attempting to compile JSDB 1.8.0.7 under Linux 64bit
I got it to compile and run on CentOS 6.2 64 bit with these changes jsdbconfigure.cpp at line 40 +
unread,
Attempting to compile JSDB 1.8.0.7 under Linux 64bit
I got it to compile and run on CentOS 6.2 64 bit with these changes jsdbconfigure.cpp at line 40 +
4/27/14
gilado
4/27/14
stand alone linux program sometimes does not work
I tracked it down to a missing line In jsdb_source_1.8.0.7/rs/io_file.cpp at line 223 add IsText=
unread,
stand alone linux program sometimes does not work
I tracked it down to a missing line In jsdb_source_1.8.0.7/rs/io_file.cpp at line 223 add IsText=
4/27/14
gilado
, …
Shanti Rao
3
11/7/13
basic authentication with http stream
That's var s = new Stream("http://server.com:8080",1,{Authorization: "Basic "
unread,
basic authentication with http stream
That's var s = new Stream("http://server.com:8080",1,{Authorization: "Basic "
11/7/13
bryan
,
Shanti Rao
3
6/3/13
accessing clipboard/pasteboard
That would change between systems, and also how low level you wanted it? For example if it was linux
unread,
accessing clipboard/pasteboard
That would change between systems, and also how low level you wanted it? For example if it was linux
6/3/13
bryan rasmussen
,
Shanti Rao
2
3/26/13
load a couchdb url with callback
Why yes. What you want is run(new Stream('http://localhost:8830/hello.js')) Use run() instead
unread,
load a couchdb url with callback
Why yes. What you want is run(new Stream('http://localhost:8830/hello.js')) Use run() instead
3/26/13
bryan rasmussen
,
Shanti Rao
2
3/25/13
httpd.js syntax error on mac
Hi Bryan, It's a linefeed thing. I don't know why -- JSDB is supposed to convert \r\n to \n
unread,
httpd.js syntax error on mac
Hi Bryan, It's a linefeed thing. I don't know why -- JSDB is supposed to convert \r\n to \n
3/25/13
gilado
2/21/13
jsdb/odbc leaks memory when an INSERT query has an error
I hit on this using INSERT that fails on a duplicate key. However, I tested and it happens also when
unread,
jsdb/odbc leaks memory when an INSERT query has an error
I hit on this using INSERT that fails on a duplicate key. However, I tested and it happens also when
2/21/13
c0k...@gmail.com
,
Shanti Rao
2
1/4/13
How to disable certain features when compiling
Take a look at jsdb.h. There's already a facility for disabling many features with #define
unread,
How to disable certain features when compiling
Take a look at jsdb.h. There's already a facility for disabling many features with #define
1/4/13
John Dell'Oso
,
Shanti Rao
3
12/3/12
stripWhitespace() Issue
Thanks for the update Shanti. JD On Tuesday, 4 December 2012 03:43:04 UTC+10:30, Shanti Rao wrote:
unread,
stripWhitespace() Issue
Thanks for the update Shanti. JD On Tuesday, 4 December 2012 03:43:04 UTC+10:30, Shanti Rao wrote:
12/3/12
Michael I
,
Shanti Rao
3
11/1/12
ODBC and NULL values
Thanks! Shanti On 10/31/2012 10:49 AM, Michael I wrote: > I have made small change to
unread,
ODBC and NULL values
Thanks! Shanti On 10/31/2012 10:49 AM, Michael I wrote: > I have made small change to
11/1/12
Michael I
, …
auscompgeek
5
9/30/12
https
On Tuesday, 21 February 2012 03:03:19 UTC+11, Shanti Rao wrote: Does anyone want to write a ssl layer
unread,
https
On Tuesday, 21 February 2012 03:03:19 UTC+11, Shanti Rao wrote: Does anyone want to write a ssl layer
9/30/12
Jason S
8/2/12
system.files / system.folders: how to include dotfiles?
I need to enumerate files/subdirectories within a particular directory, including those that begin
unread,
system.files / system.folders: how to include dotfiles?
I need to enumerate files/subdirectories within a particular directory, including those that begin
8/2/12
Jason S
,
Shanti Rao
4
8/2/12
exec:// streams -- how to wait until the process is done?
ooh -- looks like readFile() is an even better choice, if I don't need to read process output as
unread,
exec:// streams -- how to wait until the process is done?
ooh -- looks like readFile() is an even better choice, if I don't need to read process output as
8/2/12
Tiberiu
6/18/12
httpd enhance
Hi all I don't know if there's some source code management, if so - point me to it, but I
unread,
httpd enhance
Hi all I don't know if there's some source code management, if so - point me to it, but I
6/18/12
ejlis...@yahoo.fr
, …
Shanti Rao
3
6/8/12
Floating point computation issue?
That's what I thought at first, but it actually turned out to be quite subtle. A 32-bit float
unread,
Floating point computation issue?
That's what I thought at first, but it actually turned out to be quite subtle. A 32-bit float
6/8/12
bugmagnet
6/7/12
Newbie: exiting abruptly
Hello JSDB, I'm really impressed with the speed of this, compared to Microsoft's JScript.
unread,
Newbie: exiting abruptly
Hello JSDB, I'm really impressed with the speed of this, compared to Microsoft's JScript.
6/7/12
echo
,
Jason S
3
5/21/12
Sorting SQLite Table
You're wrong, man. I needed such a consctruction database.select("AGGBALGROUP_STAT",
unread,
Sorting SQLite Table
You're wrong, man. I needed such a consctruction database.select("AGGBALGROUP_STAT",
5/21/12
Shanti Rao
5/18/12
JSDB 1.8.0.7 available
Hi folks, Come and get the new JSDB from http://www.jsdb.org/ Changes: JSDB always uses its own file
unread,
JSDB 1.8.0.7 available
Hi folks, Come and get the new JSDB from http://www.jsdb.org/ Changes: JSDB always uses its own file
5/18/12
Renzo Kooi
2
4/19/12
jsdb as cgi: relative slow writing?
For the record, it may be a browser issue. The 'recieving' time in Firefox is not that high.
unread,
jsdb as cgi: relative slow writing?
For the record, it may be a browser issue. The 'recieving' time in Firefox is not that high.
4/19/12