Archive

Posts Tagged ‘diagrams’

Visio Diagrams

November 19th, 2011 Comments off

Create individual network visio diagrams of 26 sites. Reference diagram of one site is available. A text file containing adjacent ports and devices has been generated for each site. Familiarity with Cisco equipment would be a plus but is not required to create the visio diagrams. Only devices listed by ‘hostname’ are required to appear on each diagram. The total number of devices that must appear in each diagram is also listed toward the bottom of each text file. Naming convention is as follows

Recreate Football (soccer) Diagrams

July 25th, 2011 Comments off

I have collected about 80 football (soccer) drills from various sources and I would like to rework the illustrations with my own graphics to create a consistent look. I will take care of the text!

These illustrations will be used in MS Word, Powerpoint, and I want to be able to edit them myself in Adobe Illustrator.

I have attached a sample of what I’d like and the graphics that can be used.

There are an additional 100 illustrations that can be done on another project if this work is good.

A Automatic Layout Algorithms For Uml Class Diagrams 2

July 3rd, 2011 Comments off

I would like to complete an application I built but not completed yet. It is a program designed to automatically layout UML classes in SVG using the sugiyama and the orthogonal layout algorithms. I have gone so far but am having issues with the two Java classes that should actually do the work..viz – Orthogonal and hierarchical classes. I have attached research documentations on how this should work. The Hierarchical algorithm is also referred to as the Sugiyama algorithm. Output diagrams of the resulting algorithms are shown in the attached document named “processes”.
I will be most grateful if i can get some help with this.
Kind regards
Catherine

Visio Diagrams

June 28th, 2011 Comments off

I need a network engineer to make 4 different visio diagrams for a big company. Required for the diagrams are: voip, hardware equipment, vlans and QOS

A Automatic Layout Algorithms For Uml Class Diagrams

June 3rd, 2011 Comments off

I would like to complete an application I built but not completed yet. It is a program designed to automatically layout UML classes in SVG using the sugiyama and the orthogonal layout algorithms. I have gone so far but am having issues with the two Java classes that should actually do the work..viz – Orthogonal and hierarchical classes. I have attached research documentations on how this should work. The Hierarchical algorithm is also referred to as the Sugiyama algorithm. Output diagrams of the resulting algorithms are shown in the attached document named “processes”.
I will be most grateful if i can get some help with this.
Kind regards
Catherine

Erp Diagrams Project 4

November 27th, 2009 Comments off

Create ERP and other diagrams based on existing software. Please see document for details. if you have any questions please ask.

Erp Diagrams Project 5

November 27th, 2009 Comments off

Create ERP and other diagrams based on existing software. Please see document for details. if you have any questions please ask.

Erp Diagrams Project 2

November 27th, 2009 Comments off

Create ERP and other diagrams based on existing software. Please see document for details. if you have any questions please ask.

Erp Diagrams Project 3

November 27th, 2009 Comments off

Create ERP and other diagrams based on existing software. Please see document for details. if you have any questions please ask.

Erp Diagrams Project 1

November 27th, 2009 Comments off

Create ERP and other diagrams based on existing software. Please see document for details. if you have any questions please ask.

U_ M_ L Diagrams

July 24th, 2009 Comments off

Draw U M L diagram use state — action — usecase – class- — etc…. for a specific Java Program –

I am attaching files with instructions in ProjectUML.doxc (other files for reference as well as the program itself). They are also in rar

Need ASAP — use any drawing tool — just tell me what it is.

See attached files

simple diagrams do not need too much detail — – just flow of events, actions, states… etc…. — need quick turnaround time.

No coding required — just diagramming as per instructions.

I alredy have Class diagram — just need the rest

Reverse Engineer it — if you have the software — I don’t — Tried several free packages but couldn’t achieve diagrams.

U M L Diagrams

July 21st, 2009 Comments off

Draw U M L diagram use state — action — usecase – class- state — etc…. for a specific Java Program –

I am attaching rar file with instructions — need ASAP — use drawing tool plugin for eclipse.

See attached file

simple diagrams do not need too much detail — – just flow of events, actions, states… etc…. — need quick turnaround time.

I can’t attach the rest of the java files and details in rar format though only 5MB –I can email them when you accept job —

Draw Java Uml Diagrams

July 21st, 2009 Comments off

Use the posted Javadoc specification of an arcade game program written in Java to model the program behaviors using the UML standards. Specifically you need to use the notations described in posted UML notes (e.g., see details at http://edn.embarcadero.com/article/31863) for your work. You may receive extra credits if the UML modeling is typed up using UML tools (such as AmaterasUML which is an Eclipse plug-in, see details at http://amateras.sourceforge.jp/cgi-bin/fswiki_en/wiki.cgi?page=AmaterasUML).
(1) (8 pts.) Draw UML class diagrams including details of fields, methods, and relationships between classes, for all classes described in the Javadoc specification.
(2) (4 pts.) Draw one use case diagram describing what the program does (or should do) between the two actors, user and ship, and their communication messages.
(3) (4 pts.) Draw a sequence diagram describing the sequence of events that lead to total destruction of a large comet (explode to medium, then small comets before vanishing).
(4) (4 pts.) Draw a statechart diagram for the lifetime of a comet (starting with large, until total destruction).
(5) (5 pts.) Draw an activity diagram for the entire arcade game starting with game initialization until all targets destroyed. Some activities to be included are: read game configuration file, initialize game play area, terminate game, play game (which forks to other activities), fire shots, collision (between shot and comet), etc., and the use of

Java Application Design

June 9th, 2009 Comments off

I need design documentation for a simple Object-oriented Java application that will manage .jpg photos – Need the following design documentation, no code required:
# System Overview
Provide an overview of the system in this section, detailing the subsystems and modules of your system design.

# Design Description
This section presents the architectural design of your system. Data Flow/Structure, Object Diagrams, Class Diagrams, Sequence Diagrams, etc. Describe the important data flow paths or class diagrams of your design.

# Subsystem and Module Specification
Specify the design for each subsystem and module in your software system. All functions should be described in detail. (Detail means providing a brief description of the subsystem and more detailed information about the modules including a processing narrative, a description of the interface(s) associated with this module, references to other modules used by this module, any data structure internal to the module and any additional information (comments, restrictions or limitiations) about the module. Feel free to use diagrams in this section to help describe the subsystems/modules. Very high-level, English-like pseudocode is fine — this does not need to be specified in a programming language.

In other words, your class diagrams describe the classes in the system. This section should tell the reader what those classes do and what other classes they collaborate with to accomplish their goals.

# File Structure and Global Data
Describe any information pertaining to database requirements and the types of data which will reside in the database. (Identify data, describe organization of data, specify types of data, note any constraints or valid/invalid ranges of data and any other information you might deem important! This data might be data maintained in a file, database or in common memory.)

# Interface Design
Human-Machine Interface Specification
For example: GUI designs
External Interface Design
Interfaces to External Data
Interfaces to External Systems or Devices

Internal Interface Design Rules
Rules that specify how modules, functions, methods, etc. interface with other modules, functions or methods.

Requirements for application are attached.

Uml Diagrams Required

April 22nd, 2009 Comments off

Hi all,

I require a series of diagrams (3-6) for my website.

The project will ideally be a case of myself sending the files for the site to the bidder. And then the bidder compling diagrams from the code. Of course I will be only to happy to answer any questions and I will forward 2 basic diagrams that I already have.

Diagrams required will be class, sequence and possibly a couple of others.

Regards

Uml Diagrams

April 21st, 2009 Comments off

I have a system already made. I am looking for someone to draw a series of UML diagrams for it. Before I give out extensive detail I just wanted to see if anyone was capable of doing this.

Reverse Eng C++ Code/uml

April 17th, 2009 Comments off

Reverse engineering of C++ CODE
Some sort of narration – can be use cases or just step driven
Some sort of uml diagrams to match can be sequence diagrams
Process flow charts if possible
** CLASS DIAGRAMS NOT NEEDED **

Please note before you bid:

- Four programmers have tried this project and cancelled – they said the code was too hard. So please do not bid if you are not very proficient in C++. I suggest knowledge in C# and FoxPro is recommended.
- The code is huge – but we will be dealing with a select folder at a time. This bid should be for that sub-folder only. It contains about 20 files. # of lines per file range from 18 – 200. Could be more – I did not review all the files.
- You would not have access to the database – so you would not be able to execute the code in the form that you want to. You will have to do this things manually.

Deadline: I need it done as quickly as possible. I would like an update by Sunday night at 11 pm EST (GMT-5).

Bear