similar to: R language file for BBEdit

Displaying 20 results from an estimated 7000 matches similar to: "R language file for BBEdit"

2005 Jun 07
3
BBEdit Ruby & Rails Syntax Module available
I''ve made a Ruby & Rails syntax coloring module for BBEdit. This is a "Codeless Language Module", so it will only work with BBEdit 8+. It''s basically a giant list of Ruby and Rails keywords, method names, and so on. It''s both Ruby and Rails because BBedit only lets you associate a file type with one language module. The file is available here:
2005 Jun 02
0
[OT] Anyone for writing a Ruby language module for BBEdit?
I know many people on the list like TextMate for Ruby/Rails editing, so please don''t flame me for this request. I''m a long-time BBEdit user, I gots my keyboard shortcuts in my hands and brain, and I really don''t want to switch. Anyone on the list capable of writing a BBedit Language Module for Ruby? Would you do it for money? BBEdit does not support Ruby as a
2012 Sep 14
0
[LLVMdev] TableGen highlighting files for TextWrangler/BBEdit
Hi, I've written a syntax highlighting mode for TextWrangler / BBEdit. The folding still needs work, and the keyword list expanded, but I thought I'd post it here in case anyone has use for it. Files are available at: https://github.com/RonRicoSuave/drunken_octopus/tree/master/textwrangler-tablegen After I have folding working to my liking I can check it in to the LLVM tree if it
2004 Sep 23
3
folding table into a matrix
I'm just getting started with R, so feel free to point me to the appropriate documentation if this is already answered somewhere (though I've been unable to find it myself). This does seem like a rather basic question. I want to fold a table into a matrix. The table is formatted like so: Column_Index Value 1 486 2 688 3 447 4 555 5
2010 Dec 07
2
Efficient way to use data frame of indices to initialize matrix
I have a data frame with three columns, x, y, and a. I want to create a matrix from these values such that for matrix m: m[x,y] == a Obviously, I can go row by row through the data frame and insert the value a at the correct x,y location in the matrix. I can make that slightly more efficient (perhaps), by doing something like this: > for (each.x in unique(df$x)) m[each.x, df$y[df$x ==
2007 Jun 18
1
Rsync with non-english characters in filenames?
Hi, I am trying to use rsync to migrate homefolders from one server to another. For this I use: > rsync --rsh="ssh -l root" -vaz beaucent.ling.umu.se:/export/home/ . Which works fine until I get to some files where the user has, unfortunatelly, used a non-ascii character in the file name: --- snip -- ...
2004 Dec 23
2
Get rid of space padding
I'm currently using the below function from some library (MASS?) for writing my data out to file. I'm using it instead of plain old "write" because it does buffering. The problem that I'm having is that the numbers are space padded, but I need true tab-delineated files. It looks like the spaces are coming from 'format', but I don't see an option for format to
2007 Jan 28
1
needs must make MD ignore my PHP
I need to exclude arbitrary chunks of my documents from Markdown parsing, because my documents are littered with <?php blah blah ?>, and a few other oddities. These blocks get gifted with unwanted markup by Markdown: <?php blah blah ?> becomes <p><?php blah blah ?></p> If I can't make it stop that, it's a dealbreaker for me in an otherwise
2008 Sep 10
1
Computation of contour values - Speeding up computation
Dear R useRs, i have the following code to compute values needed for a contour plot ############################################################ "myContour" <- function(a, b, plist, veca, vecb, dim) { tmpb <- seq(0.5 * b, 1.5 * b, length=dim) tmpa <- seq(0.5 * a, 1.5 * a, length=dim) z <- matrix(0, nrow=dim, ncol=dim) for(i in 1:dim) { for(j in 1:dim)
2017 Jun 14
0
Apple Mac slave
> To be honest, I haven't experimented much with this, but I saw a normal shutdown/reboot when I just tried this from the command line (10.12): > > reboot ~ Mon Jun 12 08:36 > shutdown ~ Mon Jun 12 08:35 > clepple ttys007 Sun Jun 4 21:52 - shutdown (7+10:43) > However, the "-u" flag did not
2012 Aug 18
4
Spaced text (from Digest)
On the suggestion for double-spaces, I share the general 'oh no'. I see an explosion of people with iPads etc trying out Markdown in education because formatting sucks on iPads. They struggle with needing new lines (see recent post for an example). In short, they struggle with white-space (invisible) mark-up. Added to that, frequently cut and paste leaves double spaces (eg in BBEdit
2012 Jul 10
2
Refresh not working with launchd service provider?
Hi, Refresh doesn''t seem to be working with the launched service provider on OS X Lion (10.7.4). I''ve come up with a simple "service" script, plist file and puppet script to apply to demonstrate. The problem. Here''s the shell script which logs an initial starting message and then just loops logging a "Still running…" message.
2008 Feb 13
0
automatic startup in leopard
I''ve been having quite a bit of trouble since upgrading to leopard. I had a launchctl plist file that seemed to work (attached). It essentially ran mongrel_rails bunch of times with different arguments. In leopard it fails to load, saying: launchctl: propertyList is NULL launchctl: no plist was returned for: net.mongrel.plist launchctl: no plist was returned for: net.mongrel.plist
2016 Jan 07
3
Troubleshooting on OS X
I've got tinc running happily on a couple linux and win computers, but no luck on OS X. I'm on Yosemite 10.10.5, and I think I followed the OS X tutorial exactly, but no luck. Here's my error message: > sudo tincd -n dpsf -D -d3 tincd 1.0.21 (Feb 3 2015 20:09:36) starting, debug level 3 Could not open /dev/tun0: No such file or directory Terminating And here's the contents
2010 Dec 18
1
Unable to mount SMB shares under Mac OS 10.6.5
Help - (I'm new to the list, so please be gentle) I've tried Seagate support, and Apple Forums with no resolution or adequate suggestions for troubleshooting/resolving this issue, so I thought I'd try the samba community. It's a bit esoteric for me/most Mac users (SMB shares under Max OS X), but I thought I'd give it a try. I can no longer mount any shares from my Seagate
2017 Jun 15
2
Apple Mac slave
> sudo launchctl list|fgrep -v com.app returns for me(10.12.5): PID Status Label - 78 org.networkupstools.upsmon system log: Jun 15 16:27:07 c01 com.apple.xpc.launchd[1] (org.networkupstools.upsmon): Service only ran for 0 seconds. Pushing respawn out by 10 seconds. Jun 15 16:27:17 c01 com.apple.xpc.launchd[1] (org.networkupstools.upsmon[4259]): Service could not initialize: 16F73:
2003 Apr 17
0
[kris@FreeBSD.org: cvs commit: ports/security/snort Makefile distinfo pkg-plist ports/security/snort/files patch-snort.c]
FYI Kris ----- Forwarded message from Kris Kennaway <kris@FreeBSD.org> ----- X-Original-To: kkenn@localhost Delivered-To: kkenn@localhost.obsecurity.org Delivered-To: kris@freebsd.org Delivered-To: ports-committers@freebsd.org From: Kris Kennaway <kris@FreeBSD.org> Date: Thu, 17 Apr 2003 14:45:03 -0700 (PDT) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
2017 Jun 15
0
Apple Mac slave
On Jun 14, 2017, at 1:54 PM, Robbie van der Walle <rvanderwalle at gmail.com> wrote: > > <?xml version="1.0" encoding="UTF-8"?> > <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd <http://www.apple.com/DTDs/PropertyList-1.0.dtd>"> > <plist
2004 Dec 16
0
[Fwd: Re: Ruby Cocoa (OS X) questions: deployment & interface builder]
This is a re-post (slightly edited) from the ruby-talk list. I think I''m going to add a wiki page on the topic. -------- Original Message -------- Subject: Re: Ruby Cocoa (OS X) questions: deployment & interface builder Date: Fri, 17 Dec 2004 07:48:26 +0900 From: Nick <devel@nicreations.com> Reply-To: ruby-talk@ruby-lang.org To: ruby-talk@ruby-lang.org (ruby-talk ML)
2017 Jun 15
0
Apple Mac slave
Ok did it again from scratch. I used the same plist file. sudo launchctl load /Library/LaunchDaemons/org.networkupstools.upsmon.plist Doesn?t return an error: system.log: Jun 15 21:38:54 c01 com.apple.xpc.launchd[1] (org.networkupstools.upsmon): Unknown key for Boolean: SuccessfulExit Jun 15 21:38:54 c01 com.apple.xpc.launchd[1] (org.networkupstools.upsmon): This service is defined to be