Jitsi screen sharing issues

2021-07-21 Thread Mansur Mamkin
Hi all, During last PilCon I repeatedly lost shared screen after several seconds of connection (or little more). Helped reconnection only. The same behavior on Linux+Chrome and MacOS+(Chrome or Safari). Maybe anyone knows how to solve such issue or some workaround? Best regards, Mansur

PicoLisp mirror on github

2017-04-21 Thread Mansur Mamkin
regards, Mansur Mamkin -- UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe

Re: Future of PicoLisp?

2017-02-24 Thread Mansur Mamkin
Hi all! About certbot: See also other tools: https://www.metachris.com/2015/12/comparison-of-10-acme-lets-encrypt-clients/ I've seen acmetool in action (written in Golang, so it requires no dependencies). I see there is a tool, written even in Bash Best regards, Mansur --skipped-- >> And

PicoLisp repository at Bitbucket.org

2016-09-03 Thread Mansur Mamkin
could install there some auto building scripts to provide fresh deb-package. I would appreciate any ideas and help Source code is listed below. Comments are welcome Best regards, Mansur Mamkin # Example of 'app' user crontab entry: # 10 0,6,12,18 * * * ./pil pilrepo/main.l -updaterepo -bye \ # 2>

PicoLisp repository at Bitbucket.org

2016-09-03 Thread Mansur Mamkin
could install there some auto building scripts to provide fresh deb-package, I would appreciate any ideas and help Source code is listed below. Comments are welcome Best regards, Mansur Mamkin # Example of 'app' user crontab entry: # 10 0,6,12,18 * * * ./pil pilrepo/main.l -updaterepo -bye 2>

PicoLisp repository at Bitbucket.org

2016-09-03 Thread Mansur Mamkin
are welcome Best regards,  Mansur Mamkin (setq                                                                                                                                                             *Root

Re: Steps to reproduce strange behaviour with "till" and end-of-line

2016-05-13 Thread Mansur Mamkin
Hi Alexander, I've just found this: https://tools.ietf.org/html/rfc7230#section-3.2 3.2. Header Fields Each header field consists of a case-insensitive field name followed by a colon (":"), optional leading whitespace, the field value, and optional trailing whitespace. If we follow

Re: New article about bin/ssl

2015-11-23 Thread Mansur Mamkin
ooks great! Question: "-" before *file* argument cause filename to be treated as string What does it mean when filename is handled as String? What kind of string? Is escaping supported? How is it treated, when its without -? I hope you clearify this in the wiki. Am 23.11.2015 08:13 sc

New article about bin/ssl

2015-11-22 Thread Mansur Mamkin
Hi all! I've written article about using bin/ssl, but haven't yet linked it anywhere, you can found it here: http://picolisp.com/wiki/?ssl I ask Alex to link it to convenient place. Also, I would be glad if someone can review and check for grammar mistakes. Best regards, Mansur --

Re: Updated kerberos library

2015-10-29 Thread Mansur Mamkin
haven't seen any license in that patch too Best regards, Mansur Mamkin 26.10.2015 16:20, Alexander Williams пишет: This is really great, thanks! Although I'm personally not a fan of including C deps which are detached from upstream. Is there an alternative to using the supplied C code? Has

Updated kerberos library

2015-10-23 Thread Mansur Mamkin
Hi all, I've uploaded updated Kerberos authentication library to the Wiki. This library helps you to add SSO (Single Sign On) to your PicoLisp applications in Windows AD domain. That means your domain users don't need to enter login and password in the applications. Current version makes

New article - Installing local wiki with Kerberos authentication

2015-04-14 Thread Mansur Mamkin
Hi all! I'm happy to announce a litle article: Installing local wiki with Kerberos authentication http://picolisp.com/wiki/?localwikikerberos Best regards, Mansur Mamkin -- UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe

Re: A pragmatic solution to using arrays in picolisp

2015-02-17 Thread Mansur Mamkin
I support the last idea about that isn't necessary to touch core language, and if someone needs array support, it could be implemented the same way as e.g. ext and ht libraries. Best regards, Mansur --- skipped --- I don't think it's necessary to add arrays to the core language however,

Re: A Minimal PicoLisp DB/GUI Application

2015-01-12 Thread Mansur Mamkin
Hi Alex! That's great, thanks! Best regards, Mansur 12.01.2015 12:34, Alexander Burger пишет: Hi all, perhaps this is useful: A Minimal PicoLisp DB/GUI Application http://picolisp.com/wiki/?minDbGui ♪♫ Alex -- UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe

About mail delivery from mail listing

2013-10-20 Thread Mansur Mamkin
Hi all, I saw that some mail listings have sequential numbering in mail subject. If some letter was not received, the hole in numbering is immediately evident. Best regards, Mansur And by the way, I receive mail from the list without problems now. It seems it was something with the mail

translation A Radical Approach to Application Development into

2013-04-14 Thread Mansur Mamkin
Hi all, If there is a Russian speakers, welcome to http://notabenoid.com/book/39472 We began to translate A Radical Approach to Application Development into Russian, so any help is appreciated. Best regards, Mansur -- UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe

tex to pdf and cyrillic text

2013-03-23 Thread Mansur Mamkin
ALT--PqdoetPd1364072482 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: base64 IEhpIEFsZXgsCkkndmUgdGVzdGVkIGNvbnZlcnRpbmcgdGV4LWZpbGUsIGdlbmVyYXRlZCBieSB0 aGUgd2lraSB0byBwZGYgb24gbXkgaG9tZSBVYnVudHUgCldoZW4gSSBoYXZlIGN5cmlsbGljIHRl

tex to pdf and cyrillic text

2013-03-23 Thread Mansur Mamkin
Hi Alex, Sorry, my previous letter was not plain text I've tested converting tex-file, generated by the wiki to pdf on my home Ubuntu When I have cyrillic text, only adding these strings results to valid pdf: \usepackage[utf8]{inputenc} \usepackage[english,russian]{babel} \usepackage{cmap}

Checking pil on FreeBSD

2013-02-28 Thread Mansur Mamkin
Hi Alex! Finally I touched my FreeBSD installation to check last changes in pil. When I got last sources from code.google.com, I noticed absence of x86-64.freeBsd.code.l and x86-64.freeBsd.defs.l in the mercurial repository. Other things work fine. Best regards, Mansur -- UNSUBSCRIBE:

Re: Trouble with httpGate and FreeBSD 9.1 [So

2013-02-04 Thread Mansur Mamkin
Hi Alex, I've just tested app/main.l + httpGate with fresh development release, it works fine. My patches to httpGate and ssl: # diff -u httpGate.c.orig httpGate.c --- httpGate.c.orig 2012-03-20 12:46:41.0 +0600 +++ httpGate.c 2013-01-27 22:16:09.0 +0600 @@ -2,6 +2,7 @@ *

Re[2]: Trouble with httpGate and FreeBSD 9.1

2013-02-02 Thread Mansur Mamkin
Hi Alex, First of all, I'd like to ask you which version of 'httpGate' you are using. Is it the latest one, with the source date 20mar12 (i.e. picoLisp-3.1.0 or newer)? Yes, the source date is: 20mar12abu Best regards, Mansur PԔ � j)mX�����zV�u�.n7�

Re[3]: Trouble with httpGate and FreeBSD 9.1

2013-02-02 Thread Mansur Mamkin
Hi again, Maybe it's possible to use SO_RCVLOWAT/SO_SNDLOWAT socket options? Or maybe server side should do some reassembly (with a little timeouts to prevent DoS attacks) to get whole line of the request Just IMHO.

Re[2]: Trouble with httpGate and FreeBSD 9.1

2013-02-02 Thread Mansur Mamkin
Hi Mansur, Maybe it's possible to use SO_RCVLOWAT/SO_SNDLOWAT socket options? As far as I understand it, this should not be necessary (see below). Or maybe server side should do some reassembly (with a little timeouts to prevent DoS attacks) to get whole line of the request

Re: picoLisp on FreeBSD 9.1 x64

2013-01-07 Thread Mansur Mamkin
Hi Alex, new testing release works fine, thanks! Notes for FreeBSD x86-64 users: For building 64bit version you will need working picolisp interpreter (e.g. 32bit one or java version) or asm-files, you can get them here: http://dl.dropbox.com/u/54259642/picoLisp/picoLisp-FreeBSD-x86-64.tgz As

Re: picoLisp on FreeBSD 9.1 x64

2013-01-06 Thread Mansur Mamkin
Hi! That's my inattention. I've found the solution :) One should use -rdynamic for LD_MAIN too. Without this e.g. dlopen(lib/ht) fails with Undefined symbol 'Nil' error So, now all tests passed with OK. Alex, I will send you my files soon. As I understand, it's not possible to send them as

Re: picoLisp on FreeBSD 9.1 x64

2013-01-04 Thread Mansur Mamkin
--e1eimUmj-ZHXgwhzIGfT8Jy1h:1357366514 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: base64 SGkgYWxsLApJIHRyaWVkIGRpZmZlcmVudCBvcHRpb25zLCBhbHNvIHdpdGhvdXQgc3RyaXBwaW5n LCBidXQgd2l0aCBubyBzdWNjZXNzLgpQZXJoYXBzIHNvbWVvbmUgY2FuIGhlbHAgdG8gd3JpdGUg

Re: picoLisp on FreeBSD 9.1 x64

2013-01-04 Thread Mansur Mamkin
Hi all, I tried different options, also without stripping, but with no success. Perhaps someone can help to write small assembly program with shared library for test dlopen/dlsym calls? Best regards, Mansur Hi Mansur, I've got working pil x64 on BSD. All tests are passed, Great!

Re: picoLisp on FreeBSD 9.1 x64

2013-01-03 Thread Mansur Mamkin
Hi Alex, I've got working pil x64 on BSD. All tests are passed, but with ext and ht: [test/src/ext.l:5] !? (ext:Snx PicoLisp is not Common Lisp) ext:Snx -- Undefined ? ... The same with ht: [test/src/ht.l:5] !? (ht:Prin 123äöüiÄÖÜß) ht:Prin -- Undefined # ls -l src64/x86-64* -rw-r--r-- 1 root

Re[2]: picoLisp on FreeBSD 9.1 x64

2013-01-01 Thread Mansur Mamkin
OK, so I made 32bit jail by this instructions: http://www.gundersen.net/32bit-jail-on-64bit-freebsd/ and rebuilt pil. Now all seems goes well. Now I need to get working IPv6 address inside a jail, but I should go now :) Вторник, 1 января 2013, 11:23 +01:00 от Alexander Burger

Re[2]: picoLisp on FreeBSD 9.1 x64

2013-01-01 Thread Mansur Mamkin
Hi all! I tried to build x64 version of pil on FreeBSD,  but I ended up with the following errors: root@proto:/root/picoLisp/src64 # gmake x86-64.freeBsd.base.o: In function `giveupX': (.text+0x459): undefined reference to `stderr' x86-64.freeBsd.base.o: In function `execErrS': (.text+0x496):

Re: picoLisp on FreeBSD 9.1 x64

2013-01-01 Thread Mansur Mamkin
ALT--LDu1Tujb1357058193 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: base64 CkhpIGFnYWluIQpmcm9twqBzeXMvd2FpdC5oOgoKI2RlZmluZT5fV1NUQVRVUyh4KTwtLS0+KF9X X0lOVCh4KSAmIDAxNzcpCiNkZWZpbmU+X1dTVE9QUEVEPC0tLS0tPjAxNzc8LS0+PC0tLS0tLT4v

picoLisp on FreeBSD 9.1 x64

2012-12-31 Thread Mansur Mamkin
Hi! Happy New year to all! I've just tried picoLisp with fresh installed FreeBSD 9.1 x64 That is NanoBSD on flash with ZFS on HDD. Build of 32bit pil  is successful with a little #include patch concerning IPv6,  but I get runtime errors: # ./dbg [/root/.pil/history:1] File lock: Invalid

Re: Download-Files corrupted ?

2012-12-21 Thread Mansur Mamkin
# fetch http://software-lab.de/picoLisp-3.1.1.tgz; picoLisp-3.1.1.tgz100% of 847 kB 668 kBps # md5 picoLisp-3.1.1.tgz MD5 (picoLisp-3.1.1.tgz) = 0efcca8a067004fd7c0e7852e3657ca6 All right :) Hi Answart, tar -vxf picoLisp-3.1.1.tgz tar: This does not look

Re: A little report about kerberos authentication

2012-05-21 Thread Mansur Mamkin
Hi all! I'm glad to share fresh-prepared kerbauth library (README included in the tarball): http://picolisp.com/5000/!wiki?kerbauth Comments and questions are welcome. Best regards, Mansur Mamkin -- UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe

Error: http -- Tag not found

2012-05-19 Thread Mansur Mamkin
(or (n== *ID 'krblogin) *KrbPrinc) (! http401))  # -- added code    (cond       ((match '(- @X . h t m l) @U) #   (de http401 () (httpStat 401 Unauthorized WWW-Authenticate: Negotiate) (throw http) ) # -- error occurs here Best regards, Mansur Mamkin

question about forms and +JS actions

2012-04-06 Thread Mansur Mamkin
Hi All! I have simple search form (see below) and there is one dropdown box in the form with list of predefined search filters. Is it possible to change values of other fields or even initiate search when occurs 'onchange' event of dropdown box? Should I use additional javascript code to do

Re: question about forms and +JS actions

2012-04-06 Thread Mansur Mamkin
Great! This is exactly what I need, thanks again! Currently I tried to use +Set, but missed +Chg. On 06.04.2012 16:44, Alexander Burger wrote: On Fri, Apr 06, 2012 at 12:34:23PM +0200, Alexander Burger wrote: ... '((Str) # Change function

non-existent external symbols

2012-03-26 Thread Mansur Mamkin
Hi All! Is it normal, that 64bit pil shows such errors (I didn't try it with 32bit): : (isa '+Bin '{73}) - {73} : (isa '+Bin '{7}) - NIL : (isa '+Bin '{11}) # deliberately trying non-existent external symbol DB read: Invalid argument : (ext? '{11}) 23799 SIG-11 Best regards, Mansur

Segfault on Linux Mint 12 x64

2012-03-06 Thread Mansur Mamkin
Hi Alex! I have Linux Mint 12 x64 (based on Ubuntu) on my laptop + picoLisp x64 ver. 3.0.9.4 (testing release) gcc version 4.6.1 (Ubuntu/Linaro 4.6.1-9ubuntu3) I get segfault when I run ./dbg, then enter (traceAll) or (ht:Prin ) I tried strace: --- (traceAll) --- .. skipped ... write(1, \n,

Re: Bug in the wiki?

2012-02-28 Thread Mansur Mamkin
Hi Alex! Thanks, all right with idForm. Now I see another strange behaviour. My steps (CentOS 6.2 x64): yum update yum install gcc gcc-c++ glibc-devel.i686 openssl-devel file cd /opt wget http://software-lab.de/picoLisp.tgz; tar xzf picoLisp.tgz wget http://software-lab.de/wiki.tgz; tar -C

Re: just a big THANK YOU

2010-12-22 Thread Mansur Mamkin
Hi all! I subscribe to wishes of Edwin, Thanks for Picolisp and merry christmas! was browsing thru the rosetta code examples. not to mention all the docs and written materials made available freely via the web. to everyone who has made picolisp what it is today, THANK YOU so much! have a

Re: Announce: ErsatzLisp (Java PicoLisp)

2010-11-17 Thread Mansur Mamkin
I've just tried it on my Windows 7 (64bit) with JRE 1.6.0_22 (32bit) It works fine, the only thing is java is not in my PATH, so I needed to write full path to java.exe :) C:\Program Files (x86)\Java\jre6\bin\java.exe -DPID=42 -jar picolisp.jar lib.l On Wed, Nov 17, 2010 at 07:58:20PM +0100,

inheritance of db relations

2010-11-02 Thread Mansur Mamkin
Hi all! I have such definitions: (class +DEnt +Entity) #Ancestor for project data classes (rel id (+Key +String)) (rel dsc (+Idx +String)) (class +Folder +DEnt) .. (setq +User '(+DEnt)) (extend +User) (rel nam (+String))# Full Name .. Now I try to use iter, scan and

Re: wiki password

2010-10-27 Thread Mansur Mamkin
Hi all! I'm fully agree with Alex, in this active discussion about passwords they sometimes forget about data itself :) ... But here we were talking about storing plain text passwords in a protected database, which would get compromised only if the whole database got into evil hands, which

Re: where are the values of CAR and CDR stored?

2010-08-24 Thread Mansur Mamkin
Hi all! Look at http://www.software-lab.de/doc/ref.html#vm Hi Santiago, thank you for this. i should have been clearer in my question. how is, say, a symbol, stored using cells?. -- UNSUBSCRIBE: mailto:picol...@software-lab.de?subject=unsubscribe

Re: PL vs. BSD License

2010-08-02 Thread Mansur Mamkin
Hi all, Hi all, as this discussion popped up recently and in the past, and will surely pop up in the future: What do you think if PicoLisp were released under the BSD license instead of GPL? Why not? It would be great to see PicoLisp under BDS license -- UNSUBSCRIBE:

Re: PL vs. BSD License

2010-08-02 Thread Mansur Mamkin
Hi all, Hi all, as this discussion popped up recently and in the past, and will surely pop up in the future: What do you think if PicoLisp were released under the BSD license instead of GPL? Why not? It would be great to see PicoLisp under BDS license Oops, sorry, I mean BSD --

Fwd: Re: Cygwin 1.7.5: Problem with dlopen and relative path

2010-04-29 Thread Mansur Mamkin
Thu, 29 Apr 2010 15:04:47 +0200 Corinna Vinschen corinna-cyg...@cygwin.com: On Apr 29 12:39, Mansur Mamkin wrote: Hello, As I see in source of dlfcn.cc, dlopen() should override LoadLibrary's automatic adding of a .dll suffix, but it's behaving strangely I have such files

Re[3]: Fwd: Cygwin 1.7.5: Problem with dlopen and relative path

2010-04-29 Thread Mansur Mamkin
Hi Alex, Yes, I think we should stay with the #ifdef patch for a while The case with dlopen(lib1) seems not to be used, but I checked it just in case Best regards, Mansur Hi Mansur, thanks for the info! /home/me/project/myexe.exe /home/me/project/lib1.dll

Re: ht:Pack is where?

2010-04-21 Thread Mansur Mamkin
Hello, It seems Cygwin behaves differently depending on whether dlopen argument contains path to file or filename only. If there is file name only and it is without dot, then Cygwin implicitly adds .dll to file name, but when there is a slash, Cygwin does not add .dll anymore. Try this

Re[2]: Wiki at home.picolisp.com

2010-04-10 Thread Mansur Mamkin
Hi all! Alex, IMHO there is no need to switch on locale selection at the moment Best Regards, Mansur So what is the general opinion? Should I put back in the locale selection? This would imply, however, that we also must prepare translations in all languages for the wiki-specific texts.

suggestion to change in Makefile

2009-12-09 Thread Mansur Mamkin
Hi all, what do you think about to do small modification in the Makefile I propose this because of link error on my Linux box (AltLinux Desktop). As I undestood, this is because of using --as-needed linker flag as default on that Linux. So AltLinux team suggests to put -llib arguments after

Re[2]: picolisp reader dot handling inconsistency

2009-09-24 Thread Mansur Mamkin
Hi Alex! I think the historical solution, where '.' was a plain meta-character, was the most consistent one. The dot was simply not allowed within internal symbols. Tt was only the representation of fixed point numbers that broke it. I agree with this :) -- UNSUBSCRIBE: