lakshmivyas (Lakshmi Vyas)

Name
Lakshmi Vyas
Email
Website/Blog
http://ringce.com/blog
Company
Ringce
Location
Chennai, India
Member Since
Jan 07, 2009 (11 months)

Following 3 githubbers and watching 47 repositories view all →

Public Repositories (12)

  • hyde

    Static website generator inspired by Jekyll

    legend

    Forked from lethain/aym-cms Sat Jan 10 20:28:46 -0800 2009

    Last updated Wed Nov 25 06:10:20 -0800 2009

  • jSlammer

    The open source javascript companion for Slammer.

    legend

    Last updated Tue Nov 17 07:35:38 -0800 2009

  • conche

    A primitive build system for Cocoa apps

    legend

    Last updated Wed Oct 28 03:36:53 -0700 2009

  • ringce

    Source for the old Ringce website

    legend

    Last updated Fri Apr 17 22:32:20 -0700 2009

  • slammer-presets

    Old: Repository of grid presets for slammer. New templates will be added soon.

    legend

    Last updated Fri Apr 03 02:12:48 -0700 2009

  • lvcolorwellcell

    A Cocoa NSActionCell derived class for embedding color well functionality inside a table view.

    legend

    Last updated Sat Mar 21 21:42:34 -0700 2009

  • keycastr

    KeyCastr, an open-source keystroke visualizer

    legend

    Forked from sdeken/keycastr Tue Nov 17 19:55:22 -0800 2009

    Last updated Fri Mar 20 16:54:16 -0700 2009

  • projectplus

    ProjectPlus is a plug-in for TextMate which extends the functionality of project-related features.

    legend

    Forked from ciaran/projectplus Wed Feb 04 23:32:24 -0800 2009

    Last updated Thu Feb 05 01:01:04 -0800 2009

  • jquery-ui-inplace-modal

    In place modal is a jquery UI widget that adds the gray backgrounds that are usually seen with mo...

    legend

    Last updated Fri Jan 30 19:13:44 -0800 2009

  • jquery-ui-badge

    UI Badge is a simple jQuery UI widget that allows dynamic position of an overlay on a specified e...

    legend

    Last updated Wed Jan 28 03:36:19 -0800 2009

  • itsobsolete

    Right now just for IE6.

    legend

    Last updated Mon Jan 26 23:55:23 -0800 2009

  • jquery-ui-ajax-machine

    Ajax machine is a state machine for your page. It allows all the different ajax events and result...

    legend

    Last updated Sun Jan 18 15:13:36 -0800 2009

Public Activity feed

lakshmivyas started watching sjl/hyde Fri Dec 25 12:09:57 -0800 2009
hyde's description:
Static website generator inspired by Jekyll
lakshmivyas commented on poxd/hyde Thu Dec 24 11:16:15 -0800 2009
Comment in e99738b:

Thanks, I'll merge it in soon.

lakshmivyas commented on poxd/hyde Thu Dec 24 03:11:59 -0800 2009
Comment in e99738b:

lol, me too :) No hurry, I just wanted to make sure I wasn't missing anything.

lakshmivyas commented on poxd/hyde Wed Dec 23 05:16:28 -0800 2009
Comment in e99738b:

oops... here is the gist:

http://gist.github.com/172278

lakshmivyas commented on poxd/hyde Wed Dec 23 05:13:32 -0800 2009
Comment in e99738b:

So I did write a few tests and they do fail. The issue is with caching. If the node has the complete_page_list value we don't process anything more. Hence my comment about not using the complete_page_list member for categories.

Here is one scenario:

{% extends "skeleton/_root.html" %} {% block all %} {% recent_posts posts 5 page.blog_node [wishes|joy] %}


<body>

{% for p in posts %}

{{p.title}}


{% endfor %}
{% recent_posts posts 5 page.blog_node %} {% for p in posts %}

{{p.title}}


{% endfor %}

</body>


{% endblock %}

lakshmivyas commented on poxd/hyde Wed Dec 23 04:57:07 -0800 2009
Comment in e99738b:

I didn't write a test for it. Let me do that.

lakshmivyas commented on poxd/hyde Mon Dec 21 07:47:37 -0800 2009
Comment in e99738b:

Yep, just to avoid bugs of this nature:

  1. I ask for recent posts in category A in Node N
  2. I ask for all recent posts in Node N (this will return incorrect values)
lakshmivyas commented on poxd/hyde Sat Dec 19 05:30:16 -0800 2009
Comment on hydeengine/templatetags/hydetags.py L126 in e99738b:

I think the complete_page_list variable should contain just that -> the complete listable pages. Categories filter can however be applied to the return value(variable). What do you think?

lakshmivyas started watching timfreund/hyde Sat Dec 19 04:46:12 -0800 2009
hyde's description:
Static website generator inspired by Jekyll
lakshmivyas pushed to master at lakshmivyas/hyde Wed Nov 25 06:10:20 -0800 2009
HEAD is 52d8c679db68b4f5f3a3f67cda1886452635f3dd
lakshmivyas pushed to master at lakshmivyas/hyde Wed Nov 25 06:08:14 -0800 2009
HEAD is 7675d26e260737e6dc70d6b2bca442cd3f694b62

18 commits »

lakshmivyas started watching tow/hyde Tue Nov 24 13:52:50 -0800 2009
hyde's description:
Static website generator inspired by Jekyll
lakshmivyas forked sdeken/keycastr Tue Nov 17 19:55:23 -0800 2009
Forked repository is at lakshmivyas/keycastr
lakshmivyas open sourced jSlammer Tue Nov 17 19:54:39 -0800 2009
The open source javascript companion for Slammer.
lakshmivyas started watching sdeken/keycastr Fri Nov 13 14:18:22 -0800 2009
keycastr's description:
KeyCastr, an open-source keystroke visualizer
lakshmivyas started watching andrulik/hyde Wed Nov 11 14:32:33 -0800 2009
hyde's description:
Static website generator inspired by Jekyll
lakshmivyas pushed to master at lakshmivyas/hyde Fri Nov 06 13:27:25 -0800 2009
HEAD is 1b0c969fd026b05eadbbecea45dfb6b7cc8cc103
  • lakshmivyas committed 1b0c969f:
    Added James Clarke and Benjamin Pollack to list of contributors
lakshmivyas applied fork commits to hyde/master Fri Nov 06 13:16:02 -0800 2009
master was changed to dac725
lakshmivyas pushed to master at lakshmivyas/hyde Thu Nov 05 18:20:42 -0800 2009
HEAD is 1c8994ed3abe6bdc1b75832cbe68de2ececdeba3
  • lakshmivyas committed 1c8994ed:
    An error handling and interrupt loop needs to be added in for more reliability, but in the meantime made the watcher and regenerator continue to run even when errors occur. This however means that there would be times when hyde gets into a weird state and it needs to be manually restarted by pressing Ctrl+C and rerunning it
lakshmivyas started watching DmitryBaranovskiy/raphael Thu Nov 05 09:24:59 -0800 2009
raphael's description:
JavaScript Vector Library
lakshmivyas started watching carpeaqua/SGHotKeysLib Wed Oct 28 15:52:33 -0700 2009
SGHotKeysLib's description:
A modernized fork of PTHotKeysLib for Mac OS X Leopard and beyond
lakshmivyas started watching jc/hyde Tue Oct 27 15:08:56 -0700 2009
hyde's description:
Static website generator inspired by Jekyll
lakshmivyas open sourced conche Mon Oct 26 14:22:38 -0700 2009
A primitive build system for Cocoa apps
lakshmivyas pushed to master at lakshmivyas/hyde Mon Oct 19 01:25:08 -0700 2009
HEAD is 559f866eb8a12109d17b29ecade0fdbf18c91b66

5 commits »

lakshmivyas started watching bpollack/hyde Sun Oct 18 23:59:04 -0700 2009
hyde's description:
Static website generator inspired by Jekyll
lakshmivyas started watching seaofclouds/tweet Sat Oct 17 01:00:24 -0700 2009
tweet's description:
put twitter on your website with tweet, an unobtrusive javascript plugin for jquery
lakshmivyas started watching andymatuschak/Sparkle Fri Oct 16 03:45:32 -0700 2009
Sparkle's description:
A software update framework for the Mac
lakshmivyas started watching mbiven/hyde Fri Oct 16 00:27:33 -0700 2009
hyde's description:
Static website generator inspired by Jekyll
lakshmivyas started watching wamberg/hyde Thu Oct 15 03:46:01 -0700 2009
hyde's description:
Static website generator inspired by Jekyll
lakshmivyas pushed to master at lakshmivyas/hyde Thu Oct 08 14:23:21 -0700 2009
HEAD is a2a2f21635adec799f677c20aee717d75b691a0e
lakshmivyas commented on lakshmivyas/hyde Wed Oct 07 03:55:42 -0700 2009
Comment in 9366b44:

Its pretty cool - now I wonder how I worked without this :). There is still some work left on identifying and notifying about errors, but this is a good first step.

lakshmivyas created tag 0.4 at lakshmivyas/hyde Tue Oct 06 22:24:45 -0700 2009
lakshmivyas pushed to master at lakshmivyas/hyde Tue Oct 06 22:24:35 -0700 2009
HEAD is 9859d716494478c27c9ea8a00a738735c49dedfd