A lot of devs in my workplace use python for
multithreaded apps: I suspect because it's easier than learning a native C interface.
I noticed recently that python uses a global locking
mechanism(at least on unix) for base functionality.
I've also discovered that OO in python is no better than...
A friend of mine wants to know:
"Do you know how to send a tcl/tk window from one screen to another on the same machine? I found you can get the current screen name using 'winfo screen', but I have yet to find out how to change it dynamically."
Since I'm not a tk guy, does anybody have a clue?
Sorry to crosspost between HP, and here but HP
looks dead...
Working with an HP-UX B.10.20 A 9000/750..
I've have been tasked with integrating this into
a nis domain served by freebsd nis servers.
The nis authentication works for linux hosts
and with ssh keys in place the HP-UX authenticates...
Hi, all.
Working with an HP-UX B.10.20 A 9000/750..
I've have been tasked with integrating this into
a nis domain served by freebsd nis servers.
The nis authentication works for linux hosts
and with ssh keys in place the HP-UX authenticates
the keyed nis user, however, passwd authentication...
Using a vanilla kernel (2.4.27) on RH ent3. The reasons
for this can't be explained, but accept that it is needful
and unavoidable for the time being.
It seems like any multihreaded app utilizing pthreads
segfaults uncontrollably. I've also read of at least one
other case like mine with...
I've recently run into a snag with a switch IOS that
pretty much demands a hyperterminal interface to their
switches yet proclaims their IOS vt100 compatible and
gives control parameters that are easily settable.
I'm very tempted to code a local interface to these
devices but have run smack...
I need to rate limit ipx rip traffic over 5 wan links = 3 frame links, 2 smds links. I need to sap inspect broadcasts and
advertise their availability to clients before the broadcast
so proprietary filtration can make a determination of whether or not to actually advertise. If not I need an acl...
How would you guys consider dealing with this?
Problem:
1.Open a random file in a directory.
2.Seek to a random point in the selected file.
3.Read from file till a certain char is found or eof.
4.If char is found: read and print to stdout till matching
char is found on the 'other end' of the...
Am I the only one who gets tired of cisco pushing their
cracked idea of an IOS on people, with counterintuitive
syntax(NAT), ordinally stupid access lists, unix like
'improvisations' that don't go far enough, and basically
bad attitude support.
Anybody with similar ideas or bad experiences...
I would like to be able to find the most efficient
algo for removing duplicates from an unsorted simple
linked list with the datatype being a 'string'.
Any examples, or references?
Hi all..
I'm new to PHP but decided that it was worth looking
into.
I've considerable experience with other languages
and web development in general using older methods
(cgi and javascript based solutions).
Can somebody give me an overview of the ways they
use PHP that are simpler/better than...
..using socket and fork with expect and the genric tcl tcp
socket interface?
Here's my code for the server and client, which works fine
when there is an active (t|p)ty open, but dies without.
Client:
proc mkTime {} {
return [binary format H* [clock format [clock seconds] -format...
Does anyone have any suggestions or code referrals
for a trivial timeserver that accepts an epoch time
stamp and sets the system date entirely in C without
root privileges throughout?
I've looked at the function defs for a day and have
come up empty since settimeofday() is a little rigid...
Very cool new release for our favorite scripting language
with some features that I know I'm happy about.
Changes from 3.1.2 to 3.1.3
---------------------------
1. Gawk now follows POSIX in handling of local numeric formats for
input, output and number/string conversions.
2. Multibyte...
I've been asked to help clean up some mp3 code but have
very little experience with this stuff.
Does anybody know of a nice api that handles many of the low level details or docs good for a newbie to this type of
programming, and who has a good/fair grasp of ansi and unix
C?
Hi, all
I have not used find extensively, usually because
I could do it another way with greater flexibility.
Yesterday I had a situation where it was perfect.
A number of files in various subdirectories, all named identically, needed one line changed.
Calling find I was able to do what I...
Please be aware that there is a (potentially) exploitable
buffer overflow for all recent versions(and not so recent versions) of Sendmail.
See here: http://www.sendmail.org/
Check your vendors security updates list!
HTH
With some neat enhancements and some performance and
code cleanup.
Details here:
http://groups.google.com/groups?dq=&hl=en&lr=&ie=UTF-8&safe=off&threadm=newscache%249q4iah%24x7l%241%40lnews.actcom.co.il&prev=/groups%3Fhl%3Den%26lr%3D%26ie%3DUTF-8%26group%3Dcomp.lang.awk
The novell review seems skimpy.
I was recently contacted by a client who is
interested in using BM due to design issues and
is currently using BM 3.5.
I have used 3.5 and do not think highly of it.
Does anyone know of any use reviews or upgrade
issues for a shop using netware 5.1/BM 3.5?
Hi all..
I decided I wanted a little ttt program in the shell
and wrote one.
Unfortunately the algo for searching for winning
combo's is linear and is limited to three consecutive
moves, when a winning combo like:
# #
X # X...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.