Jump to content

Dr4k3

Active Members
  • Posts

    427
  • Joined

  • Last visited

Everything posted by Dr4k3

  1. Poate mã invaþa ºi pe mine
  2. ba merge mah cum sa nu mearga shi lai pus shi tu ))
  3. Dr4k3

    Yahworld

    ala e vechi...il stiu de mult...da parerea mea nau sens...b00t is lame...or mai fii si alte chestiipacolo da majoritatea nu merg...
  4. acu merge...
  5. man tu nai habar nici d pascal....
  6. Dr4k3

    Yahworld

    ok domnu canibal
  7. tu ma!!!!!!!! bha auziti mah ca sa apucat hanibalu d invatat...invata intai sa spui hanga-banga
  8. shi'>http://rst-crew.net/forum/viewforum.php?f=16 shi asta pt inceput...pana inveti ceva prg...
  9. ok shocker mai facut...yo am dat doar o idee...
  10. poi macar ai acces la computeru respectiv...poti sa formatezi dak te enervezi
  11. nenea zbeng dak stii tu de cate tut as avea yo nevoie...da ma limitez la cum sa spargi un server...pls as vrea tot...protectie...metode bla bla pls?
  12. nene cel mai bine un live cd ...linux dak stii linux
  13. mersi e bine sa incerk...ma rog nu is nebun dupa huburi
  14. man acolo scrie k e pentru incepatori...asta prezinta lucrurile elementare...dupa cum ai observat
  15. cred k ai dreptate...
  16. is din pitesti...any info?
  17. dak zici tu...pan la urma ai dreptate...ami bine un keylogger shi un ddos
  18. thnq very much btw u stii html?
  19. Python'>http://docs.python.org/tut/tut.html Python tutorial in engleza...de pe siteul oficial deci ar trebui sa fie bun
  20. Daca tot a amintit Kw3[R]ln aici de Python...sa vedem cu ce se mananca... An Introduction to Python Python is a portable, interpreted, object-oriented programming language. Its development started in 1990 at CWI in Amsterdam, and continues under the ownership of the Python Software Foundation. The language has an elegant (but not over-simplified) syntax; a small number of powerful high-level data types are built in. Python can be extended in a systematic fashion by adding new modules implemented in a compiled language such as C or C++. Such extension modules can define new functions and variables as well as new object types. Here's a simple function written in Python, which inverts a table (represented as a Python dictionary): def invert(table): index = {} # empty dictionary for key in table.keys(): value = table[key] if not index.has_key(value): index[value] = [] # empty list index[value].append(key) return index Note how Python uses indentation for statement grouping. Comments are introduced by a # character. Here's an example of interactive use of this function (">>> " is the interpreter's prompt): >>> phonebook = {'guido': 4127, 'sjoerd': 4127, 'jack': 4098} >>> phonebook['dcab'] = 4147 # add an entry >>> inverted_phonebook = invert(phonebook) >>> print inverted_phonebook {4098: ['jack'], 4127: ['guido', 'sjoerd'], 4147: ['dcab']} >>> Python has a full set of string operations (including regular expression matching), and frees the user from most hassles of memory management. These and other features make it an ideal language for prototype development and other ad-hoc programming tasks. Python also has some features that make it possible to write large programs, even though it lacks most forms of compile-time checking: a program can be constructed out of a number of modules, each of which defines its own name space, and modules can define classes which provide further encapsulation. Exception handling makes it possible to catch errors where required without cluttering all code with error checking. A large number of extension modules have been developed for Python. Some are part of the standard library of tools, usable in any Python program (e.g. the math library and regular expressions). Others are specific to a particular platform or environment (for example, UNIX, IP networking, or X11) or provide application-specific functionality (such as image or sound processing). Python also provides facilities for introspection, so that a debugger or profiler (or other development tools) for Python programs can be written in Python itself. There is also a generic way to convert an object into a stream of bytes and back, which can be used to implement object persistency as well as various distributed object models.
  21. bootul merge si pe Yahoo Messenger 8 ? mult post hunting...
  22. mda o mere da dak am ignore de la pers respectia mai pot face ceva?
  23. damnit...nici nam observad srry
  24. imi erai dator ... da voi acolo nu faceti macar nishte chestii d genu buffer owerflow ?
  25. man te referi la mine? yo nu am 3 la rand...shi nu vad ca are cineva
×
×
  • Create New...