Search Results

Showing results 1 to 6 of 6
Search took 0.01 seconds.
Search: Posts Made By: sravan953
Forum: Python 16 Days Ago
Replies: 0
Views: 297
Posted By sravan953
Hey All,

I am working on a Java project for school. To make my project better, I wanted to integrate Python into it... like what I wanted to do is:

You run the Python program
You get two...
Forum: Geeks' Lounge Nov 3rd, 2009
Replies: 2
Views: 560
Posted By sravan953
Hey All,

I have been asked to do a project on Java at school. We are still learning it at an elementary level...

Many decided to do the project on things like ticket booking, banking and...
Forum: Python Oct 4th, 2009
Replies: 5
Views: 375
Posted By sravan953
If you want to check if the username is present, the easiest thing to do is:

usern=['sravan953','Dan08','SuperMetroid','vegaseat']
'SuperMetroid' in usern
"""
>> True
"""
Forum: Python Sep 22nd, 2009
Replies: 45
Views: 2,864
Posted By sravan953
Hey guys,

I have made a small program called 'Py-mailer' which allows you to login with your Gmail credentials and send text-only messages to anyone. I uploaded it on SourceForge(...
Forum: Java Aug 23rd, 2009
Replies: 8
Views: 317
Posted By sravan953
Try this, it should work:

class print_ascii
{
static void ascii()
{
for(int j=1;j<=26;j++)
{
int n=65;
for(int i=1;i<=j;i++)
Forum: Computer Science Jun 21st, 2009
Replies: 1
Views: 556
Posted By sravan953
Hey guys,

I want to be a part time Ethical Hacker. I have my own website at freewebs.com(two sites in fact!)....what I want to know is, how do I hack into the website with little knowledge of...
Showing results 1 to 6 of 6

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC