search for: be

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

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
Hi Samba documentation admins, one of the the examples given on this page https://wiki.samba.org/index.php/User_and_Group_management is incorrect and probably should be updated. The snippet of code in question: $ samba-tool user add fbaggins    --random-password --use-username-as-cn    --surname="Baggins" --given-name="Frodo"    --initials=S --mail-address=fbaggins at SAM.DOMAIN.LOCAL.    --company="Hobbiton Inc." --script-path=shir...
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, wi...
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/...
2005 Apr 08
2
DLL Memory Problem
Hello, I have 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. T...
2008 Aug 12
1
fPortfolio constraints, maxsumW
Running R version 2.6.1 under Gentoo Linux and using the fPortfolio package, I am having trouble specifying a sector constraint. One of the constraints to be imposed is that assets 1 and 2 together account for 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...
2007 May 24
1
Parking Lot CallerID
...ming calls CallerID on a parked call and having it restored when someone picks up the parked call? I've tried storing the CID as a global variable and restoring it in my dialplan, and while NoOp shows it working, the phone ignores it and uses the parking lot extension for callerid instead. I believe this is because the phone is calling out instead of a call coming in, is there anyway around this? This is a basic idea of what I've done to try to capture the CID in testing: exten => 200,1,SetGlobalVar(P1NAME=${CALLERID(NAME)}) exten => 200,n,SetGlobalVar(P1NUM=...
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 encoding. Talking of AIFF format, as anyone found a guide to the header, I'n just skipping it...
2008 Jul 26
4
Mongrel on Ruby 1.8.6 w/ patchlevel 279 (Win)
...18/lib/ruby/gems/1.8 - RUBY EXECUTABLE: c:/ruby18/bin/ruby.exe - EXECUTABLE DIRECTORY: c:/ruby18/bin - RUBYGEMS PLATFORMS: - ruby - x86-mingw32 - GEM PATHS: - c:/ruby18/lib/ruby/gems/1.8 - GEM CONFIGURATION: - :update_sources => true - :verbose => true - :benchmark => false - :backtrace => false - :bulk_threshold => 1000 - REMOTE SOURCES: - http://gems.rubyforge.org/ When I get Mongrel: C:\ruby18>gem install mongrel -include-dependencies Building native extensions. This could take a while... ERROR: Error installing mong...
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 th...
2007 Sep 19
3
link_to method of different controller
...t;%= link_to ''Welcome Page'', { :action => ''index'', :controller => ''music_controller'' } %> Any ideas, thanks ~S -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For mo...
2012 Jan 23
1
Moving-Tiles Bootstrap
I wish to perform moving tiles bootstrap resampling on some gridded data meteorological data. I've many years experience with S-Plus, but it has no way to perform a moving-tiles bootstrap. Within R I've learned how to use quadratresample() with the spatstats package and would be happy to simply use empirical percentiles if generating the replicates were fast, but it isn't. So, I'd like to employ bootstrap tilting to generate my confidence intervals. On my machine (older Athlon, XP sp3, 4 GB) it took about 48 h to generate 5000 moving tiles replicates. But, the...
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 (and (load MEM:$mem), (i32 0xffff0000)) , GPR:$val ) )&...
2012 Jun 15
0
[LLVMdev] Windows development and "virus" in LLVM test suite
Mikael Lyngvig <mikael at lyngvig.org> writes: > I admit I belong to a small group of not-too-bright people who still aspire > to use LLVM. But I kind of see that as a highly valuable feature, insofar > I convert this fact into something constructive (such as FAQ writing) :-) > > I actually did recommend people to disable their antivirus solution...
2008 Jun 04
12
Mongrel as Windows service with normal privileges
I am trying to run Mongrel 1.1.5 with mongrel_service 0.3.4 on Ruby 1.8.6 with a "normal" user account, i.e. a user which belongs only to the Windows group "Users". The rationale behind this is that running a web server with full administrative rights (e.g. Local System) is not something that I would like to do. Unfortunately, starting the service from the services control panel results in the following er...
2013 Jul 09
0
[LLVMdev] Basic instructions for LLVM and Control Flow graph extraction
...ccessors based on branches and fall throughs. The problem is that what you are producing has no connection to the IR, and there are parts of LLVM that expect that link, specifically the printing/CFG dumping functions. From: llvmdev-bounces at cs.uiuc.edu [mailto:llvmdev-bounces at cs.uiuc.edu] On Behalf Of Clay J Sent: Tuesday, July 09, 2013 10:36 AM To: llvmdev at cs.uiuc.edu Subject: [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 br...
2009 Nov 04
2
Cisco SPA3102 Thoughts & Other Recommendations
...and Majick Jack. I'd also like to consider an Open Source solution that can bring the calls back to our data center [possibly integrated without our existing BCM 3.x VoIP PBX]. For hardware someone on the IRC channel suggested the Cisco SPA3102 and a cordless phone? This devices appears to be able to register to an Asterisk server (there are many related forum and BLOG posts). Does anyone have an opinion for or against this device? Alternatives. It is important that the device, or handset, be wireless/cordless. The WiFi hub in the vehicle has both WiFi and an ethernet jack. Sadly o...
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...
2004 Aug 06
1
OT: OGG in the mainstream
...with oddcast dsp, winamp and icecast 2 win32, big cpu hog) will start gaining more ground, also I think it will also gain more ground when it starts getting implemented into the more mainstream software and hardware products. For the most part vbr mp3 (btw, provide mp3's for downloads as vbr.. Better quality for filesize than cbr) is more than suitable, however where I think Vorbis should be focused on is the lower bitrate area because quite frankly like I said mp3 is more than suitable for anything greater than 160kbps, but at lower bitrates Vorbis thoroughly thrashes all except RealAudio...