Search results

  1. Sway

    What is best CMS right now?

    I hate to say this but you probably on have RevCMS.. unless you can fix up the others.
  2. Sway

    n/a

    *this wasn't what you were looking for*
  3. Sway

    trip to some fucked place i dont belong

    Go to Belize..
  4. Sway

    Show DevBest [PY] GetIP

    @Wassim Thanks. @Stanleh ip = socket.gethostbyname("http://google.ca") print ip I don't see how that contributes to the thread but I'll surely play along: putting the Python code above and your Java code side to side.. how is the Java code better?
  5. Sway

    Show DevBest [PY] GetIP

    You could I guess.
  6. Sway

    Show DevBest [PY] GetIP

    This is a simple script I cooked up in Python in about 15 minutes to get the IP of a website. It is complete with exception handlers and bootleg loops (function calling here and there). The purpose of this script is to retrieve the IP address of a website or hostname. It'll ask you if you wish...
  7. Sway

    RevCMS account creator

    Ported this to Python 3. http://pastebin.com/63TdskWh
  8. Sway

    What sort of server should I make?

    Hello Kitty Online.
  9. Sway

    What to come after.

    That's a shit ton of languages. I'll see you in a year or two.
  10. Sway

    Show DevBest [PY] Web Browser?

    UPDATE: ** Added exception handlers. Source: http://pastebin.com/Wex9KcA1 Snippet: def main(): print() print("Do not add 'http://'") website = input("Website: ") print() browsers = input("View the list of browsers? ") if any(browsers.lower() in choice_yes for...
  11. Sway

    Show DevBest [PY] Web Browser?

    Thanks. UPDATE: ** Added the option to choose the browser of your choice. This browser must be in your PATH. You can use the following aslong as they are in your PATH. Using 'windows-default' will load up your favorite or default browser. Source: http://pastebin.com/849LBLJD...
  12. Sway

    Show DevBest [PY] Web Browser?

    Thanks. UPDATE: ** Added the option to open in a new tab or in a new window (current window if availabe). Source: http://pastebin.com/DtbVDpKN Snippet: def main(): print() print("Do not add 'http://'") website = input("Website: ") choice = input("Do you wish to open it in a...
  13. Sway

    Show DevBest [PY] Web Browser?

    I have no idea what to name this but you pretty much enter the website you want to go to (through the command line) and it will open your default browser and take you to that website. Source: http://pastebin.com/j5wF6Mqb Source 2: http://pastebin.com/DtbVDpKN Source 3...
  14. Sway

    Show DevBest [PY] Calculator

    This is an extremely simple calculator I cooked up in Python out of boredom. Source: http://pastebin.com/60vUy9XW Snippet: def main(): choices = ['a', 's', 'm', 'd'] print("Would you like to add [A], subtract [S], multiply [M], or divide [D]?") choice = input() if...
  15. Sway

    The Walking Dead: 400 Days

    It's really short.
  16. Sway

    Anytime.

    Anytime.
  17. Sway

    [Dev] Upload CMS [/Dev]

    I like it.
  18. Sway

    What processor do you have?

    Intel 4004
Top