Jump to content

LukaP

Member
  • Posts

    6,512
  • Joined

  • Last visited

Awards

This user doesn't have any awards

About LukaP

  • Birthday May 18, 1995

Contact Methods

Profile Information

  • Gender
    Male
  • Location
    AlwaysFSX's Basement
  • Interests
    3D, Engineering, Computers, Metalwork
  • Occupation
    IBM
  • Member title
    Here to help. Know indepth stuff.

System

  • CPU
    i5-750 Stock
  • Motherboard
    Intel B55
  • RAM
    Corsair Vengeance 16GB 1866MHz
  • GPU
    Gainward GTX770 2GB
  • Case
    CM Storm Stryker
  • Storage
    2x WD Blue 500GB, Black 1TB
  • PSU
    Corsair AX850
  • Display(s)
    2x Dell U2414M
  • Cooling
    Cooler Master Hyper212Evo
  • Keyboard
    Logitech G105
  • Mouse
    Roccat Kova+
  • Sound
    LG FB162 System

Recent Profile Visitors

29,563 profile views
  1. Alive. *taunts 2016*

    1.   Show previous replies  22 more
    2. Tech_Dreamer

      Tech_Dreamer

      one can only take so much Penis jokes before he dies, DP LukaP

    3. themctipers
    4. JoaoPRSousa
  2. The night manager is fucking amazing. If you are into spy dramas, this is for you. Great story, amazing casting, awesome screenplay... What else does a man need from a TV show. :D

    1.   Show previous replies  17 more
    2. thekeemo

      thekeemo

      use opera on turbo mode

      life saver

    3. AlwaysFSX
    4. cesrai

      cesrai

      Hannibal is a very nice TV show.

  3. I am a moron, thank you
  4. Im making a messaging server and client in python for uni. We have to implement SSL/TLS encryption. So i use this code to create a context, but come up with a problem when i try to pass certificate and key files to it def setup_SSL_context(): #uporabi samo TLS, ne SSL context = ssl.SSLContext(ssl.PROTOCOL_TLSv1) # certifikat je obvezen context.verify_mode = ssl.CERT_REQUIRED #nalozi svoje certifikate context.load_cert_chain(certfile="luka.pem", keyfile="lukakey.pem") # the line that confuses python # nalozi certifikate CAjev (samopodp. cert.= svoja CA!) context.load_verify_locations('server.pem') # nastavi SSL CipherSuites (nacin kriptiranja) context.set_ciphers('AES128-SHA') return context if i directly pass the files like that, its all working properly, but well, i want this client to support more than one user, so my solution was to pass filenames as formatted strings like this username = input() # yes i did input luka... #foo context.load_cert_chain(certfile="[].pem".format(username), keyfile="[]key.pem".format(username)) which threw a FileNotFound Exception, but only on the lukakey.pem file... Does anyone have any idea why it does that?
  5. anyone wants to buy CIV5 for me, its 12$ on g2a apparently

    1.   Show previous replies  8 more
    2. DevilishBooster

      DevilishBooster

      CS:GO? Get repetitive? After almost 4 years of being played to death my millions? Nooooooooo....

       

      /s

    3. DevilishBooster

      DevilishBooster

      *by* millions

      I am having some real issues with typing this week....

    4. thekeemo

      thekeemo

      Always dust 2 

      Always awp ak or m4

  6. Dont worry, the syntax is almost the same, apart from the print statement/function. But you do get more features (iirc 2.7 is the last python 2), guaranteed working on most systems that arent windows (linux and OSX come with python 3.4), and (not sure if my memory serves me right on this) faster exectution.
  7. Best thing about it, the store fucked up, and i got the G502 spectrum, which wasnt on sale, for the price of the normal G502 which was on sale
  8. Got the G502 on a sale, was 65€. so far, quite happy with it
  9. OK so your hand is just as big as mine, except that you claw and i palm. I think ill go for it
  10. how big are your hands, wrist to fingertips? (if i may ask) and how is the comfort with that size
  11. yeah it was awkward... what do you mean with buttons not being as nice on the 502?
×