20092 total geeks with 3178 solutions
Recent challengers:
 Welcome, you are an anonymous user! [register] [login] Get a yourname@osix.net email address 

Articles

GEEK

User's box
Username:
Password:

Forgot password?
New account

Shoutbox
Domuk
No, not an issue with the PHP - I was responding to "AJAX not being cross site is annoying"
MaxMouse
Really? i thought that would only be important if the user had some kind of control over where the XML came from, if you hard code it (As in a PHP file) wouldn't that eliminate XSS attacks?
Domuk
Yes, but very, very necessary. AJAX requests run in the context of the browser, there'd be no security if it was cross-domain .
MaxMouse
AJAX not being cross site is annoying, all other scripts can be used in that way, having to resort to PHP to patch it is a shame.
SAJChurchey
thx MaxMouse

Donate
Donate and help us fund new challenges
Donate!
Due Date: Nov 30
November Goal: $40.00
Gross: $0.00
Net Balance: $0.00
Left to go: $40.00
Contributors


News Feeds
The Register
MySpace makes peace
with Indies
Nvidia previews
next-gen Fermi GPUs
Potty-mouths
charged for Comcast
hijack
Microsoft
Silverlight - now
with hidden Windows
bias
Apple cult leader
emails outside
world
Sony demos monster
3D TV
Wrecking CRU:
hackers cause
massive climate
data breach
Skinny Acer
notebook delivers
six-day battery
life
VTOL gyro-copter
flying car mates
with killer robot
Oracle begs EC for
more time
Slashdot
Climatic Research
Unit Hacked, Files
Leaked
Aging Nuclear
Stockpile Good For
Decades To Come
Netbooks Have
Higher Failure Rate
Than Laptops
Xbox Live Class
Action Being
Investigated
Patent Issued For
Podcasting
Linus Torvalds For
Nobel Peace Prize?
Response To
California"s
Large-Screen TV
Regulation
Zero-Day
Vulnerabilities In
Firefox Extensions
Second
Life
To Remove
Free Content From
Web Search
Fedora 12 Package
Installation Policy
Tightened
Articles in topic

Maths

Maths: Understanding the Halting Problem
by: rae - 2008-09-15 15:34:23
A short introduction to Turing's proof of the undecidability of Halting, meant for the novice computer science student or programmer.
3104 bytes more - viewed 3185 times - comments - rated
Maths: Math Oddities
by: sfabriz - 2006-08-28 10:30:52
This article will show you some mathematical oddities that I find very interesting and curious.
15626 bytes more - viewed 11227 times - comments - rated
Maths: The most efficient method to compute primes
by: ne0 - 2006-07-17 23:42:12
I came back to this site after a long long time and I noticed an article which shows how to compute primes more efficiently, that was exactly the method I used earlier but for numbers with more than 7 0s it got too slow.With some research (i.e googling) I found the algorithm that might be closest to the most efficient algorithm to prime number computation(w.r.t time not space) but I think we can sacrifice some extra megs for speed.
1857 bytes more - viewed 6923 times - comments - rated
Maths: The Taylor Series and Applications in Computer Science
by: innocentius - 2006-06-20 16:54:41
A look at how to approximate transcendental and trigonometric functions using calculus.
6488 bytes more - viewed 6688 times - comments - rated
Maths: The Fascinating Magic Squares
by: anilg - 2006-05-10 23:41:56
Its an old branch (a twig, rather) of arithmetic. Read through and be facinated by the Magic Squares!
4401 bytes more - viewed 16194 times - comments - rated
Maths: N-th root of a number.
by: sfabriz - 2006-01-10 17:01:34
This article will give you some examples on how to calculate the Nth root of a number. Also, an iterative php NRoot function will be created to search roots of very big numbers.
7145 bytes more - viewed 5679 times - comments - rated
Maths: Length of a Line Without Square Root
by: niki - 2006-01-03 05:08:43
Ever needed to calculate the Length of a line, but processing time is critical, or you just plain dont have a square root function?
1293 bytes more - viewed 10771 times - comments - rated
Maths: The Golden Ratio
by: optikal - 2005-03-24 20:34:17
In the renaissance, it was widely believed that the golden ratio was very aesthetic. It was found in the well proportioned human (by Da Vinci), architecture etc. Today, it isn't all that popular. Still, it pops up in places like the Fibonacci numbers and other areas of mathematics.. This makes it a very interesting string of mathematics to study.
2281 bytes more - viewed 11269 times - comments - rated
Maths: What are the odds? An Article on Probability
by: TroPe - 2004-12-19 19:28:04
There is a 12.9984778326738% chance you are reading this.

We will learn about some basic (to intermediate) probability methods. We will look at some rules of probability, as well as some pitfalls you should try to avoid.

Ever wonder what the odds were regarding a certain situation? Of course you have. Well, let's figure out how to calculate those odds!

There are a few exercises at the end of this article for you to apply what you have learned. I would love to see some of your solutions.

Article by TroPe and Quantris
35713 bytes more - viewed 21469 times - comments - rated
Maths: How does the computer calculate all these stuff?! - Maclaurin Series
by: liranr - 2003-12-22 16:36:39
This article will try to explain how the computer (and the calculator) calculates the values of variety of functions, especially trigonometric functions and exponents.
For this purpose, I will introduce a mathematical tool called a Maclaurin Series.

Prerequisites for this article is a shallow understanding of calculus, especially of derivatives.
2992 bytes more - viewed 10270 times - comments - rated
Maths: The Selection Sort
by: ReKleSS - 2003-12-09 11:16:07
Continuing my series on sorting algorithms, here's a description, and some sample code, for the selection sort.
2251 bytes more - viewed 6290 times - comments - rated
Maths: Number System Conversion
by: dimport - 2003-06-21 07:19:46
Our decimal number system is known as a positional number system, because the value of the number depends on the position of the digits. For example, the number 123 has a very different value than the number 321, although the same digits are used in both numbers.
2958 bytes more - viewed 14163 times - comments - rated
Maths: Reverse polish notation
by: dimport - 2003-06-21 07:19:46
This is quite simple but it can be useful to know how computers can carry out equations.
1633 bytes more - viewed 5083 times - comments - zero rated
Maths: Mathematical Roots
by: dimport - 2003-06-21 07:19:46
do you ever wonder how a computer calculates a square root?it's pretty simple, you just need to know how to multiply, divide, and subtract.
1562 bytes more - viewed 7113 times - comments - rated
Maths: Binary Conversion
by: dimport - 2003-06-21 07:19:46
This article will show/teach you a purely mathematical way of how to convert decimal to binary and back, using a really simple method that does not require powers (which in the case of an algorithm takes too much time).
1962 bytes more - viewed 7389 times - comments - rated

Features

The Forums
Re: Maximizing
a Cone

(UnTaran/Geek Tips)
In the .bin
(UnTaran/Geek Tips)
Re: Triangle
Geometry

(CodeX/Geek Tips)
Re: Please help
with challenge
1!!!

(maxmouse/Geek Tips)
Re: Error in
PHP statement

(Domuk/Technical Questions)

Recent Blogs
Blog entry for
Mon 9th Nov 4am
feck you
all!!!!!!!!
0 comments
echmil's blog
Sat 7th Nov 11pm
IIS 6 SelfSSL
and Windows 7
0 comments
bb's blog
Tue 29th Sep 12pm
My PHP Projects
PSP

Current Poll
Given the
opportunity to
work for any game
developer, which
would you choose?
Share you're
reasoning plus
any other
developers, this
is only a tiny
list off the top
of my head so
share away!

Lionhead Studios
Konami
Pandemic Studios
Activision
Blizzard Entertainment
Capcom
Bethesda Softworks
Other (Please Comment)



View Results
(16 Comments)

Site Comments
Good tutorial.
I really loved
it

(Anonymous / Creating Custom Events in C#)
Hi
Tim, there
is one mistake
in your c...

(jirka77 / ROL/ROR in C)
i tried to use
the above code
and im getting...

(Anonymous / Sending Email in VB.Net)
upload it
again!!

(Anonymous / Tic-Tac-Toe: an unbeatable foe)
:) WINK WINK
(Anonymous / Introduction to Visual Basic Socket Programming)
your code
doesn't work
for any othe
bmp f...

(Anonymous / A 24-bit v.3 BMP Primer)
Thanks for
sharing.
Jonny cleaner
revie...

(Anonymous / A simple IRC BOT written in Python)
Ok, i writing a
similar program
but i need t...

(Anonymous / Simple C++ program to find all numbers that are divisible by a number)
Thanx a lot. A
very good
explanation.
Wik...

(Anonymous / Solving sudoku with C#)
need to install
john for my
homework, i
j...

(Anonymous / John the Ripper Tutorial)


     
Your Ad Here
 
Copyright Open Source Institute, 2006