search for: being

Displaying 20 results from an estimated 130 matches for "being".

2008 Sep 16
10
autospec is not picking latest changes
...t;autotest" only, it happens the same. Since the loading and matching mechanism changed a few revisions back, I''ll like to know if someone else is facing similar situation (or I''m just the one with the awkward environment). Thanks in advance, -- Luis Lavena AREA 17 - Human beings, who are almost unique in having the ability to learn from the experience of others, are also remarkable for their apparent disinclination to do so. Douglas Adams
2010 Jul 05
2
Problem Installing Dangerous Water
I have Wine 1.1.38 installed on Fedora 13 x64. I cannot install Dangerous Waters. After executing 'wine Autorun.exe from the mounted CD the initial splash screen comes up. I select 'install' and it beings installshield. Installshield asks me to insert disc #1. Obviously disk 1 is inserted, but it will also not allow me to change the path to the setup folder it is looking for. It is grayed out and reads "Z:\Setup"
2019 May 03
2
Incorrect Example in Samba User Management Documentation
...--random-password switch is intended ONLY to be used to secure system accounts that perform background tasks. Whilst --random-password sets a random password, the chosen password is deliberately and on purpose not revealed to the end user. So it cannot be used to create user accounts for human beings as the example in the documentation currently suggests. Thanks Stephen Ellwood
2008 Oct 10
5
Solution for autospec not working
Hello, I have noticed that, since version 1.1.4, autotest/autospec does not run any of my specs. After getting a hint from http://b.logi.cx/2008/10/9/non-auto-spec, I dove a bit deeper into the code and found that spec is no longer being run by ruby. I monkey-patched Autotest::Rspec in my .autotest file so that spec is again executed (using code taken from version 1.1.4). autospec is now working for me. Applicable code from my .autotest file: http://pastie.org/289183 github shows that the spec_command was removed on 7/12, with...
2013 Jul 09
2
[LLVMdev] Basic instructions for LLVM and Control Flow graph extraction
I am currently attempting to learn how to use LLVM for control flow graph extraction on linux (Ubuntu). Basically, I need to be able to break down specific basic functions blocks from assembly code, and use it to make a CFG. Do any of you upstanding human beings have any knowledge or resources that could possibly assist me in this task? I apologize if this is a very basic question. I have already installed the proper files/programs. Thank you in advance. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http:/...
2005 Apr 08
2
DLL Memory Problem
...e created a .dll file using G77 and MinGW on my PC (Windows 2000). After using dyn.load to bring it into R2.0.1, I then call the .dll through the function ccprox shown below. It returns the correct values. If I run it a second time though it returns different values, so it seems something is being placed oddly in memory. If I unload and reload the .dll it works again the first time. It does the same if I copy the compiled .dll over to my Windows XP machine. Thank you for any help, Brian Habing habing at stat.sc.edu The Fortran subroutine beings with: subroutine ccprox(nexmn,nitem,res...
2008 Aug 12
1
fPortfolio constraints, maxsumW
...no more than 13.63% of the portfolio. My attempt at coding that constraint, "maxsumW[1:2Assets]=13.63" fails. The relevant section of my code file and the resulting error message are pasted below. Suggestions about how to correct my coding would be most welcome. *************Code beings here************************ Data = as.timeSeries(Jdata) Spec = portfolioSpec() setNFrontierPoints(Spec) = 150 Spec Constraint = c("minW[1:nAssets]=0", "maxsumW[1:2Assets]=13.63") frontier = portfolioFrontier(Data, Spec, Constraint) **************Error message begins here******...
2007 May 24
1
Parking Lot CallerID
...=> _20x,1,Wait(1) exten => _20x,n,NoOp(${DIAL_OPTIONS}) exten => _20x,n,Set(CALLERID(NAME)=${P1NAME}) exten => _20x,n,Set(CALLERID(NUM)=${P1NUM}) exten => _20x,n,NoOp(${CALLERID(NAME)} ${CALLERID(NUM)}) exten => _20x,n,ParkedCall(${EXTEN}) Beings the call is originating on the phone I'm not sure there's a way to push the CID back to it, any thoughts? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20070524/ecf32047/attachment.htm
2000 Jun 25
2
Encoding the wrong Endian and AIFF
I know this is probably blindingly obvious, but I can't find it anywhere. Is there a way to tell the Vorbis codec what endian your samples are or do I have to do my own byte reversal. AIFF is Be's 'standard' audio file format, and its encoded big endian, not little endian even on Intel boxes. I know for decoding ov_read has an endian option, but I can't see an equaivalent for
2008 Jul 26
4
Mongrel on Ruby 1.8.6 w/ patchlevel 279 (Win)
Hi, I can''t install Mongrel on Ruby 1.8.6 (patchlevel 279), using Windows XP. My environment: C:\ruby18>gem environment RubyGems Environment: - RUBYGEMS VERSION: 1.2.0 - RUBY VERSION: 1.8.6 (2008-07-17 patchlevel 279) [i386-mingw32] - INSTALLATION DIRECTORY: c:/ruby18/lib/ruby/gems/1.8 - RUBY EXECUTABLE: c:/ruby18/bin/ruby.exe - EXECUTABLE DIRECTORY: c:/ruby18/bin -
2007 Apr 25
1
prob with install on ubuntu linux
...(fiesty fawn) and am having a problem with the install procedure for the zaptel modules. i did the make ; make install and it appeared to go ok, the wctdm module is in the list of lsmod after boot. so is the zaptel module. however when i do an asterisk -vvvv it gives me problem about chan_zap not being able to load. i googled and found some references to changes made that require make clean, however when i try to make clean in /usr/src/zaptel, it tells me that i have a make: *** [menuselect/menuselect] Error 2 anyone know how to fix this ? i am using zaptel from source, and asterisk from the u...
2007 Sep 19
3
link_to method of different controller
I want to link to a method of a different controller. I thought I new how to do this but the code that I have is not working: <%= link_to ''Welcome Page'', { :action => ''index'', :controller => ''music_controller'' } %> Any ideas, thanks ~S -- Posted via http://www.ruby-forum.com/.
2012 Jan 23
1
Moving-Tiles Bootstrap
...of replicates easily enough -- how might I wrap such a set of replicates into an object on which tilting could be performed absent the internal generation of the replicates themselves? Kim Elmore -- Kim Elmore, Ph.D. (CCM, PP SEL/MEL/Glider, N5OP, 2nd Class Radiotelegraph, GROL) /"Human beings, who are almost unique in having the ability to learn from the experience/ /of//others, are also remarkable for their apparent disinclination to do so/."/-- Douglas Adams/ [[alternative HTML version deleted]]
2012 May 31
1
[LLVMdev] Legalizing truncating store using atomic load.
Hi Lei, Le 31/05/2012 03:44, Lei Mou a écrit : > Problem solved by returning the second result of the ATOMIC_LOAD_OR node... You got the chain instead of the loaded value. IMHO, a better solution would have been to add a Pat<> rule to match truncstores and expand them into target store/load/and/or. Pat : <(truncstore16 GPR:$val, MEM:$mem), (store MEM:$mem, (or
2012 Jun 15
0
[LLVMdev] Windows development and "virus" in LLVM test suite
...uot;virus" and the speed slowdown that they'll > experience, but then somebody (can't remember who) reacted and said it > wasn't a good idea to recommend people to disable their antivirus solution. I agree about not recommending *people* to disable their antivirus. The human beings that work with the LLVM test suite are not "people", they ought to understand the implications of disabling the AV. Moreover, they will be happy to have just another reason for not having an active AV running on their machines. Quite a few AV packages are worse than most of the malware t...
2008 Jun 04
12
Mongrel as Windows service with normal privileges
...t; WORKS 6. Running the service with service user only in Users (or Power Users) group ===> DOES NOT WORK I had to change a couple of NTFS security settings in order to get it run with normal privileges. Now the only thing that still does not work is #6. Unfortunately, no log files are being generated, especially ServiceFB.log is nowhere to be found. The server is Windows Server 2003 Standard, by the way. Could anybody please enlighten me how I could further analyze this problem ? I followed the advise here in the list as far as I could, but now I am at a loss. Thanks in advance,...
2013 Jul 09
0
[LLVMdev] Basic instructions for LLVM and Control Flow graph extraction
...or LLVM and Control Flow graph extraction I am currently attempting to learn how to use LLVM for control flow graph extraction on linux (Ubuntu). Basically, I need to be able to break down specific basic functions blocks from assembly code, and use it to make a CFG. Do any of you upstanding human beings have any knowledge or resources that could possibly assist me in this task? I apologize if this is a very basic question. I have already installed the proper files/programs. Thank you in advance. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llv...
2009 Nov 04
2
Cisco SPA3102 Thoughts & Other Recommendations
...The WiFi hub in the vehicle has both WiFi and an ethernet jack. Sadly our Nortel BCM 3.x system does not support SIP, only H.323. So an Asterisk server would have to handle the mobile VoIP devices and interface with the Nortel BCM. -- openSUSE <http://www.opensuse.org/en/> Linux for human beings who need to get things done.
2017 Oct 04
3
how to prevent files and directories from being deleted?
On Wednesday 04 October 2017 13:39:30 Mark Haney wrote: > I'll end this by saying, I hope the production servers you have don't > provide critical services that could jeopardize the lives of people.? > I'd ask who you work for, to make sure I avoid them at all costs, but > I'm not sure I'd be told. The company I work for, and the livelihood of the hundreds of
2004 Aug 06
1
OT: OGG in the mainstream
...How long it takes to reach mainstream, I have no idea.. When perhaps the majority of hardware players support OGG Vorbis playback and stuff like Shoutcast supports Vorbis, then it will probably happen. (lets face facts, the majority of small broadcasters are ignorant of icecast and like all human beings are innately lazy, therefore they'll stick with shoutcast.. So until shoutcast and its dsp supports vorbis they'll be broadcasting in mp3 only) Mark <p>-----Original Message----- From: owner-icecast@xiph.org [mailto:owner-icecast@xiph.org] On Behalf Of Brandon Sent: 14 July 2003...