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
~384 People Reached
Favorite Tags
Member Avatar for hjast

[code]for (( i = 1 ; i <= 10; i++ )) do #J = 100 echo `expr 1000 * $i` #java SortTester $num >> data.txt done [/code] This is not working why?

Member Avatar for eggi
0
79
Member Avatar for akpaga

HI I have a text file that contains lots of information. what i want to do is take only the lines that contain a specific word say "location" which is at the start of the sentence and select all of them and export them to a new text file. How …

Member Avatar for akpaga
0
46
Member Avatar for hjast

Ok, I have a question about software architecture and how to design this partial system. These are the components. These are the requirements: Have someone log into the intranet (into company web site), type in their phone number (default retrived from database). They then can choose to either make a …

0
49
Member Avatar for hjast

how I connect a c# controller on a server and an asp.net form based website (it has to go though the c# controlelr to get the data, not just in database)

Member Avatar for serkan sendur
0
46
Member Avatar for hjast

Is there a way to make a application that has a windows form gui on the server machine and then a asp.net frontend for users on the internet to interact with it? Reuben

Member Avatar for hjast
0
111
Member Avatar for hjast

HEre is the code for a RTDServer in C#, and I can't get it to work in Excel. I checked the registry and it is registered in HKEY_USERS_ROOT. [CODE] using System; using System.Collections.Generic; using System.Text; using Excel; using System.Runtime.InteropServices; using Microsoft.Office.Core; namespace RTDServer { [ProgId("RTDServer")] [ComVisible(true)] [Guid("60A6C959-649B-49f4-BD3A-1DAACFD35CF8")] public class RtdServer …

0
53