How to create an executable for Ruby console application [closed] - ruby

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 6 years ago.
Improve this question
I'm writing a simple console app, but instead of distributing it as a script (somefile.rb), I want it as a binary file, like an executable.
Any idea?

Embedded Ruby (or better mruby) into C or C++
Simple one file with script as text.
Here is example for mruby mruby.

Related

Compiling a pascal code [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 6 years ago.
Improve this question
I have a Pascal code which is a part of a book, there are two files .inc and .pas. I need to compile them and i dont know how to proceed could you please help me with this.
fpc [options] program
where fpc is pascal compiler, [options] are additional parameters and they are optional and program is your .pas file.

How to build ruby code in Sublime text 2? [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 8 years ago.
Improve this question
I have ubuntu. I saved my file as untitled.rb print "hello"
If I build this, I see nothing in build results.
Build system is Ruby.
I believe he means running ruby code in the Sublime Text console. To do this, all you have to do is have your file (with the code) saved then press CMD + SHIFT + B and you will get something like this:
It didn't work because system's language was Russian.

How to build own instructions for command line [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 9 years ago.
Improve this question
I had experienced Windows command line as well as Linux based. I curious how to build my own instructions for windows.
two possibilities come to my mind: batch files somewhere in the path and doskey

How do I create a patch file in windows? [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 9 years ago.
Improve this question
I use windows 8 and have source codes of a software in English version.
I translated it and want to create a patch file of it. It's my first time doing it..
And.. can I use diff which I believe can be used in Linux?
winmerge can create patches is you are looking for a gui way. they have some hints for doing it scripted as well: http://manual.winmerge.org/Faq.html#d0e10357

Is there some way to write scripts for Winamp? [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 8 years ago.
Improve this question
I like to write some scripts for Winamp. How might I do this?
You can also use gen_scripting plugin which uses JSpript or VB which might be of use to you.
And a few words to the wise: Just add the plugin to the winamp plugins directory and remember to register it with regsvr32 from the command prompt. Scripting only works with Winamp running :)

Resources