Page 17 of 43
Re: Programming, computers, etc. [Serious]
Posted: Wed Aug 01, 2012 3:48 pm
by atomtengeralattjaro
Arkannine wrote:People just build libraries like it ain't a thing
But today I made my first real-ish game in xna, a shooter
Shootah.rar
it failed to run here. (win7 x64)
gave me the following very informative and easily understandable message (Look! it even has additional information!):
Code: Select all
Problem signature:
Problem Event Name: APPCRASH
Application Name: Shootah.exe
Application Version: 1.0.0.0
Application Timestamp: 50192e30
Fault Module Name: KERNELBASE.dll
Fault Module Version: 6.1.7601.17651
Fault Module Timestamp: 4e211319
Exception Code: e0434352
Exception Offset: 0000b9bc
OS Version: 6.1.7601.2.1.0.256.48
Locale ID: 1038
Additional Information 1: 0a9e
Additional Information 2: 0a9e372d3b4ad19135b953a78882e789
Additional Information 3: 0a9e
Additional Information 4: 0a9e372d3b4ad19135b953a78882e789
i tried it on a winXP virtual machine too, but there it threw an unhandled win32 exception.
Re: Programming, computers, etc. [Serious]
Posted: Wed Aug 01, 2012 8:02 pm
by Arkannine
That's weird, it works on desktop and laptop, both also w7 x64... Do you have XNA redist installed?

- Capture8-1-2012-5.03.55 PM.jpg (30.44 KiB) Viewed 3764 times
Re: Programming, computers, etc. [Serious]
Posted: Thu Aug 02, 2012 7:12 am
by Anonymously Famous
Looks cool. I'll have to try it maybe.
Re: Programming, computers, etc. [Serious]
Posted: Thu Aug 02, 2012 9:23 am
by atomtengeralattjaro
i don't have any xna redist, but i think it would be the program's job to make sure of its dependencies before running. (not your job, the framework's, although you might be able to configure how it builds)
xna is weird, my friend once made an attempt at some pac-man style game, and it didn't run on my old pc, complaining about my video card and its shader support.. all the game had was bitmap images floating around.
Re: Programming, computers, etc. [Serious]
Posted: Thu Aug 02, 2012 11:04 am
by Arkannine
Hm, yeah, that sucks, and it is kind of a pain to have to install everything...
Re: Programming, computers, etc. [Serious]
Posted: Wed Aug 22, 2012 9:41 pm
by Shai'tan
If you don't know
here's a page that could interest you guys. I've been trying solve some of the problems and it's quite fun and interesting, I recommend you try and see how far you can go
I've just started the University, taking a bachelor in Programming and Network, so I might be able to contribute more to this thread

Re: Programming, computers, etc. [Serious]
Posted: Fri Aug 24, 2012 4:03 am
by Anonymously Famous
I love Project Euler! I haven't been there for a while. I should solve some problems.
Re: Programming, computers, etc. [Serious]
Posted: Fri Aug 24, 2012 10:16 am
by atomtengeralattjaro
Shai'tan wrote:If you don't know
here's a page that could interest you guys.
Seems interesting! I'm already afraid how it will kick my self-confidence in the butt.
Shai'tan wrote:I've just started the University, taking a bachelor in Programming and Network, so I might be able to contribute more to this thread

Yay! Welcome to the club something something.
Re: Programming, computers, etc. [Serious]
Posted: Fri Aug 24, 2012 7:41 pm
by Shai'tan
atomtengeralattjaro wrote:Shai'tan wrote:If you don't know
here's a page that could interest you guys.
Seems interesting! I'm already afraid how it will kick my self-confidence in the butt.
Shai'tan wrote:I've just started the University, taking a bachelor in Programming and Network, so I might be able to contribute more to this thread

Yay! Welcome to the club something something.
I think you'll do just fine
It's not thaaat hard, I've managed to get to level 9 and I've solved Problem 10. I've heard that up to 30-40 you can brute force the answer.
Thank you!
Anonymously Famous wrote:I love Project Euler! I haven't been there for a while. I should solve some problems.
Indeed!
Re: Programming, computers, etc. [Serious]
Posted: Fri Aug 24, 2012 10:17 pm
by Anonymously Famous
I just looked, and I've solved 54. I started it as a way to learn Haskell, which was nice, but I soon lapsed back to Python, because I'm more comfortable with the syntax and I just wanted to solve the problem.
You can brute force a lot of them, but I like reading the PDF that sometimes comes with solving a problem, to learn ways to do it better. I also try to read what other people have done in the forum (Only the first few pages are persistent. Your post will likely disappear). Recent solvers' solutions are fun to read.
Re: Programming, computers, etc. [Serious]
Posted: Fri Aug 24, 2012 11:09 pm
by ThingerDudes
dug up my old account on project euler. I solved the first 16 plus a few others. apparently I solved #48? I think I brute forced that one.
Re: Programming, computers, etc. [Serious]
Posted: Sat Aug 25, 2012 12:04 am
by Shai'tan
Actually haven't noticed the PDF on the problems, got to check that out.
Re: Programming, computers, etc. [Serious]
Posted: Sat Aug 25, 2012 10:55 am
by atomtengeralattjaro
wait, so you're not supposed to brute force them?

Re: Programming, computers, etc. [Serious]
Posted: Sun Aug 26, 2012 1:40 am
by assdef
I know nothing about programming and solved 2 of the problems using SHEER MATHS.
Re: Programming, computers, etc. [Serious]
Posted: Sun Aug 26, 2012 11:59 am
by Shai'tan
Nice
You can solve problem 8 without using any programs too.
atomtengeralattjaro wrote:wait, so you're not supposed to brute force them?

I think it's the only way on some of them, but I'm not sure. Of course if you find an easier way you use that :p
Re: Programming, computers, etc. [Serious]
Posted: Sun Aug 26, 2012 6:25 pm
by atomtengeralattjaro
easier for me is not easier for the computer though.
Re: Programming, computers, etc. [Serious]
Posted: Mon Aug 27, 2012 12:30 am
by Anonymously Famous
ThingerDudes wrote:dug up my old account on project euler. I solved the first 16 plus a few others. apparently I solved #48? I think I brute forced that one.
I think I did #48 with a brute-force one-liner.
atomtengeralattjaro wrote:wait, so you're not supposed to brute force them?
If the point is to become better at logic, programming, math, etc, then probably not. If you just want to solve the problems, and you're willing to wait on some of them, then go for it.
assdef wrote:I know nothing about programming and solved 2 of the problems using SHEER MATHS.
Shai'tan wrote:Nice
You can solve problem 8 without using any programs too.
I think you can for a lot of the ones about combinations and permutations.
Re: Programming, computers, etc. [Serious]
Posted: Sun Sep 02, 2012 11:42 am
by atomtengeralattjaro
Today I share with thee a shining example of professional documenting!
Behold: The Oracle ™ Javadoc!
javadoc for Buffer.clear() wrote: This method does not actually erase the data in the buffer, but it is named as if it did because it will most often be used in situations in which that might as well be the case.
Does anybody understand what the frozen hell does this actually mean?
Re: Programming, computers, etc. [Serious]
Posted: Sun Sep 02, 2012 3:04 pm
by dewero
From what i read, it means that the method doesn't do anything, and is useless. Or I'm wrong...
Re: Programming, computers, etc. [Serious]
Posted: Mon Sep 03, 2012 12:58 am
by Anonymously Famous
dewero wrote:From what i read, it means that the method doesn't do anything, and is useless. Or I'm wrong...
That's what I read, too.