topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Friday April 19, 2024, 11:12 am
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - alogoc [ switch to compact view ]

Pages: [1]
1
Post New Requests Here / Convert from Greek (1253) to Greek Ascii
« on: November 09, 2009, 04:40 AM »
Hello i am looking for a program that will convert txts from greek (1253) to ascii format
I have searched the net but can't find anything,maybe somene here could help?
If someone is interested in this please don't hesitate to ask any questions!

Thanks in advance
alogoC

2
Hey people

I have a pretty hard question for me...maybe someone of you could help.

I have a huge folder,with some other folders in it.Wich folders contain some other folders who contain the .txts

I know i confused you.If someone though wants to help i can send you the attachment by email,since i can't upload it here.

So what i need is to enter the .txts in excel (they all will be in one workbook),but i need to contain in one line the 1st name of the folder that they come from,then the 2nd name of the folder they come from.Then what contains the .txt.

Here is an example of the archives
I have the .txts in the folders and the an example of an imported .txt.
But only one...don't know how to import another in one sheet

Guess this is the hard thing i have ever had to do.Wish some of you can help

I understand this is a very hard question that's why i am trying to get as much help as i can.
That includes other forums too,here are the links:
Link 1
Link 2

Please question me if you don't understand something

If anyone has another idea,besides excel,i'd really like to hear.

Thanks in advance

3
Post New Requests Here / Merge .txt files but with the copy/paste method
« on: September 05, 2009, 08:43 AM »
Hello,i used several programs to merge .txt files.
The final .txt have many problems,for example language is messed up (Greek),or the text doesn't go where it has to be.Generally is messed up....

Is the a way to be done with the copy/paste method?Like a macro or something?I am very confused...

Here are some examples of the text that need to merged

If anyone can help,please....

4
Hello  :)


I am looking for some piece of code....simple i want to believe   ;D

So all i need is a little program that will remove the exact text i specify.It's imporant to match exactly...really important.
What i actually need is to remove .000 from inside the .txts and ofcourse autsave them with the same name (or save them  in another directory...that would be cool too)
Whatever is easier to make!
What i mean exactly is if for example find .00000 or .0000000 or anything like that....let it be!

And help would be loads appreciated  :)

5
Hello donation coders

I am looking for a program that will split .txts into smaller ones.
Now how to know how to split?
Well it will now by the space line.The only thing i want is not to move the spaced line into the created .txts


I am a bit in a hurry for this,so anyone how can make it for me will really appreciated and donated  :)

Waiting for your answers,please don't hesitate to ask for more information if you need

6
-Fill Column Based On Column In Another Workbook-

Hello

I am looking for a macro that will fill the column C by looking at column A at another workbook.

For example:

Full workbook:
A(column that will look) B C
blala blabla Blabla

Workbook missing entries in C row:
A B C
blabla blabla Null

So the workbook that missing entries in Column C,will look for it,by looking at
at column A,wich is the same at full workbook.

Any help would be much appreciated.
Thanks in advance

Here the workbook wich the values will be taken at Column A, named as archive


And the the workbook (named 900066_027_2373.xls)wich the column C will be filled,by looking at column A.Then find that code in the "archive.xls".See what has in it's A cell.Copy it.Paste it in current cell.

Links for the archives:
http://rapidshare.co.../900066_027_2373.xls
http://rapidshare.co...69430692/archive.xls

I am will pay for this and dying to get this done.

Thanks

7
So the whole idea is about a program that will search inside the txt,which I will give,every number that starts with _ (Example : _10165,_09957 ),and with the results it will search the directory which i give.Example C:\Id Boxes and tell me which of the numbers that searched from the txt are not found in this folder as archives (other .txts).Then cut those that found and ask me to create a folder with them.

I have attached a copy of how exactly the txt looks.In this txt there are the numbers that the program will "see" and perfrom the operations i said before.

The txt as you will see is in lines,every line has a number that starts with _(5 numbers follow).That number is an archive (a .txt) in another directory.What i want,is to search in that directory and find those archives.Then move them to folder wich i will name.It's imporant to tell me wich archives are not found...

I am very new to programming world,with no experience.
Some guy in another place posted me this code but it gets me build error,and not sure if fixed will do the job i want to do  :(

#include <sstream>
#include <fstream>
#include <string>
#include <iostream>

using namespace std;

int main(int argc, char* argv[])
{
    ifstream from(argv[1]);
    string line;
    int summa(0);
    while(getline(from, line))
    {
        stringstream str;
        str << line;
        int newValue(0);
        str >> newValue;
        summa += newValue;
    }
    cout << summa << "\n";
    return 0;
}

I've been searching this for long,but...nothing yet.
Any post,idea would be much appreciated.

Thanks for spending time reading my post
alogoc




Pages: [1]