search for: tmtowtdi

Displaying 10 results from an estimated 10 matches for "tmtowtdi".

2007 Oct 08
1
Print from remote applications
I have some clients that connect to an application running on another server via ssh. They launch xterm and executes ssh to the site and start the application, i have a problem trying to redirect the printing to the local printer on the client pc. any ideas how can i that? thanks -------------- next part -------------- An HTML attachment was scrubbed... URL:
2008 May 11
0
[LLVMdev] Python bindings available.
...#39;do stuff with inst' might entail deleting another related instruction, where that instruction might appear later in reversed(block.instructions)--dangling pointer, boom! :) On the other hand, creating a copy as your code presumably does is also sometimes exactly what's wanted... TMTOWTDI, as they say. — Gordon
2008 May 11
2
[LLVMdev] Python bindings available.
Hi Gordon, Thanks for your comments. > > Constant.string(value, dont_null_terminate) -- value is a string > > Constant.struct(consts, packed) -- a struct, consts is a list of > > other constants, packed is boolean > > I did this in Ocaml initially, but found the boolean constants pretty > confusing to read in code. I kept asking "What's that random true
2004 Jan 17
1
diff for Interix port for -portable
I diffed a clean 3.7.1p2 and one modified by the folks at Interop Systems to compile under Interix (the Windows Posix layer updated in the new Services For Unix release). The bulk of it is removing the hardcoded root UID and GID. If someone is interested in this, I'd be happy to send a diff (though anyone can inspect the changes by grabbing the package from
2008 May 12
1
[LLVMdev] Python bindings available.
...++). The "iterator protocol" is defined only for forward iteration. That's why the "reversed()" idiom. BTW, I didn't find any APIs for deleting an instruction? > hand, creating a copy as your code presumably does is also sometimes > exactly what's wanted... TMTOWTDI, as they say. Pythoners will disagree -- see 'python -c "import this"' ;-) Regards, -Mahadevan.
2009 Sep 28
3
Remove single entries
Dear Community, I have a data set with two columns, bird number and mass. Individual birds were captured 1-13 times and weighed each time. I would like to remove those individuals that were captured only once, so that I can assess mass variability per bird. I¹ve tried many approaches with no success. Can anyone recommend a way to remove individuals that were captured only once? Thanks, Ray
2011 Nov 23
5
Forget SMB password immediately
Hi, I'm new to CentOS and also on the list, since I usually work with Debian. My problem is as follows: I have a NAS where users connect to do their backups. Each user has a folder shared where only he can enter. Multiple users get connected from a CentOS 5.7 to the NAS, each in its shared folder. I connect to the NAS by entering the login, password and shared folder of user A (here I
2010 May 05
12
puppet for switches
This might be a crazy idea, but it just popped into my head, and I wanted to know if it''s possible. Perhaps not possible right now, but possible in a theoretical sense. Is it possible that puppet could be modified to be used to manage switches that have a command line based interface? When I manage our Allied Telesis switches (which have a CLI similar to cisco IOS) I wonder if I could
2011 Sep 17
9
This doesn't make sense
Just got my Lenovo TS130 with a Xeon E3-1225 Processor, 4GB RAM, blah, blah, blah...... It won't boot CentOS 6.0 64 bit, Scientific Linux 64 bit 6.1, but will boot 32 bit CentOS 6.0. Any ideas? Otherwise, its going back to Amazon Monday and I'm done. Will keep my 5.7 Centos boxes until they rot! TIA
2006 Feb 26
11
Asterisk question
Any idea how to read an external file, grab some stuff and push it back into an Asterisk variable? I can do it the other way with: system(echo "${UNIQUEID} =>" >> /home/ast/curr_calls) but I'm a bit stumped on how to go the other way around.... much thanks, Paul Hales