Filtrer

Mes recherches récentes
Filtrer par :
Budget
à
à
à
Type
Compétences
Langues
    État du travail
    35 multiprocess travaux trouvés au tarif de EUR

    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.

    €135 (Avg Bid)
    €135 Offre moyenne
    6 offres
    Tennis Racket Shape Detection S'est terminé left

    ...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!...

    €235 (Avg Bid)
    €235 Offre moyenne
    17 offres

    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.

    €14 (Avg Bid)
    €14 Offre moyenne
    4 offres
    Trading with NEAT algorythm S'est terminé left

    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...

    €138 (Avg Bid)
    €138 Offre moyenne
    7 offres

    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.

    €173 (Avg Bid)
    €173 Offre moyenne
    23 offres

    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...

    €113 (Avg Bid)
    €113 Offre moyenne
    2 offres

    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.

    €142 (Avg Bid)
    €142 Offre moyenne
    14 offres
    C++ / C Program S'est terminé 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.

    €143 (Avg Bid)
    Urgent
    €143 Offre moyenne
    7 offres

    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.

    €73 (Avg Bid)
    €73 Offre moyenne
    5 offres
    Build a Blackjack Program in C++ S'est terminé left

    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.

    €19 (Avg Bid)
    €19 Offre moyenne
    2 offres
    C++, linux frok() and ununtu -- 2 S'est terminé left

    ...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...

    €39 (Avg Bid)
    €39 Offre moyenne
    5 offres

    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

    €20 (Avg Bid)
    €20 Offre moyenne
    6 offres

    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

    €97 (Avg Bid)
    €97 Offre moyenne
    4 offres
    Python coding for JSON to CSV S'est terminé left

    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...

    €99 (Avg Bid)
    €99 Offre moyenne
    24 offres
    ElectronJS Multithreading S'est terminé left

    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.

    €152 (Avg Bid)
    €152 Offre moyenne
    6 offres

    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

    €187 (Avg Bid)
    €187 Offre moyenne
    42 offres
    Write some code S'est terminé left

    programming for multiprocess

    €117 (Avg Bid)
    €117 Offre moyenne
    22 offres
    Write some code S'est terminé left

    programming for multiprocess

    €78 (Avg Bid)
    €78 Offre moyenne
    20 offres
    Parallel computing S'est terminé 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.

    €98 (Avg Bid)
    €98 Offre moyenne
    9 offres

    ...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...

    €17 / hr (Avg Bid)
    €17 / hr Offre moyenne
    16 offres
    Multiprocess Parallel Program S'est terminé left

    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)

    €25 (Avg Bid)
    €25 Offre moyenne
    7 offres

    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...

    €629 (Avg Bid)
    €629 Offre moyenne
    7 offres

    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...

    €225 (Avg Bid)
    €225 Offre moyenne
    3 offres

    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

    €104 (Avg Bid)
    €104 Offre moyenne
    1 offres
    Private project S'est terminé left

    Custom project with multiprocess programming in C.

    €159 (Avg Bid)
    €159 Offre moyenne
    1 offres
    web search personalization S'est terminé left

    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...

    €312 (Avg Bid)
    €312 Offre moyenne
    5 offres
    Python Tutor S'est terminé 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...

    €319 (Avg Bid)
    €319 Offre moyenne
    5 offres
    Python Tutor - Multiprocess S'est terminé 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...

    €594 (Avg Bid)
    €594 Offre moyenne
    6 offres
    522757 Python Tutor S'est terminé 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
    New AVL Platform S'est terminé 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...

    €17752 (Avg Bid)
    €17752 Offre moyenne
    7 offres
    AVL Communication server S'est terminé 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...

    €672 (Avg Bid)
    €672 Offre moyenne
    3 offres

    ...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...

    €94 - €469
    €94 - €469
    0 offres
    Snort IDS Extension S'est terminé 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...

    €797 (Avg Bid)
    €797 Offre moyenne
    1 offres
    Microsoft ISA extension S'est terminé left

    ...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. ...

    €94 - €469
    €94 - €469
    0 offres
    TCP-IP Script Optimization S'est terminé left

    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

    €277 (Avg Bid)
    €277 Offre moyenne
    13 offres