Search results

  1. rebolli

    What does "<<" mean in Java??

    Hello, Could anyone tell me what the syntax "<<" does in java? For example, if I do the operation 1 << 4 I'll get the output 16. How does that work? :confused: Couldn't find this on google cause the characters "<<" are ignored.. :(
  2. rebolli

    How to run Python on X10Hosting

    I uploaded a file, script1.py, containing: #!/usr/bin/env python print "Content-type: text/plain\n" print """\ <html> <body> <h2>Hello World!</h2> </body> </html> """to my public_html directory. I've added the line "AddHandler cgi-script .py" to .htaccess and set the permissions for the file...
Top