Filtruj

Moje ostatnie wyszukiwania
Pokaż:
Budżet
dla
dla
dla
Typ
Umiejętności
Języki
    Stan Projektu
    2,000 asc file znalezione projekty, cennik w USD

    Mam juz gotowa grafike ,jednak potrzebowal bym zamienic ja w plik ,ktory nie traci na jakosci przy na druku. Grafika jest o rozmiarze 1024x1024

    $25 (Avg Bid)
    $25 Średnia Oferta:
    6 składanie ofert

    Objective: The goal is to produce a video file that mirrors the content and style of the provided reference video (), substituting the original pole structure with a new one provided in the attachment (zerosite (2).png). The designer has the option to receive a 3D file for accuracy in recreation. Video Length: 5-10 seconds, ensuring the narrative and visual pacing matches the reference. Pole Structure Replacement: The new pole structure must be integrated seamlessly into the video. It should replace the original pole structure while maintaining the scale, orientation, and interactions within the environment. Visual Style: The visual style and quality should be consistent with the reference video, including textures, lighting, and any visible dynamics or effects. Animation...

    $24 (Avg Bid)
    $24 Średnia Oferta:
    5 składanie ofert

    I need an excel file, where salesmen will introduce data after all visits to customers File description 1. Two loggin levels : admins and user. Admins can see all the data, users only that introduced by them 2. Admin panel lookout: -visit overview by date -visit overview by salesmen -visit overview by region -posting comments to visits or overall coments to salesmen - user is notified in his panel of any comment made by admin 3. User panel lookout: -visit overview by customer, region, date or tax id -replying to comments made by admin -introducing new visits (date, customer, region, tax id, remarks), making a checkilist: 3.1. Adding Tax id, region of the customer 3.2. Saying hello, small talk – YES/NO 3.3. Products talk YES/NO - description – what products? 3...

    $108 (Avg Bid)
    $108 Średnia Oferta:
    6 składanie ofert

    I need a loader that will download .exe file from web and then run it. I want the Loader to support a large number of users, with the exception that 1 user - 1 device, preferably authorization should be done by classic login:pass and HWID It is also important that the Loader does not leave an .exe file anywhere for the user to copy (running from memory?) I also don't have any hosting from which the program could check authorization and download the file, you will need to program such functions and I will gladly take advice on which hosting to use. It will be good if the loader has any graphical interface where the user can enter his login and password and run the file

    $150 (Avg Bid)
    $150 Średnia Oferta:
    1 składanie ofert

    I need to receive notifications when files change or folders change. Apparently, the Windows API has these methods (like FindCloseChangeNotification) The component (or DLL module) must have methods: AddFileOrFolder(path:string); RemoveFileOrFolder(path:string); OnChange(path:string) - change notification event. Greetings Marcin Konopka **************************************************************** Potrzebuję otrzymywać powiadomienia o zmianach plików lub zmianach w folderach. Podobno Windows API posiada takie metody (jak np. FindCloseChangeNotification) Komponent (lub moduł DLL) musi mieć metody: AddFileOrFolder(path:string); RemoveFileOrFolder(path:string); OnChange(path:string) - zdarzenie powiadomienia o zmianie. Pozdrawiam Marcin Konopka

    $170 (Avg Bid)
    $170 Średnia Oferta:
    2 składanie ofert

    Potrzebuję, by ktoś zrobił dla mnie wdrożenie pluginu lub podobnie wyglądającego uploadera plików na stronę. Chcę aby pliki oprócz tego, że wgrywają się na serwer, dodawały się również jako rekordy w bazie danych.

    $29 (Avg Bid)
    $29 Średnia Oferta:
    10 składanie ofert

    Potrzebuję prostego programu działającego na Windows 7, w którym mogę wybrać lokalizację folderu z logami pochodzącymi z pewnej aplikacji w formacie .dat (w środku jest to tak naprawdę normalny plik CSV z uporządkowanymi danymi rozdzielanych przecinkiem), który zamieszczam jako załącznik. Nazwa pliku z logiem zawiera dokładną datę - np. 20150725.dat. Jeden log = jeden dzień. Chciałbym, żeby program łączył pliki z wybranego zakresu dat w jeden plik, przy założeniu, że dane z logów ustawione będą chronologicznie datą oraz w pliku wynikowym do każdej linijki loga dodana będzie data (dodatkowa kolumna w csv - pierwsza z lewej) pobrana z nazwy loga w formacie dd.mm.rrrr. W pierwszej linijce zbiorczego loga powinny też być definicje nazw kolumn, które przekażę. Plik w...

    $88 (Avg Bid)
    $88 Średnia Oferta:
    5 składanie ofert

    Zlecę wykonanie skryptu który będzie pobierał wideo pliki z Youtuba w największej jakości jaka jest dostępna jeśli jest w HD pobiera w HD, wszystkie pliki pobiera na serwer, czyli wklejam link do wideo w skrypcie a ten pobiera plik wideo na serwer i zapisuje informacje w Mysql .

    $90 (Avg Bid)
    $90 Średnia Oferta:
    4 składanie ofert

    Zlecę przetłumaczenia pliku .po ( tylko części dla użytkowników ). Proszę zapoznać się z plikiem i w swojej propozycji podać cenę i czas wykonania.

    $16 (Avg Bid)
    $16 Średnia Oferta:
    5 składanie ofert

    ...programisty do napisania prostego batch file-a. Docelowy batchfile posłuży do stworzenia rozwiązania odpalanego z płyty CD, które to rozwiązanie: a) odpali instaler zewnętrznej aplikacji (nazwijmy ją "Q") i pozwoli zainstalować ją użytkownikowi b) następnie gdyby użytkownik uruchomił aplikację z poziomu instalera ("Run now") batch file zabije launcher aplikacji Q c) następnie batch file przegra dodatkowe pliki do odpowiedniego katalogu aplikacji Q (pliki będą znajdowały się na serwerze FTP lub na płycie CD) d) następnie batch file usunie skrót do aplikacji Q, znajdujący się na pulpicie i pojawiający się tam domyślnie oraz podmieni go na batch file, który będzie uruchamiał aplikację Q z określonymi param...

    $20 (Avg Bid)
    $20 Średnia Oferta:
    1 składanie ofert

    ...Funkcja: Pobieramy z wiersza wartość, zmieniamy status i zebraną kwotę wysyłamy do tabeli, która trzyma stan skarbonki użytkownika. DANE status 0 - open status 1 - processed status 2 - closed Obecny select select id, user_id, sell_amount, sell_currency_id from (select id, user_id, sell_amount, sell_currency_id, sum(sell_amount) over (order by buy_amount/sell_amount ASC, date_add ASC) as cumsell from market t where (status = 0 or status = 1) and type = 0 ) t where 0 <= cumsell and 7 > cumsell - sell_amount; Wynik select id;user_id;amount;status 4;1;1.00000000;0 6;2;2.60000000;0 5;3;2.00000000;0 7;4;4.00000000;0 Co chcę uzyskać id;user_id;amount;status 4;1;0.00000000;2 -- zabieramy 1, suma 1, zmieniamy status na 2 ...

    min $2
    min $2
    0 składanie ofert

    Witam serdecznie mam do wykonania szybki prosty projekt strony (fla, external file, xml) etap 1 - storyboard: + prosty sample tego web: etap 2: footer - ale to prawie banał. coś jak tutaj na dole: tylko środkowa sekcja = tło +rozjaśnione napisy (wysuwany, sklejony z dolną krawędzią) Proszę o pilny kontakt Artur Marlewicz marlewicz@ 506 780 909 ps. do pliku PDF mam uszczegółowienia wybranych rozwiązań via mail.

    $203 (Avg Bid)
    $203 Średnia Oferta:
    1 składanie ofert

    Zlece napisanie skryptu pobierania danych aukcji wg slowa kluczowego Dane wejsciowe: 1. szukana fraza - String 2. sortowanie wg - cena, ilosc ofert, czas do konca, 3. typ aukcji (licytacja, kupteraz, wszytskie> plik php np: ;sort=cena,asc&type=all moze byc rozbite na 3 rowne pliki np , ... zwraca plik XML z danymi wg zalaczonego pliku tzn trzy sekcje <ALLEGRO> <EBAY><SWISTAK> <AUKCJA> numer, link bezposredni, link do miniatury, tytul aukcji, cena licyowana, cena Kupteraz, ilosc ofert, do konca ilosc aukcji 50szt

    min $2
    min $2
    0 składanie ofert

    zlecę wyciągnięcie listy gier ze strony ;mode=all&sort=views&dlx_type=all&sortdir=asc&official=all Kontakt: GG 1760084, Gtalk hevioco@

    min $2
    min $2
    0 składanie ofert

    Szukam osoby ze znajomością programu file maker do wykonania bazy danych dla nowo powstającej firmy. Pozdrawiam Pawel

    min $2
    min $2
    0 składanie ofert

    Zlece napisanie prostej aplikacji do wyszukiwania i zarządzania plikami. Jest to projekt na zaliczenie laborek na studiach i jest on potrzebny maksymalnie do piątku. Aplikacja ma być baaardzo prosta, bez zbędnych pierdół:) Specyfikacja: "Realizowanym celem w ramach projektu o powyższym temacie jest stworzenie prostej aplikacji przeznaczonej do zarządzania plikami znajdującymi się na dysku komputera. Za pomocą stworzonej aplikacji będzie można przeglądać katalogi/pliki znajdujące się na dyskach twardych komputera oraz wykonywać podstawowe operacje na plikach/folderach, takie jak: wyszukiwanie plików/folderów, kopiowanie plików/folderów, wklejanie plików/folderów, zmiana nazwy plików/folderów, usuwanie plików/...

    min $2
    min $2
    0 składanie ofert

    Witam! Potrzebuję naprawić błąd przy upload filmów. Błąd: "Failed To Find Flength File" Strona: A tutaj w razie potrzeby konto do usera: test test Jeśli ktoś wie jak temu zaradzić zapraszam do mnie na GG bądź email: kupwwwpl@ gg: 9851962

    min $2
    min $2
    0 składanie ofert

    Witam, do wykonania prosty serwis społecznościowy zorientowany na udostępnianie zdjęć (coś a'la Flickr, ale znacznie prostszy). 1. Strona główna: - miniaturki zuploadowanych zdjęć wraz z tytułem, fragmentem opisu, autorem, datą i oceną - paginacja, sortowanie (asc/desc) po dacie, ocenie, ilości odsłon - wyszukiwanie zdjęć po fra-zie/zach w tytule i tagach - statystyka serwisu: ilość zarej. użytkowników, ilość zdjęć 2. Strona zdjęcia: - autor, data uploadu, tytuł, opis, tagi, średnia ocena, ilość odsłon - dla zalogowanych użytkowników: możliwość oceny (blokada po IP) i komentarzy pod zdjęciem (dla komentarzy paginacja) - dla autora: możliwość edycji: tytułu, opisu, tagów; możliwość usunięcia zdjęcia - przyciski share: facebook, my...

    $611 (Avg Bid)
    $611 Średnia Oferta:
    1 składanie ofert
    33181 flash/as2 pilne! Zakończone left

    ..._visible = false; } = ; ('',ld,'POST'); } } Które łączą się z plikiem i wykonują polecenie: Kod php: if($option == "up") { $id1 = $_POST['id']; $zap = "SELECT id FROM Foty ORDER BY id ASC LIMIT 1"; $res = mysql_query($zap, $db); $spr = mysql_result($res,0,0); if($spr<$id1) { $zap2 = "SELECT id FROM Foty WHERE id < $id1 ORDER BY id DESC LIMIT 1;"; $res2 = mysql_query($zap2, $db); $id2 = mysql_result($res2,0,0); $zap3

    min $2
    min $2
    0 składanie ofert

    Potrzebny mi uploader do plików napisany we flashu. Wymagania: - upload plików minimum 500MB, jeśli to możliwe nawet do 3GB - obsługa wszelkich problemów takich jak zerwane połączenia itp., jednym słowem wrzucony plik musi dotrzeć na serwer. - prościutka walidacja - przepuszczane tylko pliki zip - po stronie serwera możliwy odbiór plików z POST'a

    $30 (Avg Bid)
    $30 Średnia Oferta:
    1 składanie ofert
    21442 ACS 4.1 Cisco Zakończone left

    Poszukujemy firmy lub osoby, która skonfiguruje dla nas ASC 4.1. Więcej szczegółów zainteresowanym wyślę na maila

    min $2
    min $2
    0 składanie ofert

    I'm seeking a skilled ... with no specific limit. - Predefined Output Path: Users should have the option to assign a default output path for the signed files. - PDF Signature Display: For PDF documents, the utility should display the signature as an optional feature. The goal is to have this utility developed within a month. Ideal skills for this project include: - Proficiency in programming languages suitable for file processing (e.g. Python, Java) - Experience in developing software utilities or tools - Familiarity with e-signing mechanisms and standards - Prior experience in working with PDF, XML, JSON, and Text files - Ability to create a user-friendly interface for the utility. If you have the required skills and can deliver within the specified time frame, please s...

    $225 (Avg Bid)
    $225 Średnia Oferta:
    4 składanie ofert

    I have an Adobe Illustrator file that I need to be converted into a .png file for use in PowerPoint. When doing this, the .ai file shall also be updated by removing all unused elements and provided to me. The size of the resulting .png shall be small only including the elements I want without extra space surrounding it. Key points: - I need the .png file to be compatible and high quality within PowerPoint. - I'm flexible with dimensions but would appreciate advice on the best size for this purpose. Ideal experience and skills for this project: - Proficiency in Adobe Illustrator and PowerPoint. - Strong understanding of file conversion and optimization for PowerPoint. - Ability to communicate and provide guidance on appropriate dimensions.

    $23 (Avg Bid)
    $23 Średnia Oferta:
    71 składanie ofert

    I need a SolidWorks STEP file converted to an editable format for design modification in SolidWorks. Need the full project zip every component seperated.

    $42 (Avg Bid)
    $42 Średnia Oferta:
    26 składanie ofert

    Develop macro-enabled Excel file to handle CSV

    $176 (Avg Bid)
    $176 Średnia Oferta:
    1 składanie ofert

    ...multiple html file(hundreds to thousands), each html file contain multiple tables(vary from 15-35, depend on each html file). Python to extract specific table and vertically stack them together to create an Excel file.(first column add html filename.) inside html file is encoded in chinese, so must use chinese to view it. table name/string partially e.g. "現金流量表" or "被投資公司名稱" or "資金貸與他人"or "轉投資大陸地區" or other name(later can be change). extract table based on table names/string. the table may not be there(depend on the html). If so just skip or single row blank. have to be easy to read and maintain in the future. .py file(source code) not .exe binary file (I think it's not very hard. I�...

    $34 (Avg Bid)
    $34 Średnia Oferta:
    18 składanie ofert

    I need a professional to help me with my PES file resizing and correction for a cotton fabric project. Key Tasks: - Resize the design to fit within the 4x4 to 8x8 inches range - Digitize the design for optimal stitch density - Ensure the color scheme is correct and suitable for the final product (cotton fabric) You should have: - Proficiency in embroidery software, specifically with PES files - Experience in resizing and correcting embroidery designs - Understanding of different materials' requirements, especially cotton - Attention to detail - Portfolio of similar projects Please provide me with an overview of your experience and some examples of past work.

    $11 (Avg Bid)
    $11 Średnia Oferta:
    23 składanie ofert

    I have an Illustrator file that needs some text changes. All the new text content is ready, so the task mainly involves swapping out the existing text with the updated content. Ideal skills and experience for this project: - Proficiency in Adobe Illustrator - Strong attention to detail - Ability to follow instructions accurately Attached is a sample. Required modifications. 1. Change bar code. 2. Tidy up the text. 3. Duplicate the file and update some text. 4. Resend me with the right dimensions.

    $46 (Avg Bid)
    $46 Średnia Oferta:
    38 składanie ofert

    Hi Ishaq A., My Printer says that The logo file in one of the rewind bag artwork files for Mulberry Tree brand is too small. Can you please fix the logo and change to the two coloured versions used in the artwork

    $20 (Avg Bid)
    $20 Średnia Oferta:
    1 składanie ofert

    I have a 58-second audio file with speech that has been marred by background noise. I'm seeking a professional audio engineer who can clean up the file and remove the static, ensuring the final audio quality is as pristine as possible, with minimal to no background noise remaining. SECOND HALF OF AUDIO NEED TO CLARIFY VOICES- YOUNG BOY TALKING TO HIS FATHER WHO HAS PLANTED EVIDENCE FOR HIS OWN CRIME. NEED TO HEAR IT AS SOON AS POSSIBLE This task requires someone well-versed in audio editing who can preserve the original content while significantly reducing the presence of background noise AND PERHAPS LOWER THE OVERLAPPED FAKE POLICE YELLING ON TOP.... Experience with radio or similar audio content is a plus. ANYONE WHO CAN DO IT FAST.

    $78 (Avg Bid)
    $78 Średnia Oferta:
    13 składanie ofert
    Python Data Analysis File Fix 6 dni left
    ZWERYFIKOWANY

    ...Python file that was running fine last night for data analysis purposes. However, after trying to upload the '' file to GitHub, I encountered an error due to the file size being too large for GitHub. I need to get the Python file running again, but with the '' file stored on an external service to work around the file size limitations of GitHub. Key requirements include: - Identifying and resolving the issue causing the Python file not to run - Storing the '' file on an external service and adjusting the Python code to access it from there Ideal Skills and Experience: - Proficiency in Python - Experience with data analysis and handling large datasets - Familiarity with version control, specifically u...

    $10 / hr (Avg Bid)
    $10 / hr Średnia Oferta:
    42 składanie ofert

    As we delve further into the world of quilt design, our team needs a proficient quilting professional who is well-acquainted with HZZE quilting software. This task involves converting our simple vector design into a .DAT file suitable for our HZZE machine. The design has been created in Adobe Illustrator and isn’t intricate, it requires implementing straight stitching only. Your skills and experience in working with similar software and accomplishing related tasks would be pivotal to the success of this project. We look forward to seeing the design come to life.

    $35 (Avg Bid)
    $35 Średnia Oferta:
    10 składanie ofert
    Monochrome 3D Print File Creation 6 dni left
    ZWERYFIKOWANY

    I'm looking for a skilled professional to create a 3D print file in STL format derived from an image I have. The project revolves around crafting a monochrome 3D model of a specific object within the provided image. Your tasks will involve: - Analyzing the image and focusing on the designated object. - Creating a 3D model of the object. - Generating an STL file for 3D printing in monochrome. Ideal candidates will have experience with 3D modeling, CAD software, and a keen eye for detail to accurately capture the object within the image. Please ensure your proficiency with STL file creation and monochrome 3D printing. Efficiency, precision, and ability to follow instructions closely are paramount for this task. Reach out if you demonstrate these skills. I am eager...

    $101 (Avg Bid)
    $101 Średnia Oferta:
    35 składanie ofert

    I'm in need of a prof...professional who can create a web-based file sharing script much like Dropbox or Zoho Wedrive. This project is geared towards individuals and requires the following key functionalities: - File Uploading and Downloading: The ability to upload and download files securely and seamlessly is a must. - File Versioning: Implementing a system that tracks and allows users to access previous versions of files is critical for this project. Ideal candidates should have extensive experience in web-based application development, particularly within the file-sharing niche. A solid understanding of data security, user experience, and scalability is also a plus. I'm looking for a proactive and highly skilled professional who can deliver a reli...

    $482 (Avg Bid)
    $482 Średnia Oferta:
    23 składanie ofert
    QNX Remote Command Batch File 6 dni left
    ZWERYFIKOWANY

    I’m looking for an experienced system programmer who can create a batch file or script that performs a specific set of tasks on a local W10/11computer. The tasks I need accomplished are: - Connect to the remote QNX computer via SSH (Secure Shell)( login/ password in config file.) -send some command (must be configurable - Run certain commands via batch file on windows 10/11 computer. (Configurable) - Run local bat comands on Windows computer (configurable) - Send key combinations on Windows computer (configurable) Managing errors if they occurs. Keep CMD open for manually entering other commands ( in feature can be automated as another project or add-on) Prior experience with batch file creation and QNX systems is necessary. Proficiency in SSH connectio...

    $33 - $272
    Ukryte
    $33 - $272
    10 składanie ofert

    I'm in need of an Excel expert to enhance my files. The tasks include: - Removing duplicate rows - Fixing formatting issues - Merging two sheets into one Additionally, I would like to incorporate a corporate branding style in the file, utilizing appropriate colors and logos. Ideal Freelancer: - Proficient in Excel with experience in data cleaning - Skilled in formatting and merging multiple sheets - Familiar with incorporating corporate branding within Excel

    $75 (Avg Bid)
    $75 Średnia Oferta:
    54 składanie ofert

    I am in need of an experienced individual to help with data collection for my business. Unfortunately, I didn't complete the form, but here's a more detailed overview of what I need: - I require a variety of data to be gathered, which may include customer information, product details, and sales information. Having a background in managing these types of data will be essential. - The purpose behind this data collection process is to strengthen my business strategies. Your ability to interpret data and draw actionable insights from it will be crucial in this project. - The method of data collection may vary. It could involve online surveys, in-person interviews, social media monitoring, or even a combination of these. Therefore, your experience with diverse data collection metho...

    $11 / hr (Avg Bid)
    $11 / hr Średnia Oferta:
    31 składanie ofert

    Pdf to word file typing i wan a professional typer to do this

    $102 (Avg Bid)
    $102 Średnia Oferta:
    94 składanie ofert
    AI File Editing: Text & Images 5 dni left
    ZWERYFIKOWANY

    I'm looking for a professional to help me modify text and images in an AI file. I need someone to do this RIGHT NOW, If you have the time now to sharescreen and get it done in 30 mins or so. PING me or else don't bother please. I already have the AI file ( restaurant Menu )

    $17 (Avg Bid)
    $17 Średnia Oferta:
    87 składanie ofert

    I need a professional who can convert a 1-10 page PDF document into a fully editable Word file. The main purpose of this conversion is to be able to easily edit and update the contents of the document as needed. Key requirements: - Conversion of a 1-10 page PDF file into an editable Word document. - Retaining the formatting of the original PDF to ensure the Word file looks professional. - Including images from the PDF into the Word document, maintaining their quality and positioning. Ideal skills and experience for this project: - Strong experience with PDF to Word conversions. - Proficiency in Microsoft Word and a good eye for detail to ensure the final Word file is accurate and retains the formatting of the PDF. - Experience with handling images in Word docu...

    $11 / hr (Avg Bid)
    $11 / hr Średnia Oferta:
    125 składanie ofert

    I'm in need of an experienced Wordpress developer to help me restore my website from a backup. I have backup of files and db. You need to show me the website working on your host or local host. Budget fixed: 10$ fixed.

    $9 / hr (Avg Bid)
    $9 / hr Średnia Oferta:
    65 składanie ofert

    I have a PES embroidery file that I need to be modified. The current stitch in the design is not appropriate for the jumper I need to embroider. I require a satin stitch to be applied. Additionally, I need this design to be resized for medium jumpers, up to 6x10 inches. The urgency of this project is high, as I need the modified file within 24 hours. Ideal Skills: - Proficiency in embroidery file formats, specifically PES - Excellent working knowledge of satin stitch - Experience in resizing embroidery files accurately - Ability to work under tight deadlines

    $13 (Avg Bid)
    $13 Średnia Oferta:
    25 składanie ofert

    I'm in need of an expert in ASP.NET Core 8, visual studio 2022, and ChatGPT 4 for a unique project. I require a tool/webpage that can seamlessly re-write chapters of my book for me. My book has 25 chapters. Each chapter contains between 10 and 30-pages. Each chapter is written in MS Word (.docx) document and must be converted into FORMAL and PROFESSIONAL-style content. This project requires the following key features: - **Input & Output Format**: - The system must take a Word document as input. - The output should be a Word document while preserving all the original formatting. - **Language Support**: - The tool should be able to rewrite the document in both English and Spanish. - **ChatGPT Version**: - I prefer the latest ChatGPT 4 for the rewriting task. Ideal Ski...

    $223 (Avg Bid)
    $223 Średnia Oferta:
    17 składanie ofert

    Hello there, I'm in need of some assistance with an old PDF file. I'm experiencing issues with stains and blurriness that compromise the quality of the file. The task I need to be done involves: - Removing the stains and enhancing the overall clarity of the PDF. - The correction work will involve handling a mix of both text and images. Ideal freelancers for the job will have ample experience in handling and editing PDF files. Proficiency in using advanced PDF editing tools will be highly beneficial for this task. I value attention to detail in ensuring that the document's quality remains high and no content is lost or altered during the correction process. Looking forward to seeing your proposals.

    $1893 (Avg Bid)
    $1893 Średnia Oferta:
    48 składanie ofert

    Task at hand is to extract vocals from a highly distorted audio file OF APPROXIMATELY 8 MINUTES. I DO HAVE OTHER FILES I WOULD LIKE DONE AS WELL, IF EXTRACTION IS SUCCESSFUL. As a client, my ultimate target is related to: - Enhancing intelligibility within the dialogue to bring utmost clarity. - Identifying specific words or phrases that may prove crucial. - The file is from a criminal setup with the audio of a father setting up his son; thus every word could change the narrative. The audio clip has been intentionally distorted over crucial conversation. Do whatever it takes to make the conversation extremely clear irrespective of the overall audio quality. Those offering skills and experience in forensic audio analysis, audio software engineering will ideally match the ...

    $273 (Avg Bid)
    $273 Średnia Oferta:
    13 składanie ofert
    PHP File Fix & Database Integration 5 dni left
    ZWERYFIKOWANY

    ...will help you in everything ******* I'm seeking a skilled PHP developer to assist with a project that involves fixing a PHP file and combining a Php ,MySQL database. The main tasks for this project include: - Resolving a database connection issue in the PHP file. - Combining the MySQL database in the backend of the PHP file. Your role will be crucial in ensuring that the database is correctly integrated into the PHP file and that the database connection is stable and error-free. The PHP file should be able to successfully communicate with the MySQL database once the project is complete. Ideal candidates for this project should have: - need to change php file and combine database. - Proficient experience in PHP and MySQL. - Demonstra...

    $133 (Avg Bid)
    $133 Średnia Oferta:
    61 składanie ofert

    I need an experienced WordPress developer to investigate and resolve an issue with my website's frontend file upload. Key Tasks: - Identify and rectify the problem causing files not to appear after successful upload. Additional Details: - The files are supposed to be visible on the frontend of the website, but currently, they are not showing up after being uploaded. - The uploaded files are intended to be visible only to logged-in users. Ideal Skills: - Proficiency in WordPress development and debugging. - Experience with frontend file upload functionalities. - Understanding of user permissions and visibility settings in WordPress. I am looking for a professional who can efficiently troubleshoot and resolve this frontend upload issue to ensure the system works flawl...

    $29 (Avg Bid)
    $29 Średnia Oferta:
    40 składanie ofert

    I have a simple STL file that I need to be transformed into a 3D model for visualization purposes. This project requires proficiency in SketchUp specifically and making elevation on pdf. Key requirements: - Transforming an existing STL file into a 3D model - The 3D model should be optimized for making 3d images I am looking for an experienced professional who can deliver high-quality and visually appealing 3D models with 2d elavations on autocad or pdf . An understanding of SketchUp is essential for this task. I will attach the product design in STL format upon agreement with a freelancer

    $41 (Avg Bid)
    $41 Średnia Oferta:
    22 składanie ofert

    I'm in need of a talented audio professional to help me clean up a series of speech-based audio files. These files suffer from significant background noise, specifically static or electronic noise. This noise needs to be removed, without compromising the speech content. Key responsibilities: - Identify and isolate the static or electronic noise. - Employ appropriate tools and techniques to clean the audio. - Deliver high-quality audio files free of noise. Ideal candidate: - can use AI - Proficient in audio editing software such as Audacity, Adobe Audition, etc. - Previous experience in cleaning audio files, especially speech. - Strong attention to detail. - Able to work efficiently and meet deadlines.

    $82 (Avg Bid)
    $82 Średnia Oferta:
    37 składanie ofert

    I have an excel file, need add product categorie on a column - budget 100€

    $111 (Avg Bid)
    $111 Średnia Oferta:
    60 składanie ofert