[ create a new paste ] login | about

gauravalgo

Name: gaurav sharma
Email:
Site/Blog: http://www.gauravalgo.wordpress.com
Location: jaipur
Default language: C
Favorite languages: c
About: read and write code

Saved pastes by gauravalgo:

C, pasted on Jul 19:
1
2
3
4
5
			/*to get started with the software first know boogle*/
			/*http://en.wikipedia.org/wiki/Boggle */
	/*then to run have to write ./dic boogle.txt puzzleboogle.txt */
/*the first one is dic tonary file loacted at http://codepad.org/OOutsq28*/
/*the another file is puzzleboogle.txt which contains puzzle 
...
view (199 lines, 2 lines of output)
Plain Text, pasted on Jul 19:
1
2
3
4
A W T X
I I A R
L S D I
D G C A
view (4 lines)
Plain Text, pasted on Jul 19:
1
2
3
4
5
                         /*dictonary save as boogle.txt*/
AAL
AALII
AALIIS
AALS
...
view (6364 lines)
C, pasted on Feb 21:
1
2
3
4
5
#include<stdio.h>
int 
main()
{
            printf("gaurav yogesh kumawat\n");
...
view (7 lines, 1 line of output)