polotek (Marco Rogers)

Name
Marco Rogers
Website/Blog
http://marcorogers.com/
Company
Atlantic Media Company
Location
Washington, DC
Member Since
Jul 20, 2009 (5 months)

Following 3 githubbers and watching 34 repositories view all →

Public Repositories (9)

  • twitterlibphp

    An object-oriented PHP interface to the Twitter API

    legend

    Forked from jdp/twitterlibphp Wed Oct 28 10:14:29 -0700 2009

    Last updated Wed Dec 02 10:19:34 -0800 2009

  • jquery

    jQuery JavaScript Library

    legend

    Forked from jquery/jquery Fri Nov 20 12:20:36 -0800 2009

    Last updated Tue Nov 17 11:52:12 -0800 2009

  • php-file-upload

    A PHP5 class library that offers a very easy, yet powerful way to handle uploading of files submi...

    legend

    Forked from ge-org/php-file-upload Mon Nov 16 19:50:02 -0800 2009

    Last updated Mon Nov 16 20:08:08 -0800 2009

  • Twig

    Twig, the flexible, fast, and secure template language for PHP

    legend

    Forked from fabpot/Twig Wed Oct 21 22:23:52 -0700 2009

    Last updated Wed Oct 21 19:00:21 -0700 2009

  • emacs-starter-kit

    All the code you need to get started, with an emphasis on dynamic languages.

    legend

    Forked from technomancy/emacs-starter-kit Wed Nov 11 23:06:57 -0800 2009

    Last updated Wed Oct 14 15:13:02 -0700 2009

  • dot-files

    Config files

    legend

    Last updated Sun Sep 06 15:40:59 -0700 2009

  • axiom-stack

    Axiom Stack Source: Open Source SSJS Project

    legend

    Forked from axiomsoftware/axiom-stack Sun Sep 06 10:13:34 -0700 2009

    Last updated Fri Sep 04 13:59:15 -0700 2009

  • axiom-smtps

    Settings and convenience class for sending email over secure smtp

    legend

    Last updated Sat Jul 25 09:16:48 -0700 2009

  • env-js

    A pure-JavaScript browser environment.

    legend

    Forked from jeresig/env-js Sat Sep 12 14:54:53 -0700 2009

    Last updated Sun Oct 12 08:27:10 -0700 2008

Public Activity feed

polotek started watching tstone/django-uploadify Thu Dec 17 09:12:36 -0800 2009
django-uploadify's description:
Django integration of Uploadify jQuery plugin
polotek started watching documentcloud/underscore Mon Dec 14 10:02:13 -0800 2009
underscore's description:
Functional Programming Aid for Javascript. Works well with jQuery.
polotek started watching tlrobinson/narwhal Thu Dec 10 09:01:37 -0800 2009
narwhal's description:
A JavaScript standard library, package manager, and more.
polotek started watching technomancy/emacs-starter-kit Thu Dec 03 06:49:10 -0800 2009
emacs-starter-kit's description:
All the code you need to get started, with an emphasis on dynamic languages.
polotek started watching janl/awesome Wed Dec 02 10:27:51 -0800 2009
awesome's description:
A Redis implementation in node.js
polotek started watching obt/bomberjs Wed Dec 02 10:26:26 -0800 2009
bomberjs's description:
The early stages of a node.js web framework
polotek pushed to master at polotek/twitterlibphp Wed Dec 02 10:19:35 -0800 2009
HEAD is dd87b7e82306834281dc299b4d8844048f22a039

2 commits »

polotek forked gist: 245837 Mon Nov 30 14:29:31 -0800 2009
#!/usr/bin/env python # -*- coding: utf-8 -*- """
polotek started watching brianleroux/xui Tue Nov 24 18:12:20 -0800 2009
xui's description:
A tiny javascript framework for mobile web apps.
polotek started watching brianleroux/hydro Tue Nov 24 18:11:06 -0800 2009
hydro's description:
rehydrating micro applications
polotek started watching kriszyp/pintura Mon Nov 23 14:00:23 -0800 2009
pintura's description:
Pintura is the JSGI-based RESTful JSON/JavaScript server written in JavaScript based on Persevere that will form the foundation of Persevere 2.0
polotek started watching ry/node Mon Nov 23 13:24:17 -0800 2009
node's description:
evented I/O for v8 javascript
polotek started watching thatcher/jquery-claypool Mon Nov 23 11:28:05 -0800 2009
jquery-claypool's description:
Claypool is a small, fast, railable Javascript Application Framework , built on jQuery that provides all the usual important patterns for large, long-lived client-side apps, server-side apps, or something strangely, beautifully in the middle.
polotek forked jquery/jquery Fri Nov 20 12:20:38 -0800 2009
Forked repository is at polotek/jquery
polotek updated gist: 239619 Fri Nov 20 08:59:59 -0800 2009
/** * Autolink urls in text * Optionally autolink usernames and hashtags in twitter text
polotek updated gist: 239619 Fri Nov 20 08:52:42 -0800 2009
function autolink(txt){ if(!txt) return; var txtstr = txt + ''; //make sure it's a string
polotek created gist: 239619 Fri Nov 20 08:50:58 -0800 2009
function autolink(txt){ if(!txt) return; var txtstr = txt + ''; //make sure it's a string
polotek pushed to master at polotek/twitterlibphp Mon Nov 16 20:08:18 -0800 2009
HEAD is 27c42c359712424d4cf84611a690a74ee936b272
  • polotek committed 27c42c35:
    destroyUpdate requires authentication. Minor updates to formatting
polotek pushed to master at polotek/php-file-upload Mon Nov 16 20:08:08 -0800 2009
HEAD is 8dd65188dca326b365fb900efac0c90d377ab3d5
  • polotek committed 8dd65188:
    Fix to getFile func to prevent always returning null. Refreshed formatting.
polotek forked ge-org/php-file-upload Mon Nov 16 19:50:03 -0800 2009
Forked repository is at polotek/php-file-upload
polotek opened issue 1 on ge-org/php-file-upload Mon Nov 16 11:02:26 -0800 2009
getFile always returns null
polotek started watching ge-org/php-file-upload Mon Nov 16 09:32:42 -0800 2009
php-file-upload's description:
A PHP5 class library that offers a very easy, yet powerful way to handle uploading of files submitted via a form
polotek started watching mptre/php-cache Thu Nov 12 12:03:48 -0800 2009
php-cache's description:
Simple yet effective PHP Cache Class for external resources.
polotek started watching isofarro/php5-cache Thu Nov 12 09:51:34 -0800 2009
php5-cache's description:
A type-based cache using the filesystem
polotek forked technomancy/emacs-starter-kit Wed Nov 11 23:06:58 -0800 2009
Forked repository is at polotek/emacs-starter-kit
polotek started watching ShiftSpace/promises Wed Nov 11 21:47:28 -0800 2009
promises's description:
Promises for MooTools
polotek started watching chrisdone/zencoding Sun Nov 08 16:14:49 -0800 2009
zencoding's description:
a neat way to write markup quickly in emacs
polotek pushed to master at polotek/twitterlibphp Tue Nov 03 11:00:36 -0800 2009
HEAD is f7e9b4cd4acbeec53ee658b634173edd4787901c

2 commits »

polotek started watching technomancy/magit Thu Oct 29 23:17:42 -0700 2009
magit's description:
Magit is an interface to the version control system Git, implemented as an extension to Emacs.
polotek started watching sorccu/cufon Thu Oct 29 20:09:57 -0700 2009
cufon's description:
Fast text replacement with canvas and VML - no Flash or images required.
polotek started watching evilchelu/braid Thu Oct 29 15:19:31 -0700 2009
braid's description:
Simple tool to help track git and svn vendor branches in a git repository
polotek started watching jquery/jquery Thu Oct 29 11:03:50 -0700 2009
jquery's description:
jQuery JavaScript Library
polotek started watching fabpot/Twig Wed Oct 28 10:56:46 -0700 2009
Twig's description:
Twig, the flexible, fast, and secure template language for PHP