Anyone got a project idea?
-
Im a hobbiest C# programmer. I know the C# 2.0 language, .NET Framework and CLR pretty well. I am on the hunt for a new project to work on. What would be something that you people would download or buy? I need something that is not a monster, Im a lone developer so I cant take on a giant project. I have two projects under developement right now. Im adding some AI to a simple game of mine for which the AI is finnished(just need to integrate the .dll into the game) and a hex editor for which most of it is done. I need something new and it needs to be usefull or cool. I will post it on codeproject when Im done with it so if you guys can think of something you want let me know.
static int Sqrt(int x) { if (x<0) throw new ArgumentOutOfRangeException(); int temp, y=0, b=0x8000, bshft=15, v=x; do { if (v>=(temp=(y<<1)+b<>=1)>0); return y; :omg:
-
Im a hobbiest C# programmer. I know the C# 2.0 language, .NET Framework and CLR pretty well. I am on the hunt for a new project to work on. What would be something that you people would download or buy? I need something that is not a monster, Im a lone developer so I cant take on a giant project. I have two projects under developement right now. Im adding some AI to a simple game of mine for which the AI is finnished(just need to integrate the .dll into the game) and a hex editor for which most of it is done. I need something new and it needs to be usefull or cool. I will post it on codeproject when Im done with it so if you guys can think of something you want let me know.
static int Sqrt(int x) { if (x<0) throw new ArgumentOutOfRangeException(); int temp, y=0, b=0x8000, bshft=15, v=x; do { if (v>=(temp=(y<<1)+b<>=1)>0); return y; :omg:
I once thought of creating my own online blog which i can add/update/delete entries with my mobile phone/device. :cool:
Weiye Chen Time may have changed my life, but my heart remains the same to you... Time may have changed my heart, but my love for you never change...
-
Im a hobbiest C# programmer. I know the C# 2.0 language, .NET Framework and CLR pretty well. I am on the hunt for a new project to work on. What would be something that you people would download or buy? I need something that is not a monster, Im a lone developer so I cant take on a giant project. I have two projects under developement right now. Im adding some AI to a simple game of mine for which the AI is finnished(just need to integrate the .dll into the game) and a hex editor for which most of it is done. I need something new and it needs to be usefull or cool. I will post it on codeproject when Im done with it so if you guys can think of something you want let me know.
static int Sqrt(int x) { if (x<0) throw new ArgumentOutOfRangeException(); int temp, y=0, b=0x8000, bshft=15, v=x; do { if (v>=(temp=(y<<1)+b<>=1)>0); return y; :omg:
Henize wrote:
What would be something that you people would download or buy?
How about a robot that can clip my toenails? :rolleyes:
Jeremy Falcon A multithreaded, OpenGL-enabled application.[^]
-
Henize wrote:
What would be something that you people would download or buy?
How about a robot that can clip my toenails? :rolleyes:
Jeremy Falcon A multithreaded, OpenGL-enabled application.[^]
Jeremy Falcon wrote:
How about a robot that can clip my toenails?
That is creative. :doh:
-
Henize wrote:
What would be something that you people would download or buy?
How about a robot that can clip my toenails? :rolleyes:
Jeremy Falcon A multithreaded, OpenGL-enabled application.[^]
Jeremy Falcon wrote:
How about a robot that can clip my toenails?
That's tricky. How do you ensure that the robot will not be clipping anywhere pointy other than your toenails? :rolleyes:
Weiye Chen Time may have changed my life, but my heart remains the same to you... Time may have changed my heart, but my love for you never change...
-
Im a hobbiest C# programmer. I know the C# 2.0 language, .NET Framework and CLR pretty well. I am on the hunt for a new project to work on. What would be something that you people would download or buy? I need something that is not a monster, Im a lone developer so I cant take on a giant project. I have two projects under developement right now. Im adding some AI to a simple game of mine for which the AI is finnished(just need to integrate the .dll into the game) and a hex editor for which most of it is done. I need something new and it needs to be usefull or cool. I will post it on codeproject when Im done with it so if you guys can think of something you want let me know.
static int Sqrt(int x) { if (x<0) throw new ArgumentOutOfRangeException(); int temp, y=0, b=0x8000, bshft=15, v=x; do { if (v>=(temp=(y<<1)+b<>=1)>0); return y; :omg:
Just a couple of posts down there was a post about a photo organisation program. It seems like a fitting project to me.b You even have a feature list to work from! :) - Phil
-
Im a hobbiest C# programmer. I know the C# 2.0 language, .NET Framework and CLR pretty well. I am on the hunt for a new project to work on. What would be something that you people would download or buy? I need something that is not a monster, Im a lone developer so I cant take on a giant project. I have two projects under developement right now. Im adding some AI to a simple game of mine for which the AI is finnished(just need to integrate the .dll into the game) and a hex editor for which most of it is done. I need something new and it needs to be usefull or cool. I will post it on codeproject when Im done with it so if you guys can think of something you want let me know.
static int Sqrt(int x) { if (x<0) throw new ArgumentOutOfRangeException(); int temp, y=0, b=0x8000, bshft=15, v=x; do { if (v>=(temp=(y<<1)+b<>=1)>0); return y; :omg:
-
Just a couple of posts down there was a post about a photo organisation program. It seems like a fitting project to me.b You even have a feature list to work from! :) - Phil
-
Henize wrote:
What would be something that you people would download or buy?
How about a robot that can clip my toenails? :rolleyes:
Jeremy Falcon A multithreaded, OpenGL-enabled application.[^]
A chainsaw with a drill on the end should do the trick. Just start it up, set in on the floor and kick it a few times. No programming required.:rolleyes:
static int Sqrt(int x) { if (x<0) throw new ArgumentOutOfRangeException(); int temp, y=0, b=0x8000, bshft=15, v=x; do { if (v>=(temp=(y<<1)+b<>=1)>0); return y; :omg:
-
Im a hobbiest C# programmer. I know the C# 2.0 language, .NET Framework and CLR pretty well. I am on the hunt for a new project to work on. What would be something that you people would download or buy? I need something that is not a monster, Im a lone developer so I cant take on a giant project. I have two projects under developement right now. Im adding some AI to a simple game of mine for which the AI is finnished(just need to integrate the .dll into the game) and a hex editor for which most of it is done. I need something new and it needs to be usefull or cool. I will post it on codeproject when Im done with it so if you guys can think of something you want let me know.
static int Sqrt(int x) { if (x<0) throw new ArgumentOutOfRangeException(); int temp, y=0, b=0x8000, bshft=15, v=x; do { if (v>=(temp=(y<<1)+b<>=1)>0); return y; :omg:
-
A game sounds like a fun project to work on, only if I can get my A* algorithm to work:doh: XAML and Avalon looks fun too, I cant wait to get .NET 3.0.
static int Sqrt(int x) { if (x<0) throw new ArgumentOutOfRangeException(); int temp, y=0, b=0x8000, bshft=15, v=x; do { if (v>=(temp=(y<<1)+b<>=1)>0); return y; :omg:
-
Henize wrote:
What would be something that you people would download or buy?
How about a robot that can clip my toenails? :rolleyes:
Jeremy Falcon A multithreaded, OpenGL-enabled application.[^]
You mean Wife 2.0 is obsolete??? :rolleyes:
**
xacc.ide-0.2.0.57 - now with C# 2.0 parser and seamless VS2005 solution support!
**
-
A game sounds like a fun project to work on, only if I can get my A* algorithm to work:doh: XAML and Avalon looks fun too, I cant wait to get .NET 3.0.
static int Sqrt(int x) { if (x<0) throw new ArgumentOutOfRangeException(); int temp, y=0, b=0x8000, bshft=15, v=x; do { if (v>=(temp=(y<<1)+b<>=1)>0); return y; :omg:
-
Im a hobbiest C# programmer. I know the C# 2.0 language, .NET Framework and CLR pretty well. I am on the hunt for a new project to work on. What would be something that you people would download or buy? I need something that is not a monster, Im a lone developer so I cant take on a giant project. I have two projects under developement right now. Im adding some AI to a simple game of mine for which the AI is finnished(just need to integrate the .dll into the game) and a hex editor for which most of it is done. I need something new and it needs to be usefull or cool. I will post it on codeproject when Im done with it so if you guys can think of something you want let me know.
static int Sqrt(int x) { if (x<0) throw new ArgumentOutOfRangeException(); int temp, y=0, b=0x8000, bshft=15, v=x; do { if (v>=(temp=(y<<1)+b<>=1)>0); return y; :omg:
What about a file compare tool for binary files, since you already have a hex editor, it might be usefull to extend it.
-
Just a couple of posts down there was a post about a photo organisation program. It seems like a fitting project to me.b You even have a feature list to work from! :) - Phil
Is it coincidence that on the way to work this morning I tought of doing one of those, especially to include a photo 'safety' rating feature, so that when you view the snaps of your debauched holiday, to can flag some to just not be there when you show your parents/children/wife the photos.
-
What about a file compare tool for binary files, since you already have a hex editor, it might be usefull to extend it.