search for: pointy

Displaying 20 results from an estimated 63 matches for "pointy".

Did you mean: point
2012 Apr 08
0
multithreaded low level functions
Hi all, I wanted to make sure that I am getting the most from my 8 core computer running R. I have a distance function like this: distance <- function(pointX, pointY, vecX, vecY) { #convert everything to radians pointX = pointX * pi/180 pointY = pointY * pi/180 vecX = vecX * pi/180 vecY = vecY * pi/180 #data@coords[,2] = lat #data@coords[,1] = lon delta_lon = pointX - vecX #print(sprintf("Len Pt X: %d Len Pt Y: %d", length(pointX),...
2016 Jan 21
2
html manual files nonfunctional
R help.start() opens a web browser as expected, but the ?Manual? html links are dead (although the ?Reference? and ?Miscellaneous Materials? html links do work). I get a similar problem from within RStudio. I?d like to get pointy-clicky html manuals working, to help migrate users from SAS to R. I do see R manuals on this system from the EPEL R rpm's in info and pdf form, for example at /usr/share/info/R-intro.gz and /usr/share/doc/R-3.2.3/manual/R-intro-pdf I?m running R-3.2.3, installed from EPEL rpm?s on RHEL6.7....
2002 Jul 04
4
Script file editors for Windows - submit highlighted text?
...f copy-and-pasting. Are there any editors out there which interface to R more closely and let me submit a section of code in one key (or mouse) stroke? Language-aware features would be nice as well! I know about EMACS/ESS but have never been able to get on with EMACS - when in Windoze I like my pointy-clicky interface! Thanks for any pointers Steve. Dr Steve Roberts steve.roberts at man.ac.uk +---------------------------------------------+-----------------------------------------------------+ | Senior Lecturer in Medical Statistics, | Health Services Research Unit,...
2002 Aug 01
4
NetBIOS problems in presence of audio stream?
...o stream was restarted (I tested this 3 times, all with the same result). So, it looks like it's a problem with identification only. My questions are: 1. Does Samba have problems in the presence of network congestion? 2. Are there any tuning tips for nmbd? 3. Any suggestions on how to get my pointy haired boss to listen to the radio and quit wasting bandwidth?;-) My thanks to the list for their consideration. James
2016 Jan 27
1
html manual files nonfunctional
...joe cypherpunk wrote: >> R help.start() opens a web browser as expected, but the ?Manual? html links >> are dead (although the ?Reference? and ?Miscellaneous Materials? html links >> do work). I get a similar problem from within RStudio. >> >> >> I?d like to get pointy-clicky html manuals working, to help migrate users >> from SAS to R. >> >> >> I do see R manuals on this system from the EPEL R rpm's in info and pdf >> form, for example at /usr/share/info/R-intro.gz and >> /usr/share/doc/R-3.2.3/manual/R-intro-pdf >>...
2006 Sep 15
2
wxCursor files
This implements the wxCursor demo and includes a patch to RubyConstants.i needed to make the cursors work right. pointy.png goes into the icons directory Roy _______________________________________________ wxruby-users mailing list wxruby-users@rubyforge.org http://rubyforge.org/mailman/listinfo/wxruby-users
2000 Jul 06
2
GUI Samba?
*This message was transferred with a trial version of CommuniGate(tm) Pro* Hello, I'm new to Linux, I work on a PC, Mac, and now Linux network. I have been looking for somthing like samba that will work on Xwindows. If you could point me in the right direction I would be thankfull. Hope to hear from you soon, Zeek Bower.
2004 Oct 22
1
FIXED_POINT warns on compute_weighted_codebook
hi, i am trying to compile a fixed point version of lipspeex on desktop windows environment. a short reason for the complicated story is that we need to keep the 'engine' part of our project same across the various ports of our voip project (blame the pointy haired boss). now, when i compile with FIXED_POINT defined in the Visual C++ 6.0, i get these errors: e:\phonestack\engine\speex\cb_search.c(185) : warning C4133: 'function' : incompatible types - from 'short *' to 'float *' e:\phonestack\engine\speex\nb_celp.c(875) : w...
2013 Jan 21
2
size units in xen-create-image, and other newbie doubts
Greetings, I'm fiddling with Xen at home, the dom0 is a freshly installed Debian stable (current 6.0.6 squeeze) using LVM over RAID. I want to use two VGs, so the pointy-clicky won't really do since --lvm only takes one argument (i assume). That's no big deal, i can use LVM tools and even the partitions.d scripts xen-tools can use and provide a partition template through the --partitions flag. However, the man page refers: size = 2Gb...
2008 Aug 13
0
[LLVMdev] CLR or C++/CLI interface to IR building API
...would welcome additional bindings into mainline if you are inclined to contribute. These bindings are not 100% complete, but your usage case has the best coverage. > Any tips/pointers/code/stories of horrible failure? I would advise against the Managed C++ route. In my experience, the pointy edges of the unmanaged environment (no GC, no memory safety) compound the pointy edges of the managed environment (finalization, asynchronous exceptions)—the end result is the worst of both worlds. I wouldn't really advise trying to P/Invoke LLVM's C++ APIs directly, either. There i...
2012 Apr 18
6
introducing R to high school students
...phing or data analysis come up. I never miss an opportunity to advocate for R. However, the teachers are often skeptical that their students would be able to issue commands or write a little code; they think it would be too difficult. Perhaps this stems from the Microsoft- and spreadsheet-centered, pointy-clicky culture prevalent in most US public schools. Then again, I have little experience teaching this age group, besides my own kids and my Science Olympiad team, so I respect their concerns and expertise. I don't know yet what software they generally use, but I suspect MS Excel and SPSS. No...
2012 Jul 25
1
[LLVMdev] [RFC] YAML I/O
...d bit masks. Here is an example of a simple enumeration (color) and a bit mask set (flags). Suppose your data structures already defines Colors and Flags: enum Colors { cRed, cBlue, cGreen }; #define FlagBig 1 #define FlagLittle 2 #define FlagRound 4 #define FlagPointy 8 And you want the yaml documents to use human readable values for colors and flags, rather than just the integer value used internally. To handle that, you define conversion tables and hand them to YAMLIO. For instance: using llvm::yaml::IO; using llvm::yaml::Input; using llvm::yaml::Output...
2006 Jan 31
4
has_one without inverse belongs_to
I have two models called entity and user. The entities table has a column called users_id that contains the user id of the user that created the entity. In entity I have... has_one :user ... as I want to be able to show the user who created the entity from the entity object. But this produces the following error... Mysql::Error: #42S22Unknown column ''users.entity_id'' in
2007 Apr 29
0
[990] branches/wxruby2/wxwidgets_282/samples/bigdemo/wxCursor.rbw: Use paint block instead of ClientDC; load icon file safely
...choice = event.get_string </span><span class="cx"> @log.write_text("Selecting the cursor #{choice}") </span><span class="cx"> if choice[0..1] == ''zz'' </span><del>- image = Wx::Image.new(''icons/pointy.png'') </del><ins>+ img_file = File.join(File.dirname(__FILE__), ''icons'', ''pointy.png'') + image = Wx::Image.new(img_file) </ins><span class="cx"> </span><span class="cx"> # since thi...
2008 Aug 12
4
[LLVMdev] CLR or C++/CLI interface to IR building API
Hi Our front end is written in a CLR language, and we're currently interacting with the middle/back-end by writing out .ll files. This was convenient to get started with, but they're getting to a "huge and unwieldy" stage now. I was wondering if anyone's attempted writing proxy/wrapper C++/CLI classes so that the IR API can be used directly from managed languages. Any
2006 Feb 02
4
AjpRails; Rails runner using AJP13
Hello, all. I released AjpRails 0.1.0. AjpRails is a script for running Ruby on Rails. Rails this script runs uses AJP13(Apache JServ Protocol 1.3) instead of CGI or FastCGI, to cooperate with your HTTPd. Its RubyForge project is: http://rubyforge.org/projects/ruby-ajp/ Project home page is: http://ruby-ajp.rubyforge.org/wiki/wiki.pl Now, AjpRails is slower and much more unstable than
2019 Nov 04
4
scp, sftp, and special characters in filenames
On Mon, 4 Nov 2019 at 14:07, David Newall <openssh at davidnewall.com> wrote: > [about scp] That's just awful, and I should have > thought it was not at all necessary. Am I missing something? > If you're saying that the scp protocol is an unfixable mess then the openssh team has been agreeing[0] with you for at least a decade and a half. We fix what we can, but some
2006 Apr 28
19
Remember James McGovern?
Remember James McGovern and his articles about Rails and enterprise? Well... Check this one out where he "puts his money where his mouth is" http://duckdown.blogspot.com/2006/04/ruby-community-proved-mcgovern-wrong.html -- -------------- Jon Gretar Borgthorsson http://www.jongretar.net/
2006 Sep 07
9
LiteSpeed
Yo Zed, Just curious -- what do you think of the LiteSpeed server? Is it better than Lighty? Does it (gasp!) also serve Rails apps like Mongrel? I think I read that LiteSpeed doesn''t have proxying support. Thanks, Joe __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com
2015 Jun 25
0
asterisk email to fax
...fax machine exactly as though it would on their own printer; and will blame you when it doesn't work because nothing else can read the files produced by an ancient piece of closed-source software that worked only with one particular obsolete version of Windows. The correct procedure if some pointy-haired type asks you to do this, is to run away as fast as possible. -- AJS Note: Originating address only accepts e-mail from list! If replying off- list, change address to asterisk1list at earthshod dot co dot uk .