search for: witout

Displaying 20 results from an estimated 52 matches for "witout".

Did you mean: without
2012 Jul 12
3
Add row into a Matrix witout headers from Function
...d by new row of vales. and after executing the function i getting the values with header. How can i insert row of vales into NewMatrix without header. ? Can anyone please help me ? Thanks & Regards, -Antony -- View this message in context: http://r.789695.n4.nabble.com/Add-row-into-a-Matrix-witout-headers-from-Function-tp4636256.html Sent from the R help mailing list archive at Nabble.com.
2002 Aug 16
0
Use ms control panel in wine (Even witout windows)!!
If you only have a fake windows installation (Like me), this probably will only be a thing to do for fun, but could be useful if you have a real win installation. To do this in a real win installation, you don't need anything you don't already have, to do this in a fake win installation, you need: rundll32.exe; rundll.exe (Copy in c:windows directory) All the cpl files (Copy in
2008 Jan 23
1
[LLVMdev] compiling release_22 witout bison installed gives broken build
Hi. I had a strange issue today. basically llvm-as refused to do anything, borking out on the simplest of module: ; ModuleID = 'test' @_nothing_works_here = constant i32 42 $ llvm-as test.ll llvm-as: test.ll:1,0: test.ll:1: error: parse error, expecting `GLOBAL' or `CONSTANT' while reading token: '@_nothing_works_here' It turns out that I forgot to install bison before
2018 Nov 02
3
Kodi crashes when trying to browse network
...> [global] > lock directory = /home/username/.kodi/.smb/ > name resolve order = bcast host > include = /home/username/.kodi/.smb/user.conf > > I suggest, he needs to add the needed smbclient -mSMB1 into the > user.conf of kodi. At least he should try it witout the bcast in name > resolv oder. This looks a bit like the NMBD broadcast bug. > > Ah, I think I understand this a bit better now. Kodi runs smbclient from a GUI. Can you get to a CLI on Kodi ? If so, running smbclient directly may give more info. Rowland
2005 Sep 23
2
[LLVMdev] name collision - llvm::tie and boost::tie
...methingyoucareabout; > using boost::somethingelseyoucareabout; > using namespace llvm; > > Or whatever you prefer. This way you only import the symbols you want. In fact, I believe that using namespace llvm; using namespace boost; using boost::tie; should resove the problem witout needed to explicitly nominate all boost names you use. Except that this does not work on global scope, but only in namespace: namespace Tzu_Chien_Chiu { using namespace llvm; using namespace boost; using boost::tie; void func() { // Use 'tie'...
2016 Dec 15
2
Redhat Dependencies
...l-devel > openldap-devel bind bind-utils krb5-workstation gpgme-devel python2-gnupg but you need https://fedoraproject.org/wiki/EPEL as virtually everybody out there because otherwise the packages from the OP are not available some guys may call me a troll, that won't change the fact that witout EPEL you are limited to what RHEL gives you and with EPEL you have no pint to ask your RHEL support contract about anything outside the distribution 1. No package perl-Parse-Yapp available. 2. No package perl-Test-Base available. 3. No package python-crypto available.
2018 Nov 01
4
Kodi crashes when trying to browse network
On 11/1/18 11:22 AM, Rowland Penny via samba wrote: > It is for a standalone server without guest access, it also will not > allow network browsing because of the default 'server max protocol = > SMB3' > > I think you need to understand that network browsing is going away, you > need SMB1 for this. > > Anyway, it shouldn't crash, so can you get a level 10 from
2018 Jul 10
1
shellinabox
Anybody else? Anybody has gotten shellinabox working witout modification to SE policies? > On 05. juli 2018 16:08, lejeczek via CentOS wrote: >> hi guys, >> >> shellinabox, do you use it? >> >> I in pretty vanilla setup get selinux denials and cannot login. >> >> Selinux says: >> >> #============= un...
2018 Nov 02
0
Kodi crashes when trying to browse network
Hai, smbclient -L $(hostname -s) on CLI, wworks witout problem on ubuntu 18.04, with the newly builded samba 4.9.1 package from repo and the kodi 18 Beta4. I also noticed that kodi 18 has some setting now in /home/kodi/.kodi/userdata/guisettings.xml <setting id="smb.legacysecurity" default="true">false</setting>...
2005 Sep 23
0
[LLVMdev] name collision - llvm::tie and boost::tie
On 9/23/05, Vladimir Prus <ghost at cs.msu.su> wrote: > In fact, I believe that > > using namespace llvm; > using namespace boost; > using boost::tie; > > should resove the problem witout needed to explicitly nominate all boost names > you use. Except that this does not work on global scope, but only in > namespace: <SNIP> Also, it might be an idea to exploit Koenig lookup if either `tie' function is a free function and uses types from its own namespace. If these...
2012 Jun 07
2
[LLVMdev] no differnce in the execution time between seq. and parallel programs
...; you are going to have to send in your programs along with an explanation of how > you compiled them exactly (exact sequence of commands) both for gcc and LLVM. > > Ciao, Duncan. > Hi Ciao Thank you very much for your help and patience I want to check with you the compilation steps witout turn on any optimazation in both gcc and llvm : Fft_x.c The first program before the transformation Fft_dswp.c The second program after the transformation In gcc compiler I used the following steps --Before the transformation gcc –Wall fft_x.c –o samp -lm Time ./samp 0.544...
2019 Jun 11
2
x2go is not able to start x2go sessions
Hi everyone. Since a few days I can't connect with a server via x2go. I get the following error message: Connection failed. Failed to start X2Go Agent session with ID stefsimo-60-1560249248_stDMATE_dp24. X2Go Agent terminated unexpectedly. Aborting session startup. Did you get the same error? cat /etc/centos-release CentOS Linux release 7.6.1810 (Core) cat /proc/version Linux version
2007 Dec 06
1
Building package - tab delimited example data issue
...usr/local/lib/R/site-library/MaxQuantUtils' ** Restoring previous '/usr/local/lib/R/site-library/MaxQuantUtils' Accordingly the check delivers: ... * checking whether package 'MaxQuantUtils' can be installed ... ERROR Can anyone tell me what I'm doing wrong? build/install witout the ASCII file works just fine. Joh
2006 Dec 30
5
Theora encoding in FFmpeg
(Cross posted to theora-dev@xiph.org and ffmpeg-devel@mplayerhq.hu) I am working towards adding Theora encoding support to libavcodec in FFmpeg. I am doing this by simply calling libtheora from libavcodec. I am at the point where I can execute: "./ffmpeg -v 100 -i test.wmv -f avi -an -vcodec theora -b 1000000 -y test.avi" I get some whirring and an output file written. My calls to
2016 Dec 15
3
Redhat Dependencies
...-devel > python2-gnupg > >> > > > > but you need https://fedoraproject.org/wiki/EPEL as virtually everybody > > out there because otherwise the packages from the OP are not available > > > > some guys may call me a troll, that won't change the fact that witout > EPEL > > you are limited to what RHEL gives you and with EPEL you have no pint to > > ask your RHEL support contract about anything outside the distribution > > > > 1. No package perl-Parse-Yapp available. > > 2. No package perl-Test-Base available. > > 3. N...
2012 Jan 13
2
cannot find -lquadmath
Apologies if this has been posted about recently, but I haven't been on this listserve for a while. I ran into a problem trying to compile Hmisc (required package for rms) and have found a solution that I'd like to share. The compile fails with the message: /usr/bin/ld: cannot find -lquadmath libquadmath exists on my Debian Squeeze system (up-to-date, recently installed): ldconfig -p
2008 Oct 23
2
asking for root password
We are using rsync to pull backups created on our server. The command below is run as a cronjob and it works great. rsync -avu --rsh "ssh -l root" root@servername:/var/lib/mysql/backups/ /backups/mysql/ We have a new server that will replace the old server that rsync pulls backups from. On the system that is running rsync, I switched the servername in the command above to the new
2007 Oct 24
4
How to get TCP access to CDR Master.csv
...The fact that tail will not write to the socket (yeah, a major issue probably) which I'm thinking of trying to solve by reading line by line somehow and writing back to the socket... not even sure if this is possible. So basically I'm hoping someone has a nice solution for this. With or witout scripting, external programs of some sort (runnin ubuntu 7.04 or 6.06) or whatever works. I'd really appreciate your input here. Sincerely, Baldvin -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachment...
2012 Jun 06
0
[LLVMdev] no differnce in the execution time between seq. and parallel programs
> I would be happy if you give me an insight into what could have caused the > difference. No idea. Maybe you forgot to turn optimizations on when compiling? Otherwise you are going to have to send in your programs along with an explanation of how you compiled them exactly (exact sequence of commands) both for gcc and LLVM. Ciao, Duncan.
2018 Jul 05
2
shellinabox
hi guys, shellinabox, do you use it? I in pretty vanilla setup get selinux denials and cannot login. Selinux says: #============= unconfined_service_t ============== #!!!! The file '/usr/bin/bash' is mislabeled on your system. #!!!! Fix with $ restorecon -R -v /usr/bin/bash allow unconfined_service_t unconfined_t:process transition; but that does not seem right to me, to allow such a