Mayukh
  Home FAQ Contact Sign in
 
Advanced search
MATCHING GROUPS



more...
POPULAR GROUPS

more...

found 25 articles for 0.303 sec
I figured mg could use a help-with-tutorial function, which emacs uses to display an interactive tutorial. So I shut-up-and-tried-to-hack it :). Please let me know what you think. Cheers, Mayukh Index: Makefile =================================================================== RCS file: /cvs/src/usr.bin/mg/Makefile,v retrieving revision 1.21 diff -u -r1.21 Makefile --- Makefile 13     

Group: mailing.openbsd.tech · Group Profile · Search for Mayukh in mailing.openbsd.tech
Author: Mayukh Bose
Date: Aug 4, 2008 23:30

I figured mg could use a help-with-tutorial function, which emacs uses to display an interactive tutorial. So I shut-up-and-tried-to-hack it :). Please let me know what you think. Cheers, Mayukh Index: Makefile =================================================================== RCS file: /cvs/src/usr.bin/mg/Makefile,v retrieving revision 1.21 diff -u -r1.21 Makefile --- Makefile 13
Show full article (5.46Kb)
> > The mg editor currently prints the column # off by one on the status line (for > > instance, it shows C0 instead of C1 when the cursor is on the first column). > > The following patch fixes that behavior. > > I believe 0-indexing is the correct behavior. > > Both xemacs and GNU emacs are consistent with column numbers starting > at 0. > > -kj Which is what is sort of confusing, especially     

Group: mailing.openbsd.tech · Group Profile · Search for Mayukh in mailing.openbsd.tech
Author: Mayukh Bose
Date: Aug 4, 2008 23:04

The mg editor currently prints the column # off by one on the status line (for instance, it shows C0 instead of C1 when the cursor is on the first column). The following patch fixes that behavior. Cheers, Mayukh Index: random.c =================================================================== RCS file: /cvs/src/usr.bin/mg/random.c,v retrieving revision 1.25 diff -u -r1.25 random.c
Show full article (5.61Kb)
> From: daniel@roe.ch > Subject: Derivative Works (was: Re: Fix the mg tutorial file) > > Mayukh Bose <mayukh_bose@hotmail.com> 2008-07-27: > > +This tutorial was written based on a similar tutorial written for GNU Emacs > > +by Richard M. Stallman. > > IANAL, but I guess your rewritten tutorial is still a derivative work of > the original one. The structure and much of the wording is still     

Group: mailing.openbsd.tech · Group Profile · Search for Mayukh in mailing.openbsd.tech
Author: Mayukh Bose
Date: Jul 31, 2008 16:24

Mayukh Bose <mayukh_bose@hotmail.com> 2008-07-27: +This tutorial was written based on a similar tutorial written for GNU Emacs +by Richard M. Stallman. IANAL, but I guess your rewritten tutorial is still a derivative work of the original one. The structure and much of the wording is still very similar to the original. I would think that the original copyrights still apply; I don't think
Show full article (0.81Kb) · Show article thread
> 1. What sort of wording should I place in the document to say it is in public > domain? Is it sufficient to simply say "Copyright (c) 2008 Mayukh Bose. This > file is placed in public domain" If a document is public domain, there is explicitly NO copyright, so the Copyright (c) line is superfluous (and potentially confusing). Try: Author: Mayukh Bose, 2008 This document is in the public     

Group: mailing.openbsd.tech · Group Profile · Search for Mayukh in mailing.openbsd.tech
Author: Mayukh Bose
Date: Jul 30, 2008 21:54

On Sun, Jul 27, 2008 at 4:08 AM, Mayukh Bose <mayukh_bose@hotmail.com> wrote: Hi, Just noticed that the current mg tutorial file has lots of places where it calls itself Emacs instead of mg. On top of that, the tutorial file has a GPL license. I took the liberty of rewriting the tutorial file from scratch to make it mg specific and now it also has a BSD license. You may
Show full article (0.88Kb)
Mayukh; I'm just adding a little to other posts to make your code a little more robust to changes in the data. /* First generate your data. */ Data foo ; Input year1 year2 ; Cards4 ; 1987 1991 1992 1995 1989 1991 ;;;; /* Now, find the GLB and LUB for your array. (Greatest Lower Bound and Least Upper Bound) Put these values in macro variables and echo them to the     

Group: mailing.openbsd.tech · Group Profile · Search for Mayukh in mailing.openbsd.tech
Author: Mayukh Bose
Date: Jul 29, 2008 22:46

Hi Mayukh One of the 3 variants below should do the job. You asked for variant 2 as much as I got it. Give variant 3 a thought. It may be that it makes further processing/ analysis easier for you. Patrick data work.OrigData; input year1 year2; datalines; 1986 2007 1990 2000 1989 1999 ; title1 'With Missing'; data work.WithMissing (drop=i); set work.OrigData; array YearArr
Show full article (17.02Kb) · Show article thread
    

Group: mailing.openbsd.tech · Group Profile · Search for Mayukh in mailing.openbsd.tech
Author: Daniel Roethlisberger
Date: Jul 29, 2008 06:21

Show full article (0.81Kb) · Show article thread
    

Group: mailing.openbsd.tech · Group Profile · Search for Mayukh in mailing.openbsd.tech
Author: kjell
Date: Jul 27, 2008 18:26

Show full article (1.30Kb)
    

Group: mailing.openbsd.tech · Group Profile · Search for Mayukh in mailing.openbsd.tech
Author: "Curt Micol"
Date: Jul 27, 2008 11:23

Show full article (0.51Kb)
    

Group: comp.softsys.sas · Group Profile · Search for Mayukh in comp.softsys.sas
Author: Ed Heaton
Date: Dec 10, 2007 05:14

Show full article (2.21Kb)
    

Group: comp.softsys.sas · Group Profile · Search for Mayukh in comp.softsys.sas
Author: Patrick
Date: Dec 8, 2007 04:23

Show full article (1.05Kb)
1 · 2 · 3 · next