Szűrő

Legutóbbi kereséseim
Szűrés erre:
Költségvetés
eddig:
eddig:
eddig:
Típus
Készségek
Nyelvek
    Munka státusza
    2,000 wrapper dll vbnet munkát találtunk
    €70 licitátlag
    1 árajánlat

    amibroker DLL validity licencing

    €7 Average bid
    €7 licitátlag
    1 árajánlat

    C++ és magas szintű dll hooking tudást igénylő projekthez keresek programozót. Egy úgynevezett "auto seating" programot kéne írni Pokerstasra. A program "scanneli" a már megynitott asztalokat és amint egy adott színkódú játékos beül, automatikusan beültet. Sokan használnak ilyen programot (legális ilyet használni Pokerstarson), mivel nagy a verseny a hobbijátékosokért, ezért fontos, hogy a lehető leggyorsabb legyen. Már volt ilyen programom, de sajnos az előző programozó eltűnt és a Pokerstars updatelt így már nem tudom használni a programot és sajnos forr&a...

    €1428 Average bid
    €1428 licitátlag
    1 árajánlat

    ...rebuild an existing React-based web app as a fully functional iOS application. The UI/UX is already done, and you will receive the full React codebase to work from, along with a video demo showing how the app is to look and function. Scope: Replicate Current Features & UI: The iOS version should replicate the functionality and look of the web demo exactly. Native Swift: This is not just a web wrapper; it must follow iOS best practices and be App Store–ready. Testing & Quality: Thorough testing on multiple iPhone models to ensure a stable, high-performance app. Timeline: Ideally 10–14 days. If you need a different schedule, please specify in your bid. If you’re interested, please submit a proposal with any relevant examples of your Swift/iOS experience ...

    €687 Average bid
    €687 licitátlag
    60 árajánlat

    I'm seeking a skilled professional to mount a source code to a Windows Form application executable. Source code files are of .rdf and .dll file extension respectively. This is a personal project and time is of the essence, so I need someone who can get the job done quickly. Key requirements: - Proven experience in integrating source codes into Windows Forms executable applications - Capability to deliver the project urgently

    €122 Average bid
    Kiemelt
    €122 licitátlag
    20 árajánlat
    Colorful Hard Candy Wrapper Design
    4 nap left
    Ellenőrzött

    I need a creative designer to craft a fun and colorful wrapper for my hard candy. The logo is ready and I have a clear vision of what I want. Your task will be to bring this vision to life. The wrapper will need to include our tagline/slogan. Key Requirements: - Proficiency in graphic design, particularly in packaging design - Ability to create vibrant, engaging designs - Good understanding of incorporating logos and slogans into designs

    €186 Average bid
    €186 licitátlag
    114 árajánlat

    i need to fix my program issue , The problem began a month after the project's completion by the previous developer, who ...completion by the previous developer, who is no longer available. Key Aspects to Consider: - The application experiences a Blue Screen of Death (BSOD) which previously occurred and seemed to correlate with a date/time issue. - Potential causes include: time-stamped DLL files, the source code, or patched files. - The issue is likely minor and can be fixed with a bit of investigation. Ideal Skills and Experience: - Extensive knowledge of Windows desktop application development.-kernel level - windows drivers - Proficiency in debugging DLL files. - Experience with identifying time-related issues in software. - Previous work with resolving BSOD occurr...

    €501 Average bid
    €501 licitátlag
    52 árajánlat
    Unpack File DLL
    4 nap left
    Ellenőrzött

    Hi, I need to Unpack a DLL File that has been packed. Looking forward to working with you.

    €25 Average bid
    €25 licitátlag
    17 árajánlat

    ...core of the project revolves around implementing various audio effects and transformations, alongside applying specific audio filters. Key Responsibilities: - Utilize cuFFT for implementing audio time stretching and other filters. - Design and implement effects like time stretching, noise reduction, pitch shifting, and BPM scanning. - Develop functionality for source separation (stems) as CLI wrapper for MISST app Ideal Skills: - Proficient in C# and CUDA. - Extensive experience in audio DSP (Digital Signal Processing). - Familiarity with cuFFT and its application in audio processing. - Ability to design and implement complex audio transformations and effects. This project is perfect for someone who can blend their programming skills with a passion for audio processing. If you...

    €21 / hr Average bid
    €21 / hr licitátlag
    37 árajánlat

    ...C++ developer to build a .NET DLL that exposes key features of the VPN .NET SDK via native C-style exports. This is intended for smooth integration with a C++ application. The goal is to provide a lightweight, efficient, and user-friendly interface that bridges our C++ app with the .NET SDK. Key Responsibilities: - Develop a .NET DLL that encapsulates core functionalities of the VPN .NET SDK. - Ensure the DLL is compatible with our C++ application. - Create an interface that is lightweight, efficient and easy to use. Ideal Skills: - Proficient in .NET and C++. - Experience with developing .NET DLLs. - Familiarity with VPN .NET SDK is a plus. Please note that specifics about the functionalities of the VPN .NET SDK to be exposed, the operating systems the DLL...

    €1038 Average bid
    €1038 licitátlag
    83 árajánlat

    I'm in need of a C# developer who can enhance a provided C# DLL framework for memory reading and element detection in a specific game. The project involves detecting specific elements on the game's login screen and character select screen. Key Tasks: - Extending the C# DLL framework to improve memory reading and element detection capabilities. - Detecting elements on the game's login screen: Email, Password, and Login Button. - Detecting elements on the character select screen: Selected character name and index, all available characters, and the selected element in a dropdown UI component. Ideal Skills: - Proficiency in C# and experience in enhancing DLLs. - Previous experience with memory reading and element detection in games. - Understanding of game UI com...

    €120 Average bid
    €120 licitátlag
    21 árajánlat
    Full Stack Game Developer Needed
    1 nap left
    Ellenőrzött

    I am looking for a skilled C# programmer / reverse engineer / game developer to help recreate a DLL file (and exe if necessary) used to run a bot program for an mainstream desktop RPG video game as the original code has been lost over time. The ideal candidate will have strong expertise in C#, experience with DLL development and familiar with reverse engineering games and a basic knowledge of how RPG games work. Your task will involve analyzing the existing DLL and creating a new version that maintains functionality. There are also other programs that the bot must communicate with to make it function properly. It is not as straight forward as it may seem. We are looking for a candidate with the following characteristics: extensive experience in reverse engineering ga...

    €802 Average bid
    €802 licitátlag
    63 árajánlat

    ...directory: C:Program Files Nothing fancy is required I just need it to be simple and reproduceable. This is as far as I have gotten: using System; using ; using ; public class Program { [DllImport("user32.dll", SetLastError = true)] private static extern IntPtr OpenDesktop(string lpszDesktop, uint dwFlags, bool fInherit, uint dwDesiredAccess); [DllImport("user32.dll", SetLastError = true)] private static extern bool SetThreadDesktop(IntPtr hDesktop); [DllImport("user32.dll", SetLastError = true)] private static extern bool CloseDesktop(IntPtr hDesktop); private const uint DESKTOP_ACCESS = 0x0100 | 0x0020 | 0x0008 | 0x0010 | 0x0040; // GENERIC_ALL access [STAThread] static void Main() { ...

    €92 Average bid
    €92 licitátlag
    16 árajánlat

    We are looking for a DLL written in C# that can be used with MS Access through VBA code using late binding. The library should be capable of sending controlled error emails from MS Access and returning a response confirming the success or failure of the sending.

    €144 Average bid
    €144 licitátlag
    23 árajánlat

    I'm looking for a skilled Flutter developer to create a wrapper for 6 AI engines APIs: OpenAI, Gemini, Anthropic, Ollama, DeepSeek, and OpenRouter. What I Can Provide: - Full documentation for all APIs. Requirements: - Implementing the wrapper based on specific use cases I have in mind. Ideal Skills and Experience: - Extensive experience with Flutter. - Familiarity with the mentioned AI APIs. - Ability to understand and implement specific use cases. - Good communication skills to discuss and refine the use cases with me.

    €160 Average bid
    €160 licitátlag
    52 árajánlat

    ...menyelesaikan masalah yang muncul. **Kualifikasi:** 1. Pendidikan minimal SMA/SMK; D3/S1 lebih disukai. 2. Memiliki pengalaman dalam industri judi online atau administrasi adalah nilai tambah. 3. Keterampilan komunikasi yang baik, baik lisan maupun tulisan. 4. Mampu bekerja secara mandiri dan memiliki disiplin tinggi. 5. Menguasai penggunaan komputer dan aplikasi perkantoran (MS Office, Google Workspace, dll). 6. Memiliki koneksi internet yang stabil dan perangkat komputer yang memadai. **Keuntungan:** 1. Fleksibilitas waktu kerja. 2. Gaji yang kompetitif. 3. Kesempatan untuk berkembang dalam industri yang dinamis. 4. Lingkungan kerja yang mendukung dan inovatif. **Cara Melamar:** Jika Anda tertarik untuk bergabung dengan kami, silakan hubungi kami di nomor [Removed by Freelan...

    €19 / hr Average bid
    €19 / hr licitátlag
    28 árajánlat

    ...Match the Device Capabilities Register Hex to the donor device. Max Payload Size: Set the payload size for compatibility. Extended Tag Field and Default: Configure to match donor values. Phantom Functions: Match with the donor device's settings. Acceptable L0s Latency and L1 Latency: Match latency tolerances. Link Registers Tab: ASPM Optionality: Configure Active State Power Management as required. DLL Link Active Reporting Capability: Match donor settings. Target Link Speeds: Set link speeds to align with the target device. Slot Clock Configuration: Match the clock configuration of the donor board. Interrupts Tab: Interrupt Pin: Set to match the emulated device. MSI Capability Struct: 64-bit Address Capable: Configure as per donor board. Per Vector Masking Capable: Set if a...

    €109 Average bid
    €109 licitátlag
    9 árajánlat

    ...publishing my project. The final published project should include an obfuscated DLL and install without errors. Key project components: Objective 1: - Full obfuscation of my C# code. - Project publishing and ensuring successful installation. Objective 2: - cpp code obfuscation using LLVM Obfuscator on ubuntu - Including support to install LLVM obfuscator and obfuscator should be able to manage all kind of cpp software functionality. For objective 1: To demonstrate the project cycle, you may use this PowerPoint add-in project: and perform the obfuscation. Currently, I can run Obfuscar, but I'm having issues with the manifest file not updating the checksum for the modified DLL. This leads to installation errors on the customer end. The ideal candidate

    €93 Average bid
    €93 licitátlag
    4 árajánlat

    ...menyelesaikan masalah yang muncul. **Kualifikasi:** 1. Pendidikan minimal SMA/SMK; D3/S1 lebih disukai. 2. Memiliki pengalaman dalam industri judi online atau administrasi adalah nilai tambah. 3. Keterampilan komunikasi yang baik, baik lisan maupun tulisan. 4. Mampu bekerja secara mandiri dan memiliki disiplin tinggi. 5. Menguasai penggunaan komputer dan aplikasi perkantoran (MS Office, Google Workspace, dll). 6. Memiliki koneksi internet yang stabil dan perangkat komputer yang memadai. **Keuntungan:** 1. Fleksibilitas waktu kerja. 2. Gaji yang kompetitif. 3. Kesempatan untuk berkembang dalam industri yang dinamis. 4. Lingkungan kerja yang mendukung dan inovatif. **Cara Melamar:** Jika Anda tertarik untuk bergabung dengan kami, silakan hubungi kami di nomor [Removed by Freelan...

    €19 / hr Average bid
    €19 / hr licitátlag
    10 árajánlat

    I'm looking for a skilled developer with extensive experience in creating ASP.NET Core Web APIs. Key requirements: - The API should connect to SQL Server. (Use a Service Layer Instead of directly using the connection string in a controller, it's better to pass the connection string to a service or repository layer) - Implementation of JWT for authentication is needed...Implementation of JWT for authentication is needed, so previous experience with this is crucial. - The API will be performing data processing operations, so I need someone with strong skills in handling complex API operations. Ideal candidates should have: - Prior experience in developing ASP.NET Core Web APIs. - Proficiency in implementing JWT for secure authentication. - Implementing a simple windows DLL...

    €93 Average bid
    €93 licitátlag
    32 árajánlat

    I'm looking for an expert in MicroPython...components and wrap-around functions to enable access to and use of those functions. Key Components: - AD5144A Quad Channel,256-Position, I2C, Nonvolatile Digital Potentiometer - ST LPS33K Air Pressure and Temperature Sensor - ST Proximity and ambient light sensing (ALS) module Your tasks will include: -Import the drivers into the Micropython Build -Create the new Build -Write the wrapper function in Micropython to enable access to the imported driver functions -Provide a test app in Micropython for each device to enable demonstration of the functions Ideal candidates should have: - Extensive experience with MicroPython and Raspberry PICO. - Demonstrable experience in integrating C and C++ drivers with Micropython and...

    €23 - €116
    Rejtett
    €23 - €116
    23 árajánlat

    i need to fix my program issue , The problem began a month after the project's completion by the previous developer, who ...completion by the previous developer, who is no longer available. Key Aspects to Consider: - The application experiences a Blue Screen of Death (BSOD) which previously occurred and seemed to correlate with a date/time issue. - Potential causes include: time-stamped DLL files, the source code, or patched files. - The issue is likely minor and can be fixed with a bit of investigation. Ideal Skills and Experience: - Extensive knowledge of Windows desktop application development.-kernel level - windows drivers - Proficiency in debugging DLL files. - Experience with identifying time-related issues in software. - Previous work with resolving BSOD occurr...

    €495 Average bid
    €495 licitátlag
    37 árajánlat

    ...tentang proyek membuat brosur produk dengan konsep modern: Tujuan Proyek 1. Membuat brosur yang menarik dan efektif untuk mempromosikan produk. 2. Meningkatkan kesadaran dan minat konsumen terhadap produk. 3. Membuat perbedaan dengan brosur produk lainnya. Kualifikasi Freelancer 1. Pengalaman dalam desain grafis dan brosur. 2. Kemampuan menggunakan perangkat lunak desain (Adobe Creative Cloud, dll.). 3. Pemahaman tentang prinsip-prinsip desain modern. 4. Kreativitas dan kemampuan untuk berpikir outside the box. Kriteria Proyek 1. Konsep desain modern dan minimalis. 2. Warna dan tipografi yang sesuai dengan merek produk. 3. Foto produk berkualitas tinggi. 4. Informasi produk yang jelas dan mudah dibaca. 5. Ukuran brosur A4 atau A5. 6. Jumlah halaman 2-4 halaman. Spesifikasi Te...

    €28 Average bid
    €28 licitátlag
    7 árajánlat

    ...tentang proyek membuat brosur produk dengan konsep modern: Tujuan Proyek 1. Membuat brosur yang menarik dan efektif untuk mempromosikan produk. 2. Meningkatkan kesadaran dan minat konsumen terhadap produk. 3. Membuat perbedaan dengan brosur produk lainnya. Kualifikasi Freelancer 1. Pengalaman dalam desain grafis dan brosur. 2. Kemampuan menggunakan perangkat lunak desain (Adobe Creative Cloud, dll.). 3. Pemahaman tentang prinsip-prinsip desain modern. 4. Kreativitas dan kemampuan untuk berpikir outside the box. Kriteria Proyek 1. Konsep desain modern dan minimalis. 2. Warna dan tipografi yang sesuai dengan merek produk. 3. Foto produk berkualitas tinggi. 4. Informasi produk yang jelas dan mudah dibaca. 5. Ukuran brosur A4 atau A5. 6. Jumlah halaman 2-4 halaman. Spesifikasi Te...

    €38 Average bid
    €38 licitátlag
    8 árajánlat

    ...menyelesaikan masalah yang muncul. **Kualifikasi:** 1. Pendidikan minimal SMA/SMK; D3/S1 lebih disukai. 2. Memiliki pengalaman dalam industri judi online atau administrasi adalah nilai tambah. 3. Keterampilan komunikasi yang baik, baik lisan maupun tulisan. 4. Mampu bekerja secara mandiri dan memiliki disiplin tinggi. 5. Menguasai penggunaan komputer dan aplikasi perkantoran (MS Office, Google Workspace, dll). 6. Memiliki koneksi internet yang stabil dan perangkat komputer yang memadai. **Keuntungan:** 1. Fleksibilitas waktu kerja. 2. Gaji yang kompetitif. 3. Kesempatan untuk berkembang dalam industri yang dinamis. 4. Lingkungan kerja yang mendukung dan inovatif. **Cara Melamar:** Jika Anda tertarik untuk bergabung dengan kami, silakan hubungi kami di nomor [Removed by Freelan...

    €22 / hr Average bid
    €22 / hr licitátlag
    9 árajánlat

    i need to fix my program issue , The problem began a month after the project's completion by the previous developer, wh...completion by the previous developer, who is no longer available. Key Aspects to Consider: - The application experiences a Blue Screen of Death (BSOD) which previously occurred and seemed to correlate with a date/time issue. - Potential causes include: time-stamped DLL files, the source code, or patched files. - The issue is likely minor and can be fixed with a bit of investigation. Ideal Skills and Experience: - Extensive knowledge of Windows desktop application development.-kernel level - windows drivers - Proficiency in debugging DLL files. - Experience with identifying time-related issues in software. - Previous work with resolving BSOD occurren...

    €182 Average bid
    €182 licitátlag
    25 árajánlat

    ...menyelesaikan masalah yang muncul. **Kualifikasi:** 1. Pendidikan minimal SMA/SMK; D3/S1 lebih disukai. 2. Memiliki pengalaman dalam industri judi online atau administrasi adalah nilai tambah. 3. Keterampilan komunikasi yang baik, baik lisan maupun tulisan. 4. Mampu bekerja secara mandiri dan memiliki disiplin tinggi. 5. Menguasai penggunaan komputer dan aplikasi perkantoran (MS Office, Google Workspace, dll). 6. Memiliki koneksi internet yang stabil dan perangkat komputer yang memadai. **Keuntungan:** 1. Fleksibilitas waktu kerja. 2. Gaji yang kompetitif. 3. Kesempatan untuk berkembang dalam industri yang dinamis. 4. Lingkungan kerja yang mendukung dan inovatif. **Cara Melamar:** Jika Anda tertarik untuk bergabung dengan kami, silakan hubungi kami di nomor [Removed by Freelan...

    €18 / hr Average bid
    €18 / hr licitátlag
    6 árajánlat

    ...menyelesaikan masalah yang muncul. **Kualifikasi:** 1. Pendidikan minimal SMA/SMK; D3/S1 lebih disukai. 2. Memiliki pengalaman dalam industri judi online atau administrasi adalah nilai tambah. 3. Keterampilan komunikasi yang baik, baik lisan maupun tulisan. 4. Mampu bekerja secara mandiri dan memiliki disiplin tinggi. 5. Menguasai penggunaan komputer dan aplikasi perkantoran (MS Office, Google Workspace, dll). 6. Memiliki koneksi internet yang stabil dan perangkat komputer yang memadai. **Keuntungan:** 1. Fleksibilitas waktu kerja. 2. Gaji yang kompetitif. 3. Kesempatan untuk berkembang dalam industri yang dinamis. 4. Lingkungan kerja yang mendukung dan inovatif. **Cara Melamar:** Jika Anda tertarik untuk bergabung dengan kami, silakan hubungi kami di nomor [Removed by Freelan...

    €511 Average bid
    €511 licitátlag
    10 árajánlat

    ...menyelesaikan masalah yang muncul. **Kualifikasi:** 1. Pendidikan minimal SMA/SMK; D3/S1 lebih disukai. 2. Memiliki pengalaman dalam industri judi online atau administrasi adalah nilai tambah. 3. Keterampilan komunikasi yang baik, baik lisan maupun tulisan. 4. Mampu bekerja secara mandiri dan memiliki disiplin tinggi. 5. Menguasai penggunaan komputer dan aplikasi perkantoran (MS Office, Google Workspace, dll). 6. Memiliki koneksi internet yang stabil dan perangkat komputer yang memadai. **Keuntungan:** 1. Fleksibilitas waktu kerja. 2. Gaji yang kompetitif. 3. Kesempatan untuk berkembang dalam industri yang dinamis. 4. Lingkungan kerja yang mendukung dan inovatif. **Cara Melamar:** Jika Anda tertarik untuk bergabung dengan kami, silakan hubungi kami di nomor [Removed by Freelan...

    €46 / hr Average bid
    €46 / hr licitátlag
    13 árajánlat

    ...menyelesaikan masalah yang muncul. **Kualifikasi:** 1. Pendidikan minimal SMA/SMK; D3/S1 lebih disukai. 2. Memiliki pengalaman dalam industri judi online atau administrasi adalah nilai tambah. 3. Keterampilan komunikasi yang baik, baik lisan maupun tulisan. 4. Mampu bekerja secara mandiri dan memiliki disiplin tinggi. 5. Menguasai penggunaan komputer dan aplikasi perkantoran (MS Office, Google Workspace, dll). 6. Memiliki koneksi internet yang stabil dan perangkat komputer yang memadai. **Keuntungan:** 1. Fleksibilitas waktu kerja. 2. Gaji yang kompetitif. 3. Kesempatan untuk berkembang dalam industri yang dinamis. 4. Lingkungan kerja yang mendukung dan inovatif. **Cara Melamar:** Jika Anda tertarik untuk bergabung dengan kami, silakan hubungi kami di nomor [Removed by Freelan...

    €177 Average bid
    €177 licitátlag
    6 árajánlat

    Saya mencari Virtual Assistant (VA) (Full Online...enrichment data ICP dan buying committee. 3. Membantu penyusunan laporan metrik kampanye, revenue, serta administrasi program awareness dan demand generation. 4. Kerja 4 Jam Sehari, Mulai dari jam 13.00-17.00 WIB secara online, wajib responsive Yang Saya cari: 1. Pengalaman dalam riset data, analisis, dan tools seperti Google Sheets/Excel. Familiar dengan teknologi CRM (LinkedIn, Salesforce, HubSpot, dll) jadi nilai plus. 2. Familiar dalam menggunakan tools dan teknologi seperti ChatGPT, Google Advance Search, Metabase, dan AI lainnya. 3. Detail-oriented, bisa kerja mandiri, dan mampu memenuhi tenggat waktu. 4. Kemampuan komunikasi baik, terutama dalam menyajikan data secara jelas dan terstruktur. Email to (Removed by Freelancer....

    €125 Average bid
    €125 licitátlag
    29 árajánlat

    ...publishing my project. The final published project should include an obfuscated DLL and install without errors. Key project components: - Full obfuscation of my C# code. - Project publishing and ensuring successful installation. To demonstrate the project cycle, you may use this PowerPoint add-in project: and perform the obfuscation. Currently, I can run Obfuscar, but I'm having issues with the manifest file not updating the checksum for the modified DLL. This leads to installation errors on the customer end. The ideal candidate for this project should: - Have extensive experience with Visual Studio and Obfuscar. - Be able to troubleshoot and resolve issues related to DLL checksums. - Understand and implement industry-standard security measures for

    €76 Average bid
    €76 licitátlag
    6 árajánlat
    Rumah impian
    Véget ért left

    ...tersebut: Tujuan 1. Menciptakan rumah yang sesuai dengan kebutuhan dan impian pemilik. 2. Menggabungkan desain modern dengan sentuhan pribadi. 3. Membuat ruang yang nyaman, efektif dan efisien. Karakteristik 1. Desain minimalis dan modern. 2. Penggunaan material ramah lingkungan. 3. Pencahayaan alami dan penataan ruang yang optimal. 4. Fasilitas lengkap (kamar tidur, kamar mandi, dapur, ruang tamu, dll.). 5. Dekorasi yang sesuai dengan selera pemilik. Tahapan Proyek 1. Perencanaan dan desain. 2. Pemilihan lokasi dan pembelian tanah. 3. Pengajuan izin pembangunan. 4. Pembangunan struktur. 5. Instalasi fasilitas dan dekorasi. 6. Pengawasan dan evaluasi. Anggaran 1. Biaya tanah. 2. Biaya desain dan perencanaan. 3. Biaya bahan bangunan. 4. Biaya tenaga kerja. 5. Biaya fasilitas d...

    €36 / hr Average bid
    €36 / hr licitátlag
    3 árajánlat

    ...Python and the NinjaTrader 8 trading platform using a DLL integration approach. The goal is to automate trading operations seamlessly, facilitate data access, and streamline account management. Key Features: 1. Automated login to NinjaTrader 8 from Python 2. A stable connection maintained by a keep-alive mechanism 3. Comprehensive account information and trading capabilities access, including: - Monitoring account balance and positions - Order management (placing, modifying, cancelling) - Receiving real-time execution updates 4. Extensive market data functionality: - Downloading historical bar data - Creating real-time price feeds - Accessing market depth information Deliverables: - A Python and DLL package with complete integration fu...

    €197 Average bid
    €197 licitátlag
    39 árajánlat

    ...Project Requirements: Source Files Modification: Modify C# source code to replace existing brand name with new brand name Update logo and branding assets throughout the application Ensure all UI elements reflect the new branding Update any configuration files containing the old brand name Deliverables Required: Modified C# source code files Compiled .exe file with new branding All necessary DLL files Updated installation package/setup files Documentation of all changes made Important Notes: Original software is open-source Must maintain all original functionality Only branding elements should be changed No feature modifications are required Technical Details: Programming Language: C# Development Environment: Visual Studio Type: Windows Desktop Application Required E...

    €63 Average bid
    €63 licitátlag
    10 árajánlat

    ...points, rebounds, threes) from Airtable. - Calculates hit percentages for the last 5, 10, 20, and 30 games, along with a weighted average. - Updates Airtable with calculated hit percentages. - Executable file that I can run locally without needing Python installed. Technical Requirements: Language: Python 3.x Libraries: Requests: For API integration with Odds API and Airtable API. Airtable-python-wrapper: For interaction with Airtable. Optional: NumPy for more advanced statistics calculations (if needed). PyInstaller or cx_Freeze: For creating the local executable file. Steps for the Project: Fetching Data from the Odds API: Use the requests library to pull data (player name, prop category, odds, and line value) from the Odds API. Filter data based on odds within the range -40...

    €189 Average bid
    €189 licitátlag
    42 árajánlat
    carikan saya pembeli
    Véget ért left

    Saya perusahaan pembuatan panel interior (restoran, mall, retail shop, dll) dari rotan sintetis. Panel interior ini biasa digunakan untuk dinding, plafon ataupun elemen penghias suatu ruangan, bisa juga sebagai perabot di tempat luar ruangan (outdoor) dan facade arsitektur bangunan. Saya membutuhkan tenaga marketing untuk mengenalkan produk saya kepada desainer interior, kontraktor, dan arsitek.

    €3364 Average bid
    €3364 licitátlag
    13 árajánlat

    nge review skincare sangat menarik bagi saya dan outfit ,skincare seperti skintific ,glad2glow dll

    €391 Average bid
    €391 licitátlag
    13 árajánlat
    membuat poster
    Véget ért left

    proyek saya seperti poster iklan dll

    €16 / hr Average bid
    €16 / hr licitátlag
    20 árajánlat

    I need a C# windows form application DLL that has a window with "Hello" as a text label this DLL will need to be injected into the RuneScape process. I need another C# application that will handle the DLL injection as well as call the DLL function that opens the window form.

    €10 Average bid
    €10 licitátlag
    1 árajánlat

    We are looking for a standard implementation of SAP Business One system where we need to set up sales and purchases Stakeholders...the receipt of delivery and then the order is marked as complete. This is roughly the sales process and purchase is quite the opposite of this, with a reverse tendering mechanism. There is nothing fancy or different, everything is just a basic setup with no to very minimal customizations Tell me the approximate timeline and cost for implementing the above. Roadmap - we will have to build a wrapper web app and mobile app on top of SAP-generated data to build a web app from where distributors and end customers can directly place orders - Also build analytics on Power BI using the same data using Power BI For now, implementation of sales and purchases...

    €669 Average bid
    €669 licitátlag
    8 árajánlat

    Judul Proyek Balas Chat: Jasa Balasan Pesan Instan untuk Bisnis Deskripsi Proyek Kami mencari freelancer yang ramah dan responsif untuk membantu membalas pesan pelanggan melalui platform chatting (WhatsApp, Facebook Messenger, dll.). Tujuan proyek ini adalah meningkatkan responsivitas dan kepuasan pelanggan. Tujuan Proyek 1. Membalas pesan pelanggan dengan cepat dan ramah. 2. Menjawab pertanyaan tentang produk/jasa. 3. Mengarahkan pelanggan ke halaman web atau media sosial. 4. Meningkatkan kepuasan pelanggan. Spesifikasi 1. Platform: WhatsApp, Facebook Messenger, Instagram. 2. Bahasa: Indonesia (atau bahasa lain jika diperlukan). 3. Waktu kerja: Fleksibel (minimal 4 jam/hari). 4. Jumlah pesan: 50-100 pesan/hari. Tugas dan Tanggung Jawab 1. Membalas pesan pelanggan dengan cepat (...

    €10 / hr Average bid
    €10 / hr licitátlag
    142 árajánlat

    I'm looking for a professional developer who can convert a small Visual B...for a professional developer who can convert a small Visual Basic 6 (VB6) DLL into a VB.NET DLL. The original VB6 DLL is primarily used for system utilities. It is well-documented, which should make the transition smoother. Key requirements: - Proficient in Visual Basic 6 and VB.NET - Experience in converting DLLs between these two languages - Familiar with system utility programming - Able to work with well-documented code There are no proprietary or third-party dependencies in the original DLL, which simplifies the conversion process. The ideal freelancer for this job will be able to deliver a fully functional VB.NET DLL that mirrors the functionality of the original VB6 ...

    €173 Average bid
    €173 licitátlag
    32 árajánlat

    ...app using UDP messages. The app needs some rather simple extensions and some refactoring. Extension tasks: 1) Integrate a ready-made server UDP connection checking code into 3 forms: Home (main menu), FormKorektorModow, FormWybierzKorekcje and show server connection in the StatusStrip. The code is in the attached source files with an example of two froms using a NetworkManager class that is a wrapper on a NetworkHandler class that is already included as part of the project. Together with server connection text some simple status messages should be shown in the StatusStrip - I will provide detailed description in direct talks. 2) Add some contextual short label text for sliders on FormKorektorModow depending on simple logic conditions - I have got more detailed description of th...

    €134 Average bid
    €134 licitátlag
    54 árajánlat

    ... atau pasar] 4. Batas Waktu: [Tanggal mulai dan akhir] 5. Anggaran: [Jumlah anggaran] Deskripsi Proyek 1. Latar Belakang: [Konteks dan alasan proyek] 2. Kebutuhan: [Masalah yang dihadapi] 3. Hasil Yang Diharapkan: [Kriteria keberhasilan] 4. Kriteria Penilaian: [Kualitas, waktu, biaya] Kebutuhan Teknis 1. Platform: [Web, mobile, desktop] 2. Bahasa Pemrograman: [Java, Python, dll.] 3. Basis Data: [MySQL, MongoDB, dll.] 4. Integrasi: [API, plugin] 5. Keamanan: [Protokol keamanan] Konten dan Desain 1. Jenis Konten: [Teks, gambar, video] 2. Desain: [Gaya, warna, font] 3. Logo dan Branding: [Deskripsikan identitas visual] 4. Struktur Navigasi: [Menu, submenu] Kriteria Penilaian 1. Kualitas Kerja: [Kriteria teknis] 2. Waktu Pengiriman: [Batas waktu] 3. Biaya: [Anggaran] 4. Du...

    €555 Average bid
    €555 licitátlag
    3 árajánlat

    ...time. Position Button: Get the position in the position and P&L in the grid. Position Grid: Stores the position in a grid. Order Grid: Stores all the active orders in the grid. Submit/Modify Order Button: Submit a new order or modify an existing order Benchmark: The user needs to be able to view the instruments using your wrapper successfully. The user can also submit/modify an order to the platform using your wrapper. Your work has to be modular and work like a wrapper. Do not code on the library directly. • Bidding Your bid is my budget. If you deliberately put in a low bid to attract me to speak to you, you either revise your bid, or I will ignore you. • Delivery We need the source code and will integrate your program into a much larger one. You...

    €145 Average bid
    €145 licitátlag
    84 árajánlat

    I'm seeking a skilled iOS developer to implement a form auto...a skilled iOS developer to implement a form autofill functionality in my mobile application. The primary focus of this task will be to enhance the autofill capabilities for login forms, with the overarching goal of streamlining user experience and reducing manual input required from users. Key Requirements: - Developer can make autofiller with window application, So it will autofill data with .dll file - Implementing form autofill for login forms - Supporting traditional username and password for password autofill - Ensuring seamless integration with the existing app infrastructure Ideal Skills: - Proficiency in iOS app development - Prior experience with implementing autofill features - Knowledge of user authent...

    €130 Average bid
    €130 licitátlag
    38 árajánlat

    I'm seeking a skilled developer who can create a DLL file in accordance with the J2534 standard for a specific automotive diagnostic tool. The DLL needs to support multiple functionalities including: - Read/Write ECU data - Firmware updates - Diagnostic trouble codes (DTC) reading The passthru device should be capable of replicating a Kvaser CAN bus device. Furthermore, the DLL must be compatible with the ISO 15765 CAN bus protocol. Ideal candidates for this project should have extensive experience in automotive software development, particularly with creating DLL files and working with J2534 standard and CAN bus protocols. A deep understanding of ECU data reading, firmware update processes, and DTC troubleshooting is also crucial. Your expertise in this ...

    €16 Average bid
    €16 licitátlag
    4 árajánlat

    ...visual dengan strategi promosi. Melakukan riset tren desain di marketplace dan menerapkannya pada produk. Memastikan gambar produk memiliki kualitas tinggi dan sesuai dengan spesifikasi platform (resolusi, ukuran, dll.). Membuat template visual yang dapat digunakan untuk berbagai produk dalam portofolio perusahaan. Kualifikasi: Pengalaman minimal 1 tahun sebagai desainer grafis/digital, terutama di bidang e-commerce. Menguasai perangkat desain seperti Adobe Photoshop, Illustrator, atau Canva. Memahami standar dan format visual yang digunakan di marketplace (Shopee, Tokopedia, Lazada, dll.). Memiliki kreativitas tinggi dalam membuat desain promosi yang menarik. Kemampuan membuat copywriting deskripsi produk menjadi nilai tambah. Mampu bekerja sesuai deadline dan memiliki p...

    €449 Average bid
    €449 licitátlag
    54 árajánlat

    I'm looking for an experienced Rust and Flutter developer to write a Rust code wrapper for my Flutter project. The primary function of this Rust code will be to manage TCP/IP connections through a custom network library. Key Responsibilities: - Write a Rust code wrapper for Flutter - Handle TCP/IP connections - Implement connection management - Enable RPC Calls - Integrate Key Value NATS Ideal candidates should have: - Strong expertise in Rust and Flutter - Proven experience with creating custom network libraries - Understanding of TCP/IP connection management - Familiarity with RPC Calls and Key Value NATS - Excellent problem-solving skills

    €76 Average bid
    €76 licitátlag
    13 árajánlat