similar to: CLI program trying to hide characters hangs

Displaying 20 results from an estimated 7000 matches similar to: "CLI program trying to hide characters hangs"

2007 Sep 05
2
how to test timeouts? that #returns deprecation again...
I''m writing quite a few specs lately that use Ruby''s Timeout::timeout functionality, making sure that timeout errors are properly handled and everything flows right when some command line tools timeout. I like being able to use Mocha''s #returns right now to force a method to raise a TimeoutError, but I know that usage is going away at some point. I''d like to
2012 Sep 27
0
lustre_rsync and verbose output of changed files?
Hi I need to back up a Lustre filesystem using TSM, and am trying to find a way to generate a list of changed files from the Lustre changelogs, so that I can pass this list to dsmc to backup only the specified files (rather than having TSM traverse the filesystem to scan for changes). It seems like one way to potentially do this, is to run lustre_rsync using the --dry-run option, and get a
1997 Dec 08
1
WINS capabilities
I have set up SAMBA on AIX 4.2 and can attach to NT shares and vice versa. I acquired and configured SAMBA for basically one reason, that being to gain WINS client capabilities for AIX. Right now it's not working as expected, though. I am implementing Tivoli, and Tivoli requires a bidirectional name to address resolution in order to register the managed node agent with the Framework. I
2010 Jul 13
0
Need help: wineconsole BAT file run hangs
I am using wine-1.1.42 on ubuntu 9.04 to run a winxp machine control program. The program is run using a BAT file: wineconsole run.bat If the program runs successfully, it will create a log file with OK message in the body. When I ran the BAT file using wineconsole, the program was able to finish and generate the correct log file; however running the above does not return to command line and the
2008 Aug 09
0
peg-markdown (C) and rpeg-markdown (ruby gem)
Markdowners: I've released version 0.4.1 of peg-markdown, a C implementation of markdown. peg-markdown uses Ian Piumarta's peg/leg parser generator to generate a parser from a parsing expression grammar (PEG). You can inspect the grammar for markdown at http://github.com/jgm/peg-markdown/tree/HEAD/markdown_parser.leg peg-markdown now provides both a C library and a standalone
2008 May 03
1
markdown implementation in C using PEG grammar
I've just uploaded an implementation of markdown in C. It defines the syntax using a PEG grammar, so it should be easy to extend and modify. Right now it can produce output in either HTML or LaTeX, but it would be simple to add other output formats. It's very fast: on my machine, it converts a 178K markdown file in 0.14 seconds (vs. 9.6 seconds for the latest Markdown.pl and 0.57 seconds
2017 Oct 13
1
/var/run/... being deleted :((
On 10/13/2017 10:19 AM, Anand Buddhdev wrote: > .. > Stop trying to force a square peg into a round hole. Whee, I just _know_ I'm going to be positively skewered (and maybe even plonked!) for this.... but, hey, it's Friday, and this post is meant to be a bit funny.? So lighten up, and enjoy a short read. obHumor: I actually have a piece of furniture (a small table) with square
2009 Dec 18
1
?OT: Probabilistic Simulation
Sorry this may well be defined as Off Topic. I apologize in advance. I am interested in performing what I think would be a probabilistic sensitivity simulation. I've done some crude ones before in excel but I'm wondering if R can help me do it more effectively? I have a set of theoretical variables for simplicity lets use (what I think) is an easier example: I have a peg and a hole
2011 Oct 11
1
unable to start when WINELOADER is set to path of winconsole
Hi all. I am wanting to run the following command from the shell :: wineconsole explorer /desktop=ajay Since I intend to launch Windows CUI executables after launching explorer, I use wineconsole; and secondly, I set WINELOADER to the path of 'wineconsole' binary. (These steps are in conjunction with the link http://www.winehq.org/docs/wine But the application just hangs, always.
2009 Nov 19
0
Printing labeled summary to text file ?
Dear List, I am trying to run a mixed model which, on the R console, prints output as follows: [1] "Marker" [1] "perm no." [1] NA Linear mixed model fit by REML Formula: peg.no.prm ~ 1 + (1 | family/f) Data: modeldf AIC BIC logLik deviance REMLdev 3119 3134 -1555 3112 3111 Random effects: Groups Name Variance Std.Dev. f:family (Intercept) 0.0
2008 Apr 06
1
markdown PEG (parsing expression grammar)
There's been a lot of discussion on this list about creating a formal grammar for markdown. I had a go at writing a [parsing expression grammar] for markdown. I used Haskell and John Meacham's Frisby PEG parsing library, but it should not be too hard to port the grammar to PEG libraries in other languages. [parsing expression grammar]:
1999 Jan 25
1
Problems running apps from Samba 2.0.0 share on NT 4.0
Ever since I upgraded from Samba 1.9.18 to 2.0.0, I've been having problems with applications started from a Samba share dying silently, or with an Illegal Instruction message, on NT 4.0 Workstation. Since the only configuration change has been the Samba upgrade, that would seem to be the orgin of the problem. Below is my smb.conf file, in case I have something configured (or not configured)
2005 Dec 22
0
program doesn't work, wine returns without message
Hi List, I'm new to wine so please forgive me if I ask silly questions. I have a program here called matikus.exe which is some mathematical education program for kids. It runs under Win98, but I don' want to reboot my linux box (ubuntu 5.10 on AMD K6-2 500) just for that single win proggy. This program resides on CD and when I start it under wine I just get the prompt back after some
2008 Apr 18
0
got font problem invoking wineconsole (w/ debug info)
Hello, I have been tackling this problem for a whole day: err:wineconsole:WCUSER_SetFont wrong font err:wineconsole:WCUSER_SetFont wrong font err:wineconsole:WCUSER_SetFont wrong font err:wineconsole:WINECON_Fatal Couldn't find a decent font, aborting I digged in and found it could be related to locale and other things. Lacking enough knowledge, I could go no further. Result from
2009 Jul 28
1
Multiple lmer runs using 2 'for' loops
Dear Mark and the R list, I apologise greatly for not having thanked you earlier for your help with my last mail, which involved trying to sort out variance components using two methods: a direct looped lmer, and a two-step analysis involving regressions of AFLP markers on lmer residuals for the same result (or so I hoped). I was in India for ten days and no CRAN mirror in the vicinity made
2009 Jul 15
2
Differing Variable Length Inconsistencies in Random Effects/Regression Models
Dear All, I am quite new to R and am having a problem trying to run a linear model with random effects/ a regression- with particular regard to my variable lengths being different and the models refusing to compute any further. The codes I have been using are as follows: vc<-read.table("P:\\R\\Testvcomp10.txt",header=T) >> attach(vc) > > family<-factor(family) >
2009 Jun 11
1
[LLVMdev] PEG parsers? (was Re: Regular Expressions)
Hello everybody, I don't quite understand how the proposed regex library works but I know that PEG parser generators use a super-set of regex functionality to define their parsers. There's also a nice one on Google code called YARDparser that uses templates based on PEGs to generate efficient recursive-decent parsers. Furthermore, my partner and I am working on an interpreter for PEG
2010 May 03
5
New parser-based Markdown implementation for Java
Markdowners, just a short heads-up to a newly released Markdown implementation: "pegdown" (http://github.com/sirthias/pegdown) implements a Java Markdown-to-HTML processor based on a PEG parser with the grammar being based on John MacFarlanes C implementation "peg-markdown". pegdown uses "parboiled" (http://www.parboiled.org) for the actual parsing work and, as
2001 Dec 06
0
Out of memory using wineconsole
Hi, I tried to launch Windows ME's ftp.exe with wineconsole. Command line was : wineconsole --winver=winme ftp In result my system hangs, found in /var/log/messages : snoop kernel: Out of Memory: Killed process 14041 (wineconsole). Strange, because I have no problem running ftp without wineconsole. I have sufficient memory (208 MB swap,256MB physical).
2005 Jan 14
1
Samba & Tivoli Storage Mgr (TSM) Integration Query ???
All, Can anyone confirm that Samba/Solaris will integrate with TSM (Tivoli Storage Manager) when deployed into a Wintel client environment. ie. Solaris/Samba as a TSM client - we need to be sure that the ACL's will be maintained correctly via a TSM backup/restore (full or partial) Or confirm this does not work, which is not what we want to hear - but the truth will suffice. Many thanks,