Displaying 20 results from an estimated 500 matches similar to: "Getting strange message in terminal"
2015 Sep 04
0
Login "error" message
Dear Community
I have been receiving the below each time when I log into one of my servers using ssh.
declare -x G_BROKEN_FILENAMES="1"
declare -x HISTCONTROL="ignoredups"
declare -x HISTSIZE="1000"
declare -x HOME="/home/xxxx"
declare -x HOSTNAME="CentOS-66-64-minimal"
declare -x LANG="en_US.UTF-8"
declare -x
2014 Sep 11
2
Installation of Xmgrace and pymol package
Dear Centos User
I am trying to install package like
1) pymol
2 Xmgrace
But unable install this package, showing this error. I search for this
error in google, but the suggestions given there is not working for me. The
same message showing for both software pakage.
root at localhost tmp]# yum install grace
Loaded plugins: fastestmirror, langpacks
Loading mirror speeds from cached hostfile
*
2010 Jun 03
5
string handling
I have a data.frame as the following:
var1 var2
9G/G09 abd89C/T90
10A/T9 32C/C
90G/G A/A
. .
. .
. .
10T/C 00G/G90
What I want is to get the letters which are on the left and right of '/'.
for example, for "9G/G09", I only want "G", "G", and for "abd89C/T90", I
only want "C" and
2015 Jan 31
0
Installation of qtiplot in Centos 7
Dear all
I am trying to install qtiplot in Centos 7 (qtiplot is a graph plotting
software similar to Origin). I followed the same step as this mention on
this. http://poolinfo.physik.hu-berlin.de/qtiplot-installer/README.html
At step 8, I experience the following error.
cd fitPlugins && make -f Makefile
make[1]: Entering directory
`/home/rahman/Downloads/qtiplot-0.9.8.9/fitPlugins'
2014 Feb 01
2
[LLVMdev] Eliminate SSA Virtual registers
Hi Ben,
That did help. I continue to notice the virtual register in the program. I use LLVM 3.4. The program i am looking at is a very simple one. Listed below
int global_var;
int *global_ptr;
int32_t main(int32_t argc, char ** argv){
int p = 10;
int k = 20;
int *pp;
char *c_pp;
pp = &k;
global_ptr = pp;
pp = &p;
global_ptr = &global_var;
return 0;
}
BR/Nizam
2014 Feb 03
2
[LLVMdev] LoadInst result
Thanks Sean. It clarified my query.
Do you have an answer to my other question (in a different mail-chain) listed below
Is there a simple way to check if a given instruction operand (represented by Value *) is a virtual register or otherwise? Context: I am creating a ModulePass for pointer Analysis.
BR/Nizam
From: "Sean Silva" <chisophugis at gmail.com>
To: nizam
2011 Jan 19
4
Is it okay?
Hi,
I have downloaded the following version:
CentOS-5.5-i386-LiveCD-Release2.iso
from the mirror:
http://ftp.iitm.ac.in/centos/5.5/isos/i386/
What I want to ask is that 'Release2' is the complete OS and after
installation we can use 'yum update'. So at first, is it enough (as I
am not going to download the complete set of 7 CDs)?
--
Regards,
Parshwa Murdia
Making the simple
2013 Dec 06
2
Regarding installation of Raring Ringtail (13.04) (UBUNTU PACKAGE FOR R)
Dear Sir
Can't find /etc/apt/sources.list file please help.
When I tried the command on terminal some errors has occurred as follows-
manjulata@manjulata-HP-Pavilion-dv4-Notebook-PC:~/Desktop/ndnSIM$ deb
http://ftp.iitm.ac.in/cran/bin/linux/ubuntu raring/
No command 'deb' found, did you mean:
Command 'dab' from package 'bsdgames' (universe)
Command 'dwb'
2014 Mar 30
2
[LLVMdev] Running an IR pass after all IR passes
Thank you very much John.
With an environment variable I need to take some special care, but it looks
like the only way to go.
On Sun, Mar 30, 2014 at 11:07 AM, John Criswell <criswell at illinois.edu>wrote:
> Dear Rahman,
>
> I think your best option is to modify the code in libLTO so that it runs
> your pass when you want it to run. I believe the file you want to modify
2014 Feb 03
2
[LLVMdev] LoadInst result
Hi Tim,
Assume a store instruction. Store has 2 Operands. I can use the store->getOperand(0) and store->getOperand(1) methods to access these operands in form of Value *.
Very likely that the operands are stack variables or formal variables or global variables. It is also possible that these operands are LLVM virtual-registers. Is there a way to determine if a given operand is a
2005 Nov 09
2
Sort a dataframe
Dear All,
How can I sort a data frame (using one of the column)?
Thanks for your support.
Regards.
Abd. Rahman Kassim (PhD)
Head Forest Ecology Branch
Forest Management & Ecology Program
Forestry and Conservation Division
Forest Research Institute Malaysia
Kepong 52109
Selangor, Malaysia
*****************************************
Checked by TrendMicro Interscan Messaging Security.
For any
2006 Jan 19
2
Legend Outside Plot Dimension
Dear All,
I'm trying to attach a legend outside the plot (Inside plot OK), but failed. Any help is very much appreciated.
Thanks.
Abd. Rahman Kassim, PhD
Forest Management & Ecology Program
Forestry & Conservation Division
Forest Research Institute Malaysia
Kepong 52109 Selangor
MALAYSIA
*****************************************
Checked by TrendMicro Interscan Messaging Security.
2016 Mar 14
2
GSOC 2016 Project proposal
Hi Everyone,
I am Shashidhar G, M.S. Research Scholar at Indian Institute of
Technology Madras working in the area of Program Analysis and Compiling for
Parallelization. I am interested in working with the LLVM community for
GSOC 2016. I looked at the Open projects and i am interested to work in the
area of Alias Analysis. I have implemented a simple version of Andersen's
Analysis as LLVM
2005 Nov 10
2
polynomials transformation
Dear All,
Need some help in polynomials transformation to get the coefficients. I have tried "poly.transform" as applied in S-plus but it does not work.
Thanks in advanced for any helps.
Regards.
Abd. Rahman Kassim (PhD)
Head Forest Ecology Branch
Forest Management & Ecology Program
Forestry and Conservation Division
Forest Research Institute Malaysia
Kepong 52109
Selangor,
2002 Nov 11
2
Thank you!
Dear Shorewall developers,
Thanks very much for shorewall! I''ve been using Shorewall as
distributed with Debian GNU/Linux (Woody) for a while on a few
firewalls I manage and found it extremely easy to install, setup and
use. I liked the nice and easy to understand design of the whole
package, the documentation, well documented config files and how well
it runs. I just thought
2013 Mar 31
1
[LLVMdev] Wrong URL for organization on LLVM Users page
Hey,
I was recently looking at this page : http://llvm.org/Users.html Under the
Educational Users -> Organizations, Indian Institute Of Technology has been
listed whose url is http://www.cse.iitb.ac.in/ instead of
http://www.cse.iitm.ac.in/ (as has been put there). Kindly fix this small
error.
Thanks,
Saurabh Anand
Indian Institute Of Technology, Delhi
-------------- next part --------------
2012 Jul 16
1
problem with installing R pacakges
Dear R- Users,
I am unable to install R packages over the internet. Below is my session
information. My guess is that this may be
a proxy issue. I have set the http_proxy_user : my user id(network id) :
password (machine password) .
The error I get is as below
> install.packages("MASS")
Warning: unable to access index for repository
2012 Oct 04
1
Error in installing package wordcloud in R
Dear Sir,
I faced problem during the installation of wordcloud package in R -2.15 . I have mentioned the error below. After selecting the cran mirror it shows the error. I will be thankful for your response to this solution.
Error
Selection: 34
Warning: unable to access index for repository http://ftp.iitm.ac.in/cran/src/contrib
Error in apply(available[p1, dependencies, drop = FALSE], 1L,
2006 Feb 13
2
Plotting contour & filled.contour in one graph
Dear All,
I have a question on overlaying a filled.contour (e.g. on soil properties data) and contour (by elevation) in one graph. Both have the same z matrix dimension. I'm able to overlay both graph, but the plots dimension did not overlap well on the same plots. How can I have both filled.contour and contour on the same graph? The commands that I have written are as follows:
2012 Apr 11
1
Dependency problem bug with r-cran-vr
Hi,
I was trying to connect GRASS with R, following the guidelines described here:
http://grass.osgeo.org/wiki/R_statistics
The line in my /etc/apt/sources.list is like:
deb http://ftp.iitm.ac.in/cran/bin/linux/debian squeeze-cran/
But when I tried to install r-cran-vr, I got an unmet dependency
problem with r-cran-mass and r-cran-class.
But these two packages were already installed. Then why