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
Conflicts:
plugins/category_generator.rb
github.com/dazinator/dazinator.github.io - 4790b939807be4d9abcc567f02773ff24b99320d authored almost 12 years ago by Parker Moore <[email protected]>
github.com/dazinator/dazinator.github.io - cc5f508a1005fc3c82b77c73e2c82e264a578a97 authored almost 12 years ago by Parker Moore <[email protected]>
I now support both forms of CASE expression. I changed the name of the
Case class to MatchCase a...
CASE is a fairly standard expression found on all database platforms.
There are some variants av...
Use the Github API repo sorting.
github.com/dazinator/dazinator.github.io - 8fada73b781d656c23cda05c8060049fff661db8 authored almost 12 years ago by Parker Moore <[email protected]>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]>
The Github API can sort by pushed time, no need to do it manually.
http://developer.github.com/v...
There was no reason to use regex when formatting output. I already know
the type of each token (...
There were really only two jobs being done for parsing tokens. The first
was tokenizing a comman...
Some functions support an optional window clause: COUNT(1) OVER
(PARTITION BY Blah1 ORDER BY Bla...
github.com/dazinator/dazinator.github.io - 43751b76d3a3e217b367fa5581ef6032379d1c49 authored almost 12 years ago by Floyd Pink <[email protected]>
In some places I was limiting it to select expressions (no order by
clause). However, it appears...
github.com/dazinator/dazinator.github.io - 510c6d602be599db76b3f840ae94236f90f06d7a authored almost 12 years ago by Floyd Pink <[email protected]>
github.com/dazinator/SQLGeneration - a84112402cad58646b6485a40e5b33fe644315dc authored almost 12 years ago by Travis Parks <[email protected]>
I did some performance tuning on the parser to avoid determining a
token's type multiple times. ...
I finished implementing the CommandBuilder class. I am concerned with
some of the performance is...
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]>
I have the first edition of the the CommandBuilder implementation for
creating ISelectBuilder in...
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]>
I decided that Top can accept any IProjectionItem. This eliminated the
need for the IArithmetic ...
github.com/dazinator/SQLGeneration - 9e45c228488e40815486b449bc93078f111e6895 authored almost 12 years ago by Travis Parks <[email protected]>
I've always debated supporting EXISTS. I finally decided to add support,
if not just to handle S...
github.com/dazinator/SQLGeneration - 4e5309d9831835b0cbf20d5049178682041d0b19 authored almost 12 years ago by Travis Parks <[email protected]>
Decided to forego worrying about fancy output.
Made generation an adhoc process with free-form f...
github.com/dazinator/SQLGeneration - aa4c603232cc40d4cd9269ae93b659ffb3ada349 authored almost 12 years ago by Travis Parks <[email protected]>
github.com/dazinator/SQLGeneration - a8e35777de977f2b29a80bd68d1f42c48679597d authored almost 12 years ago by Travis Parks <[email protected]>
I decided that the way code is currently generated is WAY too
complicated. I started converting ...
github.com/dazinator/SQLGeneration - 3d97550b863718d9eddade5dd322579168e10028 authored almost 12 years ago by Travis Parks <[email protected]>
github.com/dazinator/SQLGeneration - 695f069ba7311475082e33e876df7964e770dc68 authored almost 12 years ago by Travis Parks <[email protected]>
All of the commands now support table aliasing.
I now support @, : and ? in identifiers, for the...
I changed the grammar to handle aliases in DELETE statements. I fixed
some whitespacing issues.
I wanted to make sure the correct SQL was generated when placing columns
throughout SQL.
- Fixed...
github.com/dazinator/SQLGeneration - d116d2d54f10b7d9859f46f833293ed69cb75d44 authored almost 12 years ago by Travis Parks <[email protected]>
I want the ability to use the same token registry to both tokenize an
input string and detect to...
I made sure the grammar properly handled logic and arithmetic
precedence.
I fixed some ambiguiti...
I broke out the Parser class into a Parser and ParseAttempt class. This
allows for late binding ...
I am in the process of generating the actual SQL as part of traversing
the AST. I am creating cl...
github.com/dazinator/SQLGeneration - 8536da24de04d4587bb9415d57f955bd4b32f228 authored almost 12 years ago by Travis Parks <[email protected]>
github.com/dazinator/SQLGeneration - c4d5b08991bf100ec0f0433c9418ce369fa63145 authored almost 12 years ago by Travis Parks <[email protected]>
github.com/dazinator/SQLGeneration - 208c8217e02142240a5ef56293d7383a405bcd2c authored almost 12 years ago by Travis Parks <[email protected]>
Namespace:
The Schema object was replaced with a more generic Namespace class that
supports as m...
I realized that I was moving towards a general-purpose parsing tool when
I starting thinking AST...
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]>
In order to simplify the parser, I defined the TokenType enumeration. I
had to go back and pass ...
I was able to make some progress in parsing the schema that is returned
from the expression tree.
added async switch = TRUE to loader.
According to Google PageSpeed the Facebook JS was not load...
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]>
I am working towards being able to correctly identify where I am while
parsing the expression tree.
In order to determine how to process the tokens, I am providing type
information. So, for instan...
In order to make it easier to format the output, I needed to restructure
the generated expressio...
github.com/dazinator/SQLGeneration - 5936b90239e78a379bb14977102448cd10bfb6ca authored almost 12 years ago by Travis Parks <[email protected]>
github.com/dazinator/SQLGeneration - fc987fd08024fa13f6fba906edc1be311a3a777f authored almost 12 years ago by Travis Parks <[email protected]>
github.com/dazinator/dazinator.github.io - f109abe9f6b3bd48ab8b24c85c5808dda67ef934 authored almost 12 years ago by Parker Moore <[email protected]>
github.com/dazinator/dazinator.github.io - d65618f60c24fff151ad2e6125314cb8b44c9818 authored almost 12 years ago by Parker Moore <[email protected]>
github.com/dazinator/SQLGeneration - ddda16b69e7ab9baabe219fc31fc072bb4e90be7 authored almost 12 years ago by Travis Parks <[email protected]>
I am trying to generalize formatting. As I went through trying to format
strings, the code becam...
More convenience functions...
More formatting options...
More realization that manually formatti...
I am still adjusting the formatting code to properly handle indentation.
I am trying to think of...
I decided that it didn't make sense how WHERE clauses were built. For
all the other clauses ther...
github.com/dazinator/dazinator.github.io - 5b887fef97fe2fcabe5b7482ca3f9ba62a5eb03e authored almost 12 years ago by Brandon Mathis <[email protected]>
github.com/dazinator/dazinator.github.io - 963eff26eb52e8622559d61ae54db38e7c101bd3 authored almost 12 years ago by Brandon Mathis <[email protected]>
github.com/dazinator/dazinator.github.io - 54fb2173d18788ca5ccd39828f7030eafad353ff authored almost 12 years ago by Vaz Allen <[email protected]>
github.com/dazinator/dazinator.github.io - 8bf09b178d513a264b900186d20f5c0b928c7287 authored almost 12 years ago by Brandon Mathis <[email protected]>
github.com/dazinator/dazinator.github.io - cd6926e41bdd9b7170518648dae551b605ffbe73 authored almost 12 years ago by Brandon Mathis <[email protected]>
github.com/dazinator/dazinator.github.io - d686105bda06d05b7b7310d9ba9ad3f1e23c2cbf authored almost 12 years ago by Sean Kerr <[email protected]>
github.com/dazinator/dazinator.github.io - d774630d3eb77a1efa7eb6636b147b9b4cc97028 authored almost 12 years ago by Brandon Mathis <[email protected]>
Whitespace
github.com/dazinator/dazinator.github.io - 745e8f77bb3104fca1ae4510f019923228e54e05 authored almost 12 years ago by Parker Moore <[email protected]>github.com/dazinator/dazinator.github.io - 5b332f5c95f825221e2447ca4909136a162dbaae authored almost 12 years ago by richo <[email protected]>
Because the .nuspec file was not in the project directory, it was not
being picked up by NuGet.
github.com/dazinator/SQLGeneration - 033260d3bd967f104356a5eda133bfabeec16a6a authored about 12 years ago by Travis Parks <[email protected]>
github.com/dazinator/SQLGeneration - 7ec80ff788fcde7b0bd4fd0a3d84b42af26618cc authored about 12 years ago by Travis Parks <[email protected]>
github.com/dazinator/SQLGeneration - d04fae5c97344ac9a74fe489ed67ce23f40b78a7 authored about 12 years ago by Travis Parks <[email protected]>
I decided it would be a lot easier to just specify the parameter prefix
as part of the parameter...
github.com/dazinator/SQLGeneration - 66ba3897c575e362389aab2d8ead6fb1d3c7bfc0 authored about 12 years ago by Travis Parks <[email protected]>
github.com/dazinator/SQLGeneration - 9e4a1afd7b480d4cd817fa63501b88705d0b24a8 authored about 12 years ago by Travis Parks <[email protected]>
github.com/dazinator/SQLGeneration - 8a2e7bcc4ee603703f15b385b72a8916bccd93d7 authored about 12 years ago by Travis Parks <[email protected]>
github.com/dazinator/SQLGeneration - 3de8e516585d01b022340a7d0cfca305942e7795 authored about 12 years ago by Travis Parks <[email protected]>
This has all of the code from the Earthworm project, plus some
modifications to make it easier t...
github.com/dazinator/dazinator.github.io - 9decd23b5a7a2f26590a4995cafcba010695717d authored about 12 years ago by Brandon Mathis <[email protected]>
github.com/dazinator/SQLGeneration - b7342be506a6a704035f2dbe9dabef40f5647b1c authored about 12 years ago by Travis Parks <[email protected]>
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]>github.com/dazinator/dazinator.github.io - bcdc904843d09ab686a1e380019bfdf2f145a665 authored about 12 years ago by Thomas Rix <[email protected]>
github.com/dazinator/dazinator.github.io - c814560c86917f2931c90610e7c5343bbe63b3b6 authored about 12 years ago by Brandon Mathis <[email protected]>
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]>robots.txt generation
github.com/dazinator/dazinator.github.io - 67d07b9dcec75562652e7391ddb2b5f7cf2e36e2 authored about 12 years ago by Brandon Mathis <[email protected]>github.com/dazinator/dazinator.github.io - e179277e40d789bddc514782cda6bb3b2c1c86cd authored about 12 years ago by Brandon Mathis <[email protected]>
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]>github.com/dazinator/dazinator.github.io - 55fa9b3d8e82e5e2699e4d30a77a71bac26ba443 authored about 12 years ago by Brandon Mathis <[email protected]>
github.com/dazinator/dazinator.github.io - c18de558759dff2c77e6e0fc3ce2ad7a9f3fea99 authored about 12 years ago by Brandon Mathis <[email protected]>
Rakefile option for any additional rsync arguments
github.com/dazinator/dazinator.github.io - 48d3e75ff5d3468369ca8104379b870f7cf600b1 authored about 12 years ago by Brandon Mathis <[email protected]>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]>github.com/dazinator/dazinator.github.io - 72b4e8d5621dbb3c110fe2c273bcc3ac408ffc32 authored about 12 years ago by Brandon Mathis <[email protected]>
Added variable `rsync_args`
github.com/dazinator/dazinator.github.io - 916b87a5457e68514c95a1e5f8a0eff324bed9e8 authored about 12 years ago by Johan Svensson <[email protected]>Fixing English error pet-peeve.
github.com/dazinator/dazinator.github.io - 22105bebc9ea53fc177d369a6522d8c4f9d51167 authored about 12 years ago by Brandon Mathis <[email protected]>github.com/dazinator/dazinator.github.io - 49e97e53f5e92cacb05f0dd33b656d4c813d07ce authored about 12 years ago by Parker Moore <[email protected]>
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]>github.com/dazinator/dazinator.github.io - e1020ed888439a480cb13af2585f9fea5283c609 authored about 12 years ago by Leonardo Saraiva <[email protected]>
github.com/dazinator/dazinator.github.io - 2b67270f960563c55dd6c66495517bccc4f7fb17 authored about 12 years ago by Brandon Mathis <[email protected]>
github.com/dazinator/dazinator.github.io - bfbb8f32fb073b5eec466fd15062dd506cf2b22d authored over 12 years ago by Brandon Mathis <[email protected]>