The data tag has no wiki summary.
0
votes
1answer
61 views
how do I encapsulate this List<Message> properly?
I know that Swing isn't true MVC:
Using this modified MVC helps to more completely decouple the model
from the view.
Leaving aside the veracity of the above claim, the problem I run into is ...
1
vote
1answer
115 views
Improving performance of my python code
I wrote a python program that performs a Simpson integration of data. The program takes the areas to be integrated from a foo.ref file, with the following syntax:
# peak m/z ...
4
votes
1answer
81 views
Improving logic for pulling and passing data();
I'm pulling data from a list of images and passing it into an information container after click. After looking at my logic I assume there is a better way to do this. Any ideas would be helpful.
var ...
1
vote
1answer
86 views
Improve and adding new method to GenericDataAccess?
I have this GenericDataAccess class to interact with database from my school just I want to ask for some suggestions and advice in how to to improve it and add new methods to for future use & ...
0
votes
1answer
302 views
Can anyone help me in optimizing my code in C#? [closed]
I am a beginner, so my code is horrible. Can anyone help me on improving the code. Also I am not getting any values in the text boxes. All values appear as 0.
using System;
using ...
1
vote
2answers
165 views
Ways to make this code run faster?
About Data: I have a 3D data (100x100x20) of space and time (c) where first 2 dimensions are concentration values along space while 3rd dimension contains concentration values at different time from 1 ...
2
votes
1answer
129 views
User data storage
I am writing my own website where users sign up. It then saves that data in an array. I want to know if this is effective or if there are better ways to do it.
var isLoggedOn = false;
var ...