Jordan
Elite Poster
[M:5000]
Posts: 286
|
Post by Jordan on Apr 14, 2011 22:31:24 GMT
Yeah, they probably worked on those algorithms over a significant period of time because every time I do something I think of a way to make it faster. We have to use the huffman encoding algorithm, but the hard part is managing all the individual bits since you can only read in 8 bit chunks with C++. It's just tedious.
Edit: What I crossed out is false.
|
|
Nick
VIP
v5 Beta Tester[M:5000]
Philadelphia Eagles: 8-8
Posts: 2,239
|
Post by Nick on Apr 23, 2011 2:54:11 GMT
Me and my friend made a batch file that opened an infinite amount of command prompts and made them switch colors as fast as it could. 1 would max the processor, and it crashed pretty quickly! Lol
|
|
Adam
Mega Poster
[M:4750]
Professional Coder
Posts: 143
|
Post by Adam on Apr 26, 2011 1:12:22 GMT
I coded a web browser, with loads of functionality. It had a drop down menu of links, a bunch of buttons, a help menu... Unfortunately my computer had hard drive failure and I lost it...
|
|
Jordan
Elite Poster
[M:5000]
Posts: 286
|
Post by Jordan on Apr 26, 2011 2:24:14 GMT
Were you using Webkit or Microsoft's browser engine (or another engine)? I thought about making a simple one with Qt in C++ since it includes Webkit which is open source, but I ended up working on a simple chat system instead. You should really consider using an automatic backup program such as dropbox to save your files.
|
|
Ajay
Elite Poster
v5 Beta Tester[M:5000]
Posts: 253
|
Post by Ajay on Apr 26, 2011 16:32:20 GMT
I coded a Twitter client like a year back, i'll upload it if i can find it.
|
|
Adam
Mega Poster
[M:4750]
Professional Coder
Posts: 143
|
Post by Adam on Apr 26, 2011 21:36:10 GMT
Were you using Webkit or Microsoft's browser engine (or another engine)? I thought about making a simple one with Qt in C++ since it includes Webkit which is open source, but I ended up working on a simple chat system instead. You should really consider using an automatic backup program such as dropbox to save your files. I was using c#, VS 2010 Professional And I think I have a backup storage device in my closet somewhere, I'm just too lazy to dig it all out and find it, and then move all my files over. Doesn't exactly appeal to me
|
|
Jordan
Elite Poster
[M:5000]
Posts: 286
|
Post by Jordan on Apr 27, 2011 0:28:04 GMT
Were you using Webkit or Microsoft's browser engine (or another engine)? I thought about making a simple one with Qt in C++ since it includes Webkit which is open source, but I ended up working on a simple chat system instead. You should really consider using an automatic backup program such as dropbox to save your files. I was using c#, VS 2010 Professional And I think I have a backup storage device in my closet somewhere, I'm just too lazy to dig it all out and find it, and then move all my files over. Doesn't exactly appeal to me Then you were using Microsoft's browser engine, unless you decided to create a HTML parser yourself and an engine to draw all the widgets. ;P That's the great thing about using C#, though, you have the .NET framework at your fingertips so you can do whatever you want to do quickly without having to write everything yourself. And Dropbox is a simple and free program that acts as a "My Documents" folder, and whatever you put into that folder gets instantly uploaded to their website so you can download your stuff from a different computer (or sync two or more computers). I use it constantly every day and couldn't live without it. If you want an invite I'll send you one (that way I'll get more space :] ).
|
|
Adam
Mega Poster
[M:4750]
Professional Coder
Posts: 143
|
Post by Adam on Apr 27, 2011 0:38:29 GMT
I was using c#, VS 2010 Professional And I think I have a backup storage device in my closet somewhere, I'm just too lazy to dig it all out and find it, and then move all my files over. Doesn't exactly appeal to me Then you were using Microsoft's browser engine, unless you decided to create a HTML parser yourself and an engine to draw all the widgets. ;P That's the great thing about using C#, though, you have the .NET framework at your fingertips so you can do whatever you want to do quickly without having to write everything yourself. And Dropbox is a simple and free program that acts as a "My Documents" folder, and whatever you put into that folder gets instantly uploaded to their website so you can download your stuff from a different computer (or sync two or more computers). I use it constantly every day and couldn't live without it. If you want an invite I'll send you one (that way I'll get more space :] ). That's what I paid $800 for
|
|
Jordan
Elite Poster
[M:5000]
Posts: 286
|
Post by Jordan on Apr 27, 2011 0:42:06 GMT
You should be able to get it for free if you are a student.
|
|
Adam
Mega Poster
[M:4750]
Professional Coder
Posts: 143
|
Post by Adam on Apr 27, 2011 20:53:43 GMT
I didn't qualify. My college wasn't on the list :/
|
|
Jordan
Elite Poster
[M:5000]
Posts: 286
|
Post by Jordan on Apr 27, 2011 22:23:26 GMT
That sucks.
|
|
edenwax
VIP
v5 Beta Tester[M:5000]
Posts: 1,266
|
Post by edenwax on Apr 28, 2011 16:03:57 GMT
Awwwww I want a Dropbox invite!
|
|
Cam
Administrator
[M:5000]
Posts: 6,381
|
Post by Cam on Apr 28, 2011 21:56:57 GMT
Where's this dropbox?
|
|
Jordan
Elite Poster
[M:5000]
Posts: 286
|
Post by Jordan on Apr 29, 2011 3:54:57 GMT
Send me your emails and I'll give you an invite. I get 250MB of additional space for every person I invite, and I can get up to 8GBS but I'm only at 3GBs.
|
|
|
Post by stevenf50 on May 21, 2011 9:12:08 GMT
Me and my Dad coded a file searcher so my Dad could search for his music quickly without spending an hour looking for it in his hundreds of thousands of songs.
|
|
Nick
VIP
v5 Beta Tester[M:5000]
Philadelphia Eagles: 8-8
Posts: 2,239
|
Post by Nick on May 31, 2011 16:48:42 GMT
Me and my Dad coded a file searcher so my Dad could search for his music quickly without spending an hour looking for it in his hundreds of thousands of songs. What language did you use?
|
|
Cam
Administrator
[M:5000]
Posts: 6,381
|
Post by Cam on May 31, 2011 18:51:04 GMT
Me and my Dad coded a file searcher so my Dad could search for his music quickly without spending an hour looking for it in his hundreds of thousands of songs. What about Microsoft search?
|
|