...compliance requirements. GitHub Link: --- ## 1. Membership Level Mechanism ### 1.1 Model and Tier Definition - **Tiers (T1 to T5)**: - Define five tiers similar to OpenAI’s model. Higher tiers get higher API call frequencies, better quotas, and additional privileges. - **Recharge Thresholds**: - E.g., T1: 0–X, T2: X+1–Y, T3: Y+1–Z, T4: Z+1–W, T5: >W. - Thresholds should be dynamically configurable. ### 1.2 Privilege Control - **Automatic Upgrades**: - System tracks recharge amounts and upgrades tiers automatically. - **Privileges**: - Higher tiers can gain benefits like priority queuing and discounts. - **Admin UI**: - Provide an interface to view and adjust membership privileges. --- ## 2. API Request Rate L...
**Translation into English:** --- **No Restriction on Programming Language: Text Processing Task** Extract group chat records from a large text file and slowly write them into individual small text files in the target folder. --- ### GitHub Repository Requirements document and text to be processed are available at the GitHub repository: []() --- ### Summary of Requirements Extract the WhatsApp group chat records from a large text file `` located in the `HistoryMsg` directory and slowly release them into the target folder. Each message should become a small file where the content is the translated version of the message. For images or other attachments (images do not
...enhance user interaction experience. Content Moderation Interface Integrate Baidu's Text Content Moderation API to check if user-submitted text complies with the platform's safety and content policies. Documentation: Please provide the specific Baidu Text Moderation API documentation link. The moderation API supports up to 20,000 tokens per request. If the content exceeds this limit, it should be split into multiple requests. Each moderation request will consume user tokens, and usage should be logged in the backend. Risk Control Mechanism: If a user submits violating content three consecutive times, the system will: Automatically save the violating content. Freeze the user's account. Display a restriction notice. In a frozen state, users must contact ...
...VPN on Google Play: Project Description: We are seeking an experienced Flutter developer to develop an iOS VPN application from scratch, synchronized with our well-functioning Android version. The developer must complete the project within 25 days. If the project is not completed within the deadline, we reserve the right to request a full refund without any reason. Project Goals: Feature Synchronization: Use Flutter to synchronize all features and logic from the Android VPN version to the iOS version, ensuring a consistent user experience across platforms. UI Update: Develop a new iOS user interface that matches the flow and design of the Android version to maintain uniformity. Backend Code Optimization: Update and optimize
...Provided: Access to Code Repository: I will provide the complete source code of the app, including all related code files and resources. Issue Descriptions and Logs: Detailed error logs and steps to reproduce the issues to help quickly identify problems. Related API Documentation and Backend Support: If needed, I can provide backend API documentation and support to assist in debugging network request issues. Google Play Console Access: Necessary access permissions will be provided to assist in completing the app's upload and release. Deliverables: Fix the membership time loading error and menu/language switching issues, ensuring the app runs properly on Android 14. Assist in successfully publishing the fixed app to Google Play's internal testing, ensuring all con...
本项目旨在为用户提供一种将其购买商品的电子小票转换为可复制的json文本数据的集成工具服务。 电子小票的载体一般为微信小程序或H5网页。 本项目包括一个网页端和一个云服务器。 本项目关于爬虫相关的技术,在网络中如github已有相关源代码帖子证明可实施,但前端网页及服务器的其余功能开发需要参考文档完成。 本项目不仅仅是完成功能的实现,更主要的是项目的运行维护,包括云服务器的搭建及管理等,具体要求详见附件文档说明。 海外华裔优先
...recording audio from browser and mobile and comparing them to be a second-factor authentication. And what I want to improve is using webrtc and streaming audio from both to compare them, instead of recording. What I have done so far is making a webrtc signalling server and a url link that streams video and audio. How the connection works now is We create a room with a roomID and the peers make a request to the server with the roomID in the url. RoomID will be put in the same room and they start streaming video and audio. But it's too insecure and I need to generate a diffie hellman key pair on each peer (both desktop and mobile) and exchange the public keys. But I could not figure out how DH key exchange works. And where the keys are stored in mobile and how I can access the...
我有一个持续工作,之前与之相关的项目为'Request for logo design'
...所提交的PHP后端代码为Laravel框架,现在对接了的钱包功能,前端是VUE开发,需要对个人中心的提取虚拟货币接口进行修复。 提供代码为:VUE前端的反编译代码与完整的PHP代码,详情可以参考Laravel的路由模块。 此git仓库是前端VUE的部分源码,需要进行修复: 1. 登录注册无论成功还是失败状态都没有弹窗提醒。 2. 后台设置交易手数为0.1,0.01时,客户在前台操作,仍然报告不得少于1手,如图5、6 3.钱包对接,需要接入ZTpay,ZTpay提供第三方钱包地址功能,开放文档: ZTpay提供了API接口,可以调用生成钱包地址、充值、提取、读取账户信息功能。已经提供部分对接信息,需要完善功能,并在前台能渲染QR code和数字货币地址。如图X/x 可以给我留下github账号,我会授权你访问我的仓库,可以评估下是否接受。完成BTC钱包并实现充币(前台)功能可以给milestone2000HKD,在完成其余9种数字货币(重复性工作),给3000HKDmilestone。修复两个bug,分别给1000HKDmilestone。
需求是按照设计稿1:1改开发一套产品 可依照目前Github功能代码 (PC是element h5是vant) 竞品需参考交互
Elven L.,您好,我看了您的个人资料,想与您进行项目合作。我们可以通过聊天对话进一步讨论细节。需求是按照设计稿1:1改开发一套产品 可依照目前Github功能代码 (PC是element h5是vant) 提供竞品需参考交互 详细内容,请联系skype: live:.
联系方式:请打开issue链接,直接在github上与aelf的开发者交流。 issue地址: 对(int,IChainContext,Transaction,Timestamp,CancellationToken,Address)进行重构,这是60行代码和6个参数的单位。解决这一问题将使我们的代码库更易于维护,并提高更好的代码中心的保持单元接口小准则评级! 以下是本指南的要点: 1.定义 将每个单元的参数数量限制为最多4个。 2.为什么? 保持较低的参数数量可以使单元更容易理解、测试和重用。 3.怎么做 通过将相关参数分组为对象来减少参数的数量。或者,尝试提取部分需要较少参数的单元。 您可以在构建可维护软件中找到有关此准则的更多信息。 祝您好运,编码愉快!
issue地址: 1.从开放给开发者的issue中,领取认为自己可以解决的issue a.在issue下评论,和团队确认奖励范围 b.和团队确认对应的reviewer。【一般情况为当前模块的研发人员】 2.明确需求,提交解决方案,提交DDL,并获取认可后即可开工。 3.创建PR并添加[WIP][community] 4.细分任务,标注任务完成期限 5.完成PR后,在标题添加[Review] 6.看到[Review]标记的PR,开始Team review 7.通过Team reivew后,移除标题中的[WIP][Review],等待最终review 您可以在构建可维护软件中找到有关此准则的更多信息。 祝您好运,编码愉快!
目前在做德国dhl api与自己开发的wms系统的对接工作。对接过程中遇到如下问题: 根据DHL官网 提供的wsdl地址:地址: ,生成了webservice client。在生成的客户端文件中,找不到填写DHL账户、密码等权限验证的请求文件。 例如获取快递单号请求request中,既没有看到请求头要我填入账号密码,也没有看到要填token的参数。导致该请求无法通过权限校验,无法获取快递单号和电子面单。 请求技术大牛帮忙解决请求接口问题即可,接下来的开发与测试工作我可以自己完成。谢谢。
Hi Duoduo Q., I noticed your profile and would like to offer you my project. We can discuss any details over chat. 我想基于一个开源加密聊天项目做一些修改,第一步需要你把下面的代码跑通,确保github上的代码是可运行的,这样我们今后可以修改和添加一些新功能。 其它代码也在toshiapp这 。
Translating a spreadsheet list of terminologies (roughly 5,053 lines of file descriptions) from Chinese to English. Our request turnaround time is early this week. See below for an example of the project: File Description Pages 1 华英物回记账凭证2010年8月 1-24 第1册共1册 105 2 华英再生利用有限公司记账凭证2010年3月 1-20 第1册共1册 79 3 华英物回记账凭证2011年3月 1-23 第1册共1册 155 4 江苏利华铜业有限公司年产10万吨再生优质铜杆项目节能评估报告 60 5 漆包机说明书 549 6 利华铜业增值税发票扣税凭证2014年4月份 195 7 合格证明书 ...
radiator, which used in house, used in winter, the sourcing for request this produce must out of china
...F8 key. 11. Once you go through this manually, you will understand the process better. 12. The demo graphic is different than the 'real-money' graphic. Only in that the real-money graphic has a 'button' link to a 'pachinko' game. If in the future I find a rearranged 'real-money' graphic, I will need to send you a new screen shot at your required fee. 13. Upon your request, I will send screen shots of all the pages that are hit. These will be in 1280x768. I'll have to re-check this for you. 14. Once you feel you are ready to deliver the final product, run the program until virtual memory is reached. Take note of how long this lasted. I will run this on HP 2gig. 15. There is a Chinese cas...
IN A FIELD TEXTAREA PUT EFFECT AUTO COMPLETION OF THE TEXT I NEDD EDIT SCRIPT JQUERY yuku-t/jquery-textcomplete · GitHub
...incidents. Runbook Automation: Provide predefined steps for resolving common issues. User Roles and Permissions: Implement fine-grained role-based access control. Enterprise-Grade Security: Include SSO, data encryption, and secure deployment practices. Additional Features Customizable Dashboards Role-Based Notifications Audit Trails for Compliance Dynamic Alert Thresholds Offline Alert Queuing Webhook Support for Custom Tools Multi-Tenancy for Departments Disaster Recovery and High Availability Technology Requirements Frontend: TypeScript and React for a responsive, intuitive web-based dashboard. Mobile App: React Native for cross-platform (iOS and Android) development. Backend: Node.js with TypeScript for scalable and efficient backend services. Database: PostgreSQL for robust a...
I am looking for a WordPress WooCommerce developer with expertise in PHP and JavaScript (Ajax). Problem 1: When I add any plan from the "Monthly Plans" section to my cart, the page reloads and then switches back to the "Annual Plan," which is the default template in the toggle. I want one of th..."Monthly Plans" section to my cart, the page reloads and then switches back to the "Annual Plan," which is the default template in the toggle. I want one of the following solutions: - Either prevent the page from reloading and directly add the service to the cart. - Or, if the page reloads, ensure the toggle remains on the "Monthly Plans" template after reload. Problem 2: Check the WooCommerce webhook to ensure it is sending order data ...
I will elaborate further once we actually have a chance to talk, but here are the quick summaries. Job Description: My research involves analyzing institutional isomorphism and its influence on contracting-out decisions by local health departments (LHDs). I have multiple datasets that need to be cleaned, merged, and prepared for statistical analysis. I would be looking for: Data Cleaning: Remove duplicates and inconsistencies. Handle missing data appropriately (e.g., imputation, removal based on criteria). Standardize variable names and formats across datasets. Possibly collecting the data for me if there is any missing from data files I have. Data Merging: Combine datasets from multiple sources (e.g., 2016 and 2019 NACCHO Profile Studies, socioeconomic data). Use shared ident...
...accurate beveling of edges, no oblong shapes, clever gradients, 100% HD, 4K Quality, Vectors. Perfect for print or UI. never pixelization even when zooming in, not allowed to use .ai program to vector, must all be traced manually, or using .ttf type face fonts. 'image trace' plugin inside illustrator is allowed. all logos or character decals created must have all their layers unlocked & nothing can be merged. cannot rasterize, meaning there are no pixels in logos and character art decals, everything must be created in Adobe illustrator format, .AI , SVG. simple logos and character art is $10-$15 medium difficulty is $20-$30 more complex is $40-$50. prices are negotiable when i hire you. some designs can reuse assets, i also like bulk offers. such as i pay price for...
...comprehensive Property Management SAAS website. Key Features: - Detailed and Advanced User Dashboard - Multiple User Roles: Owner, Property Manager, Tenant, and Pro - Property Addition and Management - Maintenance Features Accessible by Property Manager, Owner, and Tenant Essential Integrations: - Payment Gateways for seamless transactions - Property Listing Sites for exposure - Maintenance Request Systems for efficient handling Ideal skills and experience for the job include: - Proficiency in Python and web development - Experience in building SAAS platforms - Familiarity with property management systems - Skills in creating detailed and advanced user interfaces - Knowledge of integrating third-party services and APIs The user interface for the dashboard should be intricate...
I need a PHP library for my App to meet Zatca E-invoicing Phase 2 requirements. Key Requirements: - Implement the functionality of the React/Typescript package from the provided GitHub link but entirely in PHP. - The library should not use Reactjs, Java, or any other programming language besides PHP. - Source code delivery is mandatory. Ideal Skills and Experience: - Proven experience with Zatca E-invoicing Phase 2 requirements. - Strong background in PHP. - Familiarity with XML generation, security feature compliance, and data dictionary integration. - Experience with creating libraries in PHP. Please note that the specific Zatca requirements to be implemented are not limited to but include XML generation and validation, security features compliance, and data dictionary integrat...
...Helpdesk Plugin: o Integrate a free helpdesk solution for customer inquiries. o Suggested Plugin: SupportCandy (Free) or Awesome Support (Free). 5. WooCommerce Integration: o Add WooCommerce to allow customers to: Create accounts. Order services/products (e.g., logo design, posters). Pay securely through integrated payment options (e.g., Mollie or PayPal). 6. Quote Request Feature: o Add a dedicated form where visitors can request a quote for custom services. 7. Match Colors to Logo: o Update the website’s colors to match the pink, black, and white palette from the logo. o A style guide will be provided to ensure consistent branding across the website. 8. SEO and Mobile Optimization: o Ensure the site is fully mobile-friendly and optimized for fast loading. o I...
I'm seeking a Python expert who can create a script for me to intercept and modify HTTPS requests. Key Requirements: - Expertise in Python - Experience handling HTTPS requests - Ability to modify request headers, body content, and URL parameters The script will need to tamper with various components of the requests, so a good understanding of HTTPS and its request structure is crucial. Please provide examples of similar work you've done in the past.
...Instagram's connection endpoint. Key Requirements: - Configure an Elite proxy (high anonymity) - Use IP whitelisting as the authentication method - Ensure proxy is undetectable and error-free - Proxy must work on Instagram's connection I will only make payment after a working proxy is created and tested. Please refrain from bidding if you are unable to meet these requirements or if you intend to request payment prior to testing. Time is of the essence and I have already incurred unnecessary costs due to prior unsuccessful attempts. I need a programmer who has worked with a proxy company or is a proxy programmer himself I have a proxy server project so I can sell the proxy from my server but I need the proxy to be unblocked so that the sites do not detect it. I hav...
I would like to request your assistance in developing a simple database using **Claris FileMaker Pro** for home use. Since this is a personal project with a limited budget, I hope you can accommodate my requirements, which I believe are straightforward to implement. ### Overview: The database will serve as a tool to manage information about cars, service jobs, and associated costs. It should also support multimedia attachments such as photos and videos. ### Requirements: 1. **Car Details Table:** - Fields: Car Make, Model, Year, VIN, License Plate, Purchase Date, and other relevant details. - Multimedia: Allow uploading photos and videos of the cars. 2. **Service Job Table:** - Fields: Date of Service, Job Description, Labour Cost, Parts Cost, and Total ...
...register using both Email and SMS, with options to login via these methods as well. The system will also need to interface with an Admin panel, which will allow for member management including banning, messaging, and deleting members. Key Requirements: - A multi-channel registration system (Email & SMS) - Node.js expertise - Integration with an Admin panel for member management The system should also pull relevant information from the Admin panel to create member profiles from HTTP version to HTTPS. These profiles will include the member's name, their profile picture, ability to delete profile, and additional information contained on their "Me" website page. Ideal Skills and Experience: - Extensive experience with Node.js - Previous work creating login/regis...
...from another tab. Scope: This logic affects crew management and routing for Next Service Date = Current Day within the application. Utilizes Firebase as the database solution, ensuring no null values are stored (either use empty strings or omit fields). Integrates with MapQuest (or a comparable routing service) for route optimization. Hosted on a GitHub repository for code collaboration. Testing will be done locally throughout development. Assumptions & Constraints: Firebase is the primary data store; disallowing null means storing empty strings ("") or omitting fields when data is not present. Each Customer record includes fields for nextServiceDate, serviceFrequency, assignedCrew, and location data...
I need to permanently unpublish my Facebook group. Please note, I did not specify a reason for this, nor did I request archiving the group's content. Your expertise and judgment in handling this process smoothly will be appreciated.
...reviews will need to be adjusted to be improved upon if any are generated that way and not pulled from live product sources. Delivery: - CSV or Google sheet that we look at and confirm all contents of. You upload it to Loox and make sure things are populating in each product correctly, fix errors, and ensure best practices are met. -I have about 1000 reviews within Amazon listings that you can pull to use for some of the products on my website. There are also no existing reviews for some products on the website as well so those would need to be generated, about 400 across 35 products which I will help guide you on the content for and you have the product listings so you know what product details to reference in some of the reviews. Many of the products are same or similar materi...
I need two photos merged for personal use. The photos should be blended together seamlessly, without any text or captions. Ideal Skills: - Proficiency in photo editing software - Experience in photo merging and blending - Attention to detail to ensure a seamless blend
We are seeking a skilled team to develop a mobile a...booking/payment workflows with live Stripe integration. Admin dashboard for managing accounts, transactions, and disputes. Submission to Google Play Store and Apple App Store with compliance. Required Skills: Frontend: Flutter, Dart. Backend: Firebase (Firestore, Authentication, Cloud Functions, Cloud Messaging). Integrations: Stripe, Google Maps API, Auth0. Other Skills: React, JavaScript/TypeScript, GitHub, Database Management. Team Requirements: A team of developers proficient in the above-listed technologies. Strong communication skills (English proficiency). Availability for regular progress updates and meetings. Timeline: Start Date: ASAP. Phase 1 Completion: May 1, 2025. Project Completion: Phased delivery leading to fu...
I have a Laravel application with Twilio integrated for OTP verifications. I need to switch the OTP request channel from SMS to WhatsApp. Key Requirements: - Modify the file to change the channel to WhatsApp for both the (to) and (from) fields. - Guidance with how to implement SMS fallback - Ensure the code is clean and well-documented. Skills Required: - Extensive experience with Twilio Verify API. - Proficient in PHP and Laravel. - Strong debugging and problem-solving skills. - Able to implement comprehensive logging and error handling. This task should be quick and straightforward for someone with the right experience.
I'm looking for a professional to assist with converting my residential property into a barber shop. The location is ideal, situated along a busy street. Key Requirements: - Interior layout changes: The property needs to be reconfigured to suit a commercial space. - Electrical and plumbing upgrades: The current systems will need to be brought up to commercial standards. - ADA compliance: Th...positioning along a busy street. Ideal skills and experience for the job: - Knowledge and experience in commercial building conversions - Understanding of ADA compliance requirements - Proficiency in interior design and layout optimization - Expertise in managing electrical and plumbing upgrades - Landscape design experience would be an advantage. Will provide additional drawings and plan upon ...
...recruiting an experienced mobile app developer to create a social networking app for both iOS and Android via Flutter. Key Features: - User Profiles: The mobile app revolves around user profiles that need to be integrated with the existing web app. Each user should be able to create and customize their own profile and resume, production, venue and company pages. - Developer will also be asked to fix Github errors. App Details: - Profile Picture: Users should be able to upload a profile picture. - Bio/Description: Each profile should have a section for a brief bio or description about the user. - Contact Details: Users should have a space to include their demographic and personal data. - Artist Magnet will provide PDF design templates that the Coder will need to turn into figm...
I'm seeking a software solution specifically designed for college students'...facilitate direct communication with authorities. Travel requests should be sent directly for approval. - Urgent Request Handling: The software should have a feature for urgent requests, with direct notifications sent to the main authority. It should also include an immediate approval option for critical situations. If a request is pending or not approved, an alert should be sent to the authorities. Ideal candidates for this project should possess: - Proficiency in AI software development - Experience in mobile app creation - Understanding of user-friendly design principles - Skills in developing efficient communication systems within software - Ability to incorporate urgent request...
...Style Guide: Include logo usage rules, font styles, brand colors (with hex, RGB, and CMYK codes), and any design guidelines. Email Signature: Size: 600x200 px. Include name, title, contact info, and logo. Presentation Template: Size: 16:9 (1920x1080 px). Formats: PPT or Google Slides. Icons: Custom brand-aligned icons for services/products. --- Additional Notes: 1. File Formats: Request source files (AI, PSD) for future editing. Include both RGB (for digital use) and CMYK (for print use) color formats. 2. Revisions: Ask for a set number of revisions (e.g., 2-3). 3. Scalability: Ensure all assets are scalable without losing quality, especially logos and vector graphics. 4. Naming Convention: Files should have descriptive names (e.g., ). By consi...
i only hire those who dont have review. because i pay low to help you kickstart your career here and you help me with low budget each USD 2 bug fixing fix and teach me usd 5 per bug fixing. type 232 prove that you read my message or all i will just reject. you can find the bug and tell me to fix. give me username of github and email for firebase to share user permission. if you need claude ai account from me to use free just tell me.
I'm encountering a 404 Not Found error in my Flask and HTML project when making a POST request to an API endpoint. This issue needs urgent attention and must be resolved by this Sunday. Key Details: - The error occurs during a POST request at an API endpoint. - The specific error message is "Save mapping error" - The issue is time-sensitive, requiring resolution by Sunday. Ideal Skills and Experience: - Proficient in Flask and HTML - Experience in debugging API-related issues - Ability to resolve issues under time pressure
We are looking for an experienced developer to create a module for FOSSbilling that extends the existing HestiaCP controller. This module will allow clients to manage v...Our budget for this project is $40. As a startup struggling to get clients, we are currently limited in our budget but hope to bring future work to the selected freelancer as our company grows. If you cannot work within this budget then do not apply. How to Apply: Please provide a brief overview of your relevant experience, any similar projects you've worked on, and links to your portfolio or GitHub profile. To ensure you have read this job post thoroughly, please include the word "SiteCritter" at the beginning of your application. Feel free to include any suggestions or ideas you have for this mo...
...offered (Event space rental, Photography, Floral Arrangements, Catering, etc.). For each service, we would like a gallery section showcasing past events. Pricing plans (if applicable) with easy-to-read tables or a "Request Quote" form. Portfolio/Gallery: Showcase of past weddings and events with high-quality images. Interactive gallery with categories like "Wedding Venues," "Photography," "Floral Arrangements," etc. Option to view larger images when clicked. Booking & Inquiry System: A user-friendly booking system where clients can submit event details, inquire about availability, and request quotes. An easy-to-use contact form that collects important details (date, services needed, number of guests, etc.). Integration with email...
I'm in need of a skilled artist who can create a photorealistic style portrait for my business cards. I want this portrait to convey a sense of professionalism. It should be suitable for a business context, and help to portray a confident and capable image. Key Requirements: - Expertise in creating photorealistic portraits - Understanding of visual elements that convey professionalism - E...to portray a confident and capable image. Key Requirements: - Expertise in creating photorealistic portraits - Understanding of visual elements that convey professionalism - Experience designing images for business cards Skills in graphic design, portraiture, and an understanding of corporate aesthetics will be highly beneficial. Please provide examples of previous work that aligns with this ...
I'm in need of a CI/CD pipeline setup in GitHub Workflows, aimed specifically for a Django Rest Framework project, with deployment to DigitalOcean. Ideal skills and experience: - Proficient in GitHub Workflows - Knowledgeable about DigitalOcean deployment processes
...areas for improvement. 7. Categorize Feedback: -Organize feedback into categories (e.g., service quality, punctuality, organization, time management, communication etc.) to pinpoint specific areas that may need adjustments. 8. Reputation Management: -Automated Review Requests: After a first time wash service is completed or any detail service and feedback is collected, send an automated request for a review. Use GHL to send links to our Google My Business. Responding to Reviews: Develop an automated strategy for responding to both positive and negative reviews. Thank clients for positive feedback and address concerns raised in negative reviews professionally. 9. Using Automation for Efficiency: - Automate Workflows: Create workflows in GHL that automate the entire fe...
I'm looking for a skilled web developer to create a blog website focusing on prayer with an integrated donation system. This project will require serious attention to detail and a creative approach. Key Elements: - A dedicated prayer page: This will be the primary focus of the blog. It should be engaging and user-friendly. - Additional Sections: The prayer page should have a prayer request form, a testimonials section, and a segment that educates people on how to pray. - Custom Donation Button: The donation button should allow for custom donation amounts. It should be seamlessly integrated and easy to use. Ideal Skills: - Web Development: Proficiency in creating interactive and user-friendly websites. - Creative Design: Ability to design a visually appealing blog. - Experienc...