CARVIEW |
sanko
(Sanko Robinson)
- You’re not logged in!
- Login
- Pricing & Signup
- Name
- Sanko Robinson
- Website/Blog
- https://sankorobinson.com/
- Company
- disOrganization
- Location
- PanOpticon
- Member Since
- Oct 23, 2008 (about 1 year)
Following 7 githubbers and watching 41 repositories view all →
Public Repositories (12)
-
fltk-perl
Perl interface to the (experimental) 2.0.x branch of the FLTK GUI toolkit
Last updated Wed Jan 06 15:26:58 -0800 2010
-
liquid-perl
(Yet Another) Simple, Stateless Template System
Last updated Sun Dec 27 13:19:13 -0800 2009
-
perl4mirc
Dll which allows users to run perl directly from mIRC's edit box and embed perl snippets in msl s...
Last updated Mon Nov 23 10:34:22 -0800 2009
-
acme-cpanauthors-acme-cpanauthors-authors
We are CPAN authors who have authored Acme::CPANAuthors modules.
Last updated Tue Nov 10 19:32:09 -0800 2009
-
alien-fltk
Installs libraries for the (experimental) 2.0.x branch of the Fast Light Toolkit (FLTK)
Last updated Mon Nov 02 16:42:05 -0800 2009
-
device-mx240a
Motorola IMFree (MX240a) Device Interface
Last updated Fri Sep 18 12:03:28 -0700 2009
-
sanko.github.com
GitHub Pages, ftw!
Last updated Fri Sep 18 09:44:04 -0700 2009
-
net-bittorrent
Perl based BitTorrent module available on CPAN
Last updated Fri Sep 11 22:23:44 -0700 2009
-
github-services
Official GitHub Services Integration
Forked from pjhyett/github-services Thu Apr 30 21:07:17 -0700 2009
Last updated Thu Apr 30 11:53:39 -0700 2009
-
net-oscar
Implementation of AOL's OSCAR protocol for instant messaging (for interacting with AIM a.k.a. AOL...
Last updated Wed Apr 22 08:26:50 -0700 2009
-
perl-fltk-1.3.x
Perl interface to the (current, stable) 1.3.x branch of the FLTK GUI toolkit
Last updated Thu Mar 12 09:51:55 -0700 2009
-
rubytorrent
Ruby BitTorrent library
Last updated Thu Feb 05 14:47:21 -0800 2009
Public Activity 
Google Chrome Twitter extension

-
sanko committed 6474faf7:
Adding FLTK::TextBuffer (incomplete) and FLTK::Selection
-
sanko committed 5184c9a9:
Adding MB's new MYMETA.yml file to MANIFEST.SKIP and .gitignore
-
sanko committed 384e3d25:
Documentation updates
-
sanko committed 4c16dae1:
Value may already be defined. If so, leave it alone.
-
sanko committed cbd67b3d:
Trust APIDoc to gather list of included modules and store info object for persistance

-
sanko committed b93255cf:
Better support for ==/eq when l- or r- value is a list or hash
-
sanko committed eca32e95:
Support hashes and lists in contains conditions
-
sanko committed 321bb647:
Adding Solution::Tag (pod)
-
sanko committed e173d1a9:
Adding tests and docs for Solution::Tag::Unless
-
sanko committed dc470b79:
Adding tests and docs for Solution::Tag::If
-
sanko committed bc5e1612:
Adding tests for comment tag
-
sanko committed c0e20c85:
Adding tests for capture tag
-
sanko committed 454ce2d7:
Adding cycle construct (which means I now support the entire Liquid tagset) :D
-
sanko committed 17a26eed:
Sugar is for tea.
-
sanko committed 69e40c7d:
Force verbosity when dealing with inheritance (esp. when accessing top level Template, Document and Context objects)
-
sanko committed f3e22588:
Warn people (...particularly me) who try stupid stuff

-
sanko committed ee4913e9:
Documentation cleanup
-
sanko committed 3935df97:
Fixes for {%for%} tag attributes (limit:\d+, offset:\d+, and reversed)
-
sanko committed 6f7e4104:
(In)Correctly match and/or only when not part of something else
-
sanko committed fb7ab5c5:
Cleanup test file from early, investigation version of Solution

-
sanko committed b3b81ea1:
Keeping MANIFEST, .gitignore, and the list of tests in Build.PL up to date
-
sanko committed cd865dbb:
Adding early {%for ...%} tag tests
-
sanko committed e37f2490:
This is... beyond ugly but it's the only way I can come up with to emulate Liquid's behavior this early in the morning.
-
sanko committed 9f4fe10a:
Store the markup in for loops and use new, sugary parse call
-
sanko committed ae6f18ef:
assign tags should be able to assign the new value to that of an old value

-
sanko committed 7e165144:
An unknown tag is now a fatal error and is raised during the parsing stage
-
sanko committed 3622e1f2:
More conditional => conditional_tag (I really kinda don't like that name)
-
sanko committed 1b2cfe71:
end_tag now supports regex for flexibility? Instability? One of those.
-
sanko committed a0a8e812:
Rename conditional => contitional_tag
-
sanko committed 950081bd:
Document custom tag creation and c+p Liquid's quick start guide
-
sanko committed 64044c34:
More tinkering with the background function for Solution::Context->merge()
-
sanko committed a53dfa0f:
Escape any 'nasty' stuff the user tries to slip into a contains condition
-
sanko committed e2f48d15:
Tags for conditional (if/elsif/else) blocks are now customizable (should be a regex)
-
sanko committed 5a2b3665:
PerlTidy
-
sanko committed aa059f53:
Mmmmm, sugar.
-
sanko committed 891d825a:
Per-template tag registration
-
sanko committed d8671ad6:
Moving Solution::Tag package to a separate file
-
sanko committed 89708d90:
Solution::Condition->contains() is now verified as working
-
sanko committed 29ae9a2d:
Remove the need to resolve forloop.first and forloop.last true/false values
-
sanko committed bd9cec3b:
Moving Solution::Utility::merge => Solution::Context::_merge()
-
sanko committed 81bd3fac:
Allow easy access to current contextual scope from ::Document and child classes
-
sanko committed 09904ad3:
We never call resolve recursively
-
sanko committed 489a09e6:
(Possibly) Temporary name change. It's a work in progress...

-
sanko committed 4b30b5ab:
Adding unless/elsif/else support (...or should that be unless/elsunless/else?) Either way, not bad for three hours of work...
-
sanko committed 026974d9:
Adding support for if/elsif/else tags
-
sanko committed b617934a:
Adding basic conditional block class
-
sanko committed d51704e0:
Minor internal cleanup for uniformity and sanity
-
sanko committed 7fb7ca94:
Adding scaffolding classes (Liquid::Document, Liquid::Block)
-
sanko committed b6c99bda:
New (read: un[der]tested) global filter and tag registration system
Fatal exception on (re)load
Liquid markup language. Save, customer facing template language for flexible web apps.
Very Very Simple Blogging Software in Perl, similar to blosxome or Jekyll
Minimal static blog with atom and tag support
Sugar syntax for Tk
A Pure Perl interface to Git repositories

-
sanko committed 51337491:
Rename and cleanup perl4mIRC.pm => mIRC.pm
-
sanko committed 53370739:
Hook into mIRC with XS-based methods
-
sanko committed 0ed551fb:
Tidy
-
sanko committed 12fa22e6:
Simple error handling, magic mIRC variable setup, and trigger the PERL_ONLOAD signal
-
sanko committed 7e4599ec:
Remove simple perl4mIRC::eval_string( ... ) wrapper
-
sanko committed fc3b4ad0:
Don't bother with Win32::API tests
-
sanko committed ecdff445:
Eval'd stuff is now under the mIRC::eval:: namespace instead of perl4mIRC::Eval:: and it comes with a slew of silly stuff
-
sanko committed c654abe9:
Export functions in a less stupid way
-
sanko committed 1dfc55c4:
Do not destroy the interpreter when the dll times out but clean out the old eval'd packages
-
sanko committed e0c1b6d2:
Add the layer and apply it to STDERR and STDOUT (yay!)
-
sanko committed 12bf5ddb:
Start the signal with a wide char in case the printed line begins with a number (Testing use only. I may remove this in the future.)
-
sanko committed df409e89:
Send a signal with the appropriate file handle name to mIRC
-
sanko committed ef285326:
PerlIOmIRC_pushed(...) I came up with was only subtly different than PerlIOBase_pushed(...) which works just fine, so...
-
sanko committed da3263e9:
This PerlIOmIRC_write(...) is a c+p of PerlIOBasic_write(...) and may be used in the future to popup some sort of input box when the user wants to readline() from STDIN
-
sanko committed f776a7f4:
Declaring new layer as PerlIO_mIRC. I think I'll only need handle read/write and layer push/pop
-
sanko committed 1064c324:
Define basic PerlIOmIRC layer
-
sanko committed 821effdc:
Tack on standard set of headers and include perliol.h
-
sanko committed d77193d6:
Moving the file mapping stuff from Perl to C
-
sanko committed 11448308:
Before v1.0, I intend to remove the kludgey tied IO on the Perl side in favor of using clean PerlIO layering on the C side
-
sanko committed 35b347ac:
Catches missing Win32::API dependancy and alerts user with MessageBox
And 3 more commits...

-
sanko committed 8133705c:
[Freeze] Unless I get failures, I'll tag and release this commit as 0.531 on Sunday
-
sanko committed 1eda9fd0:
When updating changelog or doing RCS, back the current version up and create a new file
-
sanko committed 3b2b1365:
Don't force Devel::PPPort on no-devs
-
sanko committed d207dfcd:
Sorting requires and build_requires alphabetically
-
sanko committed b672f98a:
Adding more succinct dist abstract
Rehashing the old perl SDL binding on cpan.org