Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
Where can I find the time bash utility source code? Is there a website that allows to search for this code?
The time command is from the GNU project, so all of the source code is available there.
Specifically, you are probably looking for this: http://ftpmirror.gnu.org/time/
The time command in Bash is built-in, so it should be found in the GNU Bash source code.
Related
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
In Windows, you could simply make a .vbs script (Virtual Basic Script) by doing x=msgbox(). But is there a scripting language for Linux?
There is a text/curses program called dialog, which you can call from bash, which is a fine scripting language.
http://manpages.ubuntu.com/manpages/natty/man1/dialog.1.html
And you can try some examples,
$ pushd /usr/share/doc/dialog/examples
$ ./calendar
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 4 years ago.
Improve this question
I am looking for an application to stresstest a Linux machine. I usually use stress, but am looking fof something which also generates graphics load. Preferably easy to compile without dependencies.
Any suggestions ?
x11perf is part of standard X11 distribution. Do x11perf -all to run all tests.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
Improve this question
I was only able to find this one (https://github.com/rollxx/vim-antlr), but it was made for version 3. Does anyone knows where I can find proper syntax for version 4?
There's another fork of rollx/vim-antlr that supports ANTLR4: dylon/vim-antlr
The fork that pascal mentioned is now unavailable, but I found another working one in GitHub’s list of forks of rollxx/vim-antlr. That fork is jrozner/vim-antlr.
There is a fork that supports version 4: blinks/vim-antlr
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this question
I can also settle for a web-based interface, but a good command-line tool is preferable. Now, I have tried to use xsd.exe that comes with mono-devel, but that skipped a whole bunch of stuff that was mentioned in the xml file.
I understand that I will need to hand-tweak the output, but I do want something decent to start with.
Try the tool that comes with the spring framework:
http://www.dotkam.com/2008/05/28/generate-xsd-from-xml/
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this question
Could I get FreeBSD handbook in PDF without converting?
There is a PDF version of the handbook in English at ftp://ftp.freebsd.org/pub/FreeBSD/doc/handbook.
For other languages, you need to select the language ftp://ftp.freebsd.org/pub/FreeBSD/doc/ and then browse to books/handbook directory.
The filename is book.pdf.zip.
Latest version of FreeBSD Handbook in PDF format at:
ftp://ftp.freebsd.org/pub/FreeBSD/doc/handbook/book.pdf.zip
note: the above link can be slow to start download, so just give it sometime :)