similar to: Learning Ruby - Don't give up

Displaying 20 results from an estimated 200 matches similar to: "Learning Ruby - Don't give up"

2009 Mar 05
3
Dropping rows conditionally
Dear R-help team, I am getting addicted to using R but keep on getting many challenges on the way especially on data management (data cleaning). I have been wanting to drop all the rows if there values are `NA' or have specific values like 1 or 2 or 3. mdat <- matrix(1:21, nrow = 7, ncol=3, byrow=TRUE, dimnames = list(c("row1",
2012 Mar 14
3
Creating 250 submatrices from a large single matrix with 2500 variables using loops
Dear all, I have a large matrix with about 2500 variables, and 100 rows. I would like to calculate the means of the every 10 variables starting from 1:2500 and saving the results as a vector or matrix. How can I do that? Alternatively, How can I create 250 subset matrices in the order of variables 1:2500 in groups of 10 from the single matrix which had initially 2500 variables ? I guess I have
2008 Aug 06
3
Help in running Stata dataset in R
Dear All, I installed R 2.7.0 and tried to call a dataset i had ealier own called on R2.6.2 but i keep on getting an error: use("maltreat.dta") Error in fromchar(x) : character string is not in a standard unambiguous format Tried doing the same with R2.7.1 but i get the same error. However if i call the same on R 2.6.2, there is no error: use("maltreat.dta") > des()
2007 Aug 07
1
New installation does not show on network
Ever since installing Fedora 7, samba stopped showing the machine on the network. I can connect to it by entering the machine name (\\lazarus), but it will not show itself from a Windows machine. I tried a command suggested to test if it was listening and this is what I got; $ smbclient -L localhost -U% Domain=[LAZARUS] OS=[Unix] Server=[Samba 3.0.25b-2.fc7] Sharename Type
2008 Jul 22
3
Error in installing packages
Dear R Users; I am an R user who has recently bought a new laptop;Toshiba Satellite U405 running on both Windows Vista and Ubuntu. I have problems on the wondows vista when installing packages. The argument 'lib' is missing. How do i solve this problem? Illustration: > install.packages("epicalc") Warning in install.packages("epicalc") : argument 'lib'
2007 Oct 25
2
What to do to use libvorbis with FreePascal?
All, I am a FreePascal programmer. I am making a Pascal-based application now, and want to use vorbis as its sound files. What should I do so that I can use libvorbis with FreePascal? (Actually, I use Lazarus as the Windows development environment) Thanks. -- Comodo Firewall Pro -- Powerful & Free, Forever! Visit www.comodo.com Support patent-free audio! Visit www.playogg.org Use
2009 Oct 10
1
Setting a mirror "permanently" on R on ubuntu
Dear all, I seem to have many problems as I run R on my ubuntu system. want to set a mirror so that anytime I use the command "install.packages", it does not ask me for which mirror to use but go direct. This is because of the error I keep on getting below and I dont know how to solve it. Please help. Kind regards, Lazarus > library(epicalc) Loading required package: foreign
2008 Aug 05
2
a simple Asterisk AMI interface with Delphi (or Lazarus+FreePascal)
Hi Everyone, Those of you who have a simple home-based Asterisk box might be interested in a "simple" Win32 (Win2K or WinXP) interface to the AMI manager. The quick-start versions merely require unzipping with NO Installation - hence, NO Uninstall (i.e., no registry writes at any time by the install nor by the program). (Unfortunately) the INSTALL version does write to the
2010 Jul 16
8
Native libpq.so instead of libpq.dll?
Hello all, is it possible to use the native Linux libraries instead of their Windows builds? This can be a newbie question. :) I have a database program based on PostgreSQL and I think that coyping the Windows libraries for the application to run is a bit luxury when the same but native libraries with the same functions already exist for Linux and they are already installed on my system. I
2007 Jun 07
3
is it possible to run delphi apps(forms) using wine
is it possible to run delphi apps/forms(that was build, compiled, and targeted to windows machines) on linux(fc6, suse 10.x) These delphi apps connects to MS SQL server. if it is possible, then I can easily ground all those windows xp machines, that are just use to run these delphi apps... and use linux instead Regards --------------------------------- Got a little couch potato? Check
2009 Jan 16
2
How to discover within my application if executed in Wine?
Hi, I'm a Delphi (Windows) developer and I was trying to use Wine to execute my applications on Linux (actually using a Kubuntu 8.10) Most thing works great, but some don't. I was wondering if there's a way to discover if I'm under Windows or Linux just having a function like IsWine() that returns a boolean value. In this way I will be able to fix those small things that don't
2015 Jan 27
2
BioStatFLOSS
Hola. Por si es de vuestro interés, os informo de que hemos publicado la versión 2.0 de BioStatFLOSS. Es un entorno homogéneo de ejecución, bajo Windows, de una recopilación de programas (ver imagen2), ya preparados para su uso, de utilidad para la realización de estudios (bioestadísticos, epidemiológicos y de salud en general), investigación biomédica y/o formación bioestadística. NOTA: Aunque
2011 Oct 17
2
Functionality with SetWindowsHookEx WH_JOURNALPLAYBACK
Hello, I am trying to run our own Delphi Application with wine 1.2 on Kubuntu. Applications runs without any problems but Functionality of stuffing keys with setWindowsHookEx(WH_JOURNALPLAYBACK, @Playback, hInstance, 0); is not working at all. Can somebody suggest any work around for this ? If any code changes are needed we can do the same since we have sources of application with us. Since
2004 May 19
2
R 1.90 make problem with /usr/X11R6/include/X11/Xutil.h on suse linux 9.1?
This is probably a Suse specific problem and not a bug in R, but I'm reporting it in case it's useful for someone to know about.... Trying to compile R1.9.0 from source on a standard Suse 9.1 install (athlon in a shuttle sn41g2). configure seems fine but the Suse X11R6 Xlib.h might be toxic. In case it helps, here's the sad end to the make output. I can post the Xlib.h if that
2013 Aug 16
4
Restoring deleted files.
Hi, is it possible to Restore files deleted with " rm rf " from ext4 or ext3 filesystem by mistake. Regards Ahmad
2009 Sep 11
1
pam_winbind seems unable to return full list of trusted relationship domain members
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hello: Our scenario: - - Our domain (ABRANTINA) is a Windows 2003R2 AD (RFC2307 enabled) - - Trusted domain (REDE-LC) is a Windows 2003R2 AD - - cafs01tst is a Debian "stable" based SAMBA 3.2.5 file server Our goal: - - Serve home and shares for users of both domains ABRANTINA and REDE-LC Our implementation: (following guidelines from
2009 Apr 17
2
Re: How to discover within my application if executed in Wine?
Hi. Sorry for my bad english.. I'm also a Delphi programmer having also some problems with my applications in Linux. One of the problems is that my program minimizes itself in tray when is monitoring the Clipboard. But I don't see how to do that in Linux using wine - prezent or future... If someone knows how - please tell me so I can implement it. And I can't use Lazarus... My
2009 Oct 10
1
Setting a mirror "permanently" on R on ubuntu (PR#13995)
Dear all, I seem to have many problems as I run R on my ubuntu system. want to set a mirror so that anytime I use the command "install.packages", it does not ask me for which mirror to use but go direct. This is because of the error I keep on getting below and I dont know how to solve it. Please help. Kind regards, Lazarus > library(epicalc) Loading required package: foreign
2019 Jan 29
3
BioStatFLOSS 4.0
Hola. Os informo de que hemos publicado una nueva versi?n (la 4) de BioStatFLOSS. Para el que no lo conozca, se trata de una recopilaci?n de software para Windows. Es una "colecci?n" de programas de utilidad para la realizaci?n de estudios estad?sticos en general (y bioestad?sticos/biom?dicos en particular) en el que "la estrella" es (of course) R. La principal caracter?stica
2009 Jun 28
1
I need to be able to retrieve windows user info on a windows server.
Hi, I'm a Linux newbie. I've been doing novice level programming on Delphi win32 for about 2 years, and recently, I've been exploring freepascal/Lazarus on Ubuntu because I want to port a small win32 application to Windows. I've managed to port over most aspects of the win32 app, including database, but I'm now stuck at trying to find a Linux equivalent of the netapi32 (a