[ create a new paste ] login | about

navarr

Name: Navarr
Email:
Site/Blog: http://tech.gtaero.net/
Location: Spring, TX
Default language: PHP
Favorite languages: PHP
About:

Saved pastes by navarr:

PHP, pasted on Nov 3:
1
2
3
4
5
<?php
/*
	Twitter API Library
	Author: Navarr T. Barnier
	More Info & Usage License: http://tech.gtaero.net/code/twitter-api-library
...
view (1503 lines)
PHP, pasted on Nov 3:
1
2
3
4
5
<?php
/*

This is my current work in progress code for the Twitter API Library.
This code is Copyright 2009 Navarr Barnier
...
view (1105 lines)
PHP, pasted on Nov 3:
1
2
3
4
5
<?php
        // What my Twitter Library looks like In Use:
        require_once("api.lib.php");
        require_once("settings.php");
        $twitter = new Twitter($key,$secret);
...
view (10 lines)
Python, pasted on Nov 2:
1
2
3
4
5
#!/usr/bin/python
class WebPage:
        title = "Page";
        def HTTPHead(c):
                print "Content-type: text/html;charset=utf-8\n";
...
view (20 lines, 7 lines of output, 1 comment)
PHP, pasted on Oct 27:
1
2
3
4
5
<?php
	/* 
		Audioscrobbler Realtime Submission Protocol v1.2.1
		Written by: Navarr T. Barnier
		Version: 0.1
...
view (223 lines)