User Controls

  1. 1
  2. 2
  3. 3
  4. ...
  5. 2548
  6. 2549
  7. 2550
  8. 2551
  9. 2552
  10. 2553
  11. ...
  12. 2642
  13. 2643
  14. 2644
  15. 2645

Posts by aldra

  1. aldra JIDF Controlled Opposition
    I hope someone fucking hurries up and pushes the big red button
  2. aldra JIDF Controlled Opposition
  3. aldra JIDF Controlled Opposition
    ...more?
  4. aldra JIDF Controlled Opposition
    Originally posted by the holy ghost do you have the deliriant speedball mongolroy face?

    "it's Δ time" was overall most striking meme of 2016

    Post last edited by the holy ghost at 2017-01-13T05:28:11.121491+00:00

  5. aldra JIDF Controlled Opposition
    I have 2 photos of you unless I've hidden others around my computer when I wasn't sober
  6. aldra JIDF Controlled Opposition
  7. aldra JIDF Controlled Opposition
    fucking lol, probably the best thing you've ever posted
  8. aldra JIDF Controlled Opposition
    fair enough. I mostly just like that it's free and open, reasonably well maintained etc..

    it's nice that it's modular too, being able to convert to/from most VHD formats and easily scripted for things like Vagrant - if you get into any sort of dev work hat requires different environments you'll probably end up using it
  9. aldra JIDF Controlled Opposition
    Originally posted by Merlin Oy get a life m8, bin that ice.

    fuckin ayyy ya shit cunt
  10. aldra JIDF Controlled Opposition
    what is it that you don't like about virtualbox?
  11. aldra JIDF Controlled Opposition
    given what's going on now it probably won't be far off
  12. aldra JIDF Controlled Opposition
    Originally posted by aldra you're an icemaker

    in case you don't get it and assume I'm just talking rubbish:

  13. aldra JIDF Controlled Opposition
    http://stackoverflow.com/questions/35988/c-like-structures-in-python

    though if you want to keep it simple you could just create 4 arrays, protocol,domain,page,args

    so that way you'd get a full URL by concatenating protocol[x].domain[x].page[x].args[x]
  14. aldra JIDF Controlled Opposition
    https://www.documentcloud.org/documents/3259984-Trump-Intelligence-Allegations.html
  15. aldra JIDF Controlled Opposition
    I don't know much python so I can't write you proper code, but basically I'd parse URLs into those 3 parts.

    first a structure to hold that data:

    structure splitUrl (protocol, domain, page, parameter)

    then split each url into protocol (http:)
    domain (url.com)
    page (dicks)
    and if it exists, parameter (id=17)


    that way you can quickly search through each of the properties to see if there's already an item with a matching page or parameter, for instance
  16. aldra JIDF Controlled Opposition
    Originally posted by SCronaldo_J_Trump What next an icemaker!?

    you're an icemaker
  17. aldra JIDF Controlled Opposition
    how do you want to strip them?

    do you want to only keep unique domains or unique pages?


    http://url.com/nigger?id=1
    http://url.com/nigger?id=5
    http://url.com/dicks?id=17

    ie. unique domains keeps only

    http://url.com/nigger?id=1

    unique pages keeps

    http://url.com/nigger?id=1
    http://url.com/dicks?id=17

    at any rate I'd separate the strings into domain, page and arguments. could use regex or a simple split - for the domain get 0 to the first '/', for the page get the first '/' to the '?' if it exists. parameter would be '?' to end (assuming there's a ?)
  18. aldra JIDF Controlled Opposition
    Originally posted by cerakote for most things, the correct answer is right-wing but for certain things its left-wing, speaking in terms of maximum freedom that doesnt pollute peoples minds

    left-right has become largely irrelevant; the real division is between libertarian-authoritarian nowadays
  19. aldra JIDF Controlled Opposition
    lanny: please randomise the order of the user controls links just for sploo's account
  20. aldra JIDF Controlled Opposition
    I use vmware for work, seriously don't see any advantage to using it over virtualbox for most users, ie. people setting up virtual machines on their personal machine as opposed to a full vsphere server

    HyperV is actually surprisingly good for an MS product too
  1. 1
  2. 2
  3. 3
  4. ...
  5. 2548
  6. 2549
  7. 2550
  8. 2551
  9. 2552
  10. 2553
  11. ...
  12. 2642
  13. 2643
  14. 2644
  15. 2645
Jump to Top