When to use Tcl_DecrRefCount() and when not to?54 (5/5/2013 3:28:45 PM) comp.lang.tcl I am using SWIG to interface a C library (libgpgme) that uses callbacks to Tcl
and have written some C code to implement Tcl coded callbacks. The SWIG
interface code looks like this:
%{
/* C Structure c... Robert
Quick Response Code (ISO-18004)153 (10/11/2012 8:09:46 PM) comp.text.tex Has anyone written a LaTeX style file to generate these? I searched on
CTAN -- all sorts of basic bar codes, but I could not find anything that
generates QR Codes (ISO-18004).
--
Robert Heller ... Robert
Typsetting inline 'tip' or 'note' thingys1025 (4/7/2012 2:00:56 PM) comp.text.tex I am writing a tutorial as part of the documentation for a software package and I am looking for a good way to typeset a kind on inline note or tip. I tried searching the TeX FAQ, but I suspect I am not using ... Robert
VFS, MS-Windows, and tk_get{Open,Save}File and tk_chooseDirectory...427 (9/12/2009 5:23:55 PM) comp.lang.tcl Using vfs::mk4 under MS-Windows (actually Wine under CentOS 4.8: 1.0.1-1.el4.rf), I have discovered a problem with tk_get{Open,Save}File and tk_chooseDirectory. These functions don't seem to 'see' the virtual ... Robert
STDERR, php://stderr, file_put_contents(), fwrite() questions...1525 (7/4/2009 11:40:15 PM) comp.lang.php I am using PHP5 (5.1.6) fwrite(STDERR,"...") yields an error: "PHP Warning: fwrite(): supplied argument is not a valid stream resource ..." I can work around this by using file_put_contents("php://stderr",... Robert
Looking for a X11 Login program ([xkg]dm replacememt)240 (2/4/2009 8:27:25 PM) comp.os.linux.misc I am looking for some kind of replacement program for the 'standard' graphical login managers. All of the 'standard' ones just have a box where a user can type in their username and password. This is fine for... Robert
Confused and dazed by ldap on CentOS 4.7236 (2/4/2009 4:41:42 PM) comp.os.linux.misc I've followed all of the documentation for migrating to ldap authentication, but it does not seem to work. I have read and re-read the documentation, but I am still confused and can't even figure out if the da... Robert
ulem.sty and \@startsection -- does not work?121 (1/6/2009 8:57:48 PM) comp.text.tex I would like to have underlined section headings, but it does not seem to work: Minimual test files: --------Begin testdoc.tex----------------- \documentclass{article} \usepackage{ulsections} \begin{document}... Robert
When to use Tcl_DecrRefCount() and when not to?54 (5/5/2013 3:28:45 PM) comp.lang.tcl I am using SWIG to interface a C library (libgpgme) that uses callbacks to Tcl
and have written some C code to implement Tcl coded callbacks. The SWIG
interface code looks like this:
%{
/* C Structure c... heller(2936)
bug in is_numeric1336 (5/12/2013 2:22:10 PM) comp.lang.php
Using PHP 5.3.6 on win7-74
if(is_numeric('x11.11c') returns TRUE
and variations eg: z1111x is also true
this does not seem right to me.
I've done a search but cant find mention in buglist.
... email4172(41)
Booleans compared to strings174 (5/13/2013 12:29:05 PM) comp.lang.php So, this is wierd:
$b = true;
var_dump($b);//boolean true
if(!$b)echo '!$b I wont echo, correctly so';
if($b)echo '$b I will echo, correctly so';
if($b == 'false')echo '$b == I will echo, which is w... doug8106(10)
mkdir no such file or directory154 (5/15/2013 3:04:27 AM) comp.lang.php I want to create a directory using mkdir. But I get "No such file or directory" error.
Below is the code I am using.
$filelocation = "/uploads/" . "/" . time();
Can some one please tell me what I am d... bhushan154(7)
TCL/TCL combined with Java/C/C++, Any Recommendations?133 (5/15/2013 4:15:43 PM) comp.lang.tcl Hi,
I have an application that I wrote in TCL/TK. It has to work with big files +5GB.
The parsing performace is not where I would like and some of the data manipulations are taking considerable amount of ... kranfg(38)
Screen position of a transient window51 (5/20/2013 9:46:52 AM) comp.lang.tcl
In checking how an application I wrote originally for Linux works under
Windows XP, I found a significant difference in default positioning of a
transient window over a top-level one.
Under Linux, the ... dislexic_wobmat1(52)
tcl 8.4 to 8.543 (5/21/2013 5:25:04 PM) comp.lang.tcl Hi all,
I've been using tcl 8.4.19 for ages, but just got
moved to 8.5.11 at work, and now a lot of my scripts fail.
For instance, I use:
"package require aes"
but this gets thrown out by 8.5
I ... kevparsons.groups(15)
Use of -parent parameter in built-in tk_ dialogs81 (5/22/2013 12:04:09 AM) comp.lang.tcl I am trying to understand the use of the -parent parameter in built-in tk
dialogue boxes like tk_chooseDirectory and tk_messageBox.
From my observations, using such dialogues without the -parent parameter ... dislexic_wobmat1(52)