Codeigniter request check工作

筛选

我最近的搜索
筛选项:
预算
类型
技能
语言
    工作状态
    1,500 codeigniter request check 找到工作

    ... (AI Agent) OTA website (web platform) Future mobile application This server does not handle bookings or payments. Its only responsibility is real-time hotel search, multi-provider price comparison, markup calculation, currency conversion, and structured responses per channel. --- Single API Entry Point POST /searchHotels All channels use this single endpoint. --- Unified Request Format { "source": "respond", "city": "Dubai", "hotel_name": "", "check_in": "2026-05-10", "check_out": "2026-05-12", "adults": 2, "children": 0, "room_type": "suite", "meal": "breakfast", "view": "sea" } --- In...

    $293 Average bid
    $293 平均报价
    41 个竞标

    ... (AI Agent) OTA website (web platform) Future mobile application This server does not handle bookings or payments. Its only responsibility is real-time hotel search, multi-provider price comparison, markup calculation, currency conversion, and structured responses per channel. --- Single API Entry Point POST /searchHotels All channels use this single endpoint. --- Unified Request Format { "source": "respond", "city": "Dubai", "hotel_name": "", "check_in": "2026-05-10", "check_out": "2026-05-12", "adults": 2, "children": 0, "room_type": "suite", "meal": "breakfast", "view": "sea" } --- In...

    $20 Average bid
    $20 平均报价
    8 个竞标

    ...assignment Read, Write and Execute permissions on the file created in challenge 1. Provide a screenshot of the command line. Challenge 3 Create a directory named Cash in the student directory. Create a hard link in the cash directory to the Balance_Sheet the path of the link should be /home/student/Cash Provide a screenshot of the link. Challenge 4 Create a variable that will display the text “Check the Weekly Balance” when the echo $CASH is entered at the command prompt. Provide a screenshot of the output of the variable....

    $383 Average bid
    $383 平均报价
    6 个竞标

    ...打磨,让它立刻具备“可以直接上线卖货”的状态。 关键要求 • 整体风格:现代简约,但色彩基调要鲜艳亮丽,突出速度感与安全感。 • 主要功能:突出产品展示,包含清晰的分类、对比度高的照片陈列区,以及一键加入购物车。 • 设备兼容:桌面与移动端都要保持加载快速、排版干净。 期望工作内容 1. 主题定制 – 根据上述风格调校首页布局、字体与配色 – 设计吸睛的横幅、图标与CTA 按钮 2. 产品页优化 – 统一规格表、尺寸指南与高清图库 – 关联推荐与库存提示 3. 结账与信任度元素 – 调整结账流程至最少步骤 – 嵌入安全支付与退换政策展示 4. 必要应用建议与安装(如评价插件、加速加载工具) 交付标准 • 我登录后台即可直接发布,无需额外技术操作 • 页面通过 Shopify Theme Check,无重大报错 • 在主要浏览器与手机端测试通过 如果你擅长 Shopify Liquid、CSS、以及视觉设计,且对电商转化有经验,欢迎告诉我你的想法与大致时间线。

    $525 Average bid
    $525 平均报价
    2 个竞标

    ...for tracing orderId, purchaseToken, SKU, userId. Responsibilities (detailed) Flutter Android Wire up BillingClient v7+, query product details, launch billing flows, handle purchase updates, persist tokens, and call backend. Android Developers Properly handle acknowledgement & restore; fail-safe for connectivity and duplicate receipts. Android Developers Respect Play Integrity gate (basic check via server if enabled). Android Developers PHP Backend Implement verification against Android Publisher API v3 for subscriptions v2; store state transitions consistent with SubscriptionState. Google for Developers +1 Implement acknowledge (subs/products) and void/refund handling; make handlers idempotent. Google for Developers Configure RTDN (Pub/Sub topic+subscription, ser...

    $105 Average bid
    $105 平均报价
    4 个竞标

    ...for tracing orderId, purchaseToken, SKU, userId. Responsibilities (detailed) Flutter Android Wire up BillingClient v7+, query product details, launch billing flows, handle purchase updates, persist tokens, and call backend. Android Developers Properly handle acknowledgement & restore; fail-safe for connectivity and duplicate receipts. Android Developers Respect Play Integrity gate (basic check via server if enabled). Android Developers PHP Backend Implement verification against Android Publisher API v3 for subscriptions v2; store state transitions consistent with SubscriptionState. Google for Developers +1 Implement acknowledge (subs/products) and void/refund handling; make handlers idempotent. Google for Developers Configure RTDN (Pub/Sub topic+subscription, ser...

    $122 Average bid
    $122 平均报价
    5 个竞标

    ...payment gateways and do not support logging in with Google. 2. Add airwallex and virtual currency payment gateways. (Add to the overseas AI platform), as well as the features in the design. 3. Add Google authorization and WeChat authorization registration functions. 4. Add 2fa verification and identity verification functions. 5. Add Blog system and functions in the design diagram. 6. Add login device check function and functions in the design diagram. 7. Add background music function and functions in the design diagram. 8. Language switching function. Note: Most functions can be accessed using third-party APIs. Our AI website: milestone: 1st milestone (800U) (within 7 days): complete all basic functions. 2nd milestone (800U) (within 7 days): complete the AI Chat function, ens...

    $2571 Average bid
    $2571 平均报价
    7 个竞标

    ...adjust membership privileges. --- ## 2. API Request Rate Limiting ### 2.1 Tier-Based Limits - **Differentiated Limits**: - T1: 5 req/sec, 100/min; T2: 10 req/sec, 200/min; T3: 15 req/sec, 300/min; T4: 20 req/sec, 500/min; T5: special/custom limit. - **Implementation**: - Use middleware in Golang (or API gateways) to enforce per-IP, account, and API key limits. ### 2.2 Circuit Breaker and Throttling - **Circuit Breaker**: - Triggered on consecutive failures or abuse patterns, with thresholds adjustable by tier. - **Throttling**: - Use token bucket or leaky bucket algorithms to smooth out traffic peaks. --- ## 3. API Access Monitoring and Logging ### 3.1 Log Recording - **Details Recorded**: - Log source IP, request parameters, HTTP method, stat...

    $464 Average bid
    $464 平均报价
    7 个竞标

    ...processing a message, delete it from `` and save the file to prevent re-processing in case of program crash. - Wait for a random delay (adjustable, e.g., 30 to 300 seconds). - Delete the subfolder after processing all its contents. - Continue with the next subfolder. - After processing all folders, send a notification to the administrator. - Wait 5 minutes and check for new subfolders. Repeat the process if found. 4. **Special Cases** - If the attachment is an OPUS file (audio), convert it to an MP3 file. --- ### Example of Consecutive Messages with Multiple Images ``` ‎[29/06/23 10:40:47 AM] ~ Evan HO:‎<Attachment: > ‎[29/06/23 10:41:00 AM] ~ Evan HO:‎<Attachment: >

    $155 Average bid
    $155 平均报价
    4 个竞标

    ...com/docs/api#/Introduction Typing Effect Implement a typing effect that displays text character by character to 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...

    $325 Average bid
    $325 平均报价
    2 个竞标

    ...and management capabilities. The goal is to develop a versatile and flexible AI API platform that ensures system stability, efficiency, and security. Website: 2. Development Features Overview 2.1 Bug Fixes Add a fix for the logo redirection bug: Correct the error where the logo does not redirect properly, ensuring normal navigation to the homepage or the specified page. Add a check for all code bugs: Conduct a thorough code review, identify and fix all potential issues, ensuring logical correctness and stable operation of the code. 2.2 Data Monitoring and Display Add data monitoring features in the admin system, displaying the following metrics: Add user visit count: Real-time statistics on total user visits. Add regional access ratio: Display the percentage of users visitin...

    $1118 Average bid
    $1118 平均报价
    8 个竞标

    Android App Example: You can check the current Android version here: Magicter 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

    $596 Average bid
    $596 平均报价
    13 个竞标

    ...interface with the client. When there is a new update, the client receives a notification prompt, providing "Online Update" and "Cancel Update" buttons. Testing Suggestions: To test the effect, you can add a new menu option on the frontend menu. Development Documentation: Need to provide an interface tutorial document for client developers. Implementation Suggestions: Develop an API for the client to check for updates and obtain update information. Provide update content publishing and management functions in the admin panel. Write detailed API documentation to guide client developers on how to call the interface. Invitation System Function Description: Each user has an invitation code, formatted as a combination of 9 digits and uppercase and lowercase letters...

    $167 Average bid
    $167 平均报价
    4 个竞标

    ...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...

    $30 - $80
    $30 - $80
    0 个竞标

    ...membership features. **Project Requirements:** 1. **Feature Synchronization**: Sync all functionalities and logic from our latest Android VPN version to the iOS version. Ensure that the user experience on iOS aligns with that on Android. The iOS and Android clients primarily differ in the VPN client implementation, but they both use the same VPN protocol (V2ray). - **Android App Example**: You can check the current Android version here: [Magicter VPN on Google Play]() 2. **Issue Resolution**: Address and fix bugs in the current iOS VPN application, such as connection instability, UI misalignment, and unresponsive functionalities. Improve the app's stability and overall user experience. 3. **Backend Code Optimization**: Update

    $640 Average bid
    $640 平均报价
    10 个竞标

    ...membership features. **Project Requirements:** 1. **Feature Synchronization**: Sync all functionalities and logic from our latest Android VPN version to the iOS version. Ensure that the user experience on iOS aligns with that on Android. The iOS and Android clients primarily differ in the VPN client implementation, but they both use the same VPN protocol (V2ray). - **Android App Example**: You can check the current Android version here: [Magicter VPN on Google Play]() - **Desired iOS Example**: We aim for a similar result as the iOS example below: [Official Quick VPN App on the App Store](%E7%8B%97%E6%80%A5%E5%8A%A0%E9%80%9F-%E5%AE%98%E6%96%B9%E6%AD%A3%E7%89%88/id1559485550?platform=iphone)

    $307 Average bid
    $307 平均报价
    4 个竞标

    ...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...

    $173 Average bid
    保密协议
    $173 平均报价
    2 个竞标

    我有一个持续工作,之前与之相关的项目为'Request for logo design'

    $5 / hr Average bid
    $5 / hr 平均报价
    1 个竞标
    德国dhl API对接
    已经结束 left

    目前在做德国dhl api与自己开发的wms系统的对接工作。对接过程中遇到如下问题: 根据DHL官网 提供的wsdl地址:地址: ,生成了webservice client。在生成的客户端文件中,找不到填写DHL账户、密码等权限验证的请求文件。 例如获取快递单号请求request中,既没有看到请求头要我填入账号密码,也没有看到要填token的参数。导致该请求无法通过权限校验,无法获取快递单号和电子面单。 请求技术大牛帮忙解决请求接口问题即可,接下来的开发与测试工作我可以自己完成。谢谢。

    $7 / hr Average bid
    $7 / hr 平均报价
    2 个竞标

    English Version of the Ad is below ! 诚聘APP开发程序员/团队,负责开发一款提供特定服务的APP(类似滴滴快车但非打车服务),用户群暂时以上海当地用户为主。APP界面的设计...Ability to develop the apps within 5 months max. Context: The basic outline of the app would be into 3 features where “client” will chose a service from “provider” 1. Find an available nearby provider within 1-3 Km: a timer will calculate the fee and the distance. 2. Book for a later time: A fee according the time required. 3. Awarding Service: a simple wall where Client can post a service request 1 per month detailing fees, service description, address/location and upload JPEG then gets notification. 4. Simple rating system for both providers and clients. We are willing to pay market price, whether fixed price or an Hourly rate as per mileston...

    $5123 Average bid
    $5123 平均报价
    9 个竞标
    Chinese Translation
    已经结束 left

    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 合格证明书 ...

    $652 Average bid
    $652 平均报价
    27 个竞标
    Find me a Buyer
    已经结束 left

    radiator, which used in house, used in winter, the sourcing for request this produce must out of china

    $234 Average bid
    $234 平均报价
    3 个竞标

    SEEKING A ‪‎LIEN ‪ATTORNEY / ‪LAWYER. CHANGE OF VENUE A MUST! I'M TOO EMOTIONALLY ATTACHED TO DO THIS ON MY OWN. ESPECIALLY THE CHANGE OF VENUE REQUEST, MADE TO THE VERY BODY OF SO CALLED OFFICERS OF THE COURTS THAT CREATED THESE FINANCIAL HARDSHIPS! I HAVE A PI/EXPERT WITNESS THAT'S BEEN COLLECTING EVIDENCE SINCE DECEMBER 2014 AND AM SEEKING ASSISTANCE ON CONTINGENCY FOR A MAJOR PAYOUT ON THE BACKSIDE!

    $27783 Average bid
    加急
    $27783 平均报价
    1 个竞标

    first of first , you need to know Cantonese, if you dont, pls dont click here. second, you need have wedding video editing experience. third, pls review it before you turn it in to me, white balance / color / light correction, sound adjustment, background music and montage is needed (i have sample that i did before, so you can check and follow) . pls turn in on time. this is a Chinese in America wedding, Cantonese style. 3-5 camera angel , from tea ceremony, church ceremony , wedding boutiques whole day. here is the footage sample.

    $230 - $270
    $230 - $270
    0 个竞标

    I have 10 pages PPT, all in Chinese wordings now. Wanna make an attractive and beautiful powerpoint in 12 hours. I need to check the quality of your previous work before sending you the details PPT file. Thank you.

    $85 Average bid
    $85 平均报价
    6 个竞标

    ...chinese friend help me buy a virtual product from is a long time project.i need to buy a lot of of them are software.I need you to add the chinese product seller's help me pay him through chinese construction online bank.I want a long time business with time you need to help me buy a virtual need to pay the chinese seller can use baidu to check the Exchange rate. 我也是一个中国女人,我现在不在国内,在美国。我不能在国外登陆中国的网上银行。所以我需要一个中国朋友帮助我买一个虚拟物品,这是一个长期项目,我需要买很多东西从国内。大多数都是虚拟物品,类似软件,和其他服务。我会给你卖家的qq号码,你需要加他然后帮我付款。使用你的国内网上银行,你最好有一个建设银行的网上银行。我经常买很多东西,如果找到合适的人可以长期合作。你会得到一个好评和赚到一些差价。这是一个非常简单的项目,你只需要帮我加一个中国卖家的qq然后支付他,然后截图支付证据,我就会给你付款。请放心,我会托管好资金。这次我要买个软件的使用权你需要帮我支付120美金。你可以使用百度查询汇率,换算成人民币支付中国卖家。谢谢

    $125 - $140
    $125 - $140
    0 个竞标
    ABOUT ODDSMAKER
    已经结束 left

    ...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 case you need to open proxy Anyth...

    $1307 Average bid
    $1307 平均报价
    4 个竞标

    创建一个象aliexpress一样的php网站程序,采用CodeIgniter框架来编写

    $2157 Average bid
    $2157 平均报价
    7 个竞标

    1. 不需要修改核心业务流程,只需要根据美工制作前端页面 2. 熟悉MySQL 3. 熟悉Codeigniter者优先 4. 1个月的工作量,大约支付1万元酬金,或者按1万元/月领取薪水 5. 必须在北京

    $1974 Average bid
    $1974 平均报价
    8 个竞标

    Check out: You see the following phrases: 缘分是前世感情的延续, 缘分是今世的擦肩而过。 缘分是前世不变的誓言, 缘分是今生痛苦的约定。 缘分是一次机遇的把握, 缘分是一种爱慕的流逝。 缘分是相遇时美好梦想, 缘分是别离后苦涩回忆 I need 500 10-15 word phrases on 缘分, nothing shorter and nothing longer. The meanings and words from the 500 phrases must all be different from one other.

    $88 Average bid
    $88 平均报价
    2 个竞标

    Check out: You see the following phrases: 缘分是前世感情的延续, 缘分是今世的擦肩而过。 缘分是前世不变的誓言, 缘分是今生痛苦的约定。 缘分是一次机遇的把握, 缘分是一种爱慕的流逝。 缘分是相遇时美好梦想, 缘分是别离后苦涩回忆 I need 500 10-12 word phrases on 缘分.

    $144 Average bid
    $144 平均报价
    5 个竞标

    I already have a complete Tekla Structures model of a storage bunker and a matching DWG layout. I now need the AutoCAD file brought fully into line with the Tekla information. The only changes required are dimensional: Check every bolt so that it does not foul with external support structure. • Shift or re-locate bolt positions to avoid fouling. Once modified, this needs to be reflected in autocad. • Correct the length and/or width of few internal tiles so their footprints match the modifications in Tekla. There are some points, where edge tiles are fouling. These need to be corrected too. Additionally, cross section views and edge views are to be created to understand corners and edges for fabrication. These are already partially created. No new structural elements ...

    $78 Average bid
    $78 平均报价
    2 个竞标

    I have a DWG and a matching STEP model that need a lightning-fast tweak: eight existing holes must be opened up to the new diameter I’ll give you as soon as you’re on the job. Nothing else changes—locations, alignments, and overall geome...360, etc.), verify the model is still clean, then push the updated files back to me within an hour of acceptance. Deliverables (both required): • Updated DWG with the eight holes resized • Updated STEP reflecting the same change Acceptance: the only differences between the files I sent and the files you return should be the precise hole diameters; everything else must pass a quick import check with no stray bodies, corrupted faces, or tolerance issues. If you’re sitting at your workstation and can start imm...

    $26 Average bid
    $26 平均报价
    17 个竞标

    ...update in real time and valuation reports never tie back to physical counts. • Production planning – schedules drift away from demand, bottlenecks appear without warning, and several BOMs contain errors that cascade into work orders. • Financial reporting – figures coming out of inventory and production don’t reconcile, so month-end closes drag on. What I need from you 1. A rapid-fire health check of the current setup: posting groups, item journals, MRP/MPS parameters, BOM and routing structures, costing methods, and any extensions in play. 2. A clear remediation plan detailing how each issue will be fixed inside Business Central (AL code changes, configuration tweaks, or workflow automation). 3. Implementation of the approved fixes, fully tes...

    $30 / hr Average bid
    $30 / hr 平均报价
    8 个竞标

    I am looking for someone to help me create 700 designs on Canva, using Canva Bulk Create feature. These designs will be posted on Facebook and Instagram as carousels, to promote an online course for a real estate school. Please check attachments. As you can see, file named has a logo, hook, question, and multiple choice answers. The logo and the line on the bottom will always stay the same, but hook, question and answers will be different for each of 700 designs. File will always stay the same. I need someone to help me make 700 designs similar to , but with different questions and answers. I need you to not just set up the bulk option, but also to make sure each of the 700 designs comes out looking good. Some questions are much longer than others, so additional pages may

    $365 Average bid
    $365 平均报价
    122 个竞标

    Hi, I’m reaching out to request assistance with completing a set of **exterior elevation drawings in AutoCAD** for a building project. Below are the full requirements and expectations so the work can be completed accurately and efficiently. --- ## Project Overview You will be creating **four exterior elevations**: * North * South * East * West These must be developed as **second and third iterations**, meaning they should be clean, coordinated, and include all required architectural information (not just basic outlines). I will provide: * Reference images of the building elevations * A sample elevation layout (for sheet formatting and style) --- ## Drawing Requirements ### 1. Sheet Setup * Sheet size: **24” x 36”** * All four elevations must be placed...

    $30 Average bid
    $30 平均报价
    8 个竞标

    # DanKen Industrial Group ## Request for Proposal: OEM Cost Engineering, Factory Cost Reverse Engineering & Toll Manufacturing Architect DanKen Industrial Group is seeking an experienced professional or firm to help develop a **true OEM-level cost engineering and toll manufacturing system** across multiple product categories, including enclosed cargo trailers, custom golf carts, wheels/rims, and related fabricated or industrial components. This is **not** a traditional sourcing or quote-comparison engagement. We are specifically looking for an expert who can **reverse engineer supplier and factory manufacturing cost at the true production level**, determine what products and components should actually cost at wholesale OEM levels, and help DanKen build a **premium-quality, lo...

    $145 Average bid
    $145 平均报价
    10 个竞标

    I’m launching a new online store and need a developer who can take the project from concept to a live, sales-ready site. The core requirements are straightforward: customers must be able to register for their own accounts, check out through a fully integrated payment gateway, and leave public product reviews. I have not locked myself into a specific platform yet, so feel free to recommend Shopify, WooCommerce, Magento, or another solution that fits the brief. What matters most is stability, scalability, and ease of day-to-day management once the hand-over is complete. Deliverables • Responsive e-commerce website with user accounts, payment gateway in live mode, and product review functionality working end-to-end • Admin dashboard for product, order, and custo...

    $612 Average bid
    $612 平均报价
    48 个竞标
    Ongoing WordPress Maintenance
    6 天 left
    已验证

    ...day-to-day: you will monitor plugin updates, run security checks, and publish or tweak content only when it’s actually required—no fixed calendar, just prompt action whenever something comes up. A handful of tools demand particular vigilance, namely an SEO plugin, Paid Memberships Pro, Elementor Pro, Jet Engine, and a rotating cast of smaller add-ons, so experience with these is essential. For each request I’ll expect: • a clean backup and, if needed, staging deployment before you touch live code • the update, fix, or content change itself • a quick verification that pages, forms, and checkout flows still behave correctly • a short note in our shared tracker summarising what you did and any follow-up I should know about If you&rsquo...

    $21 / hr Average bid
    $21 / hr 平均报价
    236 个竞标

    I need a focused pre-employment background check that confirms a candidate’s university degree obtained in Panamá, Provincia de Panamá. Your task is limited to academic credential verification; no criminal, employment, or credit inquiries are required. Please contact the issuing university directly to authenticate: • enrolment and graduation dates • degree title and major field of study • status (completed / in progress / revoked) • any honors noted on the official record Deliverables • A concise verification report (English or Spanish) summarising findings, methodology, and university contact details • Scans or photographs of any written confirmations, stamped transcripts, or email correspondence from the registrar &...

    $50 Average bid
    本地
    $50 平均报价
    1 个竞标

    ...handsets in browser-based AR. Aim for low-poly geometry, efficient PBR textures, and minimal draw calls so the file stays lightweight without losing believability. • Timing: gauge rise and sprinkler activation need to feel natural and should sync with the 155 °F mark. Total animation 10-15 seconds I’ll supply high-res reference photos of the specific sprinkler head plus any extra angles you request. Deliver the finished GLB along with a short note on poly count, texture sizes, and any compression applied so I can verify it meets our WebAR limits....

    $24 / hr Average bid
    $24 / hr 平均报价
    31 个竞标

    ...failure that appears during the boot sequence. All startup logs are captured in JSON, so you can filter and search them easily. From what I can see, the root cause is likely buried in the code implementation rather than the configuration files or dependency list, but I’m open to your findings. I’ll share: • the full JSON log that ends in the error • any relevant source files or snippets you request • a brief rundown of the current setup so you have context Deliverable • A concise diagnosis pinpointing why the application fails to start • Practical, step-by-step guidance for fixing the issue (file, class, or configuration line numbers where possible) If you’re comfortable untangling Spring Boot stack traces and can explain the...

    $18 Average bid
    $18 平均报价
    15 个竞标

    ...apply APA rules to every in-text citation, THIS IS REALLY IMPORTANT !!!!!! Proper placement please (front border paraphrase , short direct quote…ect please know these things • return both a clean copy and a version with tracked changes so I can see what was adjusted When you finish, the essay should read smoothly, reflect logical cohesion between sources, and pass a final grammar and spell check without issue....

    $26 Average bid
    $26 平均报价
    32 个竞标

    ...current sensing • temperature sensing • protection logic • ESP32-based control • OLED display • optional telemetry/logging features • buck + LDO power architecture • MOSFET-based protection/disconnect stage What I need from the freelancer: • Review my existing KiCad schematic / PCB files • Check whether the current design can be improved for a 4-layer PCB • Suggest a suitable 4-layer stack-up • Improve component placement and routing • Pay attention to grounding, power routing, noise, and manufacturability • Check important areas such as: o power stage o current sensing path o MOSFET section o buck converter area o sensitive monitoring/protection signals • Verify footprints if necessary • Prepare ma...

    $96 Average bid
    $96 平均报价
    15 个竞标

    ...fully responsive design Simple and intuitive user onboarding Stable performance under multiple parallel live sessions Scalable system architecture designed for growth Project Goal The goal is to build a stable, intuitive, and scalable platform that enables real-time social connections through structured video speed dating sessions, with a strong focus on user experience and system reliability. Request for Proposal Please include in your response: Estimated budget A preliminary cost estimate for MVP and/or full version Suggested technology stack Frontend, backend, real-time layer, video integration, infrastructure Timeline Estimated development time (MVP and production-ready version) Relevant experience Examples of similar projects (if available), especially: real-time...

    $205 Average bid
    $205 平均报价
    44 个竞标

    ...how-to information (getting there, where to stay, must-see highlights) with a conversational style that makes readers feel they’re already strolling the cobblestones. What I’m after • Fresh, thoroughly researched guides on European destinations only • Natural, SEO-friendly structure—clear H1–H3 headings, a concise meta description, and keyword use that reads smoothly • 100 % original prose; I check everything for plagiarism • Ready-to-publish copy in Google Docs or Word, plus any royalty-free image suggestions I have an initial batch of guides to commission and plenty more lined up if we click. Share a couple of travel pieces you’ve written, your typical turnaround per article, and any first-hand European travel experien...

    $480 Average bid
    $480 平均报价
    25 个竞标

    I'm casting 4–5 on-camera performers (real humans, US-ba...to bring your own personality as long as the core message stays intact and the tone remains friendly and conversational. Usage & release A short e-signature release covers voice/likeness consent for the AI avatar and marketing use. You can request removal at any time. Payment The fee is $150 USD per approved recording, paid once the video passes our technical and performance checks. Process 1. Quick ~10-minute video call to walk through the project and confirm your recording setup. 2. Short e-signature release (voice/likeness consent, removal-on-request). 3. Record the self-tape. Takes ~2–3 minutes once you're set up. Deliverables • One 2–3 minute video/audio recording that mee...

    $125 Average bid
    $125 平均报价
    10 个竞标

    ...without written approval: redesign the stack, introduce ORMs (no Prisma/Drizzle), change workflow lifecycle semantics, alter submission payload structures, modify auth or certificate handling, rewrite working modules Deliverable format: Git PR per task with clear commit history. Per-task technical note: what changed, why, migration impact, rollback plan, test coverage, known limits. For API work: request/response mapping, retry behaviour, error cases handled. To apply, include: 1. 2–4 projects that are directly comparable — stack, your role, production scale 2. Specific experience with App Router backend development 3. How you approach idempotency in external API submission pipelines 4. One example of a risky production refactor you shipped safely, with the risk you ...

    $24 - $49 / hr
    加封 保密协议
    $24 - $49 / hr
    94 个竞标

    ...must-revalidate, post-check=0, pre-check=0 expires: Thu, 01 Jan 1970 00:00:01 GMT referrer-policy: same-origin x-frame-options: SAMEORIGIN report-to: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":""}]} nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800} server: cloudflare cf-ray: 9f0671b6fa0468f1-PDX alt-svc: h3=":443"; ma=86400 2. Occessid Cookies Problem - set-cookie OCSESSID=7af34436043b4bb2ca49fb8cda; path=/ 3. Check Cloudflare Pro and even we have security set to low it keeps blocking everything so they do not block google (I have Bots OFF, Hot Links OFF), check all the WAF settings

    $118 Average bid
    $118 平均报价
    77 个竞标