Skip to content

Commit

Permalink
version 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Norm Matloff authored and gaborcsardi committed Feb 1, 2011
1 parent c16c473 commit 9cd6e84
Show file tree
Hide file tree
Showing 42 changed files with 1,318 additions and 1,437 deletions.
104 changes: 104 additions & 0 deletions .exrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,104 @@

map nnn $a% NM
map s 0 70 biJ
map A :set ai
set ai
map ; $
map - 1G
map \ $G
map  :.,$d
map ~
map _ ?;r. xhpp
map W :w!
map M :make
" T will force a new make, by faking a change
map T uWM
map N :make -f Makefile.NM
map H :source ~/.vihtmlrc
map L :source ~/.vilatexrc
" map S :syntax off

" page up/down
" map! [6~ 

" word completion macro, by NM, June 4, 2001

" ^N commented out, so that we can use VIM's native  command
" map!  /.h"qxb"Qdwmz@qi. "rdwh"rpbhx`z"rpmybhx`ya

" ctrl-o works for forward completion
map!  a. hbmmi?\<2h"zdt.@zywmx`mP xi
set sm

abb teh the
abb Teh The
abb taht that
abb Taht That
abb ahve have
abb itaaa http://heather.cs.ucdavis.edu/itaa.html
abb dsc discrimination
abb prg programmer
abb eng engineer
abb prgg programming
abb engg engineering
abb Unv University
abb Unvs Universities
abb unvs universities
abb unv university
abb unf unfortunately
abb Unf Unfortunately
abb allr already
abb innc including
abb frre for example
abb Frre For example
abb frri for instance
abb Frri For instance
abb essp especially
abb avvl available
abb exxp experience
abb innd industry
abb sv Silicon Valley
abb ssf San Francisco
abb hbb H-1B
abb hbbs H-1Bs
abb l1 L-1
abb l1s L-1s
abb lang language
abb nt interest
abb ntd interested
abb ntg interesting
abb Ntg Interesting
abb clf California
abb gvv government
abb chh Chinese
abb amr American
abb amrs Americans
abb emp employer
abb emps employers
abb iil industry lobbyists
abb dff different
abb immp important
abb unnd understand
abb crrt certainly
abb deff definitely
abb prb probably

abb bc because
abb cg Congress
abb oc of course
abb Oc Of course
abb enws e-newsletter

" probability terms
abb prbb probability
abb ndp independent
abb rvv random variable
abb dstr distribution
abb pprx approximately

set textwidth=72

" set vb t_vb=

Expand Down
21 changes: 11 additions & 10 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
Package: Rdsm
Version: 1.0.0
Author: Norm Matloff <matloff@cs.ucdavis.edu>
Maintainer: Norm Matloff <matloff@cs.ucdavis.edu>
Date: 3/5/2010
Title: Threads-Like Environment for R
Description: Provides a threads-like programming environment for R,
Version: 1.1.0
Author: Norm Matloff <normmatloff@gmail.com>
Maintainer: Norm Matloff <normmatloff@ugmail.com>
Date: 2/1/2011
Title: Threads Environment for R
Description: Provides a threads-type programming environment for R,
usable both on a multicore machine and across a network of
multiple machines. The package gives the illusion of shared
memory, again even across multiple machines on a network.
multiple machines. The package gives the programmer a shared
memory world view, again even across multiple machines on a
network.
LazyLoad: no
License: GPL (>= 2)
Repository: CRAN
Packaged: 2010-03-10 01:44:33 UTC; matloff
Date/Publication: 2010-03-10 10:20:09
Packaged: 2011-02-03 21:20:07 UTC; matloff
Date/Publication: 2011-02-04 06:44:17
8 changes: 5 additions & 3 deletions NAMESPACE
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@

export(srvrinit,srvrloop,srvr,init,newdsm,"[.dsmv","[<-.dsmv","[.dsmm",
"[<-.dsmm","[<-.dsmm",fa,barr,lock,unlock,wait,signal,newf,rpc,
closecon,dsmexit)
export(alinit,barr,closecon,cmdtoclnts,cmdtosrvr,cmdtoall,cnewdsm,
dsmexit,fa,go,init,loadrdsm,lock,newbm,newdsm,signal,signal1,
srvrinit,srvrloop,srvr,unlock,wait,
"[.dsmv","[<-.dsmv","[.dsmm","[<-.dsmm","[<-.dsmm",
"[.dsml","[<-.dsml")

0 comments on commit 9cd6e84

Please sign in to comment.