User Controls

  1. 1
  2. 2
  3. 3
  4. ...
  5. 112
  6. 113
  7. 114
  8. 115
  9. 116
  10. 117
  11. ...
  12. 155
  13. 156
  14. 157
  15. 158

Posts by SBTlauien

  1. SBTlauien African Astronaut
    Originally posted by infinityshock change that to something like a 30-06 which is technically 'high powered', loaded with a 220gr solid (kinda like a FMJ but stronger; designed for hunting big animals) and the bullet will go through 5 or 6 or 7 crazies…unless it hits a 'big' bone, then 3 or 4.

    What type of guns take these bullets, that can fire many of them quickly(preferably automatic), for ones protection against large violent crowds of people at a festival?
  2. SBTlauien African Astronaut
    Those programs were written in...Basic. That's what they use to teach the kids in high school, back in the old days. QBasic, then Visual Basic, then maybe C with Borland.
  3. SBTlauien African Astronaut
    No money is needed. You can host for free on TOR. You do have to pay for your internet service, maybe.

    You can download the software(open sourced) or you can build your own.

    Lanny has his software of Github.
  4. SBTlauien African Astronaut
    Originally posted by Sophie Oh one more thing, when you worked with R, did you use Rstudio?

    I have never used R. Also, what type of databases are you talking about? This is reminding me of that thread that was about collecting info from people's facebook pages.
  5. SBTlauien African Astronaut
    Originally posted by Sophie like maybe have a bot that scrapes security related blogs, forums and/or twitter accounts for certain topics. Like ransomware, figure which of the targets produce the most content related to ransomware or either provide source code and keep track of it and all that jazz. Basically just aggregate and organize intel on a subject you want to research.

    There's so much shit polluting the internet and you want to start collecting it? Most of this pollution are how-to's on nocive topics. Try searching for a how-to on 'installing Ubuntu' or 'hacking' or 'android development' and you'll find a shit storm of blogs, websites, youtube videos, threads on forums, chat logs, etc, on the subject and every little variation in between. Try searching for something more advanced and you won't find too much. IMO the problem is that all these kids want to make click-pennies by writing their own blogs that contain how-to's on simple subjects that they are learning.

    I advise you to not start.
  6. SBTlauien African Astronaut
    Originally posted by -SpectraL In the early '90's, you had to have a "qualifying product", as a prerequisite, before you could install Windows, even if you bought the Windows operating system. You had to first have MS-DOS6.0 fully installed before Windows would even think about installing. Point being, the user had to actually have at least some basic knowledge of computing before being permitted to go any further. Mindless asshats needed not apply.

    I remember having to run certain games from DOS. Like Heretic. Those were they days.
  7. SBTlauien African Astronaut
    Originally posted by infinityshock an AK47 is not a high powered rifle.

    It isn't? I know they shoot bullets larger than an AR-15. But I figure they can vary.

    If I had to defend myself from a large violent crowd of people at a public swimming pool, how many people do you think one bullet would go through?
  8. SBTlauien African Astronaut
    If I were going to do something like this, I definitely would NOT be talking about it with anyone at all. This is the type of thing that will get you arrested and your reduce your availability for legally buying a high powered rifle like an AK47 which has large bullets that are said to spray well, can have a drum magazine attach which would allow the gun to hold 75 rounds(maybe more), and can easily be modified to automatically fire the highest grain bullets you can find.

    I wouldn't say anything to anyone at all and I definitely wouldn't talk about whatever problems would make me have such thoughts. Those types of things will get a person locked up and a felony place on their record.
  9. SBTlauien African Astronaut
    I have no interest in the R programming language. Also, I wrote a few small programs back when I was 21, that would check different strategies playing roulette and they all bust. In fact, they wouldn't bust if I removed a single element(like the max bet limit, the green 00s, and other things). The house wins everytime.
  10. SBTlauien African Astronaut
    Originally posted by Sophie Also, i hear Java is very much not secure.

    I always thought that was more about people using Java in their browsers. I don't personally use Java in my browser.

    Also, I disagree on the syntax. I like the way Java looks. It looks similar to C, which I am liking. I think we can both agree that C and Assembly are basically the most important programming languages one can learn.
  11. SBTlauien African Astronaut
    Originally posted by Sophie Eeww Java. Also yeah i should become a C Geek as well. But i also want to learn R for some reason.

    Why doesn't anyone seem to like Java? I actually like it a lot for some reason, mainly for Android, but also because it seems to have a lot of libraries and sample code, and it seems to network nicely(except the lack of being able to craft packets without a library). Not to long ago, someone else put me down for learning Java.
  12. SBTlauien African Astronaut
    Red Dragon is a novel by American author Thomas Harris, first published in 1981. The plot follows FBI profiler Will Graham, who comes out of retirement to investigate a serial killer nicknamed The Tooth Fairy, who is murdering entire families.
  13. SBTlauien African Astronaut
    Originally posted by Sophie My primary programming language is Python. But like i have mentioned before, i have no official training in IT and programming and computer science. Basically i just learn as i go lol.

    Well I'm usually a Java Queer but I'm trying to become a C Geek.
  14. SBTlauien African Astronaut
    Originally posted by Sophie I think you're supposed to add your python version to the shebang line. I mean linux knows where python lives it just doesn't know which version you want to use if you have both installed and your code might fail on either 2.7 or 3.x depending on the syntax.

    2.7

    Originally posted by Sophie Also why do your on and off method have a `self` argument? They aren't in a class, your methods aren't decorated and i don't know enough about Python to be able to tell if your on and off methods are static or not.


    That's how one of the examples I found had it set up. I thought I was due to it being a menu button. What else would I put there so that it'll work? I toyed around with it but that's what worked and that's what was in the example I found.

    Also, I had thought you were the Py-Guy around here. What is your primary programming language?

    Originally posted by Sophie Also. Why do you write `if 1 == 1:main()`. 1 == 1 will always evaluate to true right? So no matter what you want to call `main()`. So why not just call it by just typing `main()` also shorthands like that look weird in python. Also it doesn't look to me like you need to pass any arguments to the on and off methods.

    So true about just placing 'main()' there. I think I came up with the idea from an example and the example most likely had something that changed a variable to shut of the program but I just quickly made what I knew was an infinite loop without really thinking about it.

    As far as the arguments, two are definitely needed. I believe one has to be 'self' due to it being a menu button. I could be wrong though.
  15. SBTlauien African Astronaut
    Here is a little program I made that consists of 33 lines of code. It requires Python and some commonly available Python modules. The program allows a person to easily turn off their touchpad so that it will not get in the way while typing. I really needed it for my Surface Pro 3 because every time I was typing in the code, my god damn fucking hands would hit that little mother fucking pad, PLACING THE GOD DAMN FUCKING CURSOR SOMEWHERE ELSE AND FUCKING PISSING ME OFF GOD DAMN IT!!! So it basically lets a person easily turn it on and off with a quick click and selection.

    In order to use, you type 'xinput list' and then find the name of your devices touchpad input. Then you replace the part in the code below that says "My-Laptops-Touch-Pad-Id" with your devices identification.

    On Ubuntu, you can type "Startup Applications" into the Dash and add this as a startup application(you'll have to place "python " before the location of the .py file in the 'Command' field).

    Here she is...


    #!/usr/bin/env
    import os, gtk, appindicator, subprocess, StringIO

    def main():
    indicator = appindicator.Indicator("Toucher", '/home/me/py/toucher.png', appindicator.CATEGORY_APPLICATION_STATUS)
    indicator.set_status(appindicator.STATUS_ACTIVE)
    indicator.set_menu(build_menu())
    gtk.main()

    def build_menu():
    menu = gtk.Menu()
    onItem = gtk.MenuItem("ON")
    onItem.connect("activate", on, "On")
    menu.append(onItem)
    offItem = gtk.MenuItem("OFF")
    offItem.connect("activate", off, "Off")
    menu.append(offItem)
    menu.show_all()
    return menu

    def getInt():
    s = StringIO.StringIO(subprocess.check_output("xinput list", shell=True))
    for line in s:
    if "My-Laptops-Touch-Pad-Id" in line:
    return line.split('id=')[1].split('\t')[0]

    def on(self, wtf):
    subprocess.call("xinput --enable " + getInt(), shell=True)

    def off(self, wtf):
    subprocess.call("xinput --disable " + getInt(), shell=True)

    if 1 == 1:main()


    Here is the icon...

    http://www.angelfire.com/un/sbt/images/toucher.png

    I didn't know what to put in for the arguments in the 'on' and 'off' functions, so I just put in wtf.

    Rate it.
  16. SBTlauien African Astronaut
    Wat evar yuo sai yoi stuped ignarint littil bihtc.
  17. SBTlauien African Astronaut
    What are we looking at? It's been a while since I've used Blender. I know it's the 'skin' for something, just don't know what.
  18. SBTlauien African Astronaut
    Mostly incoherent ignorance ending with a blurry picture.
  19. SBTlauien African Astronaut
    Here is a polyglot that Lanny agreed to host for me...

    http://168.235.79.36/hat.png

    Edit: Normally the "‰PNG  IHDRp–û-N¹iTXt" wouldn't be there but I messed up making it...
  20. SBTlauien African Astronaut
    Originally posted by Lanny If anything we're going to see more funding to the betabet agencies, or a new agency altogether, in the name of trying to mitigate the leak.

    NLA.

    National Leak Agency.

    With Trump in charge(currently), I wouldn't doubt it if we get an agency dedicated to stopping/covering up leaks like this. But maybe it's for the best. I mean really, is this type of leak really good for our nation?
  1. 1
  2. 2
  3. 3
  4. ...
  5. 112
  6. 113
  7. 114
  8. 115
  9. 116
  10. 117
  11. ...
  12. 155
  13. 156
  14. 157
  15. 158
Jump to Top