search for: redeveloping

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

Did you mean: developing
2007 Feb 06
3
VB, Access based program on Linux
Hi, I work in one public charitable trust. Here we are using one Accounting+Inventory+Report management Program. Two developers have developed in VB, Access and Crystal Reports. Now I am trying to use it through wine on linux. (As we dont have enough money to redevelop that.) But after running that .exe I am getting error that ActiveX Component can not create object. 429 Neelesh --------------
2006 May 12
2
Pluralization of non-noun names
People, I have an insurance company client and for the last eleven years I have wanted to completely redevelop their system from scratch. However, the boss has never been interested in hiring a team to develop the new system (partly because of the cost and partly because of some famous and expensive development failures in the industry) and has always insisted on incremental development of the
2006 Mar 14
0
RoR consultant required in UK
I am at the initial stages at looking for costs for some RoR on-site consultancy \ training and knowledge transfer We are a small (4) developer section of a logistics company and I am currently looking for the best language \ platform to redevelop our 40+ man-year, VB6 application into a state of the art browser based application. The current app has 1200+ stored procedures, 130+ tables and
2009 Nov 12
2
package "tm" fails to remove "the" with remove stopwords
I am using code that previously worked to remove stopwords using package "tm". Even manually adding "the" to the list does not work to remove "the". This package has undergone extensive redevelopment with changes to the function syntax, so perhaps I am just missing something. Please see my simple example, output, and sessionInfo() below. Thanks! Mark require(tm)
2020 Jul 13
3
helping to implement samba 4 AD with ldap backend
On 13/07/2020 20:28, jmpatagonia via samba wrote: > OK for that way (builtin ldap) is it possible to access/modify via ldap > tools / languages / libraries, like php/rubi /etc ? > Because if it is the only way we need to continue updating the user data > (on ldap repository) from one place via our interface. Probably, anything is possible, but you would have to write your own tools
2020 Jul 15
0
helping to implement samba 4 AD with ldap backend
...sates change everything just for samba. So in that memento use just the last samba 4 available. We have ad hoc classes, properties, on ldap in addition to samba/zentyal schemas. So in this case we are thinking of installing a new fresh samba 4-ad, importing all existing users/computers/passwords, redeveloping our interface to update users/passwd on both repositories. We don't understand why samba decides to use a builtin ldap and discard external ldap, is very annoying because in productions and largest environments need a lot off work and implies maintenance other ldap. Regards. El lun.,...
2001 Nov 06
0
What's the current status of the LDAP integration?
Hello Note long ago, we have writtten an LDAP-administration tool to integrate several linux-services such as mail-routing, authentification throug pam to the ldap server, AND AN SAMBA INTEGRATION. This solution (GPL) is based on the OpenLDAP-Version 1.2. Newer enquiries shows us that with the release-change of the openldap has made some changes by the use of the schemata and its integration in
2008 Jul 28
1
Editing timestamps?
Hi, I''m redeveloping an old site for someone and want to import all their old news archives into my database. They were previously stored as text in the html so I''m having to cut and paste each story, so everything is timestamped with today''s date. What''s the easiest way to edit the timesta...
2009 Jan 16
2
Recommendations for consumer-grafe GPSes?
2. Recommendations? My use case is pretty typical. I have one Linux machine I want to protect, automated shutown is desirable, blackouts longer than a hour are very rare at my location (the last one I can remember was in 1993), brownouts are very rare and mild, but summer thunderstorms are common and can be severe. I'm a good match for your typical consmer-grade UPS. 2a. In 2009, what do
2015 Nov 18
2
[GlobalISel] A Proposal for global instruction selection
Hi James, > On Nov 18, 2015, at 11:53 AM, James Molloy <james at jamesmolloy.co.uk> wrote: > > Hi Quentin, > > I'm really excited to see this happening! > > My major question is over the testing story for this. How are we going to write unit tests for GIR? Thanks for bringing that up! That is a very good question and also one that will require a lot of work to
2006 Mar 25
14
Creating a symbolic link within a Rails application?
Hi, how does one create a symbolic link within a Rails application? At this time, I can perform this action at the command line but I''m not sure how to do it within Rails. BTW, I''m doing the following command in Mac OS X: ln -s $SITE_ROOT/common_directory/* $SITE_ROOT/new_directory Thanks in advance, -Conrad -------------- next part -------------- An HTML attachment was
2006 Mar 29
38
Poll: Which distro do you use for Rails/Ruby development?
Good afternoon, I''ve two quick questions for the Ruby/Rails community. 1) Do you use Linux for Ruby or Rails development? 2) If you use Linux, which distro do you normally use to develop? Thank you for your input. :-) -- Posted via http://www.ruby-forum.com/.
2006 Sep 19
18
Open Source UML Tool for Ruby on Rails?
I am new to web development, Ruby on Rails, and UML as well. I was wondering if there were any free tools available for UML design. There is a list of free tools on wikipedia under UML tools, but I don''t understand if I need a tool that supports the ruby language. If anyone uses a free UML tool for designing Ruby on Rails apps, please let me know what you use.
2005 Aug 17
53
Everyone wants a RoR framework
It seems like everyone now has a RoR type framework: Perl: http://dev.catalyst.perl.org/ PHP: http://cakephp.org/ Python: http://www.django.com ASP.NET: http://www.castleproject.org/index.php/Main_Page etc., etc. Has a revolution begun with the birth of these "Web 2.0" frameworks? Its going to be interesting when the tech media begins its mass hype like it did SOAP, XML, etc. a
2017 Sep 20
0
[RFC] Polly Status and Integration
Hi Hal, Tobias, Michael, and others, I'd like to add my view (and a proposal) to this discussion and I apologize directly for doing this so late*. I also want to apologize because this email is long, contains various technical details and also argumentations that might need more justification. However, I am happy to provide further information (and/or examples) to explain my views if
2015 Nov 18
13
[GlobalISel] A Proposal for global instruction selection
Hi, With this email, I would like to kick-off the development for the next instruction selector that I described during the last LLVM Dev’ Meeting. For the motivations, see Jakob’s proposal (http://lists.cs.uiuc.edu/pipermail/llvmdev/2013-August/064727.html <http://lists.cs.uiuc.edu/pipermail/llvmdev/2013-August/064727.html>) and for the proposal, see the slides (Keynote:
2017 Sep 01
10
[RFC] Polly Status and Integration
** *Hi everyone,As you may know, stock LLVM does not provide the kind of advanced loop transformations necessary to provide good performance on many applications. LLVM's Polly project provides many of the required capabilities, including loop transformations such as fission, fusion, skewing, blocking/tiling, and interchange, all powered by state-of-the-art dependence analysis. Polly also