复制一个Windows桌面程序界面; 可以使用Python,画出界面,回调函数留空; 可以使用其他语言,我提供DLL,负责完成界面和事件响应函数;
一个开票处理软件,需要调用第三方DLL,同时该DLL需要相应的注册文件。本项目就是需要在调用第三方DLL时绕过注册文件。
这是老师要求我们答题的格式Formula Variables Calculation Result Answer(words) 其他的要求主要还是看那个要求表吧~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
软件环境:Windows XP及以上 硬件环境:各种显卡(Intel、AMD、nVidia等) 编程语言:C/C++ 软件功能:通过显卡DDC与显示器通信,具有读和写EDID、实现DDC/CI协议、I2C通信 交付成果:DLL库及源码
我有一个c++写的MT4ManagerAPI, 需要用C#调用它, 我调用不来。 我给加c++试例源码和API文档,及DLL
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...
I'm in the animal care industry and need a comprehensive Excel calculator to help me evaluate labor costs against revenue. Specifics: - The calculator should focus on tasks related to daycare and boarding. - It needs to track labor hours, the number of animals cared for, and the cost per employee. Ideal Skills: - Proficiency in Excel with advanced formula knowledge. - Experience in the animal care industry is a plus. - Ability to create user-friendly, intuitive spreadsheets. The goal is to have a tool that helps me make informed decisions about staffing and pricing based on labor costs and revenue from these services. It needs to be easy to use. Daycare pricing is set at $42/day and 35/half day and boarding at 65/night and labor is $20/hr. I would like to only have to ent...
I'm a 17-year-old aspiring game developer seeking guidance and collaboration on creating a 3D racing game using Unreal Engine. The game will be inspired primarily by Mario Kart, with elements from various popular racing franchises. Key Aspects: - **Game Design**: The core design will be reminiscent of Mario Kart, but with creativity to incorporate elements from Formula 1, Need for Speed, Grand Theft Auto, and F-Zero. - **Track Development**: You'll help me design and create various tracks based on iconic designs from the aforementioned games. - **Modeling**: We'll need to develop and implement character models and kart designs inspired by Mario Kart. - **C++ Guidance**: As a beginner in C++, I'll need your expertise and mentorship to help me improve my skills wh...
...If cannot produce 10, search in a larger area in increments of 50 miles. For example, 50 miles, then 100 miles, then 150 miles from area code, etc. This can be achieved by online searching utilizing our most popular car listing websites. For example, , , craigslist, Autotrader, etc. This is a key step in my application and is a required feature for my vision. This alone makes my formula different from other auto appraisal applications. 5. A vehicle conditions report. This can be achieved by a section of the customer's fill-out form asking about their car's condition in the following: interior 1-10, ten being perfect, one being destroyed. Paint, mechanical, glass, tires, headliner, seats, carpet, and dash panel. All required fields for the appraisal. 6. Appraisal Repor...
...tailored to our business needs. You will be responsible for designing, implementing, and testing applications, ensuring they integrate smoothly with our existing systems. Collaboration with our team is essential to deliver valuable solutions. If you have a passion for problem-solving and a track record of successful Power Apps projects, we want to hear from you! You will be taking an existing Excel formula spreadsheet and converting it into a portal for external access. Consideration of the following is essential: Features of Power Apps Portals External User Access: Power Apps Portals are specifically built to provide external users access to select data and capabilities within a custom application, without requiring them to have a full user license for Dynamics 365 or Pow...
I'm seeking a proficient Excel specialist to consolidate multiple spreadsheets into a comprehensive master template. The current spreadsheets contain real estate tracking data and your task will i...task will involve: - Merging data on property values, insurance replacement costs, and financial statement information. - Implementing key formulas to facilitate future analysis. This includes: - Sum totals for each category - Average values across properties - Percentage changes over time The ideal freelancer for this project should have advanced Excel skills, particularly with formula implementation and spreadsheet consolidation. Experience with real estate data would be a significant advantage. Please ensure that the master template retains all necessary formulas f...
...Selection: The user can choose between three fixed hook options. Each hook option will have a fixed price. Summary Box: A summary box should display all the selected options, showing a breakdown of the customized frame and the associated prices. Dynamic Price Calculation: The price should be dynamically updated based on the user’s selections (support, frame, passepartout, hooks, etc.). The pricing formula should include: Support + Outer Frame + First Passepartout + Second Passepartout + Second Frame + Front Part + Back Part + Hanging Hooks. Image Generation: The final product preview image (including all selected components) should be generated dynamically. The uploaded image should be cropped and adjusted according to the selected dimensions. A schematic with the produ...
Excel Data Cleaning: Removing duplicates, errors, and inconsistencies for accurate analysis. Excel Data Formatting: Organizing data into a clear and professional layout. Excel Dashboards: Creating interactive and visually appealing dashboards for data visualization. Excel VBA: Automating repetitive tasks and creating custom macros to save time. Pivot Tabl...forecasting, and performance tracking. Excel Templates: Designing reusable templates for recurring tasks. Data Consolidation: Combining data from multiple sheets or workbooks. Excel Integration: Connecting Excel with other tools or databases for seamless workflows. What-If Analysis: Using tools like Scenario Manager and Goal Seek for scenario planning. Error Troubleshooting: Identifying and fixing formula errors or inconsistencie...
I'm experiencing logical errors in my AFL code, specifically with indicator calculations. The code involves Moving Averages. I need an expert to help me debug it. Ideal Skills and Experience: - Proficient in AFL (Amibroker Formula Language) - Strong understanding of Moving Averages - Excellent debugging skills - Experience with trading strategy implementation and signal generation
...chemist to help calculate the vibrational characteristics of various compounds, such as OSR (Emeramide, NBMI). This research project will delve into different regions of the spectrum, including visible light, Raman, and potential low-frequency vibrations. Key Tasks: - Select appropriate software for the task. - Develop a suitable process (potentially a script) for analyzing any substance given its formula and structure. To be considered for this project, you must demonstrate: - Your expertise in computational chemistry. - Your proficiency with the software you're planning to use. Fields of Interest: While there are no specific compounds or spectrum types set in stone, a focus on organic compounds and the Raman spectrum could be beneficial. The key outcomes of this analy...
...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() { ...
I'm seeking assistance with comprehensive data analysis in Excel, as well as generating reports and creating formulas. The job also involves sending multiple email attachments via Gmail. Ideal skills and experience for the job: - Expert level proficiency in Excel, particularly in data analysis, formula creation, and report generation. - Experience in managing and sending multiple email attachments through Gmail. - Strong attention to detail and ability to work efficiently.
I'm looking for a skilled PHP developer with Android expertise who can integrate a specific formula for calculating pathology test result value based on another test value into my existing custom-built system. This project involves both a PHP portal and an Android mobile app. Key Requirements: - PHP development for the portal - Android app development - Integration with a custom-built system - Understanding of mobile app development principles - Experience with backend system integration
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.
I'm seeking an Excel specialist to help me create a sophisticated dashboard and tracking tool for compliance data. Key Resp...tool for compliance data. Key Responsibilities: - Automating processes with macros to streamline compliance tracking - Assisting in the design and development of a user-friendly dashboard - Automated email system which track the due dates and triggers the email to the respective email addresses. Ideal Skills: - Proficiency in Excel with a strong focus on automation - Experienced in complex formula creation and data analysis - Prior experience in designing dashboards and tracking tools - Familiarity with compliance tracking is a plus Please provide examples of previous Excel projects you've completed, particularly those involving dashboard crea...
...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...
...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...
I'm looking for a meticulous QA tester to evaluate my website. Areas for Testing: - User interface: The design and layout should be checked for consistency and usability. - Functionality: All features and functions need to be tested to ensure they work as intended. Device ...computers, mobile phones, and tablets. Browser Compatibility: - The website should be tested on the following browsers: Google Chrome, Mozilla Firefox, Safari, and Edge. Ideal skills would include experience in comprehensive web QA testing, attention to detail, and familiarity with cross-platform and cross-browser testing. Test all the formula conversions, to make sure this is checked in depth, I have intentionally left a conversion working inaccurate formula which I will expect you to detect ...
I need an experienced Excel expert to correct errors on my existing timesheet salary calculator. Skills and experience required: Strong proficiency in Excel, experience in financial modelling, and familiarity with creating interactive and automated Excel sheets.
...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
...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...
I'm seeking an expert in Apple Numbers to assist in constructing some formulas on a spreadsheet. The primary focus will be on sales calculations, specifically profit margin assessments. Ideal freelancer should have: - Extensive experience with Apple Numbers - Proven track record in formula creation - Strong understanding of sales calculations - Excellent analytical skills to ensure accurate profit margin calculations.
I'm looking for a meticulous QA tester to evaluate my website. Areas for Testing: - User interface: The design and layout should be checked for consistency and usability. - Functionality: All features and functions need to be tested to ensure they work as intended. Device ...computers, mobile phones, and tablets. Browser Compatibility: - The website should be tested on the following browsers: Google Chrome, Mozilla Firefox, Safari, and Edge. Ideal skills would include experience in comprehensive web QA testing, attention to detail, and familiarity with cross-platform and cross-browser testing. Test all the formula conversions, to make sure this is checked in depth, I have intentionally left a conversion working inaccurate formula which I will expect you to detect ...
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...
Fetching token prices of token lists and displaying arbitrage opportunity based on Arbitrage profitability formula
I'm looking for a skilled Excel professional to help automate my spreadsheet, which I've been manually updating with annual measurement data (3D coordinates). The spreadsheet involves regression analysis and generating charts. Key tasks that need automation: - Updating formulas: Currently, I have to re-input the formula to accommodate the new data each year. - Data input: I want it to be as simple as entering the new data and the spreadsheet updates itself. - Chart generation: The spreadsheet produces various charts from the data, which currently requires manual intervention. - Running regression analysis: The spreadsheet includes regression analysis which needs to be automated as well. Ideal skills for this project include: - Proficiency in Excel, especially with comple...
I need assistance with an Excel formula that's getting an error. I'm trying to get a cell to populate with the next date, but I need it to ignore certain instances. I am unsure which specific lookup function I am using. - Ideal Skills: Proficient in Excel, experienced in complex formula creation and troubleshooting. - Experience: Prior experience with date manipulation in Excel is preferred.
I'm seeking an Excel expert to assist with my spreadsheet. I need help with creating and modifying formulas, writing VBA scripts, and troubleshooting existing issues. The spreadsheet has some minor discrepancies that need to be corrected to enhance data accuracy and improve the user interface. Ideal Skills: - Advanced Excel skills - Proficiency in writing and modifying VBA scripts - Strong troubleshooting skills - Experience with data accuracy improvements - User interface design skills in Excel The goal is to tighten up the spreadsheet, improve its performance and make it more user-friendly.
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...
...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...
...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...
...expert to update my Excel dashboard. This dashboard is currently used for reporting the daily status of equipment. The update should streamline the process, making it faster and more convenient. Key Tasks: - Revamp the Excel dashboard to improve its efficiency - Incorporate equipment status and availability as primary data points - Ensure the new setup accommodates future needs - Due to much formula, the sheet is slow to navigate Currently, I manually input the status and availability of equipment into the dashboard. The updated dashboard should ideally reduce the manual workload and make the reporting process more efficient. Skills and Experience Required: - Proficiency in Excel, with a strong understanding of dashboard creation and management - Experience in designing Excel...
I have a set of 69 KPIs in an Excel sheet, spanning across 10 projects. I need a performance formula that will automatically provide the KPIs/projects status based on specific thresholds. It's important to note that some of the KPIs are negative metrics. In addition, I require an interactive dashboard for these KPIs. The entire project is in Arabic. Key requirements: - Devise a performance formula that can assess the KPIs/projects status based on predetermined thresholds - Create an interactive dashboard in Microsoft Excel - Understand and cater for negative metrics within the KPIs - Project is in Arabic, hence understanding or capability to work in Arabic is a plus Ideal skills and experience: - Proficient in Microsoft Excel - Experience in creating interactive dashb...
...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...
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...
...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...
Designing and building the formula visualization for a scientific calculator. The calculator should be able to take input in the form of a free text formula and then visualize & modify the formula.
I'm looking for a talented designer who can create a modern and minimalist vector-based design for the packaging of my premium teeth-whitening charcoal toothpaste powder, "My Dream Smile". Key Elements to Highlight: - The product is 100% natural: This aspect needs to be visually communicated to resonate with health-conscious consumers. - The coconut-infused formula: This unique selling point should be emphasized in a creative and appealing way. Color Scheme: The packaging should incorporate a sleek and sophisticated color palette of Blue, Black, and White. Ideal Skills: - Proficiency in vector-based design software. - Experience in packaging design, particularly for health and beauty products. - Strong understanding of modern and minimalist design principles.
We are seeking an experienced Excel expert to assist in developing a dynamic and user-friendly Excel dashboard or summary tab f...seeking an experienced Excel expert to assist in developing a dynamic and user-friendly Excel dashboard or summary tab for our HR team. The project will involve leveraging pivot tables and other advanced Excel functionalities to create an interactive and automated reporting tool that provides clear insights into key HR metrics. The ideal candidate will have a strong background in data visualization, formula optimization, and dashboard design to ensure efficiency, accuracy, and ease of use. Our goal is to enhance data analysis and reporting capabilities, allowing the HR team to make informed decisions effectively. Delivery flexible but ideally within 2 ...
...Mileage: Allowance, Actual Mileage, Excess Mileage Charge Payment: Deposit, Payment Amount, Card Fee Outputs: Total Cost, Refund/Outstanding Amount Step 2: Excel Layout Design an Excel sheet with the following structure: Description Input Formula/Explanation Check-Out Date 01/10/2025 User input Check-In Date 01/25/2025 User input Rental Duration (Days) =B3-B2 Rental Type Daily/Weekly/Monthly/3-Month Dropdown using Data Validation Daily Rate $50 User input Weekly Rate $300 User input Monthly Rate $1,000 User input 3-Month Rate $2,800 User input Rental Cost Formula depends on rental type (see Step 3 below) Fuel Surcharge $30 User input Damages $100 User input (if applicable) Mileage Allowance (miles) 500 User input Actual Miles Driven 600 User input Excess Mileage Charge ...
I'm seeking an expert to help with my spreadsheet. The project involves formula adjustments and formatting changes, specifically applying conditional formatting. The ideal freelancer should be adept at adding new formulas and fixing existing ones.
...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...
Formula will be provided, salary must count according the formula provided. Work with ftp only.