Skip to content

Instantly share code, notes, and snippets.

<?php
class IP
{
public $value;
public $lastupdate;
function IP()
{
$this->value=$_SERVER['REMOTE_ADDR'];;
$this->lastupdate=new DateTime();
}
using System;
using System.Data;
using System.Configuration;
using System.Web;
using System.Web.Security;
using System.Net.Mail;
using System.Collections.Generic;
using System.IO;
using System.Text;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace euler268
{
class Program
{
@kashwaa
kashwaa / Euler50
Last active August 29, 2015 14:01
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace Euler50
{
class Program
{
static void Main(string[] args)
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Diagnostics;
namespace euler12
{
class Program
{
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using Facebook;
namespace fbBot
{
public class FB
{
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.IO;
namespace Rotate
{
class Program
{
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.IO;
namespace codejam
{
class T9
{
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Diagnostics;
namespace pandigital
{
class Program
{
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Diagnostics;
using System.Threading.Tasks;
namespace sqr
{
class result