Suodata

Viimeisimmät hakuni
Suodatusperuste:
Budjetti
asti
asti
asti
Tyyppi
Taidot
Kielet
    Työn tila
    457 pthread mutex työtä löytyi, hinnoittelu EUR

    Could do this before 5/26? Follow the introduction, writing in c, it suppose be about 200 lines of code.

    €141 (Avg Bid)
    €141 Keskimäär. tarjous
    1 tarjoukset

    Please view the word file attached for full description of what is needed. Also, take a look at the other files attached which need to be modified.

    €35 (Avg Bid)
    €35 Keskimäär. tarjous
    7 tarjoukset
    C programmer Loppunut left

    Write two C programs to sort numbers (real numbers) with radix sort algorithm. One program creates multiple threads using pthread to sort the numbers in parallel. The other program uses MPI to sort the numbers in parallel. Specific requirements/instructions. 1. The program accepts two arguments. One is the number of values to be sorted. The other is the number of threads. e.g. qs 32768 4 32768 is the number of values and 4 is the number of threads. 2. The program must generate these values first (you can use srand() and rand()). 3. To have multiple threads work on sorting in parallel, you can divide the values and give each thread a part of values. E.g. if you have 4 threads to sort 1 million values, you can let each thread sort 1/4 million values. When each of them finishes, ...

    €193 (Avg Bid)
    €193 Keskimäär. tarjous
    4 tarjoukset

    In the given code there will be a directory called mpi which cont...called mpi which contains a Makefile and an empty C file called pwcrack.c. This Makefile isn't run (as there is not yet any code to compile). You should start by changing the Makefile in the src/ directory so that it runs the file mpi/Makefile. To do this you just need to add the mp directory to the list of directories in the SUBDIR variable. Line 11 should now look like this: SUBDIRS = serial pthread mpi Commit the new version of the Makefile now into Svn checkout. Make sure you write a sensible commit message! Task 3 Using what you have learned from the other versions of pwcrack.c, write a new version in the file mpi/pwcrack.c that uses OpenMPI to split the tasks between different nodes in a cluster o...

    €43 (Avg Bid)
    €43 Keskimäär. tarjous
    2 tarjoukset

    implement a C/C++ multi-threaded program that uses pthread library and avoids deadlock. See attached file for details. • You are required to use pthread synchronization tools such as semaphores and mutex locks to do synchronization You are required to output all of the necessary events into two files named “” and “”. For “”, you need sequentially number (processID) each process and indicates the process’s arrival time, the time to start processing (start-time), and the time to exit (end-time). The “” looks like: processID Resource arrival-time start-time end-time 1 Rq 12:25:11 12:25:12 12:25:13 2 Rl 12:25:13 12:25:13 12:25:14 The “” tracks when the flag person goes to sleep and when he/she i...

    €147 (Avg Bid)
    €147 Keskimäär. tarjous
    18 tarjoukset

    implement a C/C++ multi-threaded program that uses pthread library and avoids deadlock. See attached file for details. • You are required to use pthread synchronization tools such as semaphores and mutex locks to do synchronization The task information will be read from an input text file. The format is pid arrival_time burst_time All of fields are integer type where pid : is a unique numeric process ID arrival_time : is the time when the task arrives in the unit of milliseconds burst_time : the is the CPU time requested by a task, in the unit of milliseconds The time unit for arrival_time, burst_time and interval is millisecond.

    €198 (Avg Bid)
    €198 Keskimäär. tarjous
    6 tarjoukset
    Yazılım Üret Loppunut left

    Write a multi-threaded C program that will count the number of occurrences of words in an input set of text (ascii) files by using bounded buffers, mutex and condition variables instead of files and synchronization elements. Number of occurences of words should be written on a file named 'fileFinal'

    €143 (Avg Bid)
    €143 Keskimäär. tarjous
    4 tarjoukset

    In this assignment, you will be working with the "threads"' subsystem of Linux. This is the part of Linux that supports multiple concurrent activities within the kernel. In the exercises below, you will write a simple program that creates multip...subsystem of Linux. This is the part of Linux that supports multiple concurrent activities within the kernel. In the exercises below, you will write a simple program that creates multiple threads, you will demonstrate the problems that arise when multiple threads perform unsynchronized access to shared data, and you will rectify these problems by introducing synchronization (in the form of Pthreads mutex) into the code. Then, you will simulate one real world synchronization problem by using the synchronization primiti...

    €25 (Avg Bid)
    €25 Keskimäär. tarjous
    2 tarjoukset

    Do parts 1 and 2 Part 1: Simple Multi-thread Programming The purpose of this exercise is for you to get some experience using the threads primitives provided by Pthreads [1], and to demonstrate what happens if concurrently executing threads access shared variables without proper synchronization. Then you will use the mutex synchronization primitives in Pthreads to achieve proper synchronization. and part 2 Part 2: Office Hours Multi-Thread Programming - Weight: 50% You have been hired by the School of Computer Science at FIU to write code to help synchronize a professor and his/her students during office hours. The professor, of course, wants to take a nap if no students are around to ask questions; if there are students who want to ask questions, they must synchronize with each ...

    €98 (Avg Bid)
    €98 Keskimäär. tarjous
    15 tarjoukset

    Do parts 1 and 2 Part 1: Simple Multi-thread Programming The purpose of this exercise is for you to get some experience using the threads primitives provided by Pthreads [1], and to demonstrate what happens if concurrently executing threads access shared variables without proper synchronization. Then you will use the mutex synchronization primitives in Pthreads to achieve proper synchronization. and part 2 Part 2: Office Hours Multi-Thread Programming - Weight: 50% You have been hired by the School of Computer Science at FIU to write code to help synchronize a professor and his/her students during office hours. The professor, of course, wants to take a nap if no students are around to ask questions; if there are students who want to ask questions, they must synchronize with each ...

    €47 (Avg Bid)
    €47 Keskimäär. tarjous
    1 tarjoukset

    5 small programs using Pthreads,Win32 Thread, and OpenMP. Do one program to calculate the Fibonacci Sequence using Pthreads and another program using Win32 Thread. Then another program Implement Matrix Multiplication using Pthreads. Also rewrite an existing code to implement OpenMP and also another rewrite but now implementing Pthread.

    €9 - €28
    €9 - €28
    0 tarjoukset

    Server objectives: - based on epoll, pipes, multithreaded - appling latest version websocket protocol - procedural c - linux environment - after establishing connection parsing requests/responses in json format - having on top of all threads dynamic array to which each connected can write/read constantly - applying mutex only on given indices - evicting rat race, and preserving array integrality. Client objectives: - javascript - browser environment - Google Chrome - function to handle write/onmessage Both: - library independent - fast - clear, simple, and well documented source code

    €194 (Avg Bid)
    €194 Keskimäär. tarjous
    6 tarjoukset

    I need a c# console program to detect a mutex in a process every few seconds and kill the mutex if it is present. This must work for running processes and newly opened processes and it must have a 80+% success rate or close at detecting and closing the mutex.

    €136 (Avg Bid)
    €136 Keskimäär. tarjous
    15 tarjoukset

    ...client using the already established connection. The client then sends the number for which it would like to compute the factorial. The server calculates the factorial and returns it to the client. In order to be able to count the number of clients already served, a specific PThread receives signals from all PThreads who serve clients. Those PThreads send a signal when they send the request back to the client before they terminate. When the counter PTreads receives a signal from another PThread, it increments a counter then prints it. When the number of served clients reaches a certain number (10 for example), the server terminates all threads while printing the number of served clients and for how much time it has been running. Guidelines:...

    €23 (Avg Bid)
    €23 Keskimäär. tarjous
    2 tarjoukset

    ...client using the already established connection. The client then sends the number for which it would like to compute the factorial. The server calculates the factorial and returns it to the client. In order to be able to count the number of clients already served, a specific PThread receives signals from all PThreads who serve clients. Those PThreads send a signal when they send the request back to the client before they terminate. When the counter PTreads receives a signal from another PThread, it increments a counter then prints it. When the number of served clients reaches a certain number (10 for example), the server terminates all threads while printing the number of served clients and for how much time it has been running. Guidelines:...

    €234 (Avg Bid)
    €234 Keskimäär. tarjous
    1 tarjoukset

    I have c++ serial (linear) code to solve 0 1 knapsack problem by dynamic algorithm, i want to convert it to parallel (c++ by using pthread) , but it should be in short time that is 24 hours only ... can you do it in short time?

    €117 (Avg Bid)
    €117 Keskimäär. tarjous
    3 tarjoukset

    I have c++ serial (linear) code to solve 0 1 knapsack problem by dynamic algorithm, i want to convert it to parallel (c++ by using pthread) , but it should be in short time that is 24 hours only ... can you do it in short time?

    €28 (Avg Bid)
    €28 Keskimäär. tarjous
    1 tarjoukset

    ...customizable, Currently set it as "Reserway Flight Assistant; V 2.0; ". Before close - incase the application exit is called, before exiting, the browser should navigate to a URL and complete or should clear the cookies. This is to make sure that user gets logged out when application is closed. Application should not permit multiple uses on the same machine, some kind of "Mutex" settings I think. Should use the Reference 3 as the initial url in the application. Make sure that the link at the bottom works from the application. There will not be any upfront milestone releases. 25% will be released when screen shots are seen with the test url. Rest will be released only after approval of my internal quality team. Code should be well commented, and re...

    €430 (Avg Bid)
    €430 Keskimäär. tarjous
    2 tarjoukset
    jurasick park Loppunut left

    Write program in C language to simulate the following IPC problem. If there are multiple files in your submission, you need to provide a makefile as well. Make sure to use mutex locks or semaphores to synchronize the processes/threads. Display messages to the screen to show the state of the system. A good way to validate your program is running correctly is to perform some simple output messages to show the state of the system. You can experiment with these messages, but in general you want to demonstrate what each thread is doing. You can use an integer number to identify each thread. If your program needs any arguments in command line (for example, number of passengers and number of cars), you need prompt proper message for the arguments and also valid the input. You may consider ...

    €23 (Avg Bid)
    €23 Keskimäär. tarjous
    1 tarjoukset

    An basic c code will be written in Unix that includes some thread and mutex examples. Additional information and pseudo code of the program is provided after awarding the project. There are also lots of different example codes about this problem on internet.

    €37 (Avg Bid)
    €37 Keskimäär. tarjous
    25 tarjoukset

    Create two threads: producer and consumer Create a structure queue where you may have a buffer, head, tail, semaphores and mutex, thread_cond_t as data members.

    €54 (Avg Bid)
    €54 Keskimäär. tarjous
    3 tarjoukset

    In the following program, the main program (process) will create a thread in which a simple sum will be calculated while the main process waits the thread to terminate. Change the program so that in the thread, a mortgage payment for a given amount, amortization and interest rate is calculated.

    €143 (Avg Bid)
    Kiireellinen
    €143 Keskimäär. tarjous
    7 tarjoukset

    I need to modify some given code for a Scull driver and make it so that it do some specfic tasks. "The new type of minor device will implement a specific kind of alphabetically-sorted buffer structure, and will make us of the newer mutex lock structure instead of the (older) semaphore lock." This will not require changing all of the existing code. I have a zip with the Driver files. Contact me if intrested.

    €18 - €149
    €18 - €149
    0 tarjoukset

    I need to modify some given code for a Scull driver and make it so that it do some specfic tasks. "The new type of minor device will implement a specific kind of alphabetically-sorted buffer structure, and will make us of the newer mutex lock structure instead of the (older) semaphore lock." This will not require changing all of the existing code. I have a zip with the Driver files. Contact me if intrested.

    €87 (Avg Bid)
    €87 Keskimäär. tarjous
    4 tarjoukset

    I need to modify some given code for a Scull driver and make it so that it do some specfic tasks. "The new type of minor device will implement a specific kind of alphabetically-sorted buffer structure, and will make us of the newer mutex lock structure instead of the (older) semaphore lock." This will not require changing all of the existing code. I have a zip with the Driver files. Contact me if intrested.

    €107 (Avg Bid)
    €107 Keskimäär. tarjous
    1 tarjoukset

    For this Project, standard counting semaphores will be used for empty and full, and, rather than a binary semaphore, a mutex lock will be used to represent mutex. The producer and consumer--running as separate threads--will move items to and from a buffer that is synchronized with these empty, full, and mutex structures. You can solve this problem using either Pthreads API or Java API. Task 1 The buffer will consist of a fixed-size array of type buffer_item (which will be defined using a typedef). The array of buffer_item objects will be manipulated as a circular queue. The definition of buffer_item, along with the size of the buffer, can be stored in a header file such as the following: /* buffer.h */ typedef int buffer_item; #define BUFFER_SIZE 5 The buffer...

    €16 (Avg Bid)
    €16 Keskimäär. tarjous
    1 tarjoukset

    For this Project, standard counting semaphores will be used for empty and full, and, rather than a binary semaphore, a mutex lock will be used to represent mutex. The producer and consumer--running as separate threads--will move items to and from a buffer that is synchronized with these empty, full, and mutex structures. You can solve this problem using either Pthreads API or Java API. Task 1 The buffer will consist of a fixed-size array of type buffer_item (which will be defined using a typedef). The array of buffer_item objects will be manipulated as a circular queue. The definition of buffer_item, along with the size of the buffer, can be stored in a header file such as the following: /* buffer.h */ typedef int buffer_item; #define BUFFER_SIZE 5 The buffer...

    €420 (Avg Bid)
    Kiireellinen
    €420 Keskimäär. tarjous
    1 tarjoukset

    We have an ActiveX that runs from a web page that has problems in Wind...in the BIN folder to their computer, register the ActiveX and then visit our test page. The OCX and exe need to both live in a folder under 'program files (x86)'. If you put them in a folder such as d:myfolder then IE will refuse to load them even if they are registered. The sample project: 1. A simple windows exe that creates a 'mutex' and then waits, allowing the mutex to be seen by other apps 2. A simple IE ActiveX that tries to detect the mutex 3. A test web page at: The above works with EPM disabled, but doesn't work with EPM enabled. It should work. We need someone to take that sample project and make whatever changes are needed for it to be EPM com...

    €316 (Avg Bid)
    Mainostettu
    €316 Keskimäär. tarjous
    6 tarjoukset

    ...and Scantime - Clean and professional Gui - Custom Installation [ 6 methods ] - EOF [ End Of File ] Support - Crypt multi files ( you can crypt at once more 100 files ) - Bypasses all proactives - 5 Custom Injections [ Support Files .Net ] - Bypasses Kaspersky 2014 (Antivirus and Internet Security) - Change Version Info - No additional Dependencies - Change Icon [ Support all icons ] - Mutex [ Only 1 Execution ] - Very Long Fud Duration - Unicode Support ( Crypted files run on all languages ) ( China/russia/iran/iraq ) - Easy to use - 6 Custom Startup ( Completely bypass pro-actives ) - Binder (Option run in memory o drop file) Support all extensions (.png .jpg .mp3 .mp4 and much more) - Work on 32 & 64 Bits - Automated Updates [ Free ] - Strong Persistance...

    €469 - €563
    €469 - €563
    0 tarjoukset

    Need a programmer who is profficient in Making FUD Crypter(Scantime and Runtime). It should have features as listed below: >Unique Stub Generation >Multiple Startup Method >End of file >Mutex >Anti Task Manger, Anti Sandboxie, Anti Botkill, Anti Virtual Machine >Persistence >Binder >Disable UAC >Injector >Assembly Changer >Fully Undetectable Also its full Source Code is Needed To Re-FUD in future. Also mention the charges of adding more features in future.

    €703 (Avg Bid)
    €703 Keskimäär. tarjous
    1 tarjoukset

    Necesito contratar a un programador en C, para que realice las asignaciones de la Universidad.  Por ahora el trabajo es con hilos, mutex, pthread, semaforos y memoria compartida. Mi profesion es de seguridad en Redes (CISSP), sin embargo, la carrera de Ingenieria en computacion la habia dejado pendiente y solo me falta este curso para completarla. no tengo tiempo para dedicarlo a aprender a programar, por eso requiero los servicios de alguna persona que ya tenga los conocimientos.

    €229 (Avg Bid)
    €229 Keskimäär. tarjous
    4 tarjoukset

    I have a crypto coin that i have had developed, i have been able to create QT for everything except mac. I am running into this crash ========================== cd /iencecoin; /bin/sh share/ /iencecoin/build/build.h /usr/bin/clang++ -c -pipe -fstack-protector-all -D_FORTIFY_SOURCE=2 -O2 -arch x86_64 -Xarch_x86_64 -mmacosx-version-min=10.7 -pthread -fdiagnostics-show-option -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -DQT_GUI -DBOOST_THREAD_USE_LIB -DBOOST_SPIRIT_THREADSAFE -DUSE_UPNP=1 -DSTATICLIB -DUSE_IPV6=1 -DHAVE_BUILD_INFO -DMAC_OSX -DMSG_NOSIGNAL=0 -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/opt/local/share/qt4/mkspecs/macx-g++ -Ibuild -I/opt/local/Library/Frameworks/

    €90 (Avg Bid)
    €90 Keskimäär. tarjous
    2 tarjoukset

    i need to implement a priority ceiling protocol with priority inheritance with following allocation rule : If R (mutex) is free : 1) If priority of Task J is > ceilings priority of all other resources currently acquired by other jobs then allocate R to J. 2)if J is the job holding the resource(s) whose priority ceiling = P(t), allocate R to J 3) otherwise :request denied and blocked J. Also, if a lower priority task is holding mutex and a higher priority request the mutex then it is blocked if its priority is less than ceilings priority of all other resources currently acquired by other jobs then lower priority inherits the priority of requested task(priority inheritance).

    €7 - €20
    €7 - €20
    0 tarjoukset

    ...would like a cross platform Remote Administration tool with a dark GUI and a user friendly GUI, the features are listed below and maybe changed or modified during the project if necessary, after the program has been built I would like the source code and the intelectual rights to the program. Features: Remote Desktop + Keyboard & Mouse Remote Shell Chat Scrypt Mining Persistence + Startup Mutex Server Builder Polymorphism I would like this as complex as possible Local Password Stealing LAN Sniffer (HTTP/HTTPS/FTP) Spreading Utilities I.E. USB, P2P, LAN, Skype, etc Ability to hide itself, hide itself from startup, Upload & Download Funtionality with execute Browser Hijacking Anti Bot Features (No Bot Kill) Anti Virus Kill Features Anti VM-Ware, Virtual ...

    €2358 (Avg Bid)
    €2358 Keskimäär. tarjous
    10 tarjoukset

    ...hide with presistance) 2. Ring 3 Rootkit (process hide on X32 an X64) 3. Delay (Up to 60 minutes Stable) 4. Bypass Proactive 5. Kills 37 known AV's 6. EOF data 7. .Net support 2.0/4.0 (Injection Method) 8. Anti's (Including Anti-MalwareBytes)-(Anti sandi an Anti virtual If they try to run simply it Does'nt have too.. An don't want to give error 9. Binder (Drops in Program Data) 10. Mutex. 11. Assembly Editor + Cloner 12. BotKiller 13. Anti-BotKiller (strong to survive from betabot) 14. Force Admin. 15. Downloader. 16. Exe Spoof 17. Fake Message. 18. Icon Changer. 19. Disable UAC (An Bypass UAC) (Will not detect by ProActive) 20. Custom Drop Loction. 21. Melt. 22. Disable System Restore. 23. UPX. 24. Unicode support. 25. File Pum...

    €2026 (Avg Bid)
    €2026 Keskimäär. tarjous
    2 tarjoukset

    I need a coder who can code for me a private Native Crypter for educational purpose. 1. Must be Coded in C++ 2. (fully...List of Options: 1. Start up (msconfig hide with presistance) 2. Ring 3 Rootkit (process hie) 3. Delay (Up to 60 minutes Stable) 4. Bypass Proactive 5. Kills 37 known AV's 6. EOF data 7. .Net support 2.0/4.0 8. Anti's (Including Anti-MalwareBytes)-(Anti sandi an Anti virtual If they try to run simply it will not run Does't want to give error 9. Binder (Drops in Program Data) 10. Mutex 11. Assembly Editor + Cloner 12. BotKiller 13. Anti-BotKiller 14. Protect Process 15. Force Admin 16. Disable Firewall 17. Fake Message 18. Icon Changer 19. Disable UAC 20. Hidden in System 21. Melt 22. Disable System Restore 23. U...

    €28 - €234
    €28 - €234
    0 tarjoukset

    I need help in a project where knowledge in Pthread is necessary. Need help writing few lines of codes to illustrate the dining philosophers scenario. After than need help writing a C code to implement a user-level thread library with an API similar to Pthreads. The attach files will give you more details. The C files related to the assignment will be provided.

    €141 (Avg Bid)
    €141 Keskimäär. tarjous
    2 tarjoukset

    I need somebody to code me Litecoin/Feathercoin miner without drops or downloads of files and also a miner to which can mine Litecoin/Feathercoin with GPU/CPU. Features i am looking for: 1: Should be 100% written in C/C++ 2: No Drops (Shouldn't drop any files outside the miner itself) 3: No Downloads (Shouldn't download any ...(The external dependencies to which are internally stored are injected directly into the miner process itself as temporary data streams into the processes current allocation *Prevents anti-virus detection's on the files themselves) 5: Startup (HKCU & ActiveX, uses ActiveX control containers to store itself if the standard HKCU Registry keys are compromised) 6: idle mining 7: Stratum Support 8: Mutex 9: Real CPU and GPU support ...

    €28 - €234
    €28 - €234
    0 tarjoukset

    1. Mam program napisany w bibliotece thread/mutex na WIN (130 linijek kodu) - działa i jego zadaniem jest odpalanie 2 grup wątków z czego jedna grupa wątków korzysta z zasobów 10x częśćiej. 2. Potrzebuję ten program przepisać na bibliotekę pthreads i lekko go zmienić - działanie takie samo ale żeby trochę inaczej go napisać. Dla kogoś kto zna C++ i programowanie na wątkach + pthreads to nie będzie stanowiło problemu - PROSZE O POWAŻNE OFERTY. Termin to na jutro do 20-21 (do soboty do 21). Najchętniej jak najszybciej. Proszę TYLKO o poważne oferty dla ludzi znających temat.

    min €2
    min €2
    0 tarjoukset
    FUD Keylogger Loppunut left

    Looking for some one to code a Keylogger that will work on windows XP - windows 8 32 and 64 bit with a builder Builder 1. Logs sent to Email and/or ftp Email - Smtp: Port: Login: Password: Test email button Ftp- Ftp server: Port: Login: Password: Test Ftp Button 2. Input ______ logs sent ...1. Logs sent to Email and/or ftp Email - Smtp: Port: Login: Password: Test email button Ftp- Ftp server: Port: Login: Password: Test Ftp Button 2. Input ______ logs sent intervals in Minutes 3. Polymorphic 4. Invisible 5. Startup 6. Bypass UAC 7. Install locations [√] Windows [√] System [√] Program Files [√] My Documents [√] Templates [√] Local AppData 8. generate Mutex 9. log types [√] Keyboard Hook ...

    €202 (Avg Bid)
    €202 Keskimäär. tarjous
    4 tarjoukset

    I'm thinking of getting a small project done if the price is right You are going to use the open source (.vcxproj) of the miner called UFASo...change pool and simple stuff like that etc... (i own a server park so i want to see which computers's are mining and not and i want to control all miners from one computer instead of walking around physically through the racks) when it connects to the server or the main computer it will show IP and a little information about the computers that is connected though. 5. Add Startup, Registry key and Mutex(avoiding more than 1 instance started on computer at once. 6. UPnP Support 7. Commented code is perferred. This shouldnt be that much coding as the product is already OpenSource. Please do not bid if you have no idea what a ...

    €47 - €234
    €47 - €234
    0 tarjoukset

    I'm thinking of getting a small project done if the price is right You are going to use the open source (.vcxproj) of the miner called UFASo...change pool and simple stuff like that etc... (i own a server park so i want to see which computers's are mining and not and i want to control all miners from one computer instead of walking around physically through the racks) when it connects to the server or the main computer it will show IP and a little information about the computers that is connected though. 5. Add Startup, Registry key and Mutex(avoiding more than 1 instance started on computer at once. 6. UPnP Support 7. Commented code is perferred. This shouldnt be that much coding as the product is already OpenSource. Please do not bid if you have no idea what a ...

    €515 (Avg Bid)
    €515 Keskimäär. tarjous
    2 tarjoukset

    ...obj/util.o: In function `operator/': /usr/local/include/boost/filesystem/: undefined reference to `boost::filesystem::path::operator/=(boost::filesystem::path const&)' /usr/local/include/boost/filesystem/: undefined reference to `boost::filesystem::path::operator/=(boost::filesystem::path const&)' obj/walletdb.o: In function `sleep': /usr/local/include/boost/thread/pthread/: undefined reference to `boost::this_thread::hiden::sleep_until(timespec const&)' obj/walletdb.o: In function `operator/': /usr/local/include/boost/filesystem/: undefined reference to `boost::filesystem::path::operator/=(boost::filesystem::path const&)' obj/walletdb.o: In function `is_directory': /usr/local/include/boost/filesystem/: undefined

    €47 / hr (Avg Bid)
    €47 / hr Keskimäär. tarjous
    1 tarjoukset

    ...office hours, the TA sits at the desk and takes a nap. If a student arrives during office hours and finds the TA sleeping, the student must awaken the TA to ask for help. If a student arrives and finds the TA currently helping another student, the student sits on one of the chairs in the hallway and waits. If no chairs are available, the student will come back at a later time. Using POSIX threads, mutex locks, and semaphores, implement a solution that coordinates the activities of the TA and the students. Details for this ssignment are provided below. The Students and the TA Using Pthreads , begin by creating n students. Each will run as a separate thread. The TA will run as a separate thread as well. Student threads will alternate between programming for a period of time...

    €47 (Avg Bid)
    €47 Keskimäär. tarjous
    5 tarjoukset

    ...4: RunTime miner (The external dependencies to which are internally stored are injected directly into the miner process itself as temporary data streams into the processes current allocation *Prevents anti-virus detection's on the files themselves) 5: Startup (HKCU & ActiveX, uses ActiveX control containers to store itself if the standard HKCU Registry keys are compromised) 6: idle mining 7: Mutex 8: Real CPU 9: CPU usages 100% when pc is idle 50% when active 10: here you can find source code to modify 

    €364 (Avg Bid)
    €364 Keskimäär. tarjous
    2 tarjoukset
    Need Miner Modified Loppunut left

    1: Should be 100% written in C/C++ 2: No Drops (Shouldn't drop any files outside the miner itself) 3: No Downloads (Shouldn't download any files for the miner to work) 4: RunTime miner (The external dependencies to which are intern...4: RunTime miner (The external dependencies to which are internally stored are injected directly into the miner process itself as temporary data streams into the processes current allocation *Prevents anti-virus detection's on the files themselves) 5: Startup (HKCU & ActiveX, uses ActiveX control containers to store itself if the standard HKCU Registry keys are compromised) 6: idle mining 7: Mutex 8: Real CPU 9: CPU usages 100% when pc is idle 50% when active 10: here you can find source code to modify 

    €141 - €234
    €141 - €234
    0 tarjoukset
    eBay API code help Loppunut left

    ...<SortingOrder>Ascending</SortingOrder><Pagination><EntriesPerPage>100</EntriesPerPage><PageNumber>1</PageNumber></Pagination> </GetOrdersRequest> "order_id": "123456789", "order_status": "Completed", "adjustment_amount": { "cents": 0, "currency": "USD", "bank": { "rates": {}, "mutex": {} } }, "checkout_status": { "ebay_payment_status": "NoPaymentFailure", "last_modified_time&...

    €243 (Avg Bid)
    Mainostettu Kiireellinen
    €243 Keskimäär. tarjous
    6 tarjoukset
    Crypter.... Loppunut left

    ...Threat sandbox - Anti Panda sandbox - Anti Debug - Anti DUMP - Anti Emulation - Dll Detections - Anti Cwssandbox AND others... option custom injection methods option custom install path methods option UPX compression option File bomber in KB/MB option Icon changer (Steals Icon from exe or uses clean Icon File & saves it) option Binder option fake message option start up (Hidden startup) option Mutex option presistence option file cloner option assembly cloner (changer) option Block AV Update option Extension spoofer (Any extension, .mp3, .gif etc.) option Output Extension Changer (.Exe, .Com, .SCR, .BAT, .PIF) option Delayed Execution Encryption Stub with AES-265-CBC Obfuscate Code unique encrypted Private fud RunPE can Crypt all *.*files possibility to refud it with ease Un...

    €563 (Avg Bid)
    €563 Keskimäär. tarjous
    1 tarjoukset
    FUD Crypter Loppunut left

    ...Threat sandbox - Anti Panda sandbox - Anti Debug - Anti DUMP - Anti Emulation - Dll Detections - Anti Cwssandbox AND others... option custom injection methods option custom install path methods option UPX compression option File bomber in KB/MB option Icon changer (Steals Icon from exe or uses clean Icon File & saves it) option Binder option fake message option start up (Hidden startup) option Mutex option presistence option file cloner option assembly cloner (changer) option Block AV Update option Extension spoofer (Any extension, .mp3, .gif etc.) option Output Extension Changer (.Exe, .Com, .SCR, .BAT, .PIF) option Delayed Execution Encryption Stub with AES-265-CBC Obfuscate Code unique encrypted Private fud RunPE can Crypt all *.*files possibility to refud it with ease Un...

    €563 - €563
    €563 - €563
    0 tarjoukset
    Crypter FUD Loppunut left

    ...Threat sandbox - Anti Panda sandbox - Anti Debug - Anti DUMP - Anti Emulation - Dll Detections - Anti Cwssandbox AND others... option custom injection methods option custom install path methods option UPX compression option File bomber in KB/MB option Icon changer (Steals Icon from exe or uses clean Icon File & saves it) option Binder option fake message option start up (Hidden startup) option Mutex option presistence option file cloner option assembly cloner (changer) option Block AV Update option Extension spoofer (Any extension, .mp3, .gif etc.) option Output Extension Changer (.Exe, .Com, .SCR, .BAT, .PIF) option Delayed Execution Encryption Stub with AES-265-CBC Obfuscate Code unique encrypted Private fud RunPE can Crypt all *.*files possibility to refud it with ease Un...

    €563 - €563
    €563 - €563
    0 tarjoukset