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.85K 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
233
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
229
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
175
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
124
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
292
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
290
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
392
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
544
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
133
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
149
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
208
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
140
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
93
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
108
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
310
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
90
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
125
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
93
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
442
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
275
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
222
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
199
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
147
Member Avatar for johnroach1985

merry meet, I just keep getting e-mails from my friends and msn telling me that msn is not going to be free within the next 3 weeks it is said that once it is not free the green msn man will change to blue.Wondering if this is true or a …

Member Avatar for jbennet
0
315
Member Avatar for daniellcm

" how to do to programming the modem " to do this I don't think you should Java you should use Assembly.Because as I understand it you need to program the modems chip and so on right?? " how to answer a phone call" to do this you could create …

Member Avatar for johnroach1985
0
222
Member Avatar for johnroach1985

Hi.I have been trying to write a simple program that teaches how to read and write Japanese.Unfortunately not every windows does not support Jpanese characters.So like when my program starts I have a pop up which has to give a japanese chared message altough I write the code as such …

Member Avatar for AhmedHan
0
389
Member Avatar for johnroach1985

Hi was just wondering if i can use java for PIC programming as we can with C or Basic.Or can we use java for microprocessing....

Member Avatar for johnroach1985
0
181
Member Avatar for gisler

first error i see is that to readln a name you should use a char array.And you should not forget that real is for numbers ...And at the very top you should write Program project1 (Input,Output); teling the pc you have inputs and outputs....And I thınk you should writeln instead …

Member Avatar for gisler
0
233
Member Avatar for SegFaultSoul

For database admin.I would like to suggest some simple SQL2000 or MySQL certificates.You know to tell them at least you know how to control simple databases...

Member Avatar for johnroach1985
0
45
Member Avatar for johnroach1985

hiya all.The problem is this i have created this Form1.exe in visiual basic.But I can't seem to be able to erase it.I tried everything.First I tried shift+del then i went like to safe mode from admin than from my normal user name but each time i try to erase it …

Member Avatar for johnroach1985
0
106
Member Avatar for johnroach1985

Hi there.I have a quick question.I wrote this program to look like my own browser.It views the code of the url givven and it was suppose to be a browser too.The button explanations are as following: CODE=Shows the code of the given url VIEW=When you push it it was supposed …

Member Avatar for johnroach1985
0
112
Member Avatar for johnroach1985

Hi again.I was just wondering about different layouts I can use with swing and I just came accross a sample program at [url="http://java.sun.com/docs/books/tutorial/uiswing/layout/spring.html"]http://java.sun.com/docs/books/tutorial/uiswing/layout/spring.html[/url] anyways there was this example program that I just couldn't find the error.Anyhelp would be welcomed. The error it is giving is cannot find symbol variable springutilities …

Member Avatar for johnroach1985
1
418
Member Avatar for SilentBob3208

hi i am just having the same problem but this time with text files.Every time i open a japanese text file it reads "

Member Avatar for johnroach1985
0
109
Member Avatar for johnroach1985

Hi hope i am writing in right section of the forum trying to create a registry for my C program which has an .exe . want to work on windows start. The program is a kind of firewall program closes ports and opens them only if they are opened from …

Member Avatar for johnroach1985
0
198
Member Avatar for johnroach1985

Hiya all,just have a question on my internet connection .I bought an 268adsl even tough it says its 268 it downloads to a max of 20-22kb per sec.i have an apache modem which is connected to a switch(my brothers computer supposed to be hooked up to it but he is …

Member Avatar for kc0arf
0
175
Member Avatar for johnroach1985

Hi i am re-studying C.So I just wanted to do a simple calculator program.I am using dev-c++ anyways the code is below please help. [CODE] #include <stdio.h> #include <conio.h> /*its a simple program that after getting the numbers from the user and inputs the operation*/ int main() { int i=0; …

Member Avatar for johnroach1985
0
197
Member Avatar for johnroach1985

Hi.I am putting up a new site.Know noting of asp ,but learned that to do the stuff I want, have to use asp.Anyways the problem is this: I want to write a simple asp code that will take the comments that was written by the guest in to a text …

Member Avatar for johnroach1985
0
105
Member Avatar for johnroach1985

[size=2]Hi I just started a new website kind of lame but that will be picked up soon.Ok here is the question did not know where to post it so I am posting it here.It is this: I am trying to make a users immmm how to called it comment box.You …

Member Avatar for johnroach1985
0
234
Member Avatar for Ryan L.
Member Avatar for parby
Member Avatar for johnroach1985

Hi just started this new jsp course stuck in this so if you guys can please help would be very happy.The problem is this i am trying to make a jsp that asks for a username and a password and the thing is i am trying to put these datas …

0
93
Member Avatar for Dark_Omen

i played doom 3 too dark you have to put down the flashlight to use the gun which annoyes me and the story is lame i used to think that half life was going to be great but now after playing doom 3....who knows maybe the game will rock the …

Member Avatar for Dark_Omen
0
129
Member Avatar for johnroach1985

the program works fine but it gives this java uses or overrides a deprecated API error after i compile the code is below it is a program that uses sql the data base is northwind.I hope you could help me its a project so any help would be welcomed. [CODE] …

Member Avatar for johnroach1985
0
26K

The End.