First Payment From freelancer.com I am register in freelancer.com last year. But, I can try to bid in this site last month. freelancer.com is website like guru.com or vworker.com. We can get job or send job to this site. Are yout interest with this program ? This is a new sample of job in this
How to merge SEGY file The SEG Yfile format is one of several standards developed by the Society of Exploration Geophysicists for storing geophysical data. The official standard SEG-Y consists of the following components: a 3200-byte EBCDIC descriptive reel header record a 400-byte binary reel header record trace records consisting of a 240-byte binary trace
Matlab running external applications When create a program with Matlab, in some condition we need Matlab running external applications. You can implement this method in Linux or Windows Operating System. The method Matlab running external applications is simple. Example, we want to call gedit/notepad application. So, we can use type this text in command line
VB.NET listview select item programmaticaly When create a program with listview at VB.NET, I have a problem how VB.NET listview select item programmaticaly. This is simple problem and I am confused how to solve this problem. We can solve this VB.NET listview select item programmaticaly by use this method : ListView1.Items(select_your_index).Selected = True ListView1.Select() This