Multiprocess trabalhos

Filtro

Minhas pesquisas recentes
Filtrar por:
Orçamento
para
para
para
Tipo
Habilidades
Idiomas
    Estado do Trabalho
    35 multiprocess trabalhos encontrados, preços em USD

    I am looking for a skilled developer to create a multiprocess and parallelized version of Pollard Rho for secp256k1 using Python. The implementation should be optimized for Linux. The ideal candidate should have experience in: - Python programming - Parallel computing and multiprocessing - Optimization for Linux platforms The expected timeframe for completing this project is flexible and can be discussed further with the chosen freelancer.

    $144 (Avg Bid)
    $144 Média
    6 ofertas

    ...the pose of the racket based on your oval estimate. If the program you write gives ovals that vary a lot from the tennis racket, I won’t be able to detect racket orientation accurately, and I won’t be able to accept your program. 2. The program must not take longer than 150 seconds to determine the ovals in all 60 of the tennis racket images using a normal quad core computer. Feel free to multiprocess. Ideally the program is written in Python but other languages will be accepted. Thank you!...

    $251 (Avg Bid)
    $251 Média
    17 ofertas

    Description: I want to create iterative type ( Stream type) dataset with multiple number of workers using Pytorch. I have a data in the form of function. Data and information will be provided. It's a small 1hr task.

    $15 (Avg Bid)
    $15 Média
    4 ofertas

    I have completed a code that works with NEAT algorythm and it work well, but since the data is very large to process, it requires a lot of time before each generation will complete. SInce the NEAT algo is working without using the GPU and there is no way to be implemented , i would like to use the GPU in order to speed up the...with NEAT algorythm and it work well, but since the data is very large to process, it requires a lot of time before each generation will complete. SInce the NEAT algo is working without using the GPU and there is no way to be implemented , i would like to use the GPU in order to speed up the process. It will be a RL problem so it can be done with Tensorflow, Pytorch, Theano. I already used the multiprocess so i can use all the cores of the processors but it s...

    $147 (Avg Bid)
    $147 Média
    7 ofertas

    I am seeking a talented scraping expert to get some information with a script that can get data. And the scrape data need to be saved as xslx format. The script must be multiprocess and resolve captchas, with api's or in creative ways. Website details will be shared with freelancers.

    $184 (Avg Bid)
    $184 Média
    23 ofertas

    I need a c++ manager/worker program to study various strategies for playing the card game called twenty-one. This must be implemented as a multiprocess application. The manager process is the dealer. The worker processes are the players. At least two player processes must be implemented and each must have a unique strategy detailed in the report. The program should be implemented in such a way that it runs at least one thousand trials, each with a freshly shuffled deck and reports the number of times the dealer and each player wins. I already have the base code for this program, implemented using pthreads, and it works fine for one trial. I need help with updating the program to run thousand trials. Also, if we can use pipes instead of pthreads, that would be great. I can provide...

    $120 (Avg Bid)
    $120 Média
    2 ofertas

    Change a program with a for loop, that does Pandas calculations, to do multiple combinations simultaneously (multiprocessing), along with other pertinent optimizations. Bonus for making a OpenCL optimized version.

    $151 (Avg Bid)
    $151 Média
    14 ofertas
    C++ / C Program Encerrado left

    Write a C++ or C manager/worker program to replicate the card game twenty-one (blackjack). This must be implemented as a multiprocess application. The manager process is the dealer. The worker processes are the players. At least two player processes must be implemented and each must have a unique strategy. Run at least one thousand trials, each with a freshly shuffled deck. Report the number of times the dealer and each player wins. There is no human interaction with the program during execution. Please comment a lot so I may read the code easier.

    $152 (Avg Bid)
    Urgente
    $152 Média
    7 ofertas

    I need help with writing a C++ manager/worker program to replicate the card game twenty-one (blackjack). This must be implemented as a multiprocess application. The manager process is the dealer. The worker processes are the players. At least two player processes must be implemented and each must have a unique strategy. Run at least one thousand trials, each with a freshly shuffled deck. Report the number of times the dealer and each player wins. There is no human interaction with the program during execution. Please message for additional details.

    $78 (Avg Bid)
    $78 Média
    5 ofertas

    I need help with writing a C++ manager/worker program to replicate the card game twenty-one (blackjack). This must be implemented as a multiprocess application. The manager process is the dealer. The worker processes are the players. At least two player processes must be implemented and each must have a unique strategy. Run at least one thousand trials, each with a freshly shuffled deck. Report the number of times the dealer and each player wins. There is no human interaction with the program during execution. Please message for additional details.

    $20 (Avg Bid)
    $20 Média
    2 ofertas

    ...Ubuntu ISO 4. Write a C/C++ program which uses getdomainname, gethostname, and uname to get and display system information about machine. 5. Tie the output of the program to the Ubuntu installation in use. 6. Upload report and code here. Part 2 (Project) Write a C/C++ manager/worker program to study various strategies for playing the card game called twenty-one. This must be implemented as a multiprocess application. The manager process is the dealer. The worker processes are the players. At least two player processes must be implemented and each must have a unique strategy detailed in the report. Run at least one thousand trials, each with a freshly shuffled deck. Report the number of times the dealer and each player wins. Test your code running it in the Ubuntu LTS environ...

    $42 (Avg Bid)
    $42 Média
    5 ofertas

    I'm increasing a number by 1 on a url with python requests. I need to multi thread this, 100 threads, so it counts linearly so, let's pretend: , i need it to open 100 threads, increasing by 1, all the way up to say.... 100,000

    $21 (Avg Bid)
    $21 Média
    6 ofertas

    I am looking for seasoned Django admin professional who have handled development/modification of groups, permissions, multiprocess applications to deployment of Django application in aws or azure environment. Pls don't bid if you have not worked on Django admin modification. I am looking at core skills and don't mind if you have some secure setups ready and willing to take responsibility Pls let me know if you are working somewhere else as well and not just a freelancer

    $103 (Avg Bid)
    $103 Média
    4 ofertas

    I need python code which can do the following, Convert nested or complex JSON file to CSV file with respect to a schema file( schema file contains the keys required to be kept inside the csv file) Before converting the file, if the file is huge it needs to split into small files and there should not be any memory exceptions while processing the huge file while converting to csv from jso...file to CSV file with respect to a schema file( schema file contains the keys required to be kept inside the csv file) Before converting the file, if the file is huge it needs to split into small files and there should not be any memory exceptions while processing the huge file while converting to csv from json. Once the files are split, then each file needs to be processed in parallel using multipr...

    $106 (Avg Bid)
    $106 Média
    24 ofertas

    I have an ElectronJS application that is currently setup to run a NodeJS package (that is also written by me) to run in a multiprocess structure. I need to transform this from multi-processes into a multithreaded implementation using ElectronJS’s built in web workers.

    $162 (Avg Bid)
    $162 Média
    6 ofertas

    We have some help for making page for: -main page (benchmark: ) singlepage: -single page (integrate with customization page of fancy product designer) - benchmark: -process of multiprocess of woocommerce checkout

    $199 (Avg Bid)
    $199 Média
    42 ofertas
    Write some code Encerrado left

    programming for multiprocess

    $125 (Avg Bid)
    $125 Média
    22 ofertas
    Write some code Encerrado left

    programming for multiprocess

    $83 (Avg Bid)
    $83 Média
    20 ofertas
    Parallel computing Encerrado left

    MS Visual studio to program and run a simple multiprocess console program using mpi in visual C++. Please find the attachment for all requirements and details.

    $107 (Avg Bid)
    $107 Média
    8 ofertas

    ...basic requires: - the script must be powerful - you must use the "PHPCrawl webcrawler library/framework" () in multiprocessing mode, set up for maximum performance (we have a strong server with 10Gbit network connection)! - we need email address(es) only from starting domain, not from other domains - the script must read only a few rows one time from data table (equal with multiprocess setting) not the whole table because the table is big. - we need email address from URL-s (Companies) where we can contact - maybe good idea to find first in the results keywords, like: contact, info, sales, etc... - maybe good idea to save the resources and find URL (in the PHPCrawler URLCACHE_SQLITE) wich is contain a string "contact" and after found, start to extract t...

    $18 / hr (Avg Bid)
    $18 / hr Média
    16 ofertas

    Write a multiprocess parallel program with system calls like fork and exec Grasp the sense of process memory space and inter-process communication (maximum 4 days)

    $27 (Avg Bid)
    $27 Média
    7 ofertas

    Hello, I need a software that inputs 2 files in any audio format (mp3, wav, etc.). Presumably those 2 files are 2 songs and i need to know the percent in which they match. For example if one song is in d Minor and played on a piano and other song is in Sol and played on a violin, but the 2 songs are the same i need to get a positive match. This needs to be at least multithreaded if not multiprocess( each trade will analyze a part of the files) (preferably on windows environment, if you wish linux you are going to have to help me install it) It has to be done in 7 days, you will have to do some research and provide the research you have done ( related to the code, and the sounds, to see what defines a song, how can you see if 2 songs match, what proprieties have to be similar) t...

    $671 (Avg Bid)
    $671 Média
    7 ofertas

    We need solution to implement fast multithread web surfing (JS and proxy support required!). Mandatory requirements: webloader JavaScript (JS) support; stable multithread processing; “multithread” is just a concept, but not a strict definition. As example it can run in multiprocess mode (where each one process contains one websurfer instance. http proxy with authentication (by login and password) support; we must be able to setup separate cache/cookie/useragent/proxy for each running instance; we can able to control the application (send commands like navigate, return webelement etc AND get results) from C# .net application or c++ aplication. The set of mandatory commands listed below: get webpage visual presentation screenshot; navigate to webpage; get webpag...

    $240 (Avg Bid)
    $240 Média
    3 ofertas

    Hi, The project consists is a simple script to be executed by the terminal via PHP CLI. 1) The script should use the library 2) Must run in multiprocess () 3) Must run in terminal linux Ubuntu with PHP CLI 4) Must be stored in MySql all the HTML source of a site from a page (eg ) 5) MySQL DB Structure: TABLE: Websitepage - id - url -htmcode - indexdate !!! any other tables or fields you are free to add them. Read the project before making your offers

    $111 (Avg Bid)
    $111 Média
    1 ofertas
    Private project Encerrado left

    Custom project with multiprocess programming in C.

    $170 (Avg Bid)
    $170 Média
    1 ofertas

    If you don't know these terms (Vector Space Model, Information retrievals, data mining)... be a way of this project :) The system should implement a Yahoo API, get results (15 - 50 results). I need to parse the results for a query in real-time, getting (title+keywords+description+h1 tags contents). Note: this could be slow so you MUST use threads or multiprocess function so it is real-time. Then, these data should be represented as a vector for each document, weight each term using TFIDF. after removing punctuations and stop words (cleaning data). Each result is a associated with a set of feedback (save, bookmark, share, like, dislike). When a user click on each one a user model is represented as a vector depending on the content on the link internally. So, in the next time...

    $333 (Avg Bid)
    $333 Média
    5 ofertas
    Python Tutor Encerrado left

    Looking to learn how to create multithread / multiprocess applications to automate the following: 1. Account Signup 2. Account Login 3. Account Data Retrieval 4. Account Action after Login I have learned some Python already, still a novice. Currently using the spynner library for browser emulation on threads and socksipy library for sockets. - Must be able to utilize proxies - Must have threading knowledge - Must understand how to use databases, read/write I'm looking to create a solid backend that I can use for all the applications I create in the future. I want a socket and web proxy class / library that works on threads efficiently and is extremely stable. If you have your own custom class/library already written, I may be interested in buying it from you...

    $340 (Avg Bid)
    $340 Média
    5 ofertas

    Looking to learn how to create multithread / multiprocess applications to automate the following: 1. Account Signup 2. Account Login 3. Account Data Retrieval 4. Account Action after Login I have learned some Python already, still a novice. Currently using the spynner library for browser emulation on threads and socksipy library for sockets. - Must be able to utilize proxies - Must have threading knowledge - Must understand how to use databases, read/write I'm looking to create a solid backend that I can use for all the applications I create in the future. I want a socket and web proxy class / library that works on threads efficiently and is extremely stable. If you have your own custom class/library already written, I may be interested in buying it from you...

    $633 (Avg Bid)
    $633 Média
    6 ofertas
    522757 Python Tutor Encerrado left

    Looking to learn how to create multithread / multiprocess applications to automate the following: 1. Account Signup 2. Account Login 3. Account Data Retrieval 4. Account Action after Login 1. Load URL 2. Harvest Data 3. Save / Manipulate Data I have learned some Python already, still a novice. Currently using the spynner library for browser emulation on threads and socksipy library for sockets. - Must be able to utilize proxies - Must have threading knowledge - Must understand how to use databases, read/write RegEx expert is also preferred but if you have another method I'll hear you out, as I'm not an expert but from what I understand RegEx is very powerful. I'm looking to create a solid backend that I can use for all the applications I creat...

    N/A
    N/A
    0 ofertas
    New AVL Platform Encerrado left

    ... then saved. When a new device is added, we will be able to select the profile for this device, where we will assign a name and other information. The listener will then listen to multiple ports (one port for each device profile), then decode the incoming data according to the data format specified and saved to database 1) Must be written in C/C++ 2) Data collector server module able to multiprocess or multithreaded 3) Support both TCP/UDP 4) Able to work with multiple number of device ( Different manufacturer) 5) Read incoming data 6) Decode incoming data and push to database 7) Data collector module should be asynchronous relative to network handling 8) The data parser component should support two kinds of formats: delimited fields and fields with fixed width 9) Spec...

    $18928 (Avg Bid)
    $18928 Média
    7 ofertas

    ... then saved. When a new device is added, we will be able to select the profile for this device, where we will assign a name and other information. The listener will then listen to multiple ports (one port for each device profile), then decode the incoming data according to the data format specified and saved to database 1) Must be written in C/C++ 2) Data collector server module able to multiprocess or multithreaded 3) Support both TCP/UDP 4) Able to work with multiple number of device ( Different manufacturer) 5) Read incoming data 6) Decode incoming data and push to database 7) Data collector module should be asynchronous relative to network handling 8) The data parser component should support two kinds of formats: delimited fields and fields with fixed width 9) Spec...

    $716 (Avg Bid)
    $716 Média
    3 ofertas

    ...problems/issues with delay or timing (e.g does it kill snort if the cache is too large and navigation becomes slow.) (e.g if the request to the 'external lookup process' used netlink socket are there any blocking issues or possibility of freeze/deadlock) - document briefly the installation method of the application filter into snort 1b) recommend the best method for fast syncronised multiprocess, re-entrant access to the "external lookup process" can be made. 1c) other recommendations 2) Complete and fully-functional working program(s) in executable form as well as complete source code of all work done. 3) Deliverables must be in ready-to-run condition, as follows (depending on the nature of the deliverables): a) For web si...

    $100 - $500
    $100 - $500
    0 ofertas
    Snort IDS Extension Encerrado left

    ...problems/issues with delay or timing (e.g does it kill snort if the cache is too large and navigation becomes slow.) (e.g if the request to the 'external lookup process' used netlink socket are there any blocking issues or possibility of freeze/deadlock) - document briefly the installation method of the application filter into snort 1b) recommend the best method for fast syncronised multiprocess, re-entrant access to the "external lookup process" can be made. 1c) other recommendations 2) Complete and fully-functional working program(s) in executable form as well as complete source code of all work done. 3) Deliverables must be in ready-to-run condition, as follows (depending on the nature of the deliverables): a) For web si...

    $850 (Avg Bid)
    $850 Média
    1 ofertas

    ...described code in Application Filter (where required) - source code for the 'stub' simulating the 'external lookup process' - document problems/issues with delay or timing (e.g does it kill the firewall if you put a 1 second delay in the 'external lookup process' - document briefly the installation method of the application filter into ISA F) recommend the best method for fast syncronised multiprocess, re-entrant access to the "external lookup process" can be made. G) other recommendations Notes: 1. The "external lookup process" can be simulated by having another process that takes the parameters and returning TRUE/FALSE after 100msec. 2. The application filter must be useful for inbound or outbound filtering. ...

    $100 - $500
    $100 - $500
    0 ofertas

    I have had a TCP/IP related scritp developed, but it desperately needs optimization. THe script connects with a multithreaded/multiprocess connection, but the connections get dropped. I need a way to optimize this so that when connections are dropped, they are "killed" and new ones established to take their place. TCP/IP experts only please The process is written in perl and run on a Linux platform ## Deliverables Complete and fully-functional working program(s) in executable form as well as complete source code of all work done. ## Deadline information ASAP

    $295 (Avg Bid)
    $295 Média
    13 ofertas