Tapis

Carian terbaru saya
Tapis mengikut:
Bajet
hingga
hingga
hingga
Jenis
Kemahiran
Bahasa
    Status Pekerjaan
    99 javadocs tugasan ditemui, harga dalam USD

    ...called docs. It is mainly designed for programmers but can also be used within other teams to organize their work and or work or documentation, therefore the name. You find specifics for the product here: https://ricebean-net.atlassian.net/wiki/spaces/SUPPORT/pages/36044825/Docs+Cloud and here is our product page at Atlassian Marketplace: We need in total 1 video lasts again about 1 minute, mainly for promotional purposes on LinkedIn and 5 separated videos "named featuer clips" for the key elements. ( 5 in total that should each last about 15-20s) These exist already on the link , I already send above: https://ricebean-net.atlassian.net/wiki/spaces/SUPPORT/pages/36044825/Docs+Cloud

    $107 (Avg Bid)
    $107 Avg Bida
    1 bida

    We look for Java Spring-Boog and Java Core senior expert developers you have a simple task: convert into POJOs with jackson annotations - annotate the POJOs as @Generated - cleanup the generated POJOs to use @Data annotation and drop the getters/setters - add clean javadocs to the POJOs to be later able to understand the data model from javadoc and to find it in json - implement spring unit tests for about 20 different critical values like names, prices and features (need to be mutually agreed) plz use Budget? will not be disclosed, place your best bid to get considered What is next? We will share you a NDA and afterwards a paid test task. Payment? -

    $39 (Avg Bid)
    $39 Avg Bida
    5 bida

    We look for Java Spring-Boog and Java Core senior expert developers you have a simple task: convert into POJOs with jackson annotations - annotate the POJOs as @Generated - cleanup the generated POJOs to use @Data annotation and drop the getters/setters - add clean javadocs to the POJOs to be later able to understand the data model from javadoc and to find it in json - implement spring unit tests for about 20 different critical values like names, prices and features (need to be mutually agreed) plz use Budget? will not be disclosed, place your best bid to get considered What is next? We will share you a NDA and afterwards a paid test task. Payment? -

    $58 (Avg Bid)
    $58 Avg Bida
    8 bida

    ...There is additionally an example of what we need done on the minecraft server hypixel.net. The duels plugin should be able to scale across multiple spigot server instances to allow for optimal performance. Note: This is not a website, it is a server addon for the spigot minecraft java server. The api docs are at and the javadocs are at . We can provide all messages, gui designs, terrains and similar, you do not need to have good english to complete this. I am able to amend the budget if needed to anything under $500. I am expecting the plugin to be tested and use asynchronous programming to allow for top performance. The plugin is allowed to use the following dependencies that are not in the core

    $219 (Avg Bid)
    $219 Avg Bida
    7 bida

    ...downloading. 11. All activities must be integrated into a single working application, on a single device or emulator. You should use GitHub for merging your code by creating pull requests. 12. The interfaces must look professional, with GUI elements properly laid out and aligned. 13. The functions and variables you write must be properly documented using JavaDoc comments. You must create the JavaDocs in a JavaDocs folder like you did in the labs. Soccer games api • The user can download a list of soccer news articles from This will have a list of <item> tags which have a title, date, and a thumbnail image. These news articles should be shown in a list on the left hand side. Clicking on a title should show the image, date, news article URL and description

    $145 (Avg Bid)
    $145 Avg Bida
    4 bida

    I am looking for a someone to help me with a project in Java that requires use of the following: Netbeans 11.1 or later OR IntelliJ IDEA (Community Addition) JDK 11 JavaFX SDK Scene Builder JavaDocs MySQL Workbench The project is an appointment system with a GUI hat will connect to my database.. I can send over the requirements document if you feel that this is in your wheelhouse.

    $23 (Avg Bid)
    $23 Avg Bida
    2 bida

    ...different design patterns in an effective and non-trivial way. -Highlight the patterns and describe the pattern roles for classes in the design documents (UML diagrams) and in the javadoc comments. -Use programming by contract. Specify the contract with javadoc comments on methods. -Write unit tests with JUnit and use them. -Use javadoc comments and submit the generated html files in the project/javadocs directory. -Abstract the credit card payment process. Assume all payments are successful. -The application graphical user interface should use Swing classes or equivalent. -The product/user databases must be persistent, meaning that when the user closes the application, then restarts it, the state of the product inventory must be restored. Use a text file, or -Java Serialization ...

    $195 (Avg Bid)
    $195 Avg Bida
    9 bida

    Java create Family Tree implementation(Directed Acyclic Graph) in java. 1. Must include features: add person, display and traverse tree using BFS/DFS traversal algorithm 2. Junit test cases , logging log4j and comments for javadocs. More details will be provided after IM

    $26 / hr (Avg Bid)
    Ditampilkan
    $26 / hr Avg Bida
    31 bida

    Estou com um desafio da fazer em java, mas estou sem tempo. não e Java web e nao precisa de interface gráfica. Tudo que precisa ser feito esta descrito nos javadocs das classes, uma coisa que não e permitido e alterar os construtores das classes e assinatura dos métodos. Já consegui fazer alguns métodos so so tenho as classes principais para ser feito que e mais complicado

    $113 (Avg Bid)
    $113 Avg Bida
    6 bida

    ...be useful in completing this project. Linux : These are the existing ReHat drivers : Install guide for redhat drivers Linux Virtual COM Port (VCP) Driver : Guide to modify drivers for virtual com port. 002850046_Series 2000 Interface Manual: Interface manual for bill validator. : This is a folder including Javadocs, API, Demo, and source code as well as support files. : Similar files to the with some differences. My expertise does not allow me to verify which is newer or more useful so I included both. : These are the files used to develop the Java doc that controlled the older bill validator. These may be useful in understanding

    $1237 (Avg Bid)
    $1237 Avg Bida
    7 bida

    ...application should parse a given input file or URL line-by-line, extract each word in the line of text, encode it as an integer and append it to an output file. Please note the following additional requirements: • You must comment each method in your application stating its running time (in Big- O notation) and your rationale for its estimation. • Document your code using the JavaDoc standard. JavaDocs are an industry standard for inline documentation of Java classes. A quick JavaDoc tutorial, from the University of Birmingham, is available on Moodle. Eclipse provides full support for the JavaDoc standard, including intelli-sense drop down suggestions. • Provide a UML diagram of your design (a photograph of a neatly-drawn sketch will suffice). Please pay parti...

    $151 (Avg Bid)
    $151 Avg Bida
    8 bida

    ...line of code must be commented. A student should use their judgment to decide whether the line is important. Important lines: testing some special conditions; complex calculations; conversions and so on. Do not overly comment your programs – do NOT comment every line of code. • The coding style and the naming should follow the Java coding conventions. Generating JavaDoc documentation • JavaDocs will only be generated based on comments within the /** */ frame. From command line: • After you have completed all your testing, and are ready to submit your assignment, create a folder named Assign4. This will be your deployment folder. Inside create a folder named docs. • Copy all Assign4 related .java files into the docs folder. All your files m...

    $297 (Avg Bid)
    $297 Avg Bida
    24 bida

    I have a Java project in netbeans wich is a game minesweeper, the code already works perfectly, so i just need you to use netbeans and install plugin checkstyler and correct all the warnings of not clean code that the plugin shows you, all of them except ther java docs, u can leave the javadocs warnings

    $27 (Avg Bid)
    $27 Avg Bida
    12 bida

    ...and ask you to fix it. 7) After the code went successfully through QA and there is no problems in the deployment, we will consider your work as done. 8) If all went good, we hire you again for our next feature! Code Quality ============ We expect you to: 1) Write the code for the feature 2) Write unit test for all the main paths. This includes Java and Javascript code! 3) Write javadocs/JSDocs in every functions that you think is required. We want other devs to understand your code! 4) Write Integration tests if we asked for it (not every feature will require this) Please read the Attachment, and you will find all the spec for this first project....

    $88 (Avg Bid)
    $88 Avg Bida
    17 bida

    I have a script that currently runs using the dreambot API () and will only run on their specific bot client right now. I need someone to update the script to make it use the Osbot API () and be able to run on their bot client.

    $10 - $50
    $10 - $50
    0 bida

    I want a java program that implements a sudoku solver using Java. I want the program to come with JavaDocs comments and a GUI

    $73 (Avg Bid)
    $73 Avg Bida
    5 bida

    Project implementing Greedy Algorithms, Divide and Conquer Algorithms, and Dynamic Algorithms. Project Must include all javadocs and heavy commenting in code to show thinking process.. Must be done before Monday!!! Must be done in Java.

    $50 (Avg Bid)
    $50 Avg Bida
    1 bida

    Project implementing Greedy Algorithms, divide and conquer Algorithms, and Dynamic Algorithms. Project Must include all javadocs and heavy commenting in code to show thinking process. I will have to present it in front of the class. Must be done before Monday!!!

    $50 (Avg Bid)
    $50 Avg Bida
    1 bida

    a. Write a small Java program that contains a method with the signature public static ArrayList intersection(ArrayList a, ArrayList b) and that returns an ArrayList of objects that are in both of the two provided ArrayList arguments. Your program should be documented using Javadocs and follow good Java programming style. Provide your intersection method (including Javadoc comments). b. After initially writing your intersection method according to the provided requirements, you may discover possible defects and/or ambiguities in the requirements. Describe at least 3 possible faults. c. Create a set of test cases that you think would have a reasonable chance of revealing each of the 4 faults you identified in (b). Describe your rationale for each test in your test set. Finally, instr...

    $60 (Avg Bid)
    $60 Avg Bida
    14 bida

    a. Write a small Java program that contains a method with the signature public static ArrayList intersection(ArrayList a, ArrayList b) and that returns an ArrayList of objects that are in both of the two provided ArrayList arguments. Your program should be documented using Javadocs and follow good Java programming style. Provide your intersection method (including Javadoc comments). b. After initially writing your intersection method according to the provided requirements, you may discover possible defects and/or ambiguities in the requirements. Describe at least 3 possible faults. c. Create a set of test cases that you think would have a reasonable chance of revealing each of the 4 faults you identified in (b). Describe your rationale for each test in your test set. Finally, instr...

    $30 (Avg Bid)
    $30 Avg Bida
    1 bida

    a. Write a small Java program that contains a method with the signature public static ArrayList intersection(ArrayList a, ArrayList b) and that returns an ArrayList of objects that are in both of the two provided ArrayList arguments. Your program should be documented using Javadocs and follow good Java programming style. Provide your intersection method (including Javadoc comments). b. After initially writing your intersection method according to the provided requirements, you may discover possible defects and/or ambiguities in the requirements. Describe at least 3 possible faults. c. Create a set of test cases that you think would have a reasonable chance of revealing each of the 4 faults you identified in (b). Describe your rationale for each test in your test set. Finally, i...

    $74 (Avg Bid)
    $74 Avg Bida
    15 bida

    a. Write a small Java program that contains a method with the signature public static ArrayList intersection(ArrayList a, ArrayList b) and that returns an ArrayList of objects that are in both of the two provided ArrayList arguments. Your program should be documented using Javadocs and follow good Java programming style. Provide your intersection method (including Javadoc comments). b. After initially writing your intersection method according to the provided requirements, you may discover possible defects and/or ambiguities in the requirements. Describe at least 3 possible faults. c. Create a set of test cases that you think would have a reasonable chance of revealing each of the 4 faults you identified in (b). Describe your rationale for each test in your test set. Finally, i...

    $38 (Avg Bid)
    $38 Avg Bida
    3 bida

    ...not lose track of it. 2. Also download the in a new window documentation for the classes in , and put this zip file in the same folder as the JAR file. Then, unzip it. This will create a "Blob-javadoc" folder. Find the "" file in the folder and open it with your favorite web browser. Then bookmark the page. From this page, you will be able to view the Javadocs for all classes in the Blob package. 3. Create a Java application project called "BlobSim" in NetBeans. Edit the "packaging" properties so that the source (.java) files will be included in the JAR file. 4. In the Project Properties for your project, select the "Libraries" category. Then, press the "Add JAR/Folder" button. A dialog will appear where you w...

    $28 (Avg Bid)
    $28 Avg Bida
    7 bida

    ...not lose track of it. 2. Also download the in a new window documentation for the classes in , and put this zip file in the same folder as the JAR file. Then, unzip it. This will create a "Blob-javadoc" folder. Find the "" file in the folder and open it with your favorite web browser. Then bookmark the page. From this page, you will be able to view the Javadocs for all classes in the Blob package. 3. Create a Java application project called "BlobSim" in NetBeans. Edit the "packaging" properties so that the source (.java) files will be included in the JAR file. 4. In the Project Properties for your project, select the "Libraries" category. Then, press the "Add JAR/Folder" button. A dialog will appear where you w...

    $40 (Avg Bid)
    $40 Avg Bida
    3 bida

    ...not lose track of it. 2. Also download the in a new window documentation for the classes in , and put this zip file in the same folder as the JAR file. Then, unzip it. This will create a "Blob-javadoc" folder. Find the "" file in the folder and open it with your favorite web browser. Then bookmark the page. From this page, you will be able to view the Javadocs for all classes in the Blob package. 3. Create a Java application project called "BlobSim" in NetBeans. Edit the "packaging" properties so that the source (.java) files will be included in the JAR file. 4. In the Project Properties for your project, select the "Libraries" category. Then, press the "Add JAR/Folder" button. A dialog will appear where you w...

    $20 (Avg Bid)
    $20 Avg Bida
    1 bida

    1. Based on the class discussion, modify the logical level of StringLog from interface to StringLog abstract class. While doing so, refer to StringLog specification to determine which data and methods you would want to mandate on the logical level. 2. Implement methods of Exercises 21-25 (Chapter 2) in ArrayStringLog class. Make sure to keep the exact syntax of the new methods as in the text. 3. Make sure to complete all documentation as usual and carefully test all functionality of modified class. - For extra credit you may want to do Exercise 26 with slightly more complicated method. part 2 1. Chapter 3, Exercise 5, d and e. In this exercise do not modify logical level or method signatures of existing methods, but you will need to modify contains() method, so that it does case-s...

    $127 (Avg Bid)
    $127 Avg Bida
    25 bida

    CoGroo () is a spell and grammar checker for Portuguse language. Originally, it is an addon for Open / LibreOffice. But it is developed in java and have available to download a version called "Binary 'stand-alone', javadocs and command line". So we need to be installed this java version on the server and create a web interface for correct spelling and grammar using this java application. In this interface, the user types or pastes the text to be checked and the application checks for errors and suggests corrections. Something similar to what occurs in a text editor. Errors are highlighted and, clicking on the error, correction suggestions and explanation of the error are displayed. The application documentation is available in Portuguese: http://ccsl

    $863 (Avg Bid)
    $863 Avg Bida
    30 bida

    ...display of read-only data taken from user's broker account like current profit & loss, open positions and waiting orders. Few data points are summaries and most shown in detail per financial instrument. Wireframes / sketches specifications will be delivered. In the first version app should only support one broker API, Dukascopy Bank JForex API (see Wiki at and JavaDocs at ) . Knowledge transfer available on request, prior experience with this library a big plus. However app's architecture should support easy addition of further brokers and usage of their APIs (both Java APIs and REST protocols). In case of successful implementation of the first version further extensions will be made with the same supplier. Full requirements

    $1996 (Avg Bid)
    $1996 Avg Bida
    21 bida

    Please see the files attached for description and requirements of project! I will also send what I have done so far re project. I have a good bit of the project completed I just need some finishing touches with improving efficiency and running time. I will also need UML Diagram ...have a good bit of the project completed I just need some finishing touches with improving efficiency and running time. I will also need UML Diagram of the finished code to be created. that the API is as efficient as possible I need it to be completed between 7pm-9.30pm (european time) on the 20th of April. I need the running time to be commented where applicable, documented using JavaDocs to be tested with 100% coverage Should not take that much time. I am willing to negot...

    $155 (Avg Bid)
    $155 Avg Bida
    1 bida

    We have a customer who needs a Wrapper/Bridge built which allows us to access some API's * The product has well documented JavaDocs & API * The produce has well documented method for created the Process We need the following solved; Step 1 - Review the API, and specific Libraries/Methods Step 2 - Agree with us on 20-30 methods which we need customer processes/functions written Step 3 - Develop as Proof of Concept, 1 process based on a Methods we agree Step 4 - Test and move/contract for all 30 Requirements; Developer must be able to work through this in days if successful. Must have used JD-GUI or similar to review source and compare. Must have strong knowledge of troubleshooting work to overcome problems. Knows how to RE if required for troubleshooti...

    $34 / hr (Avg Bid)
    $34 / hr Avg Bida
    16 bida

    ...add transactions to any account selected by the user. The data read in from the file always overrides what is currently in memory. Use a JFrame with the JMenuBar, JMenu, and JMenuItem features added in place of the Radio Buttons for user interaction. Use a JTextArea instead of the JOptionPane for displaying account listings. Suggested Reading in Textbook –None for Menu components, read the Javadocs on the above components and their methods." I will send you my assignment 4 just so you can see what i changed for assignment 5. Here are the errors i currently have: 1. Your program does not have the required JTextArea inside the frame. You need to follow the class example MyElements4( zip file attached). Then you will be able to transfer the ListTrans, ListC...

    $27 (Avg Bid)
    $27 Avg Bida
    7 bida

    In this programming question we will implement the Ford-Fulkerson algorithm for computing the maximum flow in a network graph. The pseudo-code for the algorithm is given on slide 11. You are responsible for the computation of an augmenting path in the residual graph, AND to update the residual graph based on a given augmenting path. Some de...find useful in updating the residual graph. Last but not least, you are also responsible for testing your code. Please provide a sensible additional input network graph and make sure your algorithm works on it. It should have 7-10. The package online has two networks: the small "Heisenberg network" that we've seen in the first lecture on network flow, and the bipartite matching reduction. Javadocs: ~gcoman/comp251/HW6Javadoc...

    $143 (Avg Bid)
    $143 Avg Bida
    7 bida

    We have an android application that we build using eclipse. Need someone to go into the project and add comments on the classes (what they do) and then export the Javadocs for the project. The app itself is a VERY simple webview app.

    $32 (Avg Bid)
    $32 Avg Bida
    20 bida

    Hello EVERYONE I am looking for an EXPERIENCED Android Developer, to assist our team with a development of a mobile app , which suggests indoor location capabilities for a shopping mall. In particular, we are looking f...stores directory search and filter (list), 1 screen of store static details and buttons, and a login screen. *We handle all the design ourselves and supply all materials **The technological layer which handles the indoor positioning and gives location updates is handled by us and given as an sdk **The server too is handled by us and will be given with relevant class diagrams/interfaces/javadocs All code is of course given to us and belongs to us. NDA is necessary. detailed specs will be given as next step. The project is intended to start at very n...

    $19 / hr (Avg Bid)
    $19 / hr Avg Bida
    33 bida

    ...to make it more advance. When the Form is filled out, Data should be saved in database. When a record is edited, data should be updated in database Validation is needed Testing, Logging, and Documentation All classes except GUI classes are to be tested using JUnit. Logging to be implemented in appropriate classes using Log4J. Documentation for all class should be provided using Javadocs. Deployment The final application should be made available as a Jar. Reports that represent the data in database. Implementing a 3-tier architecture The data must be stored in a HSQLDB back-end. There are afew more other requirements, with in the GUI Form. This work is urgent, and has 1 day to be finished. Please dont bid if you cant do it all in 1 day. Because...

    $19 (Avg Bid)
    $19 Avg Bida
    12 bida

    ...NewTextPostController * The "Home" Link in the template does not redirect to the home page. * Add unit tests for the Sping WebMVC controllers. === Intermediate === * Add JMX metrics and notifications to all DAOs * Change the Post to abstract. Yes this means the database structure will change. * Include some notes about how data would need to be migrated to account for the preceeding change. Javadocs in the DAO are fine. * Add an error page === Advanced === * Add REST service for: ** Fetching more posts ** Creating a post * Add Transaction Support through Annotations *: Don't forget to remove the OpenSessionInViewFilter === Super Awesome Advanced === * On the home page, only load a few posts and have a DWR backed "Load More" butt...

    $349 (Avg Bid)
    Segera
    $349 Avg Bida
    5 bida

    ...Kindles. The developer will use the KDK to create this "Active Content". Please note the following: The KDK is comprised of two sets of APIs: • Java version 1.4 Personal Basis Profile (PBP) APIs for mobile devices. PBP JavaDocs can be found at • Kindle custom APIs which complement the PBP APIs and provide UI components, JSON and XML parsers, HTTP and HTTPS networking, secure storage, and other features. Other APIs like audio and dictionary access will be available in a future release of the KDK. KDK JavaDocs can be found at Examples of what we're looking for: We will provide the KDK as well as mockups. This will be a very fast/easy

    $1150 (Avg Bid)
    $1150 Avg Bida
    3 bida

    ...utility library to interface with Windows services/libraries and Linux commands, comprising either of the following implementations: a) Batch or shell script files of network commands (netstat, traceroute, etc) b) SIGAR library to access network commands. ************ Deliverables ************ -Java source -Project or builder files (e.g. NetBeans, Eclipse, maven, Visual Studio) -Auto-generated javadocs -Batch files / shell scripts -Test logs -Version list of all tools, applications and libraries ***** Terms ***** Full code delivery must be provided prior to final payment, in order to allow vendor testing and verification. All milestone releases require a demonstration or software delivery for testing. Any variation to these terms must be negotiated prior to acceptance of...

    $250 (Avg Bid)
    $250 Avg Bida
    1 bida

    ...SE6 utility library to interface with Windows services/libraries. - Windows API (C/C++ on .NET/MFC, no VB). ************ Deliverables ************ -Java source -C#/C++ source -Built executables, DLLs, and a list of any undeployable dependencies (e.g. MS DLLs if not approved for deployment). -Project or builder files (e.g. NetBeans, Eclipse, maven, Visual Studio) -Auto-generated javadocs -(If used) Batch files / scripts -Test logs -Version list of all tools, applications and libraries ***** Terms ***** The job vendor (LittleBookOfCalm) values privacy and anonymity, however it should be noted that the work being undertaken is on behalf of Australian-based business interests (herein referred to by "us", "we", "our"). Theref...

    $544 (Avg Bid)
    $544 Avg Bida
    6 bida

    ...to interface with Windows services/libraries. Windows network utilities, comprising either of the following solutions: a) Batch files of network commands (ipconfig, route, etc) b) C#/C++ (no VB) .NET/MFC library to access network commands. ************ Deliverables ************ -Java source -Project or builder files (e.g. NetBeans, Eclipse, maven, Visual Studio) -Auto-generated javadocs -(solution A) Batch files / scripts -(solution B) C#/C++ source -(solution B) Built executables, DLLs, and a list of any undeployable dependencies (e.g. MS DLLs if not approved for deployment). -Test logs -Version list of all tools, applications and libraries ***** Terms ***** The job vendor (LittleBookOfCalm) values privacy and anonymity, however it should be note...

    $78 (Avg Bid)
    $78 Avg Bida
    6 bida

    ...0.4. b) Insertion of a letter which forms a double-letter (e.g. colect->collect) should only increase the edit distance by some lower constant, say 0.5. c) Deletion of a letter which formed a double-letter (e.g. pagge->page) should only increase the edit distance by some lower constant, say 0.5. d) Substitutions which are proximity 1 on the keyboard (could use ) should only increase the edit distance by some lower constant, say 0.9. To prove they've understood the task, I'd like bidders to answer a few questions about the task: a) What would the function output for theFunc('freelancer', 'lance')? b) What would the function output for theFunc('barn', 'bran')? c) What would the function (with constants in place)

    $30 - $250
    $30 - $250
    0 bida

    ...color wins. PECIFICATIONS: Provided Files: Start by creating a new project and downloading the code that we've provided in the jar: Add this jar file to your project in the same manner that you've been doing in the lab exercises and in Program 3. You will NOT be able to look at or modify our code. In order to know how to interact with our code, you must read the JavaDocs which describe their public interfaces. There is NO skeleton code provided for this project. You must determine what classes to use and how they should interact with the classes provided in the jar file Classes We've Already Implemented: The ReversiGUI class sets up and displays the gui. You must query it to figure out what the user clicked on as well as tell it what to dis...

    $246 (Avg Bid)
    $246 Avg Bida
    6 bida

    ...SE6 utility library to interface with Windows services/libraries. - Windows API (C/C++ on .NET/MFC, no VB). ************ Deliverables ************ -Java source -C#/C++ source -Built executables, DLLs, and a list of any undeployable dependencies (e.g. MS DLLs if not approved for deployment). -Project or builder files (e.g. NetBeans, Eclipse, maven, Visual Studio) -Auto-generated javadocs -(If used) Batch files / scripts -Test logs -Version list of all tools, applications and libraries ***** Terms ***** The job vendor (LittleBookOfCalm) values privacy and anonymity, however it should be noted that the work being undertaken is on behalf of Australian-based business interests (herein referred to by "us", "we", "our"). Theref...

    $1000 (Avg Bid)
    $1000 Avg Bida
    1 bida

    **************** Project Overview **************** Java API for networking utilities, with the following features: - Java SE6 utility library to interface with Windows. - Batch files and network commands. ************ Deliverables ************ -Java source -Project or builder files (e.g. NetBeans, Eclipse, maven) -Auto-generated javadocs -Batch file and network command scripts -Test logs -Version list of all tools, applications and libraries ***** Terms ***** The job vendor (LittleBookOfCalm) values privacy and anonymity, however it should be noted that the work being undertaken is on behalf of Australian-based business interests (herein referred to by "us", "we", "our"). Therefore, our policy is to retain ownership of w...

    $35 (Avg Bid)
    $35 Avg Bida
    4 bida

    ...income should be prioritized by name in the same way as children. There will not be two people with the same name on one ship. Program Design and Classes There are a total of five classes in this program. Two of the classes are already developed and you have to write the other three. Attached is more information on the program, as well as two of the 5 classes that need to be created, the javadocs, and the sample input file and output files....

    $30 (Avg Bid)
    $30 Avg Bida
    1 bida

    ...exercise the library. This project is all about java code which I'll have to maintain, so it has to be reasonably readable and have acceptable javadoc comments. Having said that I'm actually less picky then many programmers, so as long as its not absolutely-fricking-awful it'll probably be ok. Having said that, I would really appreciate a high level of quality in the code, and good meaningful javadocs, well layed out code, and effective unit test cases will make me happy. And you want me to be happy - right? Good. Since this is an open source project there's really not a lot of money available, but I'm happy to give full credit to the developer - so what you might not get in financial reward you could easily make up for with open source glory. N...

    $230 (Avg Bid)
    $230 Avg Bida
    5 bida

    TIMEFRAME: 10 DAYS If the project cannot be completed in 10 days then the payment and the project will be cancelled as this project is time sensitive. The developer must understand how to design board games and how to calculate next moves and winning player and how to ...Selection is random, i.e. each player is assigned a random piece and that piece is removed from the list of pieces - If a player cannot or doesn't want to play his piece it is put in the pool - The pool can be seen and used by both players to select a known piece (i.e. they are not random) - GUI to be developed using Swing - Ability to play across network - Must be fully documented using javadocs and comments, no separate/external documentation required - Document with further specs and gameplay det...

    N/A
    N/A
    0 bida

    I am looking for someone that can customize Opentaps ( previously Ofbiz)), I need to migrate... You should know the basics of object oriented programming in Java, including: * what packages, classes, and objects are; * how to import a class; * how constructors are used to create objects; * how class methods are created and used; * the difference between public, private, and static methods. * How to read and use Javadocs. * Be able to use control statements, such as if-then-else, while, for. * Be able to work with Lists, Maps, and Iterators. * Know what Java Exceptions are and how try ... catch works. * Basic understanding of what servlets and HttpServletRequest and HttpSession objects are.

    $8 / hr (Avg Bid)
    $8 / hr Avg Bida
    10 bida

    Expert Java developer with Eclipse and Maven experience needed. I am ...Eclipse/Maven project setup but I am getting some errors when I deploy the plugin. The Java code basically uses a custom event listener to watch for a blog post. When a blog post happens this code will send text of the blog to an external search indexer. I have access to the JavaDocs which explains the Jive SBS API. I am somewhat limited in Java so I would like the winning bidder to work directly with me together to get the code working. I need someone who is very knowledgable with Java and that knows how to troubleshoot issues using Javadocs API for the application. I can start the winning bidder out with the project files and/or allow direct access to my computer over WebEx session as we work together t...

    $130 (Avg Bid)
    $130 Avg Bida
    4 bida