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

C++

C++: Base64 Encoding
by: aatrish2001 - 2007-05-04 16:28:17
C++ class for Base64 encoding. Can be useful for sending attachments because sending an attachment requires the file be encoded using Base64.
1714 bytes more - viewed 7354 times - comments - rated
C++: Tic-Tac-Toe: an unbeatable foe
by: janus - 2006-07-08 23:49:18
Introducing the minimax algorithm as a way to make a strong AI for the simple game Tic-Tac-Toe.
4347 bytes more - viewed 15722 times - comments - rated
C++: Bare-Bones SFX program in Win32 C++
by: anilg - 2006-06-16 13:33:18
Learn how to create an SFX (SelF eXtracting) program that extracts data and creates new extractable at runtime, all in one (tiny) program.
11361 bytes more - viewed 5473 times - comments - rated
C++: Windows Sockets Programming
by: TroPe - 2004-12-11 13:28:57
In this tutorial we will be creating a Socket Client and a Socket Server to accept messages. This article assumes no prior knowledge of sockets programming. Enjoy!
10278 bytes more - viewed 17392 times - comments - rated
C++: Pass By Reference in Functions
by: Apocolipse - 2004-11-16 03:12:20
Ever looked at pointers and went "WTF!!!", well this one's for you. This tutorial will detail the usage of Pass By reference parameters in Functions in C++.
2855 bytes more - viewed 12366 times - comments - rated
C++: C++ Beginner : The Basics
by: Macavity - 2004-11-11 05:42:41
This is basic and I mean EXTREMELY basic C++ for the ultimate beginner who may be stuck with trying to figure out other probably better c++ tutorials.
7407 bytes more - viewed 14841 times - comments - rated
C++: A closer look at functions
by: TroPe - 2004-10-24 06:00:35
This time we are going to introduce the newbie to C++ functions, while teaching scope, return values, prototyping, overloading, and recursion.
5493 bytes more - viewed 6701 times - comments - zero rated
C++: C++ Pointers -- What ARE these things?
by: TroPe - 2004-10-23 21:15:32
C++ Pointers are one of those subjects people sometimes shy away from because they don't understand them. Well, no worries...here we are going to start from the beginning and fully explore what pointers are, how we can use them, and pitfalls to avoid.
8375 bytes more - viewed 8512 times - comments - rated
C++: String Generator
by: twr_sparks - 2004-07-29 02:32:13
I wrote this class to generate every possible combination of a certain length string and thought I'd share it with you.
5177 bytes more - viewed 8224 times - comments - rated
C++: Introduction To MFC
by: bitshift - 2004-07-01 05:07:08
This Article Provides An Introduction To Using The Microsoft Foundation Class or MFC.
3885 bytes more - viewed 10545 times - comments - rated
C++: Address Book Program
by: dimport - 2003-06-21 07:19:46
This is a sample to get a good start on creating an address book or how to write and maybe you could learn how to read from a file and view them, well thats some ideas of what could be done. ANSI standard code, can be compiled on linux.
2195 bytes more - viewed 16178 times - comments - rated
C++: Simple C++ program to find all numbers that are divisible by a number
by: dimport - 2003-06-21 07:19:46
A simple C++ program to find all numbers that are divisible by a number
479 bytes more - viewed 13173 times - comments - rated
C++: Introduction to Cryptography Part 1
by: dimport - 2003-06-21 07:19:46
In todays modern society, where everything is fast-paced and digital. Many governments, companies, and citizens rely on cryptography to keep the personal business private....
3428 bytes more - viewed 11977 times - comments - rated
C++: Introduction to Cryptography Part 2
by: dimport - 2003-06-21 07:19:46
Welcome back, hopefully you read my last tutorial, because it will give you a little more background for working with this tutorial. Well, lets get started.
4852 bytes more - viewed 5879 times - comments - zero rated
C++: Introduction to Cryptography Part 3
by: dimport - 2003-06-21 07:19:46
Well, we are now on the third tutorial in this beginners course to cryptography. In this tutorial we get into the types of encryption that can only be done with computers and using programming.
In this tutorial we will cover XOR(Exclusive-Or) encryption, how it is broken with small keys, and even have an actual example of hiding ciphertext in ciphertext.
7435 bytes more - viewed 7209 times - comments - rated
C++: Basic Polymorphism
by: dimport - 2003-06-21 07:19:46
The first time i heard the term polymorphism in the context of programming, i was pretty scared, it sounds daunting, and the way some people describe it, it can be, hopefully i can show you how easy it is.
1890 bytes more - viewed 4846 times - comments - rated
C++: Inheritance, Polymorphism, Virtual Functions And Jefferson Airplane.
by: dimport - 2003-06-21 07:19:46
Inheritance, its a bit of a chuckle, although c++ isnt a 'true' oo language, its inheritance system is pretty damn cool imo, the followiing will show you how to inherit/derive classes, the true nature of c++ polymorphism and will tell you just what the buggery a virtual function is, and how they work. There'll probably no 70's supergroups though.
4041 bytes more - viewed 5982 times - comments - rated
C++: Multiple Inheritance
by: dimport - 2003-06-21 07:19:46
Multiple inheritance allows you to build even more specialised hierarchies than normal inheritance and thusly make programs easier to understand and maintain, its one of the best (read: easiest) aspects of oo and because im nice like that, ill show you how it works.
3245 bytes more - viewed 7070 times - comments - zero rated
C++: Virtual Functions
by: dimport - 2003-06-21 07:19:46
Virtual functions are probably the single most important component of c++ OO programming and, typically enough, can be a total pain in the arse, going to the next level we have what are known as ‘pure virtual functions’
1809 bytes more - viewed 6208 times - comments - rated
C++: Printing in C++ w/streams
by: dimport - 2003-06-21 07:19:46
Knowing how to print in C++ isnt something especially important but its nice to know and gives a decent footing into streams.
2037 bytes more - viewed 19465 times - comments - rated
C++: Serialization in C++
by: dimport - 2003-06-21 07:19:46
What is serialization, you might be wondering? Serialization is simple, it is basically converting a class into binary form so that it can be read later on or sent over a network and then read out of the file or over the network as an object. It is a simple yet powerful concept, and allows an object to retain its form even across a network.
3127 bytes more - viewed 36170 times - comments - rated
C++: C++ Exception Handling
by: dimport - 2003-06-21 07:19:46
Exception handling can be a very powerful tool for dealing with potential errors and is one of the areas where c++ scores over c, utilizing exception handling will also make your code easier to read, a big plus in a large project.
2592 bytes more - viewed 10558 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