Displaying 6 results from an estimated 6 matches for "zshell".
Did you mean:
shell
2012 Nov 29
1
[LLVMdev] Getting Started
So instead of being able to quickly extend scripting via Bash or C Shell
you'd prefer people learn Python to extend any functionality?
Cygwin is well tested on Windows. Shell Scripting [Bash, C, Ksh, ZShell,
etc] is pervasive in UNIX/Linux and won't be replaced by Python or Perl.
Simple automated scripts requiring the memory footprint of python just
to make it work in Windows seems counter-intuitive to the fact that
LLVM/Clang is primarily UNIX first.
- Marc
P.S. Please let's not have a...
2012 Nov 29
0
[LLVMdev] Getting Started
On Thu, Nov 29, 2012 at 9:41 AM, Joe Abbey <jabbey at arxan.com> wrote:
> I know this process is well documented here
> http://llvm.org/docs/GettingStarted.html
>
> But man do I love scripting things:
>
> LLVM Getting Started (See http://llvm.org/docs/GettingStarted.html)
> ./getttingStarted.sh [-clang] [-compiler-rt] [-test-suite] [-branch branch]
> [-dir path] [-r
2006 Jul 19
1
z shell completion for vorbiscomment
I have written up a z shell completion function for the Ogg Vorbis
metadata editing program, vorbiscomment. It is attached, and available
at
http://netwood.net/usr/jessw/_vorbiscomment
The Z shell is an alternative shell, with a very powerful completion
system.
I look forward to any suggestions, bug reports, etc. Feel free to
include the file in the distribution, or link to it, as you
2012 Dec 01
0
[LLVMdev] Getting Started
...start out.
Varol
On 11/29/2012 04:45 PM, Marc J. Driftmeyer wrote:
> So instead of being able to quickly extend scripting via Bash or C
> Shell you'd prefer people learn Python to extend any functionality?
>
> Cygwin is well tested on Windows. Shell Scripting [Bash, C, Ksh,
> ZShell, etc] is pervasive in UNIX/Linux and won't be replaced by
> Python or Perl.
>
> Simple automated scripts requiring the memory footprint of python just
> to make it work in Windows seems counter-intuitive to the fact that
> LLVM/Clang is primarily UNIX first.
>
> - Marc
&...
2007 Jan 22
4
Adding sizers to other sizers doesn''t work
Hello all,
Running this on an Intel Mac
OSX 10.4.8
ruby 1.8.4 (2005-12-24) [i686-darwin]
wxruby2-preview (0.0.37)
using zshell
I''m having a heck of a time setting up a GUI with a differing number of
widgets per row, resulting in a differing number or widgets per column.
At first I tried to simply do something like the following:
class CharacterInfoPanel < Wx::Panel
def initialize(parent)
super(parent)...
2012 Nov 29
11
[LLVMdev] Getting Started
I know this process is well documented here http://llvm.org/docs/GettingStarted.html
But man do I love scripting things:
LLVM Getting Started (See http://llvm.org/docs/GettingStarted.html)
./getttingStarted.sh [-clang] [-compiler-rt] [-test-suite] [-branch branch]
[-dir path] [-r rev]
By default this script checks out ToT LLVM to the current working directory
Project Options:
-clang