Forum: Python 16 Days Ago |
| Replies: 0 Views: 297 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 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 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 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 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 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... |