Programming :: Unified Modeling Language Good/Bad And Tools?

Jan 29, 2010

I just joined a research group that is about to embark on writing a big multi-physics code package. Before the programming gets so big it is unmanageable, I was thinking about best practices and similar things. In that process, I came across something called the "Unified Modeling Language" (UML). Also, looking at a, cross platform, free, tool, that is good for C++. Ideally with reverse engineering and code generation. I came across Bouml, found ArgoUML. The former seems to support forward and reverse C++, the latter doesn't. Also, it seems that Visual Paradigm has a "Community Edition" that is free for non-commercial use. Then there are more on the Wikipedia page. I would like to hear from users what they like and don't like. Looking for reviews here.

View 2 Replies


ADVERTISEMENT

Programming :: Good FTP Scripting Language

Jul 28, 2009

We have to (re)write a bunch of scripts to download files from remote ftp servers, where we won't know the names beforehand; move the files to an archive folder on the FTP server; copy the files to the correct servers on our LAN; and log the file information in Oracle.Our current scripts are for a windows product called ScriptFTP that provides a nice little language. It does everything except the logging, but we're wanting to get rid of Windows.

I have recently been given the job of maintaining the code, and I'm looking for a good language for simple, robust ftp scripts that will work on Linux. We have some customers with remarkably unreliable FTP servers. If necessary, I can write another program to handle the logging to Oracle. I'm usually a C++ developer, so a similar syntax is a bonus. I also want to be able to hand this over to an entry-level programmer later.

So far, I'm intrigued by PHP, but I've hardly had a chance to look at it for any scripting. I like the idea of being able to loop through the files individually and even be able to skip over anything that looks like it's currently being written (either based on the file name or date/time). I've thought about writing something in C++ that would take a simple config file instead of a full blown script. However, I don't want the maintenance, unless someone writes a quality FTP library that is inexpensive (hopefully free) for commercial use.

View 10 Replies View Related

Programming :: Groovy Scripting - An Object-oriented Programming Language For The Java Platform ?

Mar 7, 2010

Groovy is an object-oriented programming language for the Java platform. I do not have experience in Java, only perl and shell scripts. Recently I have been asked to maintain a software written in groovy (also to make enhancements). So can I learn groovy without knowing java language. or isit I have to learn java before venturing into groovy.

View 1 Replies View Related

Programming :: Unable To Find Description Of Alsa's Programming Language

Dec 19, 2008

I am unable to find a description of alsa's programing language, this sort of stuff:

[Code]...

I need to know what, for example, 'ttable' means and what is its syntax. This seems to be a state secret.

View 2 Replies View Related

Programming :: Arrays In The C Programming Language Are Pointers To The First Element Of The Array?

Mar 27, 2010

I wonder why arrays in the C programming language are pointers to the first element of the array, not the first element of the array itself?

View 14 Replies View Related

Programming :: Framework For Network Programming In C Language Just Like POCO In C++?

Mar 13, 2009

Is there any framework available for network programming in c language just like POCO in c++.

View 1 Replies View Related

General :: Distribution With Mathematical And 3D Modeling Support

May 24, 2010

I am an engineer. What distribution has the best support for mathematical and 3D modeling software? I also do some photo editing so it would be great if the distro also had support for that.

View 3 Replies View Related

General :: Molecular Modeling Using VMware Player?

Sep 26, 2010

Currently i'm doing molecular modeling using LINUX, VMware player. Well i face some problem while using this player.

1) 'there is not enough space on the destination' when i want to paste some files in LINUX desktop.

2) the most left corner 'hidden button', once you press all the tabs gone (application & terminal) . How to restore this condition?

View 1 Replies View Related

Programming :: Site For Learning Programming Language?

May 28, 2010

tell me some sites for learning programing language Because i feel confusing for learning C programing language now I got so many questions by my studing and i want to solve them by myself too.

View 14 Replies View Related

Ubuntu :: Mograso: Modeling Software Make Error?

May 25, 2010

While i make the Mograso (modelling software)which is combination of C++ and fortran code, i get these errors in Ubuntu 10.01

make all-recursive
make[1]: Entering directory `/home/vishal/Desktop/mograso-1.0.1'
Making all in src

[code]....

View 2 Replies View Related

Programming :: What Is Best Language?

Jun 30, 2010

My name is Simon and I have recently moved Ubuntu 10.04 from Windows XP. I am a programmer with a few years under my belt using a range of languages but primarily Microsoft Visual Foxpro. This program was very useful as it allowed me to access tables stored on my system and create programs to manipulate data in a wide variety of ways. Programs could be hobbled together, refined then placed in a menu system.I have been looking at a range of packages to use that would (a) allow me the same interactive experience, (b) allow me access to xbase tables (especially as most of the packages and business clients I have use this format), and can be used to create a GUI program. Ideally the package could create programs that can run relatively easily on Linux and Windows. Why, you might ask? Well unfortunately I have not been able to ditch foxpro, it is kind of unique in its abilities. Consequently I am using XP in VirtualBox to do some of my analysis and report production. I also still run Windows on my slate computer, which is used in the field to collect data.I have investigated Python/Jython, Java, Bash, and a number of others (e.g things that interact with PostSQL, MySQL, etc) but happily admit that I am overwhelmed with alternatives. That said, none quite match my relatively simple requirements stated above. The biggest problem is the lack of interactive data manipulation -- e.g. type an SQL statement and have the result appear immediately, that sort of stuff.

I need a language with strong data access, manipulation and reporting capabilities. I have sizable tables/databases containing millions of records and at present most queries take only a seconds using Visual Foxpro. Most of my investigations push me to the MySQL and similar data repositories, but all have their own format. Essentially I need to import all my data into their system before a language can access the data (note that there are copyright issues preventing this in some situations) - aren't there any programs that can access dbase or foxpro tables directly?The programming language also needs to be relatively mature. I don't want to spend all my time defining window sizes and button locations. Editors/Wizards that help design a GUI interface is preferable. It is imperative the language also has strong string, number, array and table access capabilities. Code should also be intuitive and easy to read. A lot of the languages I have reviewed are not intuitive. To me, functions in the format substr(string, start, lengthsegment) is logical and easy to follow. Things like Str = ${str//search/replace/} are not.

I suppose while I am listing preferences, an interpreter like eclipse would be desirable to help maintain code and format it as you go. Some sort of intelligent feedback as you construct a code snippet showing you what alternatives are available would also be valuable.At present I am leaning towards Python with Eclipse as the program manager, but as stated this setup does not really provide an interactive experience and does not appear to naturally interact with dbase. It appears this option would require considerable setup to get working.Java + Eclipse has been suggested before, especially as it takes away the need to worry about operating systems, but most of the packages I have used based on this language are restricted by library development by Sun Microsystems. The file chooser is a classic example - a known bug has been registered for this library for 5+ years and the problem has not been fixed.

View 9 Replies View Related

Ubuntu :: Can't Seem To Get A Unified Inbox In Evolution?

Sep 5, 2010

I'm currently working on telling my Ubuntu Laptop to do everything I'm able to do with my MacBook. Not so much the look (I love Ubuntu's look) but the functionality.I somehow can't seem to get a unified inbox in Evolution. I got 6 IMAP accounts each with a separate inbox which is quite annoying. I've gotten used to Apple's Mail.app and I'm missing that option in Ubuntu.The only thing that COULD be a unified inbox would be "On this Computer" but I don't see any option to integrate my accounts to it.

View 4 Replies View Related

Ubuntu Installation :: Unified Way Of Booting Os's?

Dec 7, 2010

I want to set up a system with two windows oses.

a) Windows 7
b) Windows XP

Windows 7 will be installed to one partition, and xp will be restored to a second partion from a ghosted image. I don't want the headache of having to guess who or what is fighting to control the boot sector. When the fight is over I simply want to walk up stick in a cd run a utility and install a booter/loader over what ever is there. I want to be able to do it adhocly so it must be able to on install always scan for any already installed OSes and set them up in a nice selection menu at boot.

GRUB 2.0 came to mind. What I want to know is if that sort of thing is possible. Can I install/restore multiple OSes to a disk, and then when all is done pop in a live CD and install/repair GRUB 2 to the system? Even if UBUNTU or any linux is not on the system and have it perform the above scenario as described?

View 4 Replies View Related

Security :: How To Make A Unified Login

Mar 24, 2010

Running this software:

Linux 2.6 on a hacked LaCie NetworkSpace
installed SSHd 5.4
installed Samba 3.4
installed lighttpd 1.4
installed ProFTPD 1.3

I want:

Login with my account and same password on all of those. When i use passwd, the change should be reflected on all of them.

I have:

Samba uses encrypted passwords, and i must change passwords for samba with smbpasswd.

lighttpd uses separate password file, must change by hand.

ProFTPD and SSH use system login (/etc/shadow).

So far i found two possible solutions, but can't tell if i understood them right or how to achieve them: use LDAP as auth backend If i could make LDAP my auth backend, provided this is possible at all, lighttpd would use this directly, and PAM would use it for system login. Nevertheless, actually this can't work as Samba uses encrypted passwords. Correct? use Samba password backend, then make LDAP use that If passwd, login, etc would use Samba, i would work everywhere with MD4 hashed stuff. Lighttpd would send plain passwords (HTTP basic auth), and query LDAP, which in turn makes an MD4 hash, and tests for Sambas passwd. Will this work?

View 1 Replies View Related

Programming :: Looking For A R Language Forum?

Jan 21, 2011

I am looking for a specific forum for the R programming language.

Some thing like the LQ is for linux, that will be nice.

Or something like the cplusplus is for c/c++.

View 2 Replies View Related

Programming :: Which Is Best Scripting Language?

Jul 23, 2009

I want to know which is the best scripting language right now and what you guys think its going to be the best or most used in the future, that is, in about 5-10 years. Take into account system administration and applications. This are the languages i had in mind, add more if you think other scripting languages are better or worth considering.

View 14 Replies View Related

Ubuntu :: Install For The Radeon Unified Drivers?

Jun 22, 2011

I just attemted the install for the Radeon unified drivers. Im running Ubuntu 10.04 with a X1200 series graphics card. 01:05.0 VGA compatible controller [0300]: ATI Technologies Inc RS690M [Radeon X1200 Series] [1002:791f] The setup seemed to go fine and I restarted as it suggested. but now when I attempt to open the new catalist control center application it gives me a message about not detecting any Radeon components or I need to configure them. Sadly this message isnt copy/pasteable.

View 4 Replies View Related

Ubuntu :: How To Use Eclipse To Programming With C++ Language?

Jun 6, 2010

I use Eclipse 3.5 from Ubuntu 9.10 repository.Please, how to use Eclipse to programming with C++ language?

View 5 Replies View Related

Ubuntu :: Install The Programming Language IO?

Mar 14, 2011

How to install IO in 64-bit Ubuntu MM? There doesn't seem to be a package for it in the repos and it doesn't like compiling on a 64-bit system. I have used various internet tutorials but most don't work on AMD64.

View 2 Replies View Related

Programming :: Creating Database Using C Language

Apr 7, 2011

How to create a database using c language it includes structures, pointers, arrays and switch..

View 4 Replies View Related

Programming :: C Language - For Loop That Just Keeps On Running?

Aug 1, 2010

In the code segment below is a for loop I am having some considerable difficulty with. It just keeps iterating endlessly and totally ignores the 70 times limit specified. I can't ever remember having this problem before and am absolutely Clueless.

Code:
for ( x = 0; x < 70; x++ )
{
fputs ("CSN00", target);
fprintf (target, "%d", userid);

[Code].....

View 14 Replies View Related

Programming :: Get Date From System In C Language?

Aug 15, 2010

How can i get date from system in c language

View 4 Replies View Related

Programming :: Debug Big C Language Project With GDB?

Nov 11, 2009

Now I have a project which include three directories /bin, /inc and /src. All of header files (*.h) are included in /inc and all of source(*.c) files are stored in /src, i.e. a.c, b.c, c.c..., the final generated executable file will locate in /bin. after compling with makefile, all of obj files will be generated in /src/obj like a.o, b.o, c.o, d....! Moreover an final.exe executable file will be generated in the /bin directory. Now if I want to debug it with GDB, how can I do it?

View 1 Replies View Related

Programming :: Enable RTS And DTR Pins In C Language?

Jun 6, 2011

How to enable RTS and DTR pins in c language? (I use termios.h include)

View 2 Replies View Related

Programming :: How To Program (all Language Compatible)

Jun 27, 2011

so with every language I have used, I have found that my style of programming is sub par (terrible at times). I have worked with a good amount of languages lately including bash, C, Java, JavaScript/jQuery, Perl, PHP, Shakespeare, Zombie, etc. I have done a good amount of programming, and in the end they seem to work, but just looking like a piece hacked together. Does anyone know of any books or online guides that help with programming styles and advancement of such?

View 14 Replies View Related

Programming :: Generate Pdf In Thai Language?

May 19, 2009

I am trying to generate pdf in thai language. i have installed thai package (extension in babel package). It is finally generating pdf in thai. but thai string are cming very long as compared to original string given in .tex file.

View 3 Replies View Related

Programming :: Program A Flash App In C Language?

Nov 26, 2010

Is possible to programming a flash app
directly in C language?
Does exist a automatic translator from
C + sdl to a working flash app?

View 3 Replies View Related

Programming :: Perl Code Tools

Jun 3, 2010

I want to write some script to do a job which is post some data to the website every one hours .I find some information say the Perl can do this job .I know I can write by the vim.but is these any tools can help for coding .may be it will prompt the class .what tools you use ?

View 10 Replies View Related

Programming :: Best SDK Tools For Creating Applications?

Jul 21, 2011

I'm new on software development and I interested which SDK tools are best for creating application for WM platform, Android etc. Also my another question is on which distribution of Linux is best to do this?

View 2 Replies View Related

Programming :: Need Good C++ Tutorial

Jun 18, 2010

Does anyone knows about some good c++ tutorial ? I don't wanna something for absolute beginners,I need something for advanced topics, tips...Something you liked and helped you a lot I prefer Internet tutorials/e-books but "real" book should be good too.

View 5 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved