Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~4K People Reached
About Me

:)

Favorite Tags
Member Avatar for mini programmer

Hello, I have a number of long text files, they took from windows system with specific encoding (windows-1256). Can I count the all different number of words in theses files using Ubuntu commands? For example: If I have three text files contain respectively -Hi, hello. -Hello all. -Good people in …

Member Avatar for mini programmer
0
327
Member Avatar for mini programmer

Hi all, First, I do not know what is the appropriate forum, here or in Python forum!! I am new user in Ubuntu and I want install Python to complete installation other program. After I downloaded Python version 2.7.5 , and uncompress the file in the my folder, I go …

Member Avatar for mini programmer
0
1K
Member Avatar for rvsingh42

HI EVERYONE... THIS IS MY FIRST THREAD IN THE SITE, I NEED HELP IN CONNECTING MY JAVA APPLICATION TO THE SAMPLE DATABASE PROVIDED WITH NETBEANS(OR WITH JDK) I'M USING NEATBEANS LATEST AND JDK LATEST; OW WINDOWS 7 ACTUALLY I DONT KNOW HOW TO LOAD THE DRIVER AND USE IT... MY …

Member Avatar for mini programmer
0
96
Member Avatar for mini programmer

Hi to all, Sorry, if I do not put this post in correct place.. I download GCC 4.5.1 compiler program, and I want to upload it (or connect it ) with website to help a users to write codes and compile them and check if they have error or not. …

Member Avatar for chrishea
0
189
Member Avatar for mini programmer

Hi to all; I have chat's code with JAVA language, and it contains 14 files. I try to do compile to them in (command line prompt). by : 1. javac (NameOfFile).java 2. rmic (NameOfFile) 3. javac (NameOfFile2) And only 4 file can I compile .ChatClient.java , RMIChatServer.java , RMIChatClient.java and …

Member Avatar for mini programmer
0
158
Member Avatar for mini programmer

[B]Hi to all, I have function (called [I]Cal()[/I] ) which is in another function that called when the page is [I]onload[/I]. [COLOR="Red"] The problem is the [I]Cal()[/I] should call when the button is [I]onclick [/I]. but in the program, it can't work ,[/COLOR] [COLOR="Green"](I attaches file )[/COLOR] Can any body …

Member Avatar for mini programmer
0
110
Member Avatar for mini programmer

Hi to all . I write the JS code : [CODE]<?xml version = "1.0"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <html xmlns = "http://www.w3.org/1999/xhtml"> <head> <title>TemperaturE</title> <script type = "text/javascript"> function temperature() { var temperatureValue = myForm.TemperatureField.value; if ( temperatureValue < 20) {document.body.style.backgroundColor = "Blue";} if (temperatureValue <40) {document.body.style.backgroundColor …

Member Avatar for mini programmer
0
111
Member Avatar for mini programmer

who can I read the RUN ? Hi to all . I now start learning the java language . I have this program : [CODE] import java.util.*; class WTime { public static void main(String[] arguments) { GregorianCalendar now = new GregorianCalendar(); int hour = now.get(Calendar.HOUR_OF_DAY); if (hour < 12) System.out.println("Good …

Member Avatar for ~s.o.s~
0
111
Member Avatar for mini programmer

Hi to all I have ADT of the AVL TREE and I need to add some the function to create tree to family. I have logic error in my code.. my code work to find relationship between two nodes (e.g: a parent of b,a and b are Sibling and so …

0
89
Member Avatar for mini programmer

Hi to all I have ADT of the AVL TREE and I need to add some the function to create tree to family. I have logic error in my code.. my code work to find relationship between two nodes (e.g: a parent of b,a and b are Sibling and so …

0
99
Member Avatar for mini programmer

Hello to every body I hope every one keep in best state. I want to help me in solve this problem in my Sheet IN TREE structuring If I use pointer to root of tree, it make run time error . I need to this pointer in 4 function [CODE]int …

Member Avatar for mini programmer
0
108
Member Avatar for cassie_sanford

I am supposed to be working on this problem that stores info in a 2x20 array of characters where the row indicates the month and the column indicates teh day. We have to read in from a file and then create a report that displays for each month and for …

Member Avatar for mini programmer
0
563
Member Avatar for mini programmer

Hello to every body I hope every one keep in best state. I want to help me in solve this problem in my Sheet . I use recurrence functions in like list.( with ADT file ) by modify the search function and adding Printing function in a Reverse Manner. the …

Member Avatar for mini programmer
0
148
Member Avatar for mini programmer

Hi I want to know some information about[COLOR="Red"] (( files ))[/COLOR] I specified two questions and I hope to answer them. [COLOR="Red"]First :[/COLOR] using function ( [I][B]read [/B][/I]and [I][B]write [/B][/I]) [CODE] fileName.write( reinterpret_cast< const char * >( & variableName ), sizeof( Ttype ) ) ; [/CODE] in binary files only …

Member Avatar for mini programmer
0
144
Member Avatar for mini programmer

Hi; If I do in classes; class class1; class class2; and I make in (class class1) Composite Objects from class class2;. [code=cplusplus] class class1 { private: class2 ** PointerClass2; public: PointerClass2 = new class2*[size]; // so I need to put deconstructor to delete (the pointer dynamic memory location) ~ class1 …

Member Avatar for mini programmer
0
188
Member Avatar for mini programmer

Hi to all I have a project, and I found 2 the errors in derived class, says the first: 'BaseClass' : base class undefined the number of error is :Error C2504: and I include the file: #include "BaseClass.h" and make declare base class with extern. but still the error. ......................... …

Member Avatar for mini programmer
0
126
Member Avatar for harryoma
Member Avatar for mini programmer

[COLOR="Green"]Hi, I am new member in this location. I wanted to quaering about format the date in the computer system . in our class we study C ++ language. and learned this build in function : strtok ( , ) that take the variable in first argument , until see …

Member Avatar for mini programmer
0
142