I have a directory containing list of files.
Those files have some list of values as x and y ordered as line by line.
And my question is just I would like to read those files one by one and to plot line graphs based on those values. Could you please help me for that?
this is my sample code
<div id="id-1"><div>sampledata</div><span>sampledata</span></div>
<div id"id-2"><div>sampledata</div><div> smpledata</div></div>
<div id"id-3"><div>sampledata</div><div> smpledata</div></div>
<div…
Hi everybody,
I am encrypting web.config file.
My code is below.
Configuration config = WebConfigurationManager.OpenWebConfiguration("~");
ConfigurationSection section = config.GetSection("connectionStrings");
if (!section.SectionInformation.IsProtected)
{
…
Hi guys,
I have an object with different values that is name,nameid, lifebeging,lifeEndiging .... etc,
for loop
{
Search *Obj=[artistslist objectAtIndex:i];// here i will get name, ids, other value for each objcet
}
0 obj.name= //string values1 get from…
Hi,
While loading a dll file, I am getting the following exception:
Exception in thread "main" java.lang.UnsatisfiedLinkError: Can't load library: D:\Transliteration\rlpnc-3.1.0-sdk-ia32-w32-msvc80\rlp\bin\ia32-w32-msvc80\btutiljni.dll
at…
Hi Guys,
here the following code is used to view the present modal view controller.
[[self navigationController] presentModalViewController:doctorListViewNavigationController animated:YES];
code for dismiss the ModalViewController.…
Hi,
In my main page, I need to have a main links dispayed...and on mouse hover of each main link it shud display a layer (something like modal popup but.smooth one)...and in the layer user shud be able to select other links.
It shud…
Hi,
I am getting exception by deleting a row from the table view.
(NSInteger)numberOfSectionsInTableView:(UITableView *)tableView
{
if(isEdit == YES)
{
if([editObject.contactList count]0)
{
return…
Hi Guys,
This is PresentModelViewController, when click a button i will get this "DoctorListViewController" controller from down. object allocation are not releasing in this controller specially in…
Hi,
I have a table in which there are two columns : 1. import type, 2. Excel import template.
The second column - "Excel import template" should store the whole excel file.
How would I save excel…
I have a table in which there are two columns : 1. import type, 2. Excel import template.
The second column - "Excel import template" should store the whole excel file.
How would I save excel file…
On launch of app,
i want to show 10 rows,
at the bottom "Load 15 more",
on click on "Load 15 more" the next 15 rows should add to the bottom of the table
and again show "Load 15 more", until no…
I wish to export from multiple nodes log files (in my case apache access and error logs) and aggregate that data in batch, as a scheduled job. I have seen multiple solutions that work with…
Hi,
the delegate method not called
-(void)viewWillAppear:(BOOL)animated
{
[theTableView setEditing:TRUE animated:TRUE];
}
-(UITableViewCellEditingStyle)tableView:(UITableView…
hii,
i have develop my own snmp service..and i want to plot a graph of an OID provided.
so, i have create graph in cacti.
-) Its is showing device up.
-) It is creating rrd…
Hi Guys,
I have to check memory performance of my application I have solved Leaks now I want to improve the performance of memory.
So, Please tell me the process how can…
Hi,
I have a modal popup extender in which i have a progress bar.
When i click a button ...this popup should be displayed to the user.
I have done this though…