¡@

Home 

c# Programming Glossary: ruby

Python: Inflate and Deflate implementations

http://stackoverflow.com/questions/1089662/python-inflate-and-deflate-implementations

else that can be executed from the command line such as a Ruby script since Inflate Deflate calls in zlib are fully wrapped.. since Inflate Deflate calls in zlib are fully wrapped in Ruby 4. I am seeking a solution but lacking a solution I will be..

C# 4: Real-World Example of Dynamic Types

http://stackoverflow.com/questions/2255982/c-sharp-4-real-world-example-of-dynamic-types

This is not nearly as beautiful as the equivalent Ruby but it is the best I could come up with at such short notice..

HttpWebRequest is extremely slow!

http://stackoverflow.com/questions/2519655/httpwebrequest-is-extremely-slow

extremely slow and then I tried doing a simple test in Ruby and I got these results Ruby program 2.11seconds for 10 HTTP.. tried doing a simple test in Ruby and I got these results Ruby program 2.11seconds for 10 HTTP GETs Ruby program 18.13seconds.. these results Ruby program 2.11seconds for 10 HTTP GETs Ruby program 18.13seconds for 100 HTTP GETs C# library 20.81seconds..

Scripting language for embedding into C#/.NET applications? [closed]

http://stackoverflow.com/questions/462311/scripting-language-for-embedding-into-c-net-applications

one of the best options. Another great option would be IronRuby . The main difference I see would be if your developers users.. developers users had any experience with either Python or Ruby that could be transferable. Really in the end your best option..

WCF and interfaces on data contracts

http://stackoverflow.com/questions/4720730/wcf-and-interfaces-on-data-contracts

where your clients can be anything from .NET to PHP to Ruby to whatever you need to make sure to express everything you..

Overriding Extension Methods

http://stackoverflow.com/questions/474074/overriding-extension-methods

extend the base functionality. In dynamic languages like Ruby it is often typical to use extension methods to provide addition..

Early and late binding

http://stackoverflow.com/questions/484214/early-and-late-binding

execute a different function. I think this happens in the Ruby language you can define a new method on an object while the..

Algorithm for simplifying decimal to fractions

http://stackoverflow.com/questions/5124743/algorithm-for-simplifying-decimal-to-fractions

A Fraction Alternatively as part of it's standard library Ruby has code that deals with rational numbers. It can convert from.. The documentation is found here . I know you're not using Ruby but it might help to look at the algorithms. Additionally you.. help to look at the algorithms. Additionally you can call Ruby code from C# or even write Ruby code inside a C# code file if..

dynamic and performance

http://stackoverflow.com/questions/7478387/dynamic-and-performance

is a legacy COM object or an Iron Python object or an Iron Ruby object or an IE DOM object. If it is not any of those then it..

Why learn Perl, Python, Ruby if the company is using C++, C# or Java as the application language? [closed]

http://stackoverflow.com/questions/84340/why-learn-perl-python-ruby-if-the-company-is-using-c-c-sharp-or-java-as-the

learn Perl Python Ruby if the company is using C C# or Java as the application language.. differences. It is a lot easier to do text parsing in Perl Ruby Python than it is in Java or C# partially because it is a lot.. take a lot less time to parse the text file using Perl Ruby Python or maybe even vbscript cringe and then load it into the..

Identifying last loop when using for each

http://stackoverflow.com/questions/1068110/identifying-last-loop-when-using-for-each

case during a loop Can it be done with foreach c# java ruby loops foreach share improve this question How about obtaining..

'pass parameter by reference' in Ruby?

http://stackoverflow.com/questions/161510/pass-parameter-by-reference-in-ruby

#should read '6' Btw. I know I could just use a func a c# ruby parameter passing pass by reference share improve this question..

Call Ruby or Python API in C# .NET

http://stackoverflow.com/questions/1684145/call-ruby-or-python-api-in-c-sharp-net

Am I missing something here Any ideas c# .net python ruby share improve this question This is one of the two things.. System using IronRuby class Program static void Main var rubyEngine Ruby.CreateEngine rubyEngine.ExecuteFile method_missing_demo.rb.. Program static void Main var rubyEngine Ruby.CreateEngine rubyEngine.ExecuteFile method_missing_demo.rb dynamic globals rubyEngine.Runtime.Globals..

calling a ruby script in c#

http://stackoverflow.com/questions/2285288/calling-a-ruby-script-in-c-sharp

a ruby script in c# How do make a call to a ruby script and pass some.. a ruby script in c# How do make a call to a ruby script and pass some parameters and once the script is finished.. return the control back to the c# code with the result c# ruby share improve this question void runScript using Process..

HttpWebRequest is extremely slow!

http://stackoverflow.com/questions/2519655/httpwebrequest-is-extremely-slow

is takes over 1 second to complete by itself while the ruby program making 1 request takes .3 seconds. I am also doing all..

When to use closure? [closed]

http://stackoverflow.com/questions/256625/when-to-use-closure

post code samples in a language like c# python javascript ruby etc. I am sorry I do not understand functional languages yet...

Is there a way to dynamically execute a string in .net, similar to eval() in javascript or dynamic sql in sql?

http://stackoverflow.com/questions/508213/is-there-a-way-to-dynamically-execute-a-string-in-net-similar-to-eval-in-jav

write the part that does the string manipulation in ironruby which has eval . the rest of your code wont even know you are.. eval . the rest of your code wont even know you are using ruby for that class assambly. the link you posted in the update looks.. pretty complicated for such a simple use case. using ironruby all you would have to do is write the MyDynamicEvalClass something..

Capture screen on server desktop session

http://stackoverflow.com/questions/5200341/capture-screen-on-server-desktop-session

using selenium with the selenium webdriver and headless a ruby gem developed by leonid shevtsov if your test are in selenium..

How to generate HMAC-SHA1 in C#?

http://stackoverflow.com/questions/6067751/how-to-generate-hmac-sha1-in-c

saying that my HMAC is invalid. Any ideas c# java php ruby hmac share improve this question an extension to Vimvq1987's..

Is python slower than Java/C#? [closed]

http://stackoverflow.com/questions/672857/is-python-slower-than-java-c

slower than Java C# performance comparison c java python ruby jython jruby groovy Here is a project that optimizes CPython.. Java C# performance comparison c java python ruby jython jruby groovy Here is a project that optimizes CPython unladen swallow..

Django or Ruby on Rails [closed]

http://stackoverflow.com/questions/732476/django-or-ruby-on-rails

environment to develop some chops in. c# python ruby on rails ruby django share improve this question I kind.. to develop some chops in. c# python ruby on rails ruby django share improve this question I kind of like the Python.. best to stick with python django. I've struggled to find ruby equivalents. However the RoR community seems to be much bigger..

Why learn Perl, Python, Ruby if the company is using C++, C# or Java as the application language? [closed]

http://stackoverflow.com/questions/84340/why-learn-perl-python-ruby-if-the-company-is-using-c-c-sharp-or-java-as-the

are usually looking for some real benefit. c# java python ruby perl share improve this question A lot of times some quick..

How do create a Dynamic class in C# 4?

http://stackoverflow.com/questions/893423/how-do-create-a-dynamic-class-in-c-sharp-4

based on the name of the non existent method that gets. In ruby this is method_missing. In Perl this is AUTOLOAD. I can't seem..