Programming Forums
User Name Password Register
 

RSS Feed
FORUM INDEX | TODAY'S POSTS | UNANSWERED THREADS | ADVANCED SEARCH

Showing results 1 to 40 of 104
Search took 0.02 seconds.
Search: Posts Made By: Master
Forum: C# Jul 8th, 2007, 7:29 PM
Replies: 10
Views: 351
Posted By Master
You don't need to create one, Here is one...

You don't need to create one, Here is one already

IronPython: http://www.codeplex.com/IronPython/Release/ProjectReleases.aspx?ReleaseId=2573
Forum: Show Off Your Open Source Projects Mar 25th, 2007, 8:44 PM
Replies: 12
Views: 289
Posted By Master
Thanks for the reminder, i totally forgot. :D I...

Thanks for the reminder, i totally forgot. :D I have updated it.
Forum: Show Off Your Open Source Projects Mar 25th, 2007, 8:41 PM
Replies: 12
Views: 289
Posted By Master
Thanks for the comment, i am rather new to...

Thanks for the comment, i am rather new to python. I am more of a ruby user trying my best to use some concept of ruby in python.
Forum: Show Off Your Open Source Projects Mar 22nd, 2007, 3:27 PM
Replies: 12
Views: 289
Posted By Master
Sorry, i did not realized it :)

Sorry, i did not realized it :)
Forum: Show Off Your Open Source Projects Mar 21st, 2007, 10:06 PM
Replies: 12
Views: 289
Posted By Master
Can you post it. I will be glad to update it :)

Can you post it. I will be glad to update it :)
Forum: Show Off Your Open Source Projects Mar 21st, 2007, 9:08 PM
Replies: 12
Views: 289
Posted By Master
I tested the code and it works :). The s on the...

I tested the code and it works :). The s on the right indent. The point of the code is to show how to use if and else compare to ruby. Some part of the code is not need but to show an example.

The...
Forum: Show Off Your Open Source Projects Mar 21st, 2007, 5:46 PM
Replies: 12
Views: 289
Posted By Master
Thanks for letting me know, i have updated it....

Thanks for letting me know, i have updated it. The problem was because i did not tab the code.
Forum: Show Off Your Open Source Projects Mar 21st, 2007, 5:05 PM
Replies: 12
Views: 289
Posted By Master
Talking Phoenix Engine.NET

This is my first crack at making a game maker, so i would be glad if anyone here can test my engine and post some feedback on the blog. Thanks :-)

Link: http://phoenixengine.blogspot.com/
Forum: C# Nov 21st, 2006, 8:37 AM
Replies: 11
Views: 333
Posted By Master
I think he think he is using VB.NET because it...

I think he think he is using VB.NET because it automatically does the conversion
Forum: C# Oct 8th, 2006, 1:12 PM
Replies: 16
Views: 640
Posted By Master
Making a game engine could be fun, i am currently...

Making a game engine could be fun, i am currently making one
Forum: JavaScript and Client-Side Browser Scripting Sep 26th, 2006, 8:35 PM
Replies: 4
Views: 295
Posted By Master
Don't worry about it any more, i recode it in...

Don't worry about it any more, i recode it in ASP.net with C#
Forum: JavaScript and Client-Side Browser Scripting Sep 25th, 2006, 10:28 AM
Replies: 4
Views: 295
Posted By Master
How to delete file in JavaScript

I did this but it does not work


function DeleteFile(filename)
{
var fso = new ActiveXObject("Scripting.FileSystemObject");
fso.DeleteFile(filename, true);
}
Forum: Coder's Corner Lounge Sep 4th, 2006, 10:23 PM
Replies: 102
Views: 1,787
Posted By Master
rateValue = 0.007/4.0 * 1.45 + 5 FinalRate =...

rateValue = 0.007/4.0 * 1.45 + 5
FinalRate = rateValue/10
Forum: Coder's Corner Lounge Aug 23rd, 2006, 9:49 PM
Replies: 637
Views: 18,686
Posted By Master
493)Lua number = {1,2,3,4,5,6,7,8,9,10} for n...

493)Lua

number = {1,2,3,4,5,6,7,8,9,10}
for n in number do
print n
end
Forum: C# Jul 19th, 2006, 11:12 AM
Replies: 4
Views: 203
Posted By Master
Thanks for the suggestions

Thanks for the suggestions
Forum: C# Jul 18th, 2006, 8:50 PM
Replies: 4
Views: 203
Posted By Master
Question Regular Expression Patterns

I need help matching the follow string with regexp


if(something)
if(something)
do_something
end
end
Forum: C# Jul 7th, 2006, 6:07 PM
Replies: 8
Views: 298
Posted By Master
I used the API call in Ruby and i was able to...

I used the API call in Ruby and i was able to render video on any window, but in C# i can not render it to any window
Forum: C# Jul 6th, 2006, 4:48 PM
Replies: 8
Views: 298
Posted By Master
when i say any window i mean like inside a...

when i say any window i mean like inside a web-browser, window application, Desktop, and any application not just a window application in .Net framework. Thanks for the reply so far
Forum: C# Jul 2nd, 2006, 12:20 AM
Replies: 8
Views: 298
Posted By Master
C#, How do i display MPEG Video on any window

If possible, can some tell me how to display a Mpeg Video on any window i choose using the MCISendString API

this is what i have so far



[DllImport("user32.dll", SetLastError = true)]
public...
Forum: Python Jun 30th, 2006, 11:02 PM
Replies: 4
Views: 218
Posted By Master
Vb uses Imports also

Vb uses Imports also
Forum: Python Jun 12th, 2006, 7:42 PM
Replies: 4
Views: 243
Posted By Master
http://www.gherp.com/gallery/boaspythons/Python%20...

http://www.gherp.com/gallery/boaspythons/Python%20molurus%20bivittatus%20-%20granite%20juv.jpg
Forum: Ruby Jun 3rd, 2006, 11:44 PM
Replies: 16
Views: 1,257
Posted By Master
Rudl/ruby

Rudl/ruby
Forum: Ruby Apr 23rd, 2006, 1:29 AM
Replies: 0
Views: 453
Posted By Master
MyDatabase Program called Tribute

I made a little module that act just like sql does. here is the code. But it is not completed it. you can only ADD, MakeTable, DROP TABLE and DISPLAY table

I added sample on how to use it

module...
Forum: Python Apr 16th, 2006, 1:16 PM
Replies: 43
Views: 1,180
Posted By Master
The teacher should teach C# or Java

The teacher should teach C# or Java
Forum: Ruby Apr 14th, 2006, 10:37 AM
Replies: 34
Views: 1,922
Posted By Master
I guess you still don't understand ruby quite...

I guess you still don't understand ruby quite well. When you defualt parameter is an hash. then you pass just :a=>1, that mean you are replacing the defualt hash with the one which you pass that...
Forum: Ruby Apr 12th, 2006, 3:53 PM
Replies: 34
Views: 1,922
Posted By Master
never mind i know what it mean...

never mind i know what it mean now
http://diveintopython.org/power_of_introspection/optional_arguments.html
Forum: Ruby Apr 12th, 2006, 8:33 AM
Replies: 34
Views: 1,922
Posted By Master
defualt values works in ruby def doSomething(x =...

defualt values works in ruby

def doSomething(x = 10, y=4)
sprintf("%s %s",x,y)
end
doSomething() returns 10 and 4
doSomething(5) return 5 and 4
doSomething(6,7) return 6 and 7

when calling a...
Forum: Python Apr 6th, 2006, 12:52 PM
Replies: 15
Views: 406
Posted By Master
Rubyist

Rubyist
Forum: Python Apr 6th, 2006, 10:55 AM
Replies: 15
Views: 406
Posted By Master
I don't really find it readable as you think. I...

I don't really find it readable as you think. I do understand what the code does. But the formatting is not all that great. it is better to use braclet or begin and end like ruby does. Note i am not...
Forum: Ruby Apr 1st, 2006, 11:24 AM
Replies: 18
Views: 1,002
Posted By Master
The checkers has some bugs in it that i have yet...

The checkers has some bugs in it that i have yet to fix, but ignore that and use it as a learning tool and could even fix the bug yourself too

You can download the file from...
Forum: Ruby Mar 31st, 2006, 1:10 PM
Replies: 18
Views: 1,002
Posted By Master
i have some game but most are not completed. but...

i have some game but most are not completed. but I did not comment any of them because i could not find the reason to do so until i finish making everything. If you want me to post my checker game i...
Forum: Ruby Mar 30th, 2006, 1:55 PM
Replies: 18
Views: 1,002
Posted By Master
So how is the game library, is it of any good. if...

So how is the game library, is it of any good. if you want screenshot of what i have done with it, i can post it
Forum: Python Mar 28th, 2006, 8:53 PM
Replies: 12
Views: 555
Posted By Master
MCISendString API from the wimm.dll

MCISendString API from the wimm.dll
Forum: Ruby Mar 27th, 2006, 3:27 PM
Replies: 34
Views: 1,922
Posted By Master
code snippet for a TreeNode class...

code snippet for a TreeNode

class Tree
attr_accessor :root
class Nodes
attr_reader :data
attr_reader :left
attr_reader :right
attr_reader :middle
def initialize(data)
Forum: Python Mar 27th, 2006, 9:07 AM
Replies: 12
Views: 555
Posted By Master
using api is better and faster

using api is better and faster
Forum: Ruby Mar 27th, 2006, 9:05 AM
Replies: 18
Views: 1,002
Posted By Master
edit the code in them and use require__...

edit the code in them and use
require__ "RUDL"

rather than
require "RUDL"
Forum: Ruby Mar 26th, 2006, 10:49 PM
Replies: 18
Views: 1,002
Posted By Master
when you get RUDL click on the install-on-window....

when you get RUDL click on the install-on-window. then select y to allow installation. then select 1 so that it will copy all the neccesary files for rudl to work. ".so" files are library extension...
Forum: Ruby Mar 26th, 2006, 1:58 PM
Replies: 34
Views: 1,922
Posted By Master
class Time def tenth time_time = ("%0.1f" %...

class Time
def tenth
time_time = ("%0.1f" % self)
new_time = time_time.split(//)
return (new_time[-2] + new_time[-1]).to_i
end

def hundth
time_time = ("%0.2f" % self)
...
Forum: Ruby Mar 25th, 2006, 8:13 PM
Replies: 5
Views: 620
Posted By Master
try using the wxruby rather than fxruby(also know...

try using the wxruby rather than fxruby(also know as fox toolkit which extend)
Forum: Ruby Mar 25th, 2006, 8:13 PM
Replies: 15
Views: 1,057
Posted By Master
use Mondrian Ruby IDE or komodo, they are the...

use Mondrian Ruby IDE or komodo, they are the best.
Showing results 1 to 40 of 104

 
Forum Jump



DaniWeb IT Discussion Community
All times are GMT -5. The time now is 4:52 PM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC