Loading...

All Fixees

Programming Language: PHP

Read all (8 lines)

  1. public function get_ip() {
  2. $IP = @array($_SERVER['REMOTE_ADDR'], $_SERVER['HTTP_CF_CONNECTING_IP']);
  3. return current(array_filter($IP, 'validate_ip'));
  4. }
  5.  

Programming Language: Javascript

Read all (5 lines)

  1. $("#scripts").hover(function() {
  2. $("#scripts").css('opacity', 1.0);
  3. }, function() {
  4. $("#scripts").css('opacity', 0.4);
  5. });

Programming Language: PHP

Read all (56 lines)

  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>:::MARIJANA VUKAJLOVIC:::</title>
  5. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">

Programming Language: Python

Read all (13 lines)

  1. def menu():
  2. print "==================== Class selection menu ====================="
  3. print ""
  4. print " 1 - Hunter "
  5. print " 2 - Warrior"

Programming Language: PHP

Read all (45 lines)

  1. <?php
  2.  
  3. /*
  4.  * PHP Challenge | #3 Obfuscation - 19/02/2012
  5.  *

What is Fixee?

Fixee is a next generation Pastebin.

Fixee's clean, swift interface is oriented around getting your code fixed. Fast.