search for: redesign

Displaying 20 results from an estimated 661 matches for "redesign".

2012 Mar 23
4
dsync redesign
In case anyone is interested in reading (and maybe helping!) with a dsync redesign that's intended to fix all of its current problems, here are some possibly incoherent ramblings about it: http://dovecot.org/tmp/dsync-redesign.txt and even if you don't understand that, here's another document disguising as an algorithm class problem :) If anyone has thoughts on how...
2006 Jun 14
2
Would Xiph be interested in a logo redesign for Vorbis?
...thread on HA a user asked if some logo was the official one for Vorbis. It turned out not to be, but everyone agreed the official logo was ugly and a bad idea to add on any portable player compilant with Vorbis (or other Ogg media for that matter). The chaps, me included, started a discussion of a redesign, but truth be told, if Xiph isn't interested in a redesign, there's no purpose for us to go on, unless for fun. I think it would be a great idea to have a new logo representing Vorbis. Think of the market, not of personal jokes. We can also make it clear submissions on our private contest...
2004 Aug 09
2
Samba Website Updated and Redesigned
If you haven't been to samba.org in the last few hours, it's time to take a look. Much has changed. The Samba website has been completely redesigned and updated. This version of the Samba website has a striking new look and features XHTML markup and a CSS-controlled layout. In addition to these changes to samba.org, the Samba Team is pleased to announce the creation of news.samba.org, a news and information portal for all things Samba. Reg...
2006 Mar 14
2
digium.com redesign
I may be way behind here, but I see that digium redesigned their site. I cannot find the mailing list search screen. I have found the mailman list page, but that doesn't have have a nice search ability. Do I need to just rely on google and other generic search engines or is there a search on the digium site? Thanks! -- -M There are 10 kinds of p...
2003 Aug 20
1
Redesigned Accounting
The current CVS version (/Shorewall project) contains a redesigned IP accounting facility. The new facility is: a) Much simpler. :-) b) More flexible. :-) c) Compatible with bw-acct. :-) c) Incompatible with the previous implementation :-( There''s a new Accounting Page available at: http://shorewall.net/AccountingNew.html On top of Snapshot 2003081...
2006 Mar 02
1
Fixture accessors broken for polymorphism, in need of redesign
...5) in that the accessor method which is constructed by the fixture call can''t infer the class name from the table name. The band-aid in 3935 was to allow you to define the class in a table with set_fixture_class, but it won''t hold for polymorphism. We''re going to need to redesign the fixture accessors. I''ll look at the code ASAP, but does anyone have suggestions on how to go about it? Kev
2010 Dec 14
1
redesign R.css for HTML help pages
Hi, I feel the CSS definitions for the HTML help pages are not visually appealing enough. I admit this is a very subjective matter, so I don't have strong arguments for this wishlist, although I wrote my version of R.css with some web design instructions in mind (e.g. use browser-safe sans-serif fonts). Anyway, here is what I've done:
2006 Feb 01
2
Getting Started with Site Redesign and RoR
Hello all: I am in the process of redesigning my site and was thinking about incorporating RoR into the overall structure. However, there are multiple things I would like to create with Rails, namely a gallery, a weblog, and portfolio management system. Given that I am going to be using a lot of RoR, what is the best way to accomplish...
2010 Apr 13
1
Expire plugin / expire-tool redesign for doveadm
Expire plugin / expire-tool seems annoyingly inflexible currently, so I was thinking about a more generic redesign: The expire plugin keeps track of the oldest message in configured mailboxes. Its only configuration is the list of tracked mailboxes. There's no configuration like what the expire timeouts are or anything. There will be a new doveadm command: doveadm expunge [-u user | -A] <mailbox> &...
2006 Mar 04
2
Canada on Rails announces location, and a site redesign
BCIT Downtown Campus[1] has been chosen, with a maximum capacity of 300 people. With already over 50% of the seats filled, be sure to register soon or you might miss out on one of the most exciting technical events to come to Vancouver. YVR06 will be twice the size of the last conference by Open Source Events[2] held last June, and with 4 times the amount of speakers, during the two days. All for
2006 Jun 23
1
Fw: Would Xiph be interested in a logo redesign for Vorbis?
Skipped content of type multipart/alternative-------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: image/png Size: 3215 bytes Desc: not available Url : http://lists.xiph.org/pipermail/vorbis/attachments/20060624/d2331031/attachment.png -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: image/png
2007 Nov 26
0
Squat full text search indexer redesign
I was writing this to beta9 announcement, but it grew so huge that I guess a separate mail is better. :) I've spent quite a lot of time this last week redesigning/rewriting Squat indexer. I think the redesign is good enough now that I'll just replace the existing squat with this new one in next release. I don't think many people are using the old squat, and there are also some bugs in it that cause some searches not to find anything (haven't t...
2017 Oct 30
2
Status of llvm.invariant.{start|end}
...;t seem to work[1] and a quick code search suggests that there's not a single optimization pass that's currently using it for store to load forwarding, only very few that use it to eliminate stores. The issue linked is marked as resolved-later and mentioned that it "probably have to be redesigned before they work out right". What has to be redesigned to make it work and is there a better way that works currently to mark an object as immutable after a certain point/in certain region? Yichao Yu [1] https://bugs.llvm.org/show_bug.cgi?id=5441
2006 May 28
9
Railsmanual.org
Did anyone else catch the redesign? I don''t know who''s responsible, but it''s lookin better! Good job... -- seth at subimage interactive http://www.subimage.com/sublog/ -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments...
2014 Jan 04
2
[LLVMdev] [cfe-dev] Goal for 3.5: Library-friendly headers
...onality provided by AssertingVH is significantly more nice-to-have, and I don't see any easy ways to contain or limit the exposure of this facility to library-level consumers. > > I hadn’t considered AssertVH, and I agree that losing it isn’t an option. > > Would it be possible to redesign AssertVH to be non-ABI fragile across debug/release builds? I haven’t looked at it recently, but maybe it could be a pointer to a CallbackVH in the debug mode, or a PointerUnion<rawpointer, callbackvh> or something. > > If you want methods to still be inlined in the non-assert case, y...
2015 Nov 19
2
[Path] RFC: Known directories
Hi, llvm::sys::path allows the user to query "known directory" paths: temp, cache, home. I was tweaking this area a bit for some time. I would like to propose a small redesign. What we have so far? home_directory() tries to return what it promises. No issues with that. system_temp_directory(true) returns a path to a directory that can be erased on reboot. On Linux it is usually /tmp. On Windows and OSX it returns user's temp directories as a first choice. system_...
2008 Apr 17
1
Getting Started with Databases
Hi everyone. Brief intro - I''m in the process of redesigning a website and I''m exploring programming options for the redesign. I discovered ruby in efforts to understand it and maybe make a recommendation. Anyway, currently I am trying to create a database and a table, and be able to vew and edit it with the web front. I am working from a tutor...
2006 Jun 05
3
Best practices with Web Services
Hello-- I''m investigating the API facet of my site and wanted to ask a couple questions: 1. The Agile book describes adding an API using the web_services generator which adds stuff to app/api. In Rails 1.1, Jamis added some wants.xml stuff to the controller code which also allows API generation. Which is better to use now? Do they mutually exclude one another? 2. In some cases, I
2007 Aug 20
0
[LLVMdev] Extending AsmPrinter
...to the network?). A virtual call seems a > > small > > price to pay for the flexibility it provides. > > How is that different than stdio? The virtual calls provide the flexibility to do custom streambufs, which has all sorts of nice encapsulation properties. Now, if I were to redesign iostreams, I would try to turn that dynamic polymorphism into static polymorphism. I think the ability to switch streambufs at runtime is hardly ever used, so we really don't need virtual calls. But maybe we'd have to keep something around for the runtime flexibility to satisfy any curre...
2016 Apr 27
4
RFC: LLD symbol table redesign
Hi all, This proposes a redesign of LLD’s symbol table in order to improve memory locality by minimizing indirection when resolving relocations. The key idea is that we perform symbol resolution by overwriting SymbolBodies, rather than by updating pointers. This is based on some ideas mentioned by Rafael on IRC. Conceptually, we...