Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
66% Quality Score
Upvotes Received
3
Posts with Upvotes
3
Upvoting Members
3
Downvotes Received
2
Posts with Downvotes
2
Downvoting Members
1
~113.74K People Reached
About Me

part time math teacher

Interests
computer programing
Favorite Tags

55 Posted Topics

Member Avatar for samaru
Member Avatar for Dani

Well,my name is John .Just another ordinary electronics student that wants everything done easy.:) Been here for a time forgot to intro myself.Know a little java,c++,basic and dreamweaver not professional in any of them.Well hi!!:cheesy:

Member Avatar for jamesjoseph1
0
9K
Member Avatar for johnroach1985

I am currently trying to write a simple multi-threading program using Python. However I have run on to a bug I think I am missing. I am trying to simply write a program that uses a brute force approach the problem below: ![376dc6dd28649dd49ee987fbaf913b75](/attachments/small/0/376dc6dd28649dd49ee987fbaf913b75.gif ) As can be seen from the …

Member Avatar for Gribouillis
0
232
Member Avatar for Yzk
Member Avatar for johnroach1985

Hi. I would like to add an asp.net-database web site example in the code snippets part. I was just wondering if I should post it in the C# section since it was written in C# however I must point out that I have used web.config. So it's not all C#.... …

Member Avatar for chezderon
0
228
Member Avatar for johnroach1985

Hi. I really know very little about linux scripting. And I need help writing this script. The script is to get one parameter which is <directory>. And than the following will ensue; [CODE] for each image within directory [INDENT]if not(image exist in temp-directory) [INDENT]cp image to temp-directory and resize to …

Member Avatar for rch1231
0
174
Member Avatar for johnroach1985

Hi. I am trying to create some sort of image library/gallery do hickey. Using Glade 3 and Python. I have created a general window. And now I want to add the image object as much as there are image files in a folder. The flow chart will be something like …

0
121
Member Avatar for johnroach1985

Hi there. In a day I have to connect to a lot of networks and each network has its own setting. Each time I have to re-configure my Windows Vista Home Edition IP confiugrations which is both slow and quite annoying. Thus I decided to write a program in C# …

Member Avatar for johnroach1985
-1
291
Member Avatar for johnroach1985

Hi there! I new learner in Python. And just couldn't get threading. I wrote this script. [CODE] import sys import MySQLdb if len(sys.argv)!=3: """the program name, mac and ip makes three""" """stop program and send error""" sys.exit("Must provide mac and ip!") mac = sys.argv[1] ip = sys.argv[2] print 'Connected to …

Member Avatar for woooee
0
288
Member Avatar for johnroach1985

Hi. I would like to create a 3D desktop environment like the one done in [url]http://www.real-desktop.de/[/url] please check it up. However I do not know how to start... I thought of creating a a huge form that is always on the top and calling short cuts when someone clicks on …

Member Avatar for bk_bhupendra
0
388
Member Avatar for johnroach1985

Hi there, Trying to write a small script in python. What it will basically do is this; 1- A SSH user initiates the python script (from SSH remotely) 2- The script gets the connected users IP (the user is connected through SSH) 3- The connected IP is sent back to …

Member Avatar for johnroach1985
0
2K
Member Avatar for johnroach1985

This program searches the given txt file.And tells you how many there are. Just a reminder don't forget to put the searced txt file in C: or change it accordingly for more info or questions [email]Silver.Lost.Raven@gmail.com[/email] have fun!!

0
543
Member Avatar for johnroach1985
Member Avatar for johnroach1985

Hi ! I am working on this project; the thing is that I want my program to create it's own environment variable path so it can be called from and used in CMD too. How can I do this... Googling hasn't been any help yet. Thanks in advance!

Member Avatar for johnroach1985
0
130
Member Avatar for johnroach1985

Hiya people been working on a new project.You guessed right a RSS reader for podcasts....I have been able to reach and read text from a sample code I found.But because I am quite a noob I couldn't figured it out how to work it for podcasts... Here is the code: …

Member Avatar for o.narasimharao
1
190
Member Avatar for johnroach1985

Hi. I am working on this project and I am little stuck. Trying to update my gridview after i had added data to the .mdb database but it just won't update. You can find the whole project at [URL="http://johnroach.info/FilmKira.rar"]http://johnroach.info/FilmKira.rar[/URL]The button I have problem with is the "Urun Ekle" button. When …

Member Avatar for johnroach1985
0
147
Member Avatar for johnroach1985

Hi. I am trying to figure out this code I found on the net that allows users to chat with each other. It gives a thread error that I just can't fix. Please help me. This is the Form1.cs file [CODE]using System; using System.Drawing; using System.Collections; using System.ComponentModel; using System.Windows.Forms; …

Member Avatar for johnroach1985
0
207
Member Avatar for johnroach1985

Hi. I have seen this example in many sites. One of the is facebook. You write your blogspot address and it leeches it and posts it in your notes section. I want to do that too!! It's just too cool. How can I do this? Please give me a blogspot.com …

Member Avatar for johnroach1985
0
139
Member Avatar for johnroach1985

Hi I was wondering how I can find out if I am in a botnet or not... As protection I am using spybot, nod32, windowsXP firewall ( i know i know it doesn't really work but i still use it. ) I scan with free version of norton once a …

Member Avatar for hughv
0
164
Member Avatar for johnroach1985

Hi. I have been working on a new project for the last few days. The project was to create an automated system that will create reports (using the data given by the employees), save them and then send them to the e-mail address that they need to be sent to... …

Member Avatar for johnroach1985
0
92
Member Avatar for johnroach1985

Hi. I am creating an asp.net web site. Using GridView the website creates a table. Now my question is I want to color the text "NO" red within the table cells. Waiting for your reply.Please keep in mind my code is written in C# so any C# examples would be …

Member Avatar for johnroach1985
0
107
Member Avatar for johnroach1985

Hi. I am creating an asp.net web site. Using GridView the website creates a table. Now my question is I want to write a javascript function that colors the text "NO" red within the table cells. Waiting for your reply.

Member Avatar for johnroach1985
0
307
Member Avatar for johnroach1985

Hello. I am currently working on a simple blog-like site. That works with asp.net and access. However now I am just stuck and seem to not be able to get out of where I am stuck. The problem is from the admin panel if I am trying to create new …

Member Avatar for johnroach1985
0
89
Member Avatar for vijayanbt

Man you don't do that only using SQL 2005 you have to have a program that will get the data from your database and move it towards the SMS system you are using. This program could be a basic VB script or a complicated C++ program it depends on how …

Member Avatar for johnroach1985
0
124
Member Avatar for johnroach1985

Hi.Quickly moving on to my problem : After I turn on my computer (about 10 minutes later) my computer suddenly slows down. When I check my process it turns out my svhost.exe is eating up my ram and my cpu (100mb ram %79-98 cpu). When I turn off that particular …

Member Avatar for TT4Titans
0
91
Member Avatar for johnroach1985

Hi I want to write such a javascript that when it hovers over a div (any div) it will automaticly COPY ( to clipboard ) the text within the div... Any ideas?? I am just stumped... Thanks in advance...

Member Avatar for Inny
0
440
Member Avatar for johnroach1985

Hello to all.I have this project and I must say I am quite stumped with this ASP.Net ( I just can't feel the freedom when I was using JSP:-| ) Anyways the problem is this: After connecting to the database and verifying that the given password and username was correct …

Member Avatar for johnroach1985
0
274
Member Avatar for bluedos82

i once heard that in control pannel there is the java cofee cup and in there there is options to chose your browser and stuff(sorry don't know details heard it from a friend)

Member Avatar for jenspme
0
221
Member Avatar for Jeffxxx

Hi,I think I can help you but can I see the circuit you are working on.And I also think you should use PROTEUS for simulations....you can actually add analog input and test your program from there...

Member Avatar for Jeffxxx
0
198
Member Avatar for johnroach1985

Hi to all...Hope everyone is grand.I am currently working on a project that is supposed to connect to a .mdb(access) file and than bring out the project names in to the first listbox (listbox1) than when you click one of the elements in listbox1 you would get the selected projects …

Member Avatar for johnroach1985
0
146

The End.