search for: breaker

Displaying 20 results from an estimated 307 matches for "breaker".

2015 Mar 04
0
Failsafe AGI using AEL
...ery similar to what we use in production. This code is also at http://pastebin.com/LBaLhdfJ for a while. "sm" stands for Switch Manager (get your mind out of the gutter), the name of one of our internal Asterisk projects. /* This script runs an AGI, if the AGI fails, a "circuit breaker" will "trip". The breaker causes this script to skip running the primary AGI on and only run the failsafe AGI until the max calls or max seconds. Once max calls or max seconds elapse the breaker is reset on the next call and everything goes back to normal. GLOBAL VARIABLES SM_NO...
2024 Jan 07
1
Possible bug using FLAG_WORD_BREAKS with fullwidth Unicode codepoints
...ase vs uppercase forms in these alphabets. Assuming the latter is valid, just removing this block (or removing the parts of it which are Lu or Ll) should fix the problem as then tokenisation will switch mode - I tried this and it fixes your case at least: diff --git a/xapian-core/queryparser/word-breaker.cc b/xapian-core/queryparser/word-breaker.cc index 8108523ccd53..4fabc23f4b56 100644 --- a/xapian-core/queryparser/word-breaker.cc +++ b/xapian-core/queryparser/word-breaker.cc @@ -103,7 +103,7 @@ is_unbroken_script(unsigned p) // FE30..FE4F; CJK Compatibility Forms 0xFE30 - 1, 0xFE4F, // FF0...
2024 Jan 08
1
Possible bug using FLAG_WORD_BREAKS with fullwidth Unicode codepoints
...eate a trac issue, too? > Assuming the latter is valid, just removing this block (or removing the > parts of it which are Lu or Ll) should fix the problem as then > tokenisation will switch mode - I tried this and it fixes your case at > least: Removing the whole block will cause word-breaker to not correctly handle halfwidth Katakana, such as "??????????" which it would treat as a single term, whereas it should be two: ??????and ????). My pull request causes word-breaker to only handle halfwidth Katakana and Hangul codepoints as unbroken script and treats Latin characters,...
2016 Jan 19
2
tinc running openwrt (mikrotik metarouter mips)
...im Vorontsov wrote: > Yazeed, your tun.ko for 3.3.8. Which kernel do you use? > Show your "uname -a". By the way, 3.3.8 seems very old for an OpenWrt kernel. The router I am running tinc on has 3.8.10 and is several years old. I built that image myself but it was based on Barrier Breaker r36499. You may want to find a more recent build -- for example a Barrier Breaker final version. > If it 3.3.8 too, try "modprobe -v tun". > What you get? My image does not have modprobe included. If you also don't have modprobe, use insmod. I don't think tun.ko has any...
2009 Jul 06
3
Rspec book issue (mastermind example)
...uot; file. It''s definitely not beyond me to make a mistake, but I have checked and double checked my code and it all looks fine via the book examples. Here''s the output I''m getting... ______________________________________________________ cucumber features Feature: code-breaker starts game As a code-breaker I want to start a game So that I can break the code Scenario: start game # features/ codebreaker_starts_game.feature:7 Given I am not yet playing # features/ step_definitions/mastermind.rb:3 When I start...
2013 Oct 09
0
[LLVMdev] Question about anti-dependence breaker
----- Original Message ----- > > > > hi, > I have few question about breaking anti-dependence of postRAScheduler > in LLVM. > when I use command line "clang -target arm -mcpu=cortex-a8 -O2 > -integrated-as -c test.c -o test.o" > and get objdump file as follows: > ldr r1, [r0,#16]----(1 > str r1, [r0,#32]----(2 > ldr r1, [r0,#12]----(3 > str r1,
2013 Oct 09
2
[LLVMdev] Question about anti-dependence breaker
hi, I have few question about breaking anti-dependence of postRAScheduler in LLVM. when I use command line "clang -target arm -mcpu=cortex-a8 -O2 -integrated-as -c test.c -o test.o" and get objdump file as follows: ldrr1, [r0,#16]----(1 str r1, [r0,#32]----(2 ldr r1, [r0,#12]----(3 str r1, [r0,#36]----(4 ldr r1, [r0,#08]----(5 str r1, [r0,#40]----(6 However, I expect that instruction
2024 Jan 04
1
Possible bug using FLAG_WORD_BREAKS with fullwidth Unicode codepoints
I think I found a bug in Xapian 1.5 when using FLAG_WORD_BREAKS for input that contains characters in Unicode Halfwidth and Fullwidth Forms (https://unicode.org/charts/PDF/UFF00.pdf). Since I am undecided yet if and how to fix this in Xapian I haven't come up with a pull request. Because trac currently is offline, I could not file a bug. I hope it's OK to post my analysis here first,
2020 Mar 09
4
GSoC - Improve parallelism-aware analyses and optimizations
...wn for some weeks. I think I have an intermediate level of C++, but that is kind of difficult to measure. It would be my first contribution to open source, so I don't have much to show :( In a sentence, I have a lot of passion, but not much experience, so I am writing to know if this is a deal breaker :( If not, what would be the next steps? -- Emanuel Lima -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20200309/ec873fc6/attachment.html>
2019 Sep 25
2
Centos 8 Mate?
Once upon a time, Robert Nichols <rnicholsNOSPAM at comcast.net> said: > the lack of VM snapshot capability is a total deal-breaker for me. The capability is still there and works just the same as before. The only change is that the new preferred tool for graphical VM management, Cockpit, doesn't yet support making snapshots. virt-manager is still there for now (presumably until Cockpit grows all the necessary support),...
2006 Jan 11
4
what is that IDE in the blog screencast?
Hi there, I know it''s not a very construtive question but...=/ what is that IDE in the blog screencast at rubyonrails.com? I couldn''t yet find a very good IDE for Ruby and I really liked that one! =) Thank you... -- Posted via http://www.ruby-forum.com/.
2009 May 05
2
[LLVMdev] RFC: AVX Pattern Specification [LONG]
...;; What does "cost" mean here? Currently isel cost means complexity of the matched pattern. It's hard to compute this by hand so the current hack is to allow manual cost adjustments. I think it makes sense for isel to use HW cost (instruction latency, code size) as a late tie breaker. In that case, shouldn't cost be part of instruction itinerary? Evan
2007 Sep 12
3
Document Scanning and Storage
...ay about 30,000 files total. Mostly to eliminate the boxes of paper we have. I'd like to scan them, store them, Have some sort of index, and be able to retrieve them on multiple machines. I think PDF would be the desired format. I'd like be able to set some permissions as well. (not a deal breaker...) I've searched Sourceforge, and have seen knowledgetree, myDMS, contineo, etc, but really would like to hear from someone that is using something similar. Of course, I use Centos, so..... Thanks, Dennis -------------- next part -------------- A non-text attachment was scrubbed... Name: win...
2010 Jul 27
2
Introductory statistics and introduction to R
...his will be his first foray into computer programming and statistics. I'm thinking of having him use "Introductory Statistics with R" by Peter Dalgaard, but I'm unable to tell if the book requires calculus. I don't think this student knows calculus, so this would be a deal breaker. Can someone tell me if my student can get through this book starting out with just knowledge of algebra? Also, do you have other suggestions for texts, manuals, web sites, etc. that would introduce statistics and R simultaneously? Thanks, Marsh Feldman
2020 Oct 01
2
OrcV1 removal
...er JIT work. Sounds useful. > I'm guessing your objective for now is to minimize churn, right? If that's > the case I'll focus on moving to the continuation passing API on the > orcv1-removal branch before I update the C API. Yes, I do prefer less churn. It's not a deal breaker, but I try to keep PG compiling against trunk LLVM, and there's multiple stable branches - so it's somewhat noisy to do that repeatedly (including syncing up that all the LLVM trunk test machines update at the same time). I see a memory leak with OrcV2 that I didn't see with V1. I'...
2003 Jan 03
2
os x and samba performance vs netatalk
...e = 65535 write size = 65535 write cache size = 262144 But no changes led to any noticeable positive improvements. So my questions is this: is OS X just a sucky SMB client or is Samba misconfigured? I would stick with netatalk for performance, but it has a 2GB file limit which is a deal-breaker for large media files. thanks, stewart
2014 Mar 07
4
[LLVMdev] RFC - Adding an optimization report facility?
...get optimization reports and, more importantly, 2. Using srcloc is more accurate: If we include only line table information then we miss column information, and so we can't correctly identify a loop with multiple loops per line (and those that arise from macro expansion). This is a real deal-breaker for me. -Hal > > > Diego. -- Hal Finkel Assistant Computational Scientist Leadership Computing Facility Argonne National Laboratory
2011 Feb 03
2
Possible to ask rspec to show more code in the debugger?
...just me, but seems to me that when I moved to rspec, certain things which seemed to be nice default behaviors in test::unit are no longer default. For example this issue, and also that it seems that rspec does not automatically ''set autoeval'' when going into the debugger. Not deal breakers by any means but thought I would see if anyone else has the same comments. Loaded suite test/unit/random_test Started [4, 13] in test/unit/random_test.rb 4 5 def test_this_hahahah 6 a = 1 7 a += 1 8 debugger => 9 assert a == 2 10 end 11 12...
2004 Dec 07
9
Analog FXO Woes Continue
...'s not that the system itself is a problem. I've got everything (attendant, voicemail, FXS extensions, Cisco and Polycom hard-IP phones, and 2 VOIP carriers) working except for the frigging analog FXO interfaces. These things are driving me completely mad. Since this is obvioiusly a deal breaker, I'm looking for any more suggestions on how I might fet these things working. The hitch is pretty clearly the quality of the lines I have from BellSouth but I can't get thim to identify anything wrong. I have tried a Digium 1-port FXO card (can't remember part number and it's no...
2008 Jun 01
6
!= again
Hey! I have implemented a quick solution for the should != .. , should ! ~ ... ''problem''. It uses source code inspection (I think it''s the only way) and i''ve done some benchmarking to see if it''s really that slow. A direct comparison of running ''1.should == 1'' with the unmodified rspec source against the rspec-version with