Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: nvhuser
  • Content: Threads
  • Order by date
  1. nvhuser

    Manipulating the name of lists and using them - Python

    Hello everyone, I would like to use a list while I am changing its name. I have the following lists defined label_SUB1, label_SUB2, label_SUB3 and label_SUB4. for j in range(1,4): for i in range(0,205): print "AAA," + str(i+12000027+10000*j) + "," + label_SUB[j][i] + ",33,"...
  2. nvhuser

    Internet explorer - Automation/Scripting

    Hello everyone, Yesterday I faced a difficulty and I would like that someone give me a very good piece of advice in order to never have this problem again. Here is the description: I was working on the computer of my client using a webpage that he logged in (i.e., I was using his account)...
  3. nvhuser

    Dictionary into a table format - Python

    Hello everyone, I am having some problems trying to print the following dictionary: {('31', '3'): '2.85124e-05', ('31', '23'): '2.85124e-05', ('31', '17'): '2.85124e-05', ('31', '30'): '2.85124e-05', ('31', '19'): '2.85124e-05', ('31', '31'): '2.85124e-05', ('31', '26'): '2.85124e-05'...
  4. nvhuser

    Python Binary File

    Hello, could anyone tell me if is it possible to translate a python binary file into a python ASCII script? thanks
  5. nvhuser

    Python Code - Eliminate all the duplicated occurences

    Hello, I would like to write a python script that eliminate all the duplicated occurrences in the second column, keeping the first match. For an input like this: 101000249 101000249 101000250 5552931 101000251 101000251 101000254 5552931 101000255 101000255 101000256 101000256 101000257...
  6. nvhuser

    Python - Data Manipulation

    Hello everyone, I am getting started with python programming and I am facing some problems regarding data manipulation. Please consider the following data: 2.9 -4.0 50.0 3.4 -5.0 150.0 2.9 -1.0 350.0 2.4 -4.0 50.0 2.0 -2.0 110.0 The numbers are...
  7. nvhuser

    AWK - Sorting

    Hello, I would like to sort the following text: GRID 112 1413.987-822.42180.59229 GRID 108 1453.57-820.634 79.0209 GRID 109 1457.868-820.76280.09176 GRID 111 1454.621-819.14574.98186 GRID 113...
  8. nvhuser

    Command similar to "ls -lart" (UNIX) in Powershell

    Hello, I am looking for the analogous command of "ls -lart" in Powershell. Anybody knows? By the way, if I am using MSDOS, the analogous command of "ls " is "dir ", so how we can do "ls -lart" in MSDOS? Thank you
  9. nvhuser

    Matrix in TCL

    Hello everyone, Anybody knows how to read a matrix from a txt file and then print an element of a given column and row? I am looking for something like given a matrix of 3 columns and 3 rows stored in the file matrix.txt: 1 2 3 4 5 6 7 8 9 print the element in the second line and third...
  10. nvhuser

    Data Manipulation

    Hello everyone, I am a beginner in TCL, I would like to have some help dealing with data manipulation. I have the following text stored in a file: # #2345678$2345678$2345678$2345678$2345678$2345678$2345678$2345678$2345678 # 10.0000000.0000000.000000 230.7500000.5000000.0000000.812500...

Part and Inventory Search

Back
Top