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
~722 People Reached
Favorite Forums
Favorite Tags
Member Avatar for vishal.patil

I am looking for step by step details of how to deploy django websites in apache2 server with one example. I am using ubuntu operating system Please give some link or give the details.

Member Avatar for Pupo
0
115
Member Avatar for vishal.patil

This is the code that I have written in C# which shows the contains in the sample.log file. [CODE] class FileRead { public void ReadData() { FileStream fs = new FileStream("sample.log", FileMode.Open, FileAccess.Read); StreamReader sr = new StreamReader(fs); sr.BaseStream.Seek(0, SeekOrigin.Begin); string str = sr.ReadLine(); while (str != null) { Console.WriteLine("{0}", …

Member Avatar for mcriscolo
0
397
Member Avatar for vishal.patil

This is the data in the text file , 8=FIX.4.39=6135=534=149=IDE50=FX52=20101219-18:05:01.52256=SAXOQUOTE10=171 8=FIX.4.39=6135=034=549=IDE50=FX52=20101219-18:07:02.50156=SAXOQUOTE10=170 and I want to print only specific values from this text files in C#. The output should like this: 8=FIX.4.3 35=5 52=20101219-18:05:01.522 8=FIX.4.3 35=0 52=20101219-18:07:02.501 Please help me with this thread.

Member Avatar for ReaperUser101
0
210