Jump to content

hisoka

Members
  • Posts

    569
  • Joined

  • Last visited

Everything posted by hisoka

  1. hisoka

    ascii encryption

    so in ascii encoding John becomes 10611110411010?? or 01101010 0110111101101000 01101110
  2. hisoka

    Virus

    I did but I could not find information about it this is why I posted it here
  3. sorry I did not understand your meaning I want to know if windows installer is a component of windows operating system ? is it ? or not
  4. if we take "john" as a string and want to encrypt it using ASCII encryption , it becomes : like this john = 01101010 0110111101101000 01101110 or like this john = 10611110411010 or like this : john = 6A6F686E0A Which one is ASCII encryption ? if there is a good tutorial about ASCII encryption I would like that you suggest it to me too
  5. hisoka

    Virus

    I scanned the file in two other antivirus but they did not show any threat . Two antivirus say no threat and one says there is a threat so in that case what should I do ? delete it or let it ?
  6. hisoka

    Virus

    I scanned a file with my antivirus and it gives me this result : PUA.Spyware.XPCSpyPro is it dangerous this PUA.Spyware.XPCSpyPro??
  7. Correct. what about windows installer : http://en.wikipedia.org/wiki/Windows_Installer The Windows Installer (previously known as Microsoft Installer[3]) is a software component used for the installation, maintenance, and removal of software on modern Microsoft Windows systems windows installer is a component of windows operating system
  8. hisoka

    NTX file

    "Which word in that sentence do you not understand?" Associated with When it is written : Other applications associated with file type NTX:Clipper Index Network Terminal Accelerator Adapter Card Configuration Information NTX Web Audio File The Mime types used with this association are: audio/x-ntx. PIMS Notes for Windows CE (Text Note File) by Nacetech Co., Ltd.[Korean site] The Nacetech PIMS application ships with some Korean-made PDAs - e.g. DOT320. This association is classified as Text. yEnc32 (yEncoded File) Related links: yEncoding Format it means that the above applications for example like Clipper Index or yEnc32 can open NTX file ? is this what it means ? "Then you need to figure out which program was used to create the file, and therefore which program you use to open it" You mean the program I used to create a file is the same program with which I can open this file ? can a file be created by mutiple programs or each file can be created only by one program and therefore opened only by that specific program ?
  9. hisoka

    python math

    1,97 is between 1 and 2 and the nearest number to 1,97 is 2 so 1,97 when rounded to the nearest , it becomes 2 and not 1 . and 1,97 is rounded up not down because the last digit is greater than 5 What do you say about that?
  10. "Your computer does not have an installer" my operating system or any operating system does not have its own installer ?! All these applications I have downloaded until now come with their own installer embedded in them ? "I don't do python development" why not ? Please , tell me what is better Java or python ? I know that the most powerful language is C/C++ C/CLC and if Java is better than python , how could I have Java in my windows xp computer if we know that Java does not support windows xp anymore? I have only windows xp
  11. hisoka

    DLL application

    "It is code that can be used by any program that links it" What does a program link to a DLL mean ? How does a program link to a DLL ? and by which mean or tool? Could not the program immediately access the DLL and use it when needed What is the difference between windows DLLs and the DLLs that come with a program ? why is it called dynamic link library ? why not library ?
  12. hisoka

    NTX file

    In the page you linked to , this is mentioned : Other applications associated with file type NTX What does "an application that is associated with a file type" mean? yes , although I read some article about NTX file , I know nothing about it . Could you explain it to me? "Why do you need to open it then?" To see its content .
  13. hisoka

    python math

    floor division is a mathematical division that rounds down to nearest integer. 89 / 45 gives 1.9777777777777779 meanwhile 89//45 gives 1 why not 2 ? 2 is the nearest integer to 1,97777777777777777779 and not 1 so normally it should give 2 not 1 98.45//56.54 gives 1.0 why not 1 ? why 1.0 I consider it as a mistake from the people who invented python as it must give 1 and not 1.0 for example 90/45 = 2.0 meanwhile 90//45 gives 2
  14. now I downloaded python from this link : http://www.filehorse.com/download-python-32/ and apparently , the problem disappeared . Now when I double click , windows prompt command appears .
  15. "Because the installer is broken." I installed many 32 bit programs with my computer installer without any problem and they worked perfectly so I do not think that my computer installer is broken "The installer can be a 32-bit application even if the application that it is installing is 64-bit." You mean that my computer installer will consider an 64 bit application as a 32 bit application and install it as a 32 bit application although , in reality , it is not !? "You should ask these questions on the Python site" I will . Could you suggest me another site from which I can download a 32 bit application python for windows xp . A site that you evaluate as good ,
  16. hisoka

    NTX file

    yes I do not know how it is created . Tell me please how it is created .
  17. hisoka

    DLL application

    it is easier to replace only one DLL then the entire program . Until now I understood that DLLs (which are unique to the program) are useful if we want to update a large program . However , I still do not understand what is exactly their role . There are many sites that talk about DLLs but I am unable to discern the role of DLLs and why are they created and why the program needs them
  18. but how ? normally when I try to install an 64 bit application a box appears saying your computer does not support 64 bit application and the installation is aborted but in our case the installation was successful and besides I did not choose 64 bit application I chose Windows x86 web-based installer and not this : Windows x86-64 web-based installer why would the installer installed an 64 bit version if it is not stated in the link and without my consent and without my computer triggering an error !!?
  19. hisoka

    NTX file

    "Which program created the file?" Sorry I did not understand the question
  20. hisoka

    DLL application

    what about the DLLs that come with a program when you download it ,from a website , into your computer hard disk . These DLLs are unique to that program . When you delete or uninstall the program these DLLs are deleted or uninstalled with it because they are unique to that program . Why does a program need these DLLs -which are unique to that program and are a libraries or collection of executable functions- if it has its own functions and methods ?
  21. hisoka

    DLL application

    DLL is a library of executable functions or data that can be used by a program . Does not the program has its own functions and data so why it needs exterior functions from DLL application in order to work . I am confused
  22. Python is successfully installed without any error . However when I double clicked on both applications one after another ; the first is "python" and the second is "pythonw" , a box appeared in which is mentioned : for the first : python.exe is not a valid Win32 application for the second : pythonw.exe is not a valid Win32 application
  23. hisoka

    NTX file

    I have an NTX file . I tried to open it but I could not . I am stuck . I tried to google on how to open NTX file . Some sites suggested me some software but all these software failed to open it Any help would be appreciated
  24. I am an absolute beginner in python . I downloaded : Python 3.5.0a3 - 2015-03-30 Download Windows x86 web-based installer from this page : https://www.python.org/downloads/windows/ the download was successful but when I double clicked on the python application installed in my computer , it says : python.exe is not a valid w32 application I have windows 32 bits service pack 3 I am stuck . Any help would be appreciated .
×
×
  • Create New...