Michells Mesterværk

Vinderen af låge 8

by Administrator 10. December 2009 09:46

Allan Hvam Petersen var den eneste der formåede at melde tilbage med en løsning på låge nr. 8.

Her er Allans bud på en løsning. Tillykke med sejren :)

using System;
using System.Linq;
using Microsoft.Scripting;
using Microsoft.Scripting.Hosting;
using IronPython.Hosting;
using System.Dynamic;

namespace MrFrost08
{
class PythonBuiltins : DynamicObject
{
private ScriptEngine Engine { get; set; }
private ScriptScope Scope { get; set; }

public PythonBuiltins()
{
Engine = Python.CreateEngine();

Scope = Engine.GetBuiltinModule();
}

public override bool TryGetMember(GetMemberBinder binder, out object result)
{
return Scope.TryGetVariable(binder.Name, out result);
}
}

class Program
{
static void Main(string[] args)
{
dynamic pythonBuildins = new PythonBuiltins();

var pow = pythonBuildins.pow;
var result = pow(5, 5);
Console.WriteLine("5^5 = " + result);

var e = Enumerable.Range(0, 5);
var zip = pythonBuildins.zip;
var zipped = zip(e, e);
Console.WriteLine("Zipped:");
foreach (var item in zipped)
{
Console.WriteLine(item);
}
}
}
}


Tags:

Comments

1/21/2010 9:31:58 AM #

same day payday loans

It is gradually designed and very important for me to get beneficail information to fadd my blog. Thanks

same day payday loans United States

2/14/2010 1:42:48 PM #

اخبار

I was very pleased to find this site.I wanted to thank you for this great read!! I definitely enjoying every little bit of it and I have you bookmarked to check out new stuff you post.

اخبار Egypt

2/28/2010 3:18:20 AM #

penny stocks

Awesome post I bookmared it on Delicious and submitted on Digg. Hopefully it sends more people your way Smile

penny stocks United States

2/28/2010 11:32:52 AM #

penny stocks

Great blog it's not often that I comment but I felt you deserve it.

penny stocks United States

2/28/2010 10:37:58 PM #

Fatcow Coupon

Should I get a VPS? At the moment I am using lunarpages but they keep disabling my account because of high server overload. Im getting about 3,000 unique views a day. What brand should I get?

Fatcow Coupon United States

3/3/2010 6:56:50 AM #

wow mobile

WoW Mobiles is awesome! I get free mobile service with t-mobile because I refered 3 people to wow. You can too!

wow mobile United States

3/3/2010 3:49:55 PM #

hd movies

I enjoy watching movies online, it is way cheaper than going to the theaters.

hd movies United States

3/4/2010 6:22:34 AM #

free hd movies

I love watching movies online, it is way cheaper than going to the theaters.

free hd movies United States

3/4/2010 8:13:33 AM #

watch movies online

I love watching movies online, it is way cheaper than going to the theaters.

watch movies online United States

3/5/2010 3:59:19 PM #

Free Cell Service

Is tethering against the Terms of Service of mobile phone providers? Which ones allow it?

Free Cell Service United States

3/9/2010 8:43:52 PM #

WoW Mobile

Do you know which mobile phone services allow tethering?

WoW Mobile United States

3/10/2010 12:01:30 AM #

WoW Mobile

Do you know which cell phone services allow tethering?

WoW Mobile United States

3/17/2010 2:06:16 AM #

ssk sorgulama

This is a really good read for me, Must admit that you are one of the best bloggers I ever saw.Thanks for posting this informative article.

ssk sorgulama United States

3/17/2010 11:47:50 AM #

arac sorgulama

I admire the valuable information you offer in your articles. I will bookmark your blog and have my children check up here often. I am quite sure they will learn lots of new stuff here than anybody else!

arac sorgulama United States

3/20/2010 3:27:27 PM #

ehliyet

Excellent post.I want to thank you for this informative read, I really appreciate sharing this great post. Keep up your work.

ehliyet Denmark

3/20/2010 11:41:39 PM #

HD Movies

Do you know where I can watch hd movies online?

HD Movies United States

Add comment


(Will show your Gravatar icon)

(De 3 specielle karaktere i det danske alfabet?)
  Country flag

biuquote
  • Comment
  • Preview
Loading



Powered by BlogEngine.NET 1.6.0.0
Theme by Mads Kristensen