search for: reengin

Displaying 17 results from an estimated 17 matches for "reengin".

Did you mean: rengine
2005 Jun 07
5
Suggestion: help(<package name>)
Hi, I would like to suggest a standard where all packages provide an Rd page with the same name (or aliased) as the name of package so that help(<package name>) or ?<package name> is always here. This especially of interest to large packages with a large package index. This page could explain the package in general and gives some hints on how to start - not like extensive
2012 Aug 13
0
[LLVMdev] [RFC] New command line parsing/generating framework for clang and lld.
...id add me on cc... :) I like the general idea. But why is this idea so removed from the current (rather heavyweight) Clang argument parsing library that it needs a full rewrite? I get that moving the argparse stuff out of the driver is a good idea so other tools can use it, but does it need to be reengineered so heavily? For example, 4/5 of your "scope" points can be handled by the current library architecture with perhaps a few implementation additions (typo correction, for example). It's just transforming arguments from one tool to another that isn't implemented. How do trans...
2012 Aug 11
3
[LLVMdev] [RFC] New command line parsing/generating framework for clang and lld.
On Aug 11, 2012, at 12:03 AM, Michael Spencer <bigcheesegs at gmail.com> wrote: > On Fri, Aug 10, 2012 at 6:28 PM, Chris Lattner <clattner at apple.com> wrote: >> >> On Aug 9, 2012, at 1:26 PM, Michael Spencer <bigcheesegs at gmail.com> wrote: >> >>>> Attached is a patch that adds tools/llvm-cltest. This currently contains code >>>>
2013 Jun 03
0
[LLVMdev] Front End & Language Development Kit
...evelop a LLVM front end development kit which support easy language definition and creation with IDE integration like Eclipse Xtext, JetBrains MPS. All the needed C++ integration code should be easily created through the kit. Some other similar projects from which you can get ideas are DMS Software Reengineering Toolkit, Rascal MPL, TXL, ROSE, Coccinelle, etc. where some projects are source to source transformations. Source to source transformation ability is much welcome where other languages can easily be converted to Clang. Ultimately there can be a definition of the grammar of Clang also to expe...
2007 May 10
2
CITEL gateway does it work well?
Hi all, Is using a Citel gateway with Asterisk a good solution for reusing of the old Nortel digital phones? Would love to get some input from actual users. Any/all opinions welcome. robert -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20070510/bc5fc18f/attachment.htm
2008 Jan 27
0
[LLVMdev] Question to Chris
...08, at 9:48 AM, Seung Jae Lee wrote: >> In order to construct high-level 'for' > >I'd point you to things like: > > http://www.itee.uq.edu.au/~cristina/dcc.html > >and other things that google could find with terms like decompilation, >reverse engineering, reengineering and so one. These should be able >to provide a back drop to the problem. Curious, a quick 5 second >search turns up: > > http://boomerang.sourceforge.net/ > >in which they claim to use ssa to help out. You can study how they >raise code back up into for statemen...
2017 Jun 28
1
[OT]multi-master DNS
On 27/06/2017 00:49, James A. Peltier wrote: > Bind does not have a method to do multi-master replication. All updates must be done via an intermediary service (database). > > In our case, we've used containers and Consul for providing a highly available DNS service. A container will fire up and race for the master lock. It will dump the contents of the database into its named
2007 Jul 18
0
[LLVMdev] GenericValue changes from 1.8 to 2.0
...f you use some funky GCC extensions. Normal code >> only produces "usual" sized integers. >> >> Forget everything I said. I looked at the code a bit more, so it looks like I'm just going to have to suck it up and use the new GenericValue class and heavily reengineer the rest of my code. Attempting to use the old GenericValue with new-style bitcode doesn't look all that feasible, and looks like it would need far too much debugging into existence for my liking. Were there any other major structural changes to lli between 1.8 and 2.0, or was that basi...
2003 Jan 07
0
Your Enterprise Java/J2EE Architect Requirement
...C, XML, WML. FOR: NOKIA/IBM-UK ~~~~~~~~~~~~~~~~~~~~~~~~~~ Lead Architect ~~~~~ Helsinki, Finland "NOL 2.0 - NOKIA On Line" March.01- Sept.01 WebLogic, Vignette, Aion8, EJB, JMS, JSP, UML FOR: Middleware C. ~~~~~~~~~~~~~~~~~~~~~~~~~~ Lead Architect ~~~~~ Chicago, IL "EJB/JMS reengineering of Message Board Component" February.01 Jbuilder4, WebLogic,TogetherJ, EJB, JMS, JSP, UML FOR: MetalSite ~~~~~~~~~~~~~~~~~~~~~~~~~~ Lead Architect ~~~~~ Pittsburgh, PA "RFQ Architecture in BEA WebLogic and XML / JMS" Dec.00 - Jan.01 Weblogic, Jbuilder4,AionDS, J...
2008 Jan 26
2
[LLVMdev] Question to Chris
Dear Dr.Lattner Hello, Dr.Lattner. You may find your reply at http://lists.cs.uiuc.edu/pipermail/llvmdev/2007-August/010479.html and other your replies to me right up and down at the list. You had suggested me to read the "structural analysis" section in Muchnick's book. Thank you for this. I bought and read it, which was very helpful but... I still don't have any idea
2007 Jul 17
2
[LLVMdev] GenericValue changes from 1.8 to 2.0
Chris Lattner wrote: > On Tue, 17 Jul 2007, Sarah Thompson wrote: > > >> Do I understand correctly that there is nothing that the current gcc >> front end generates that wouldn't fit an old-style GenericValue? I'm >> wondering if this might be an interim approach that would avoid me >> needing to rewrite huge amounts of code, and since we're not
2016 Mar 15
2
[cfe-dev] GSoC AST->XML project still open?
2009 Jun 08
2
help to speed up loops in r
Hi i am using a script which involves the following loop. It attempts to reduce a data frame(zz) of 95000 * 41 down to a data frame (averagedreplicates) of 95000 * 21 by averaging the replicate values as you can see in the script below. This script however is very slow (2days). Any suggestions to speed it up. NB I have also tried using rowMeans rather than adding the 2 values and dividing by 2.
2016 Jun 21
1
Force Create Mode Problems
...file = /var/log/samba/log.%m max log size = 50 I then reloaded the samba service (systemctl restart smb) However, I still get the same problems when creating a file from a windows machine. I appreciate the suggestion about using Windows ACLs. However, I think that doing so would also require a reengineering of the FTP side of this server. I'd like for the server to function without the use of Windows ACLs, if possible. Are there any logs that I can provide that will assist with troubleshooting this issue? I have looked through the logs in /var/log/samba, but I haven't found very much...
2012 Apr 20
2
[LLVMdev] [RFC] Scheduler Rework
...en't changed much from 2.9 to 3.1 so that makes it a bit easier. Most specifically, I would like some comment on whether it is reasonable to just start a new RegReduction-like scheduler from scratch rather than try to incrementally change the existing one. I'm looking at a pretty invasive reengineering of the scheduler structure so that it will have familiar elements but be put together quite differently. That's why I'm not sure incremental change to the existing code makes sense. The two implementations could live side-by-side for a while if that makes sense. The existing RegRed...
2016 Jun 21
2
Force Create Mode Problems
Hi there. I am using Samba 4.2.10 on Scientific Linux 7.1. I am currently trying to make an SMB share that is accessible to all of our Active Directory domain users. Additionally, this share needs to allow read/write access for our clients, who are using FTP. All of the subdirectories for this share represent an individual FTP user's folder. The share is named "ftpshares". The
2009 Jan 15
2
Interface to open source Reporting tools
...ot proprietary. Device drivers might be an example. > > Device drivers are not an example. Linux is ubiquitous _despite_ device > manufacturers being secretive about their protocols and interfaces. There's > a whole lot of people out there who seem to take pride, if not joy, in > reengineering. At the moment I am profiting immensely from the gpsbabel > tool, which translates readily between all different GPS-related formats, > closed or documented. > > -- > Johannes H?sing There is something fascinating about science. > O...