20096 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
iPhone Owners
Demand To See Apple
Source Code
Proton Beams Sent
Around the LHC
Microsoft"s Lack of
Nightly Builds For
IE
Some Claim Android
App Store Worse
Than iPhone"s
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?
Articles in topic

Python

Python: Number Generator
by: auzzie - 2008-12-23 01:55:54
I was thinking of ways to create a random number generator, but to make it so the pattern would be hard to figure out. I tried it in various languages and here is my attempt in Python.
4287 bytes more - viewed 1902 times - comments - rated
Python: A simple IRC BOT written in Python
by: ne0 - 2006-02-12 05:32:37
This article shows you how to make a simple IRC bot in python.
5144 bytes more - viewed 31604 times - comments - zero rated
Python: Sorting dictionary
by: xeno2 - 2005-05-16 08:59:28
Sometimes you need to write a sorted dictionary (i.e. to write a scorelist of your game...), but built-in type does not have a sort method...
1056 bytes more - viewed 10957 times - comments - rated
Python: Python Tutorial part1
by: dimport - 2003-06-21 07:19:46
Python Tutorial1

Python is an interpreted Object Oriented Programming Language. Created by Guido Van Rossum 1989, python was birthed from ABC(All Basic Code) and Modula-3.
The obvious question that follows is why name it "python". Well if you are the type of person inclined to burn one down you would know immediately, for those of you who prefer not or aren't catching on, python is named after the cult classic "Monty Python." Enough on history, your here for a reason and you want to sink your teeth into some Code.
9600 bytes more - viewed 6419 times - comments - rated
Python: Python Tutorial part2
by: dimport - 2003-06-21 07:19:46
Python Tutorial part 2
So far we have covered basic types, function, how to call functions and function syntax. I would like to take functions a step further with some simple and useless little programs. We will be importing some of the modules to help us with our program. So without further adieu...
10570 bytes more - viewed 3769 times - comments - zero rated
Python: A python basic socket tutorial covering an echo server w/ minimal functionality
by: dimport - 2003-06-21 07:19:46
So lets look at the difference between a server and client. The Server's socket is called, then bind'ed to an address and port. Then it listens for a connection, once a connection is made, it the accepts the connection and returns a fd for the socket and information about the client that tried to connect. So lets do this for starts, keeping in mind its a Server.
4284 bytes more - viewed 6331 times - comments - zero rated
Python: Ultra Beginner Pyhton Tutorial
by: dimport - 2003-06-21 07:19:46
After getting ready to come out of Python newbieship for the first time, I decided to write a very short(well, kinda) descriptive, and easy tutorial for the ultimate beginner. There is no experience in any programming language required. A little math will go a long way though...
4998 bytes more - viewed 7024 times - comments - rated
Python: Why Python? why Literate programming?
by: dimport - 2003-06-21 07:19:46
Earlier this month I found a comment at the top of a text file of various thoughts and compiler error output from mingw. I try to keep pasting like parts together but its not especially coherent.
(I keep PFE, a multifile text editor open at all times, I use an executable WSH javascript to open each file I'm currently interested in. I love scripting automation and +1200x resolution)
9452 bytes more - viewed 7835 times - comments - zero rated
Python: Python Data Mine
by: dimport - 2003-06-21 07:19:46
5 weeks ago python attached itself completely to every facet of programming for me. This is most probably a cult although it still appears to be the perfect blend of c power, java chaining of expressions with strong typing, loose declarations, and outstanding (compared to everything else) error checking and unit testing facilities.
11880 bytes more - viewed 6130 times - comments - zero rated
Python: PyXML 0.8.2 Released!!
by: dimport - 2003-06-21 07:19:46
The Python/XML distribution contains the basic tools required for processing XML data using the Python programming language, assembled into one easy-to-install package.
2184 bytes more - viewed 5259 times - comments - zero 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