Filter

Mine tidligere søk
Filtrer etter:
Budsjett
til
til
til
Skriv
Ferdigheter
Språk
    Jobbstatus
    157 red5chat javac jobber funnet, priser i USD

    HI all I have 8 assignments in javac to build compiler you should follow the instructors given in the every details no plagiarism or copy from any website or any assignments done before I need all assignments to be done . But without plagiarize any stuff from the net because they are going to be submitted to "turn-it" for more details email me let me as soon as possible

    $512 (Avg Bid)
    $512 Snitt bud
    13 bud

    (Modified Russel&Norvig, Page 119, 3.30) The traveling salesperson problem (TSP) can be solved with the minimum- spannin...A* works and show experiment results (25pt) 7. A GUI Implementation (Extra 20 pt) Search Code Available Download the Search package (in Java) from MyCourse, which includes the implementation of a set of general search framework. You can use this package as the foundation of your coding, or you can choose to start from scratch if you prefer another programming language. To compile: javac search/*.java To execute: java search/SearchApp There are also search code available from the textbook website: Note: these packages are complimentary and you are solely responsible for your own code to work correctly and in time.

    $431 (Avg Bid)
    $431 Snitt bud
    7 bud
    Java Burrito Avsluttet left

    ...the customer must reenter the waiting area. The waiting area is organized by the shortest order next. Implement a solution to this problem as a Java application using the Java semaphore class for synchronization. Do not turn in you final application as a package or jar. Your zip file must expand into a single directory and your application must compile at the command prompt using javac *.java. Output must include the arrival of each customer and each state transition: leaving full shop, entering shop with an order of m burritos, customer standing, getting service from server n, paying, and leaving. Each customer is represented by a corresponding thread and each server in your implementation is also represented by a unique Java thread. All customers and serv...

    $125 (Avg Bid)
    $125 Snitt bud
    10 bud
    Hill Cipher Avsluttet left

    ...Program produces ciphertext output30 points: The ciphertext output is complete and correct10 points: The ciphertext output is formatted correctly (80 characters per line, all lower case)We will compile your program using the following commands: C program: prompt> gcc –o HillCipher [your_file_name].c C++ program: prompt> g++ –o HillCipher [your_file_name].cpp Java program: prompt> javac HillCipher.java...

    $94 (Avg Bid)
    $94 Snitt bud
    4 bud

    ...require using a Red5chat server and front end sitting on our server. User join the dating website and once they are a member they can chat to other member using normal text chat - and if they have a camera - they can also turn on their camera and broadcast to the room they are in. Other user can click on their profile and click on the camera icon to video their camera if it is broadcasting. In the text chat area - users can chat privately to one another. But they cannot cam one to one - In order to Cam one to one - they would need to create a private chatroom and incite the other member to join them by using the password to enter. This software is used for the base - Most of its already done in that software -

    $777 (Avg Bid)
    $777 Snitt bud
    22 bud

    I have a Java package on my server that needs to be compiled from the command line (I have javac). In addition, I need an executable application file created. I can make my server available via teamviewer.

    $15 (Avg Bid)
    $15 Snitt bud
    1 bud
    Greenhouse Controls Avsluttet left

    Write and submit one complete Java program to solve the following requirements. Your program will employ packages (that is, source directories), and contain multiple source files. Because you are using packages, much of your code should be in a directory named “Greenhouse.” You should be able to compile your code using the command “javac Greenhouse*.java” from a directory just below the Greenhouse directory. Greenhouse is a house in which many events could happen, for example, doors may open and close, windows may open and close, fans may turn on or off, lights may turn on or off, an alarm may sound, the thermostat may turn on or off, watering machines may start or stop, and so on. Each event has its own timer and jobs (Hint: use a superclass with separa...

    $39 (Avg Bid)
    $39 Snitt bud
    6 bud

    ...accordance with your UML class diagram. How you edit, compile and run your Java program is up to you. You are free to use any editor or development environment. However, you need to ensure that your program compiles and runs correctly on the CSSE student servers, using build 1.6.0 of Oracle's (as Sun Microsystems has been acquired by Oracle in 2010) Java Compiler and Runtime Environment, i.e. javac and java pro- grams. You should also remove any Ctrl-M characters which may be inserted if you edit your source _le under a Windows environment - this can be done using the dos2unix command, available on the CSSE student servers. Submit your program to the CSSE student servers a couple of days before the deadline to ensure that they work (you can still improve your prog...

    $152 (Avg Bid)
    $152 Snitt bud
    13 bud

    ...visit the customer must reenter the waiting area. The waiting area is organized by the shortest order next. Implement a solution to this problem as a Java application using the Java semaphore class for synchronization. Do not turn in you final application as a package or jar. Your zip file must expand into a single directory and your application must compile at the command prompt using javac *.java. Output must include the arrival of each customer and each state transition: leaving full shop, entering shop with an order of m burritos, customer standing, getting service from server n, paying, and leaving. Each customer is represented by a corresponding thread and each server in your implementation is also represented by a unique Java thread. All customers and servers...

    $100 (Avg Bid)
    $100 Snitt bud
    1 bud

    ...the customer must reenter the waiting area. The waiting area is organized by the shortest order next. Implement a solution to this problem as a Java application using the Java semaphore class for synchronization. Do not turn in you final application as a package or jar. Your zip file must expand into a single directory and your application must compile at the command prompt using javac *.java. Output must include the arrival of each customer and each state transition: leaving full shop, entering shop with an order of m burritos, customer standing, getting service from server n, paying, and leaving. Each customer is represented by a corresponding thread and each server in your implementation is also represented by a unique Java thread. All customers and serv...

    $180 (Avg Bid)
    $180 Snitt bud
    4 bud
    Test Project - J2ee Avsluttet left

    ...the customer must reenter the waiting area. The waiting area is organized by the shortest order next. Implement a solution to this problem as a Java application using the Java semaphore class for synchronization. Do not turn in you final application as a package or jar. Your zip file must expand into a single directory and your application must compile at the command prompt using javac *.java. Output must include the arrival of each customer and each state transition: leaving full shop, entering shop with an order of m burritos, customer standing, getting service from server n, paying, and leaving. Each customer is represented by a corresponding thread and each server in your implementation is also represented by a unique Java thread. All customers and serv...

    $10 / hr (Avg Bid)
    $10 / hr Snitt bud
    9 bud

    Hello! i need this program completed in the next 5 hours... by 9pm central time install sshserver in ubuntu sudo apt-get install openssh-server create ssh key pairs for two users, alice and bob Now add bob's public key to alice's ~/.ssh/authorized_keys le...chmod 600 ~/.ssh/authorized_keys Check that you can login from alice's account to bob's account over SSH with public key authentication Write a Java command-line program that uses SFTP from JSch to upload a message to a file in alice's account. Both the message and filename should be specified as command line arguments. example: $ export CLASSPATH=/r/courses/software/ $ javac $ java Upload " t" "This is a secret message to be saved in alice's myfile.txt...

    $162 (Avg Bid)
    $162 Snitt bud
    3 bud
    Java Programmer Avsluttet left

    I need the Java file transfer expert. Write a Java command-line program that uses SFTP from JSch to upload a message to a file in alice's account. Both the message and filename should be specified as command line arguments. example: $ export CLASSPATH=/r/courses/software/ $ javac $ java Upload " t" "This is a secret message to be saved in alice's myfile.txt." can you do it?

    $35 (Avg Bid)
    $35 Snitt bud
    11 bud

    Hello! I'd like to personally invite you to apply to my job. Please review the job post and apply if you're available. i need this program completed in the next 5 hours... by 9pm central time install sshserver in ubuntu sudo apt-get install openssh-server cr...chmod 600 ~/.ssh/authorized_keys Check that you can login from alice's account to bob's account over SSH with public key authentication Write a Java command-line program that uses SFTP from JSch to upload a message to a file in alice's account. Both the message and filename should be specified as command line arguments. example: $ export CLASSPATH=/r/courses/software/ $ javac $ java Upload " t" "This is a secret message to be saved in alice's myfile.txt...

    $139 (Avg Bid)
    $139 Snitt bud
    5 bud

    I need the code red5chat installed onto my red5 server, should take 10 minutes, I have the source code files.

    $20 (Avg Bid)
    $20 Snitt bud
    5 bud

    Vennligst Registrer deg eller Logg inn for å se detaljer.

    Viktig

    Modding the sales page of

    $280 (Avg Bid)
    $280 Snitt bud
    1 bud

    ...the customer must reenter the waiting area. The waiting area is organized by the shortest order next. Implement a solution to this problem as a Java application using the Java semaphore class for synchronization. Do not turn in you final application as a package or jar. Your zip file must expand into a single directory and your application must compile at the command prompt using javac *.java. Output must include the arrival of each customer and each state transition: leaving full shop, entering shop with an order of m burritos, customer standing, getting service from server n, paying, and leaving. Each customer is represented by a corresponding thread and each server in your implementation is also represented by a unique Java thread. All customers and serv...

    $89 (Avg Bid)
    $89 Snitt bud
    3 bud

    ...visit the customer must reenter the waiting area. The waiting area is organized by the shortest order next. Implement a solution to this problem as a Java application using the Java semaphore class for synchronization. Do not turn in you final application as a package or jar. Your zip file must expand into a single directory and your application must compile at the command prompt using javac *.java. Output must include the arrival of each customer and each state transition: leaving full shop, entering shop with an order of m burritos, customer standing, getting service from server n, paying, and leaving. Each customer is represented by a corresponding thread and each server in your implementation is also represented by a unique Java thread. All customers and servers...

    $50 - $50
    $50 - $50
    0 bud
    Java semaphores Avsluttet left

    ...been filled by the server at the completion of the current counter visit the customer must reenter the waiting area. The waiting area is organized by the shortest order next. Implement a solution to this problem as a Java application using the Java semaphore class for synchronization. Your zip file must expand into a single directory and your application must compile at the command prompt using javac *.java. Output must include the arrival of each customer and each state transition: leaving full shop, entering shop with an order of m burritos, customer standing, getting service from server n, paying, and leaving. Each customer is represented by a corresponding thread and each server in your implementation is also represented by a unique Java thread. All customers and servers exis...

    $45 (Avg Bid)
    $45 Snitt bud
    6 bud
    Java burito Project Avsluttet left

    ...been filled by the server at the completion of the current counter visit the customer must reenter the waiting area. The waiting area is organized by the shortest order next. Implement a solution to this problem as a Java application using the Java semaphore class for synchronization. Your zip file must expand into a single directory and your application must compile at the command prompt using javac *.java. Output must include the arrival of each customer and each state transition: leaving full shop, entering shop with an order of m burritos, customer standing, getting service from server n, paying, and leaving. Each customer is represented by a corresponding thread and each server in your implementation is also represented by a unique Java thread. All customers and servers exis...

    $20 (Avg Bid)
    $20 Snitt bud
    1 bud

    ...visit the customer must reenter the waiting area. The waiting area is organized by the shortest order next. Implement a solution to this problem as a Java application using the Java semaphore class for synchronization. Do not turn in you final application as a package or jar. Your zip file must expand into a single directory and your application must compile at the command prompt using javac *.java. Output must include the arrival of each customer and each state transition: leaving full shop, entering shop with an order of m burritos, customer standing, getting service from server n, paying, and leaving. Each customer is represented by a corresponding thread and each server in your implementation is also represented by a unique Java thread. All customers and servers...

    $30 (Avg Bid)
    $30 Snitt bud
    1 bud

    Write and submit one complete Java program to solve the following requirements. Your program will employ packages (that is, source directories), and contain multiple source files. Because you are using packages, much of your code should be in a directory named “Greenhouse.” You should be able to compile your code using the command “javac Greenhouse*.java” from a directory just below the Greenhouse directory. Greenhouse is a house in which many events could happen, for example, doors may open and close, windows may open and close, fans may turn on or off, lights may turn on or off, an alarm may sound, the thermostat may turn on or off, watering machines may start or stop, and so on. Each event has its own timer and jobs (Hint: use a superclass with separate ...

    $109 (Avg Bid)
    $109 Snitt bud
    1 bud
    java question Avsluttet left

    Write and submit one complete Java program to solve the following requirements. Your program will employ packages (that is, source directories), and contain multiple source files. Because you are using packages, much of your code should be in a directory named “Greenhouse.” You should be able to compile your code using the command “javac Greenhouse*.java” from a directory just below the Greenhouse directory. Greenhouse is a house in which many events could happen, for example, doors may open and close, windows may open and close, fans may turn on or off, lights may turn on or off, an alarm may sound, the thermostat may turn on or off, watering machines may start or stop, and so on. Each event has its own timer and jobs (Hint: use a superclass with separate ...

    $109 (Avg Bid)
    $109 Snitt bud
    1 bud

    Write and submit one complete Java program to solve the following requirements. Your program will employ packages (that is, source directories), and contain multiple source files. Because you are using packages, much of your code should be in a directory named “Greenhouse.” You should be able to compile your code using the command “javac Greenhouse*.java” from a directory just below the Greenhouse directory. Greenhouse is a house in which many events could happen, for example, doors may open and close, windows may open and close, fans may turn on or off, lights may turn on or off, an alarm may sound, the thermostat may turn on or off, watering machines may start or stop, and so on. Each event has its own timer and jobs (Hint: use a superclass with separate ...

    $100 (Avg Bid)
    $100 Snitt bud
    1 bud
    Java program Avsluttet left

    Write and submit one complete Java program to solve the following requirements. Your program will employ packages (that is, source directories), and contain multiple source files. Because you are using packages, much of your code should be in a directory named “Greenhouse.” You should be able to compile your code using the command “javac Greenhouse*.java” from a directory just below the Greenhouse directory. Greenhouse is a house in which many events could happen, for example, doors may open and close, windows may open and close, fans may turn on or off, lights may turn on or off, an alarm may sound, the thermostat may turn on or off, watering machines may start or stop, and so on. Each event has its own timer and jobs (Hint: use a superclass with separate ...

    $72 (Avg Bid)
    $72 Snitt bud
    1 bud
    Java project Avsluttet left

    Write and submit one complete Java program to solve the following requirements. Your program will employ packages (that is, source directories), and contain multiple source files. Because you are using packages, much of your code should be in a directory named “Greenhouse.” You should be able to compile your code using the command “javac Greenhouse*.java” from a directory just below the Greenhouse directory. Greenhouse is a house in which many events could happen, for example, doors may open and close, windows may open and close, fans may turn on or off, lights may turn on or off, an alarm may sound, the thermostat may turn on or off, watering machines may start or stop, and so on. Each event has its own timer and jobs (Hint: use a superclass with separate ...

    $72 (Avg Bid)
    $72 Snitt bud
    1 bud

    Write and submit one complete Java program to solve the following requirements. Your program will employ packages (that is, source directories), and contain multiple source files. Because you are using packages, much of your code should be in a directory named “Greenhouse.” You should be able to compile your code using the command “javac Greenhouse*.java” from a directory just below the Greenhouse directory. Greenhouse is a house in which many events could happen, for example, doors may open and close, windows may open and close, fans may turn on or off, lights may turn on or off, an alarm may sound, the thermostat may turn on or off, watering machines may start or stop, and so on. Each event has its own timer and jobs (Hint: use a superclass with separate ...

    $72 (Avg Bid)
    $72 Snitt bud
    1 bud

    I used to have a Windows XP computer which was set up to allow me to develop and test Java code. I used Java 1.1.2 through the Apache server and IndigoPerl to coordinate things. Firstly, I went into the Command window and navigated to where my source files were and typed: javac to produce the class files. Then I put the class files into c:Program FilesApache JServ 1.1.2servlets. Then I used IndigoPerl to start the Apache server and pointed my browser to http://localhost. This referenced c:IndigoPerlhtdocs where I put the in turn referenced the class files. I've now upgraded to a Windows 7 machine (64 bit) and want to duplicate this setup, but can't get it to work. I'd like someone to tell me what to download and run so I can develop and test on my new

    $306 (Avg Bid)
    Omtalt
    $306 Snitt bud
    13 bud

    Our chatroom is coded in flash, specifically Red5chat. Yet, our frontend members all can access the flash chatroom and hold webcam chats. Now, we want a SMARTY php developer who has the support of flash coders in his team to modify the flash chatroom to do "PARTITIONING", ie partition the flash chatroom such that all attendees see only they themselves EACH ONLY , but not all the other people on site who visit that same page, along with a few other persons whom they invited to their "personal chatroom" only. To do that, of course, please create a php page with a table allowing a user to state only those member ids who can see them concurrently like now, without partitioning, All the rest shall be seggregated.

    $1066 (Avg Bid)
    $1066 Snitt bud
    6 bud
    Red5Chat Fix Avsluttet left

    I am planning to use Red5Chat for a chat site. The application is open source however it isn't working fully. I need the following: 1) Room ID, User Name and Gender need to be acquired from the Flash HTML contained page. 2) Room Select and User Login need to be disabled and hidden or deleted from the Flash application 3) Multiple rooms isn't working. The Flash app provides selection for it doesn't work. All users end up in the same room. I suspect the problem is in the Flash and in the Java back-end. 4) The Flash app needs to have elements moved and resized so that it uses less screen space to about 80% of its current height and width. The application uses the Red5 media server (version 0.9.1) and Java. Full source ode for this is available at http:/...

    $275 (Avg Bid)
    $275 Snitt bud
    4 bud

    ...this, congratulations, you have clusters in your database! The table contains the actual clusters, for each page it will have a (rep_id, page_id) pair, where the rep_id is essentially the cluster id (it is actually just the id of the lowest page in the cluster). Depending on what you want to do with the clusters, this may be all you need. You can compile with "javac -cp :. web_clustering/". You may want to make a copy of this file for your modifications, that way you can refer back to the original if you delete too much and screw something up. If you compile and run web_clustering/, it will generate a web site that shows your clusters, gives screenshots of common pages in the clusters (assuming you

    $207 (Avg Bid)
    $207 Snitt bud
    4 bud

    Dear initSoftware, Remember the multidomain protein program that you did? My boss ask me for the javac/java command line, because he had a Mac/linux only to run it. Any thought or help? I'sorry I had to contact you this way as the project had been deleted by me.

    $2 / hr (Avg Bid)
    $2 / hr Snitt bud
    1 bud

    I need to use selenium + java to do stuff on twitter: 1, login (already have working code) 2, randomly read a twitter URL and pick the most recent tweet to retweet, every 10-15 minutes (i have some twitters' tweet pages saved in a text file) so, basically go to one of those urls and retweet a most recent one. It should also skip any tweet that contains "@" or any links. ...retweet a most recent one. It should also skip any tweet that contains "@" or any links. I have some selenium + java code which can click some retweet buttons, although not working well. It can already login. I can send you the code I have now. I will not install any IDE or java packages that is irrelevant to the purpose. All I need is a java code that I can, from command pro...

    $15 (Avg Bid)
    $15 Snitt bud
    1 bud

    Vennligst Registrer deg eller Logg inn for å se detaljer.

    Java Wiz needed Avsluttet left

    ...complications (using the inputMappedClassifier class). It is attached here along with sample input files. I do not want to have to use Eclipse for this program. It will be a very simple single class (plus some import statements). If you don't want to work this way do not bid on the project. To see how I run the program look at the comments in the attached file at the beginning of the file. (//javac -d ./bin -cp ./lib/;./lib/;./lib/;./lib/;./lib/;./lib/;./bin src/ //java -cp ./lib/;./lib/;./lib/;./lib/;./lib/;./lib/;./lib/;./bin

    $17 - $85
    Forseglet
    $17 - $85
    7 bud

    We have a project that takes an input csv file of Domains and Unique IDs and outputs the same Domains and Uni...chunk of 3 million, analyze output, improve. Repeat the process 5 times. There will be an option to keep this process going with a payment attached to each additional cycle. Attached is a "tool" used by the project called "ServerInfo". This one gets the SSL certificate. This is a standalone java source file. There are no dependencies. To compile and run locally, download it to a directory and do: $ javac $ java Tool you should see the following as output $ CN=USERTrust Legacy Secure Server CA, O=The USERTRUST Network, L=Salt Lake City, ST=UT, C=US (If you want to change the URL it checks, change line 55 with a text editor and recompile.) I look forward...

    $1383 (Avg Bid)
    $1383 Snitt bud
    8 bud

    To create a project from an existing ANT buildfile, we follow this foolowing procedure: Click on File->New->Project Select "Java Project from existing Ant Buildfile" and click "next" Enter a project name, and select the build file to use to create the project Select the javac declaration to be used to define the project Click finish ============================================================= Now I wish to get a method (a piece of code) which will do this work programmatically. I will mention the ant build project name and this method will import the project into work space. Supporting hints: This two following link can help you- 1. 2. Package

    $133 (Avg Bid)
    $133 Snitt bud
    15 bud

    ...use an IDE or think about how to change code that you generate in an IDE to my environment so please only work in the command line. [For example, this is how I am compiling: cd C:UsersAlexDesktopholder C:UsersAlexDesktopholder>javac -d ./bin -cp ./lib/ src/finance/google/ C:UsersAlexDesktopholder> javac -d ./bin src/finance/google/ javac -d ./bin -cp ./lib/;./lib/;./lib/;./bin src/finance/google/ javac -d ./bin -cp ./lib/;./lib/;./lib/;./lib/;./lib/;./lib/;./bin src/ Execute: java -cp ./lib/xmlParserAPIs-2

    $23 (Avg Bid)
    $23 Snitt bud
    19 bud
    Java Programs Avsluttet left

    ...and a home nbr (the loop index), then set 'hTmp' to be the next Home object each time. Increment 'i' at the end of the loop. (iv) Compile , , , and then and run the code. Verify that the output session looks similar to this: C:JavaLesson7assign72>javac C:JavaLesson7assign72>javac C:JavaLesson7assign72>javac C:JavaLesson7assign72>javac C:JavaLesson7assign72>java TestHome Summary Report for Home # 1 Type: Single Family Age: 15...

    $277 (Avg Bid)
    $277 Snitt bud
    38 bud

    need some help to install red5chat on a dedicated server running red5 server. need some help to install red5chat on a dedicated server running red5 server.

    $75 (Avg Bid)
    $75 Snitt bud
    2 bud

    ... I have run the code that connects to the API in Eclipse and I can get it to write the results of connecting to the API, but I cannot get it to run in the command prompt and when I use in my code as an instantiation of the class. (see error below). I cannot use Eclipse. I need a solution that I can compile myself from the command prompt. I only know how to use the 'java' command and the 'javac' command so I need your solution to be in a format that will allow just these two commands. Also, the solution should be a separate class that I can instantiate in my main code (as is already done). In order to do this project you must create your own google finance account. This is easy and takes not more than 2 minutes to do. Of course it is free. I describe w...

    $48 (Avg Bid)
    $48 Snitt bud
    3 bud

    Hello I am seeking to develop a chat room for a commercial application. Please excuse if some of my questions are basic as my previous experience has been in ecommerce and basic websites I have selected red5chat as an application The CMS that I was considering was mambo, also a linux application. Ideally I am wanting a website shell developed that allows my to control content via the content management system and host red5chat. Some of the applications I am seeking Administrator control Payment gateway both as paypal and or eway Ability to develop auto responders I have a graphic design back ground but am looking for a turn key solution. can you give me an indication what other information you would need and an indication on budget. Regards Iain Stubbings Mitrom Pty Lt...

    $2000 (Avg Bid)
    $2000 Snitt bud
    1 bud

    Hello, I'm trying to run the attached example. I first compiled with: javac -cp and it works. But when I try to run it with: java -cp ExampleTALib i get this error. Please help to run this. c:5>java -cp ExampleTALib Exception in thread "main" : ExampleTALib Caused by: : ExampleTALib at $() at (Native Method) at () at () at $() at () at

    $2 (Avg Bid)
    $2 Snitt bud
    4 bud

    I have a range of forms on a web site I want to a...form and other details In your bid let me know you have read this by putting an example of the calling command line in your bid and specifiying which language you will use. Canned responses not accepted. I dont reposnd to copy and paste submissions. ## Deliverables **Delivery:** **1 - Source Code for whatever language is used.** > **If Java:** Compilable and runnable using javac (latest version) > **If PHP:** PHP5 - Can insert into a simple page and call it > **If VBA:** Runnable from Excel 2003 > **2 - List of any dependancies required (e.g. Java packages, php includes etc)** **3 - Description of how to delimit strings, numbers and dates and the format for dates required (e.g. dd/mm...

    $87 (Avg Bid)
    $87 Snitt bud
    9 bud

    I am looking for a trading application which can be run on a mac and which connects to the Interactive Brokers TWS workstation via the documented API. The application will trade currency pairs by an algorithm i will d...currency balances from the IB API, and a couple of parameters for the algo need to be entered before the algorithmic trading starts. A back-test on historical data for at least 12 months, better 24 months needs also to be provided, with clear instructions where to get the historical data (if not available online). Full source and any necessary compilation resources (must be compilable with standard javac) must be provided upon completion. The ideal freelancer has trading experience and written java software to interface with IB's API's before, proof o...

    $546 (Avg Bid)
    Omtalt
    $546 Snitt bud
    7 bud

    Second part project for red5chat. More details in private.

    $50 (Avg Bid)
    $50 Snitt bud
    1 bud

    Zlecę wdrożenie chata video na moim serwerze, Red5 jest zainstalowany - oczywiście na potrzeby instalacji, zleceniobiorca może go przeinstalować do innej dowolnej wersji wersji. Chat dostępny tutaj: Dla mnie najważniejsza jest cena - dlatego preferuję freelancerów (myślę, że dla osoby obeznanej w temacie nie powinno to sprawić problemu) - chat ma po prostu działać i tyle, bez żadnych modyfikacji. Oczywiście streaming video w oparciu i mój serwer. PS. O kontakt proszę osoby, które już mają doświadczenie z tą technologią.

    min $2
    min $2
    0 bud