Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

DotNet.Glob

Provide fast free globbing for all!
Collective - Host: opensource - https://opencollective.com/dotnetglob - Website: https://darrelltunnell.net - Code: https://github.com/dazinator

Merge branch 'master' of github.com:imathis/octopress

Conflicts:
plugins/category_generator.rb

github.com/dazinator/dazinator.github.io - 2fe9da91f5a4b5ba3edaee47ee24dbce523e739e authored almost 12 years ago by Leonardo Saraiva <[email protected]>
It's 2013. Hi, MIT License.

github.com/dazinator/dazinator.github.io - 4790b939807be4d9abcc567f02773ff24b99320d authored almost 12 years ago by Parker Moore <[email protected]>
Use HTML5 '&' character to connect query params in GitHub API call. #1031.

github.com/dazinator/dazinator.github.io - cc5f508a1005fc3c82b77c73e2c82e264a578a97 authored almost 12 years ago by Parker Moore <[email protected]>
Support Condition Case Expression

I now support both forms of CASE expression. I changed the name of the
Case class to MatchCase a...

github.com/dazinator/SQLGeneration - f63a65d3ee795173127d3f0cf454dffb5242fed8 authored almost 12 years ago by Travis Parks <[email protected]>
Add Support for CASE expression

CASE is a fairly standard expression found on all database platforms.
There are some variants av...

github.com/dazinator/SQLGeneration - e8576920de2b26d2671fb1b6a4db465689f17f79 authored almost 12 years ago by Travis Parks <[email protected]>
Merge pull request #1031 from schwern/github_repo_sorting

Use the Github API repo sorting.

github.com/dazinator/dazinator.github.io - 8fada73b781d656c23cda05c8060049fff661db8 authored almost 12 years ago by Parker Moore <[email protected]>
Add Support for Modulus Operator

T-SQL variants use the modulus operator rather than MOD.

github.com/dazinator/SQLGeneration - feffbc1dcefcfe432c94f7d072dc40a2974df10e authored almost 12 years ago by Travis Parks <[email protected]>
Use the Github API repo sorting.

The Github API can sort by pushed time, no need to do it manually.
http://developer.github.com/v...

github.com/dazinator/dazinator.github.io - cc93e6fc98777418544eccd81f106b42dd915f5b authored almost 12 years ago by Michael G. Schwern <[email protected]>
Record Token Type When Building Commands

There was no reason to use regex when formatting output. I already know
the type of each token (...

github.com/dazinator/SQLGeneration - eb560a2676edc6ad1dfc2fad2aaaaad9e6adfcb1 authored almost 12 years ago by Travis Parks <[email protected]>
Simplify Token Recognition

There were really only two jobs being done for parsing tokens. The first
was tokenizing a comman...

github.com/dazinator/SQLGeneration - 2d6f3d9666c8fc429b0caabb31c644c67bac81bb authored almost 12 years ago by Travis Parks <[email protected]>
Support Function Windows

Some functions support an optional window clause: COUNT(1) OVER
(PARTITION BY Blah1 ORDER BY Bla...

github.com/dazinator/SQLGeneration - 16df3bedb32fca24c5a8da5f9119d573ff75ab71 authored almost 12 years ago by Travis Parks <[email protected]>
Fixed issue with mobile nav choosing the last option by default. Fixes #950.

github.com/dazinator/dazinator.github.io - 43751b76d3a3e217b367fa5581ef6032379d1c49 authored almost 12 years ago by Floyd Pink <[email protected]>
Allow Select Statements

In some places I was limiting it to select expressions (no order by
clause). However, it appears...

github.com/dazinator/SQLGeneration - aa7e4397a4fed882e44507e38edbd9373fcaeba2 authored almost 12 years ago by Travis Parks <[email protected]>
fixed issue #949 using @alexkirmse's patch

github.com/dazinator/dazinator.github.io - 510c6d602be599db76b3f840ae94236f90f06d7a authored almost 12 years ago by Floyd Pink <[email protected]>
Update README.md

github.com/dazinator/SQLGeneration - a84112402cad58646b6485a40e5b33fe644315dc authored almost 12 years ago by Travis Parks <[email protected]>
Performance Tuning

I did some performance tuning on the parser to avoid determining a
token's type multiple times. ...

github.com/dazinator/SQLGeneration - 8fa24401b4ad7d9905ad2ddd26707e4af3f8dcdd authored almost 12 years ago by Travis Parks <[email protected]>
Finish implementing CommandBuilder

I finished implementing the CommandBuilder class. I am concerned with
some of the performance is...

github.com/dazinator/SQLGeneration - 1b64a2cb4464288dc73ecee874d7f93b9393f6e9 authored almost 12 years ago by Travis Parks <[email protected]>
Cache SqlGrammar

There's no reason to recompute the SqlGrammar's regex.

github.com/dazinator/SQLGeneration - ac0d99fd83f78a4a5ea9ed9dddb23d170addab11 authored almost 12 years ago by Travis Parks <[email protected]>
Finish implementing CommandBuilder for SELECT

I have the first edition of the the CommandBuilder implementation for
creating ISelectBuilder in...

github.com/dazinator/SQLGeneration - 8b1740376bfbebbe4d0316a7ce3a3bea05968adf authored almost 12 years ago by Travis Parks <[email protected]>
Continue Creating Command Builders

I am in the middle of building the command builders.

I realized that my precedence rules were m...

github.com/dazinator/SQLGeneration - d6ca99a4e5ef1f8771c63c919f98352bfdcd4a42 authored almost 12 years ago by Travis Parks <[email protected]>
Start implementing Command Builders

I decided that Top can accept any IProjectionItem. This eliminated the
need for the IArithmetic ...

github.com/dazinator/SQLGeneration - b9cdabf7f15abb3e9865fcab286d5578319e689f authored almost 12 years ago by Travis Parks <[email protected]>
Update README.md

github.com/dazinator/SQLGeneration - 9e45c228488e40815486b449bc93078f111e6895 authored almost 12 years ago by Travis Parks <[email protected]>
Support Quantifiers

I've always debated supporting EXISTS. I finally decided to add support,
if not just to handle S...

github.com/dazinator/SQLGeneration - b7cb282208d89500d820bce84cdea94c9bfcb961 authored almost 12 years ago by Travis Parks <[email protected]>
Update README.md

github.com/dazinator/SQLGeneration - 4e5309d9831835b0cbf20d5049178682041d0b19 authored almost 12 years ago by Travis Parks <[email protected]>
Reimplement Formatter

Decided to forego worrying about fancy output.
Made generation an adhoc process with free-form f...

github.com/dazinator/SQLGeneration - c80d3ab6be59a0cc8a8304610681acc89fdf379c authored almost 12 years ago by Travis Parks <[email protected]>
Update README.md

github.com/dazinator/SQLGeneration - aa4c603232cc40d4cd9269ae93b659ffb3ada349 authored almost 12 years ago by Travis Parks <[email protected]>
Update README.md

github.com/dazinator/SQLGeneration - a8e35777de977f2b29a80bd68d1f42c48679597d authored almost 12 years ago by Travis Parks <[email protected]>
Simplify Code Generation

I decided that the way code is currently generated is WAY too
complicated. I started converting ...

github.com/dazinator/SQLGeneration - 4ca1a27e3003e60e843528be8d134557065c09a2 authored almost 12 years ago by Travis Parks <[email protected]>
Update README.md

github.com/dazinator/SQLGeneration - 3d97550b863718d9eddade5dd322579168e10028 authored almost 12 years ago by Travis Parks <[email protected]>
Change Version for NuGet

github.com/dazinator/SQLGeneration - 695f069ba7311475082e33e876df7964e770dc68 authored almost 12 years ago by Travis Parks <[email protected]>
Support Table Aliasing in Delete Statements

All of the commands now support table aliasing.
I now support @, : and ? in identifiers, for the...

github.com/dazinator/SQLGeneration - fbc44b05e3fb62ae880eaa875a8f99e9797f28f3 authored almost 12 years ago by Travis Parks <[email protected]>
Handle Table Aliases In Delete

I changed the grammar to handle aliases in DELETE statements. I fixed
some whitespacing issues.

github.com/dazinator/SQLGeneration - 0ea219e1a514ec8d2be5a0aa893fbb62a70bc643 authored almost 12 years ago by Travis Parks <[email protected]>
Test SimpleFormatter On Columns

I wanted to make sure the correct SQL was generated when placing columns
throughout SQL.
- Fixed...

github.com/dazinator/SQLGeneration - 434de65569e85abb8a465007912a2ff27e3bab9c authored almost 12 years ago by Travis Parks <[email protected]>
Update README.md

github.com/dazinator/SQLGeneration - d116d2d54f10b7d9859f46f833293ed69cb75d44 authored almost 12 years ago by Travis Parks <[email protected]>
Refine token detection

I want the ability to use the same token registry to both tokenize an
input string and detect to...

github.com/dazinator/SQLGeneration - 4e03d049ce84318714c65b5d62b70d7c670645ae authored almost 12 years ago by Travis Parks <[email protected]>
Refined grammar and boosted parser performance.

I made sure the grammar properly handled logic and arithmetic
precedence.
I fixed some ambiguiti...

github.com/dazinator/SQLGeneration - 3378540521ceef7758b6231acc043ca5ded32f62 authored almost 12 years ago by Travis Parks <[email protected]>
Almost there...

I broke out the Parser class into a Parser and ParseAttempt class. This
allows for late binding ...

github.com/dazinator/SQLGeneration - e96cbda2b991b801b8321fd258130fb85b5aab5c authored almost 12 years ago by Travis Parks <[email protected]>
Implement Code Generation

I am in the process of generating the actual SQL as part of traversing
the AST. I am creating cl...

github.com/dazinator/SQLGeneration - f7d0717cfb2819716ff3f0138762ecbfe754cc90 authored almost 12 years ago by Travis Parks <[email protected]>
Hopefully nearing completion of the parser.

github.com/dazinator/SQLGeneration - 8536da24de04d4587bb9415d57f955bd4b32f228 authored almost 12 years ago by Travis Parks <[email protected]>
Update README.md

github.com/dazinator/SQLGeneration - c4d5b08991bf100ec0f0433c9418ce369fa63145 authored almost 12 years ago by Travis Parks <[email protected]>
Update README.md

github.com/dazinator/SQLGeneration - 208c8217e02142240a5ef56293d7383a405bcd2c authored almost 12 years ago by Travis Parks <[email protected]>
Natural Language Syntax

Namespace:
The Schema object was replaced with a more generic Namespace class that
supports as m...

github.com/dazinator/SQLGeneration - f5f9df48eac4c4394c77faaa809084d70fbef295 authored almost 12 years ago by Travis Parks <[email protected]>
Move Grammer Logic to New Parser Logic

I realized that I was moving towards a general-purpose parsing tool when
I starting thinking AST...

github.com/dazinator/SQLGeneration - d235e1b2f34186d7c30950a7d936c7c162effd0d authored almost 12 years ago by Travis Parks <[email protected]>
Update plugins/pygments_code.rb

Giving a more helpful error message instead of silently failing.

github.com/dazinator/dazinator.github.io - 35e23f59ca00a04c1784180b765c3e6cc23f9a40 authored almost 12 years ago by Shane Liesegang <[email protected]>
Define TokenType

In order to simplify the parser, I defined the TokenType enumeration. I
had to go back and pass ...

github.com/dazinator/SQLGeneration - 48375a1e53dd0869845e17e6dd88a2180be9cbbd authored almost 12 years ago by Travis Parks <[email protected]>
Implement Parser Logic further.

I was able to make some progress in parsing the schema that is returned
from the expression tree.

github.com/dazinator/SQLGeneration - f3f7a570d107ba3421119d8c6a781c86dfc89854 authored almost 12 years ago by Travis Parks <[email protected]>
Async load of Facebook JS

added async switch = TRUE to loader.
According to Google PageSpeed the Facebook JS was not load...

github.com/dazinator/dazinator.github.io - d5b491f7044c2d69d620c34aced2048f41295480 authored almost 12 years ago by René <[email protected]>
Update plugins/pygments_code.rb

Making it so the build doesn't fail if a bad lexer is passed to the code highlighting.

github.com/dazinator/dazinator.github.io - 9293ecc174c9466329753b63c1e292dd14055dea authored almost 12 years ago by sjml <[email protected]>
Continue Defining Expression Item Types

I am working towards being able to correctly identify where I am while
parsing the expression tree.

github.com/dazinator/SQLGeneration - badbb468e36ac29fff2e2ae2264db898e016480f authored almost 12 years ago by Travis Parks <[email protected]>
Define the Expression Types

In order to determine how to process the tokens, I am providing type
information. So, for instan...

github.com/dazinator/SQLGeneration - 4b03fcbd78fc07621a990587998901cd9810f1b0 authored almost 12 years ago by Travis Parks <[email protected]>
Finish simplifying the AST

In order to make it easier to format the output, I needed to restructure
the generated expressio...

github.com/dazinator/SQLGeneration - f0bb3c970707d4e46a02e38132d0e6dd5b82b198 authored almost 12 years ago by Travis Parks <[email protected]>
Comment changes

github.com/dazinator/SQLGeneration - 5936b90239e78a379bb14977102448cd10bfb6ca authored almost 12 years ago by Travis Parks <[email protected]>
Structure expressions into a proper AST.

github.com/dazinator/SQLGeneration - fc987fd08024fa13f6fba906edc1be311a3a777f authored almost 12 years ago by Travis Parks <[email protected]>
Added travis stamp of approval to README.

github.com/dazinator/dazinator.github.io - f109abe9f6b3bd48ab8b24c85c5808dda67ef934 authored almost 12 years ago by Parker Moore <[email protected]>
Added travis.yml so travis doesn't fail for every master branch PR and push

github.com/dazinator/dazinator.github.io - d65618f60c24fff151ad2e6125314cb8b44c9818 authored almost 12 years ago by Parker Moore <[email protected]>
Update README.md

github.com/dazinator/SQLGeneration - ddda16b69e7ab9baabe219fc31fc072bb4e90be7 authored almost 12 years ago by Travis Parks <[email protected]>
Introduce Expression Trees

I am trying to generalize formatting. As I went through trying to format
strings, the code becam...

github.com/dazinator/SQLGeneration - c1965026201a52d1e125ac65f63b3424d3ac4f1b authored almost 12 years ago by Travis Parks <[email protected]>
More Formatting

More convenience functions...
More formatting options...
More realization that manually formatti...

github.com/dazinator/SQLGeneration - 7b5739959640a1adb7416552fe148b6da6d08bfd authored almost 12 years ago by Travis Parks <[email protected]>
Additional Formatting Fixes

I am still adjusting the formatting code to properly handle indentation.
I am trying to think of...

github.com/dazinator/SQLGeneration - 0caaddc3ca1a32b0cb73c9c650b13961a9525826 authored almost 12 years ago by Travis Parks <[email protected]>
Clause Consistency and Format SQL

I decided that it didn't make sense how WHERE clauses were built. For
all the other clauses ther...

github.com/dazinator/SQLGeneration - b318e78a75b55cd66e6159a7e5b329be1ed533a6 authored almost 12 years ago by Travis Parks <[email protected]>
improved regexes for setup_github_pages task

github.com/dazinator/dazinator.github.io - 5b887fef97fe2fcabe5b7482ca3f9ba62a5eb03e authored almost 12 years ago by Brandon Mathis <[email protected]>
Removed unnecessary passive group from octopress origin regex

github.com/dazinator/dazinator.github.io - 963eff26eb52e8622559d61ae54db38e7c101bd3 authored almost 12 years ago by Brandon Mathis <[email protected]>
setup_github_pages: allow for clones missing .git extension

github.com/dazinator/dazinator.github.io - 54fb2173d18788ca5ccd39828f7030eafad353ff authored almost 12 years ago by Vaz Allen <[email protected]>
Video tag plugin now supports mp4,ogv,webm formats, closes #931

github.com/dazinator/dazinator.github.io - 8bf09b178d513a264b900186d20f5c0b928c7287 authored almost 12 years ago by Brandon Mathis <[email protected]>
Striped whitespace from titles in blockquote plugin

github.com/dazinator/dazinator.github.io - cd6926e41bdd9b7170518648dae551b605ffbe73 authored almost 12 years ago by Brandon Mathis <[email protected]>
Fixed blockquote plugin (author alone would not show up without title)

github.com/dazinator/dazinator.github.io - d686105bda06d05b7b7310d9ba9ad3f1e23c2cbf authored almost 12 years ago by Sean Kerr <[email protected]>
Improved error message for category_generator plugin. Addresses #116

github.com/dazinator/dazinator.github.io - d774630d3eb77a1efa7eb6636b147b9b4cc97028 authored almost 12 years ago by Brandon Mathis <[email protected]>
Merge pull request #936 from richo/cleanup/whitespace

Whitespace

github.com/dazinator/dazinator.github.io - 745e8f77bb3104fca1ae4510f019923228e54e05 authored almost 12 years ago by Parker Moore <[email protected]>
NuGet deployment issues

Because the .nuspec file was not in the project directory, it was not
being picked up by NuGet.

github.com/dazinator/SQLGeneration - b1defaf54ce79d8be6c2ca8cb608875bd9247a1c authored about 12 years ago by Travis Parks <[email protected]>
Updated version for NuGet.

github.com/dazinator/SQLGeneration - 033260d3bd967f104356a5eda133bfabeec16a6a authored about 12 years ago by Travis Parks <[email protected]>
Update README.md

github.com/dazinator/SQLGeneration - 7ec80ff788fcde7b0bd4fd0a3d84b42af26618cc authored about 12 years ago by Travis Parks <[email protected]>
Removed IParameterDecorator concept.

github.com/dazinator/SQLGeneration - d04fae5c97344ac9a74fe489ed67ce23f40b78a7 authored about 12 years ago by Travis Parks <[email protected]>
Eliminated IParameterDecorator concept.

I decided it would be a lot easier to just specify the parameter prefix
as part of the parameter...

github.com/dazinator/SQLGeneration - e8b33310e561167cf2cb3f37211570b43bb1d05b authored about 12 years ago by Travis Parks <[email protected]>
Added PrefixParameterDecorator and fixed comments

github.com/dazinator/SQLGeneration - 66ba3897c575e362389aab2d8ead6fb1d3c7bfc0 authored about 12 years ago by Travis Parks <[email protected]>
Update README.md

github.com/dazinator/SQLGeneration - 9e4a1afd7b480d4cd817fa63501b88705d0b24a8 authored about 12 years ago by Travis Parks <[email protected]>
Update README.md

github.com/dazinator/SQLGeneration - 8a2e7bcc4ee603703f15b385b72a8916bccd93d7 authored about 12 years ago by Travis Parks <[email protected]>
Update README.md

github.com/dazinator/SQLGeneration - 3de8e516585d01b022340a7d0cfca305942e7795 authored about 12 years ago by Travis Parks <[email protected]>
Initial commit

This has all of the code from the Earthworm project, plus some
modifications to make it easier t...

github.com/dazinator/SQLGeneration - 5b6348b6bccfe4578f853372a8835878b2a63977 authored about 12 years ago by Travis Parks <[email protected]>
updated ender.js to latest

github.com/dazinator/dazinator.github.io - 9decd23b5a7a2f26590a4995cafcba010695717d authored about 12 years ago by Brandon Mathis <[email protected]>
Initial commit

github.com/dazinator/SQLGeneration - b7342be506a6a704035f2dbe9dabef40f5647b1c authored about 12 years ago by Travis Parks <[email protected]>
Merge pull request #914 from rixth/master

Escape github repo descriptions, as they may contain HTML.

github.com/dazinator/dazinator.github.io - 0a2fb6c4d86b845d4a80addaf51f7dce1fec03f6 authored about 12 years ago by Brandon Mathis <[email protected]>
Escape github repo descriptions, as they may contain HTML.

github.com/dazinator/dazinator.github.io - bcdc904843d09ab686a1e380019bfdf2f145a665 authored about 12 years ago by Thomas Rix <[email protected]>
removed accidentally added file

github.com/dazinator/dazinator.github.io - c814560c86917f2931c90610e7c5343bbe63b3b6 authored about 12 years ago by Brandon Mathis <[email protected]>
Rake task new_post now accepts titles through stdin

This should help resolve issues for zsh users and make it easier to enter titles which freak out ...

github.com/dazinator/dazinator.github.io - 65f7f7f0b3fa2264336d21a169b7ef426079dd2d authored about 12 years ago by Brandon Mathis <[email protected]>
Merge pull request #537 from joseprio/master

robots.txt generation

github.com/dazinator/dazinator.github.io - 67d07b9dcec75562652e7391ddb2b5f7cf2e36e2 authored about 12 years ago by Brandon Mathis <[email protected]>
updated gems

github.com/dazinator/dazinator.github.io - e179277e40d789bddc514782cda6bb3b2c1c86cd authored about 12 years ago by Brandon Mathis <[email protected]>
Merge pull request #408 from dtchepak/category_link_filter

Extract category_link filter from category_generator.rb plugin

github.com/dazinator/dazinator.github.io - ce7f6e92a21de9e00545a24be40e84268a7c1843 authored about 12 years ago by Brandon Mathis <[email protected]>
Removed unnecessary regex in code block plugin

github.com/dazinator/dazinator.github.io - 55fa9b3d8e82e5e2699e4d30a77a71bac26ba443 authored about 12 years ago by Brandon Mathis <[email protected]>
Titles in code plugins can have slashes in them. Closes #892

github.com/dazinator/dazinator.github.io - c18de558759dff2c77e6e0fc3ce2ad7a9f3fea99 authored about 12 years ago by Brandon Mathis <[email protected]>
Merge pull request #844 from jsvensson/rsyncargs

Rakefile option for any additional rsync arguments

github.com/dazinator/dazinator.github.io - 48d3e75ff5d3468369ca8104379b870f7cf600b1 authored about 12 years ago by Brandon Mathis <[email protected]>
Merge pull request #824 from liangsun/patch-1

To support url without domain name like /path/file

github.com/dazinator/dazinator.github.io - c9f820f3ef6353e5b337153311042d1a7184ad75 authored about 12 years ago by Brandon Mathis <[email protected]>
gist tag plugin now works with the latest changes GitHub gists and does not fail if you do not specify a filename.

github.com/dazinator/dazinator.github.io - 72b4e8d5621dbb3c110fe2c273bcc3ac408ffc32 authored about 12 years ago by Brandon Mathis <[email protected]>
Rakefile option for any additional rsync arguments

Added variable `rsync_args`

github.com/dazinator/dazinator.github.io - 916b87a5457e68514c95a1e5f8a0eff324bed9e8 authored about 12 years ago by Johan Svensson <[email protected]>
Merge pull request #831 from parkr/english

Fixing English error pet-peeve.

github.com/dazinator/dazinator.github.io - 22105bebc9ea53fc177d369a6522d8c4f9d51167 authored about 12 years ago by Brandon Mathis <[email protected]>
Fixing English error pet-peeve.

github.com/dazinator/dazinator.github.io - 49e97e53f5e92cacb05f0dd33b656d4c813d07ce authored about 12 years ago by Parker Moore <[email protected]>
To support url without domain name like /path/file

You need to know if you would like to support this, each word in the title can not start with "/".

github.com/dazinator/dazinator.github.io - 0ccd0679fdfd13da34b0236361abbd149a42a777 authored about 12 years ago by Liang Sun <[email protected]>
Upgrade ruby version

github.com/dazinator/dazinator.github.io - e1020ed888439a480cb13af2585f9fea5283c609 authored about 12 years ago by Leonardo Saraiva <[email protected]>
Disabled Rsync delete by default. Closes #787

github.com/dazinator/dazinator.github.io - 2b67270f960563c55dd6c66495517bccc4f7fb17 authored about 12 years ago by Brandon Mathis <[email protected]>
Using https instead of protocol relative urls, for Pinboard and Twitter feeds

github.com/dazinator/dazinator.github.io - bfbb8f32fb073b5eec466fd15062dd506cf2b22d authored over 12 years ago by Brandon Mathis <[email protected]>