xrado (Radovan Lozej)

Name
Radovan Lozej
Email
Website/Blog
http://xrado.hopto.org
Location
Slovenia
Member Since
Jul 21, 2008 (about 1 year)

Following 1 githubber and watching 8 repositories view all →

Public Repositories (3)

  • mooeditable

    A simple web-based WYSIWYG editor.

    legend

    Forked from cheeaun/mooeditable Sat Jul 18 05:19:34 -0700 2009

    Last updated Tue Nov 17 04:30:59 -0800 2009

  • pygtranslator

    GUI tool for Google translate

    legend

    Last updated Mon Oct 12 23:34:47 -0700 2009

  • firespider

    FireSpider is a an extension for Firebug

    legend

    Last updated Tue May 05 09:32:30 -0700 2009

Public Activity feed

xrado pushed to master at xrado/mooeditable Tue Nov 17 04:31:00 -0800 2009
HEAD is de80b6289781f392150ae142f170f44f9ab078c7

56 commits »

xrado applied fork commits to mooeditable/master Mon Nov 16 06:00:47 -0800 2009
master was changed to 2ceb54
xrado applied fork commits to mooeditable/master Mon Nov 16 05:59:36 -0800 2009
master was changed to 2ceb54
xrado applied fork commits to mooeditable/master Mon Nov 16 05:58:59 -0800 2009
master was changed to 02a86d
xrado applied fork commits to mooeditable/master Mon Nov 16 05:58:49 -0800 2009
master was changed to 426c5b
xrado applied fork commits to mooeditable/master Mon Nov 16 05:58:38 -0800 2009
master was changed to c5e104
xrado applied fork commits to mooeditable/master Mon Nov 16 05:58:23 -0800 2009
master was changed to dbd4bd
xrado applied fork commits to mooeditable/master Mon Nov 16 05:58:09 -0800 2009
master was changed to 1cf74e
xrado applied fork commits to mooeditable/master Mon Nov 16 05:57:54 -0800 2009
master was changed to 2c8075
xrado applied fork commits to mooeditable/master Sat Nov 07 08:16:54 -0800 2009
master was changed to 99ad1e
xrado applied fork commits to mooeditable/master Sat Nov 07 08:16:43 -0800 2009
master was changed to cb5db9
xrado applied fork commits to mooeditable/master Sat Nov 07 08:16:30 -0800 2009
master was changed to eec25f
xrado created gist: 220369 Wed Oct 28 02:26:14 -0700 2009
CmdUtils.CreateCommand({ name: "moo", description: "test moo",
xrado applied fork commits to mooeditable/master Mon Oct 19 13:18:25 -0700 2009
master was changed to 31f315
xrado applied fork commits to mooeditable/master Mon Oct 19 13:18:01 -0700 2009
master was changed to 3b3fe1
xrado commented on xrado/mooeditable Thu Oct 15 23:23:24 -0700 2009
Comment in 853db57:

try it on some old browser IE6 or/and slow machine, i can write faster that text appear on the screen, ..why? because on every key press (key up), checkStates is executed. Watch the load with or without the fix and type something continuously. Anyway there is no need checkStates being executed during typing, the right time is just when you stop.

xrado pushed to master at xrado/mooeditable Thu Oct 15 10:25:55 -0700 2009
HEAD is 853db57742beab115179cdddd0f7a3567244b73f
  • xrado committed 853db577:
    added delay for less cpu usage when you are typing
xrado pushed to master at xrado/mooeditable Thu Oct 15 09:28:39 -0700 2009
HEAD is 5b10e28e5266f77a378674dc585c1c34c2cef7ed
  • xrado committed 5b10e28e:
    added regex that replace <br>s inside <pre> automatically added by some browsers
xrado started watching kohana/kohanaphp.com Tue Oct 13 03:34:43 -0700 2009
kohanaphp.com's description:
Kohana website portal
xrado started watching shadowhand/wingsc Tue Oct 13 03:34:38 -0700 2009
wingsc's description:
w.ings consulting website
xrado pushed to master at xrado/pygtranslator Mon Oct 12 23:34:47 -0700 2009
HEAD is 073fdee319ab17d9a0497c5f69855671fc400298
xrado opened issue 7 on cheeaun/mooeditable Mon Oct 12 03:57:26 -0700 2009
preformated text in <pre> lose formating
xrado applied fork commits to mooeditable/master Mon Oct 12 03:50:33 -0700 2009
master was changed to 86a025
xrado applied fork commits to mooeditable/master Mon Oct 12 03:50:13 -0700 2009
master was changed to 11a955
xrado pushed to master at xrado/pygtranslator Thu Oct 08 01:36:09 -0700 2009
HEAD is 344b131f5db8fd0bce58077e9fa58a20dbead1fa
  • xrado committed 344b131f:
    fixed html characters and new lines with decode string_escape
xrado pushed to master at xrado/pygtranslator Thu Oct 08 00:37:45 -0700 2009
HEAD is 5b4805c2fd0d8994fd8f33da4728b6f34032caad
  • radovan committed 5b4805c2:
    added some regex for better parsing & matching