Forum: C#
Jul 8th, 2007, 7:29 PM
|
|
Replies: 10
Views: 351
|
Forum: Show Off Your Open Source Projects
Mar 25th, 2007, 8:44 PM
|
|
Replies: 12
Views: 289
|
Forum: Show Off Your Open Source Projects
Mar 25th, 2007, 8:41 PM
|
|
Replies: 12
Views: 289
|
Forum: Show Off Your Open Source Projects
Mar 22nd, 2007, 3:27 PM
|
|
Replies: 12
Views: 289
|
Forum: Show Off Your Open Source Projects
Mar 21st, 2007, 10:06 PM
|
|
Replies: 12
Views: 289
|
Forum: Show Off Your Open Source Projects
Mar 21st, 2007, 9:08 PM
|
|
Replies: 12
Views: 289
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
|
Forum: Show Off Your Open Source Projects
Mar 21st, 2007, 5:05 PM
|
|
Replies: 12
Views: 289
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
|
Forum: C#
Oct 8th, 2006, 1:12 PM
|
|
Replies: 16
Views: 640
|
Forum: JavaScript and Client-Side Browser Scripting
Sep 26th, 2006, 8:35 PM
|
|
Replies: 4
Views: 295
|
Forum: JavaScript and Client-Side Browser Scripting
Sep 25th, 2006, 10:28 AM
|
|
Replies: 4
Views: 295
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
|
Forum: Coder's Corner Lounge
Aug 23rd, 2006, 9:49 PM
|
|
Replies: 637
Views: 18,686
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
|
Forum: C#
Jul 18th, 2006, 8:50 PM
|
|
Replies: 4
Views: 203
|
Forum: C#
Jul 7th, 2006, 6:07 PM
|
|
Replies: 8
Views: 298
|
Forum: C#
Jul 6th, 2006, 4:48 PM
|
|
Replies: 8
Views: 298
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
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
|
Forum: Python
Jun 12th, 2006, 7:42 PM
|
|
Replies: 4
Views: 243
|
Forum: Ruby
Jun 3rd, 2006, 11:44 PM
|
|
Replies: 16
Views: 1,257
|
Forum: Ruby
Apr 23rd, 2006, 1:29 AM
|
|
Replies: 0
Views: 453
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
|
Forum: Ruby
Apr 14th, 2006, 10:37 AM
|
|
Replies: 34
Views: 1,922
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
|
Forum: Ruby
Apr 12th, 2006, 8:33 AM
|
|
Replies: 34
Views: 1,922
|
Forum: Python
Apr 6th, 2006, 12:52 PM
|
|
Replies: 15
Views: 406
|
Forum: Python
Apr 6th, 2006, 10:55 AM
|
|
Replies: 15
Views: 406
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
|
Forum: Ruby
Mar 31st, 2006, 1:10 PM
|
|
Replies: 18
Views: 1,002
|
Forum: Ruby
Mar 30th, 2006, 1:55 PM
|
|
Replies: 18
Views: 1,002
|
Forum: Python
Mar 28th, 2006, 8:53 PM
|
|
Replies: 12
Views: 555
|
Forum: Ruby
Mar 27th, 2006, 3:27 PM
|
|
Replies: 34
Views: 1,922
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
|
Forum: Ruby
Mar 27th, 2006, 9:05 AM
|
|
Replies: 18
Views: 1,002
|
Forum: Ruby
Mar 26th, 2006, 10:49 PM
|
|
Replies: 18
Views: 1,002
|
Forum: Ruby
Mar 26th, 2006, 1:58 PM
|
|
Replies: 34
Views: 1,922
|
Forum: Ruby
Mar 25th, 2006, 8:13 PM
|
|
Replies: 5
Views: 620
|
Forum: Ruby
Mar 25th, 2006, 8:13 PM
|
|
Replies: 15
Views: 1,057
|