...backup codes for emergencies. --- ## 6. Out-of-Region Login Verification ### 6.1 Detection - **Monitoring**: - Detect abnormal login IP/location changes by comparing current login with usual patterns. - **Data Points**: - Record device fingerprint, browser data, and geo-location. ### 6.2 Verification Steps - **Email/SMS Verification**: - Send a one-time email (or SMS if a mobile number exists) containing a link or code to verify the login attempt. - **Admin Review**: - Log all events with details for potential audit and manual review. --- ## 7. Automated Prohibited Words Replacement ### 7.1 Overview - **Purpose**: - Automatically detect and replace prohibited words in API requests to ensure compliance. ### 7.2 Key Requirements - **Detection & R...
1. Order不能重复生成过一次之后就不再生成 2. Order Number的范围我可以指定 3. 我可以控制此次需要生成多少个order number 比如我输入了100就生成100个
**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
...Chatbot-Based Pricing: • Configure free quota (e.g., free version limited to N chatbots). • Set additional fee standards for exceeding the limit (e.g., per chatbot or bulk discount). • Support the purchase of multiple chatbot permissions at once. • Coupon Management: • Create and manage coupons (e.g., discount, duration extension). • Track coupon usage. • Coupons are not stackable: A coupon input field is provided before subscription. Input is optional. 3. Affiliate Marketing Management • Affiliate Application Entry: • Provide an affiliate registration form for users to become promoters. • Cashback and Reward Settings: • Configure affiliate cashback rates (e.g., monthly subscription income). • Set special r...
...written in Vue3+Gin); The back-end (the management panel obtained by purchasing a license, all functions are encrypted). We need to develop an management panel that is exactly the same as it. And add some new functions to make it more suitable for mobile phone display effects. Optimize AI functions: Add new functions and optimize AI functions: including: the original AI Chat function (add canvas function, search function, memory function, multimodal function, export document function, real-time voice interaction function, voice to text function, memory function), AI drawing function (add editable pictures, expand picture function, select redraw function, remove background, picture design canvas), AI music function (can generate music with one click, make partial modifica...
...statistics on total user visits. Add regional access ratio: Display the percentage of users visiting from different regions. Add user source ratio: Show user acquisition channels, such as organic search, social media, advertising, etc. Add order count: Track and display the total number of orders and their status. Add revenue data: Display total revenue and monthly revenue changes. Add total user count: Show the total number of registered users and new user growth. Add risk control count: Track and display the total number of risk control incidents handled. 2.3 Blog Function Add a Blog publishing module: Add SEO settings feature: Provide editing options for custom SEO metadata (title, keywords, description, etc.) to enhance the page's search engine visibility....
The game includes: Unboxing, Box Fight, Coin Flip, Roulette, Crash The requirements are as follows 1. Refer to or csgoempire’s case battle. There must be a reasonable algorithm to control the profit margin while ensuring a good user experience and being able to win big prizes. 2. A team must have development experience 3. Complete within the specified time limit 4. The best is the existing source code 5. Front-end development using VUE3 6. Both Chinese and English languages are required, and the backend management system needs to be fully Chinese. 7. The laboratory requires the use of PHP or Java or Golang for development
We are searching for a remote online customer service representative to join our esteemed boutique guesthouse located in Japan. This opportunity is ideal for a foreign individual proficient in Chinese, eager to be immersed in a multicultural work environment while providing superior service to our guests. Key Responsibilities: Address customer inquiries through email, phone, and online platforms promptly and professionally. Assist with booking and reservation queries, offering information regarding availability, rates, and amenities. Manage complaints, providing suitable solutions and alternatives within a set timeframe; ensure resolution through follow-ups. Collaborate with the on-site team to guarantee a seamless guest experience. Maintain a positive, empathetic, and professiona...
对类似boss直聘,猎聘,58同城的网站app的数据监控和采集,需要爬取会员的手机号码(在目标网站上是公开的信息)、城市、时间、招聘主体、岗位类型等信息,并导出表格。最好留有采集历史和导出历史等,价格可谈。 For the data monitoring and collection of website apps like boss direct Pin, Liepin and 58 cities, it is necessary to crawl the member's mobile phone number (which is open information on the target website), city, time, recruitment subject, post type and other information, and export the form. It is best to leave collection history and export history, etc., the price can be talked about.
工作要求: 1. 每天工作8小时,上班时间为北京时间14:00-20:00 2. 上班期间需中文(能说会写),项目沟通我们会使用中文沟通。 注意:需要会说会写,非翻译软件。 3.可以长期合作的人。 工作内容: 1.民宿平台客服对应(在客人提出问题后5分钟内进行回复) 2.民宿平台新增订单整理以及汇报 3.接客人的电话(我方会提供日本IP电话) 4.电商平台的客服对应 工作时间以及薪资: 工作按天计算,每天...individuals interested in long-term collaboration. Job Responsibilities: 1:Respond to inquiries from guests on the guesthouse platform within 5 minutes after receiving the question.: 2:Organize and report new orders on the guesthouse platform. 3:Answer phone calls from customers (we will provide a Japan IP phone).: 4:Provide customer service for the e-commerce platform. Working Hours and Salary: Work from Monday to Friday. If you are able to work on Saturdays and Sundays, overtime pay will be provided accordingly. Payment will be based on the number of hours ...
...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 them from the mobile phone so that I can encrypt the audio with the phones public key and then on the phone i can decrypt it using the key. (需要做的是为我在webrtc服务器上直播视频和音频的现有项目增加DH密钥交换算法的功能。 我原来的项目代码是录音web端和手机端的音频,并将它们进行比较延迟,作为两个端是否是在同一环境的双因素身份验证。我要改进的是使用webrtc直播音频来比较它们,把录音这一步替换掉。 我已经做好了的是部署webrtc信号服务器和可以直播视频和音频的url链接。现在连接的运作方式是,我用一个roomID创建一个房间,然后用户群用url里的roomID向服务器发出请求。RoomID会被放在同一个房间里开始直播视频和音频。但为了安全原因,我现在还需要在每个用户群(手机端和web端)上生成一个DH密钥对然后交换公...
我们需要一位全栈开发者(full stack developer)帮助我们开发一个在微信(WeChat)上运行的小程序(mini program),它的核心功能有:注册登录,用户信息展示和真实身份认证,有趣的活动发布及报名,创新创意idea发布,加好友即时聊天,推荐转发。 It includes 4 main pages: list: all the registered entrepreneurs listed here, according to their credit, latest log-in time,and etc. when clicked, other users can browse this entrepreneur’s detail info, and follow him/her, and chat with each other(registered users only). list:display the startup ideas and projects clicked,other users can see what's about,and know what this user needs, for example, a CTO, CMO...also,any user can give feedback to this idea or project. page:display some interesting activities, user stories and etc.. page:personal information, including id, contact, education and job
您好,eTranslators。我留意到了你的简历,想让您参与我的项目。我们可以讨论一下项目的细节。
您好,eTranslators。我留意到了你的简历,想让您参与我的项目。我们可以讨论一下项目的细节。
1. Can import 500 ip proxy addresses at the same time 2. Can upload picture folder 3. You can upload text files 4. Each different ip address corresponds to a different facebook registration entry 5. Each ip address can be replaced or deleted at any time 6. After successful registration, the avatar will be randomly selected from the picture folder, and the name will be randomly selected from the text file 7. Automatically apply through friends, and the time interval for applying through friends can be set by yourself 8. Integrated management of all account messages and comments 9. Real-time update statistics of the number of all friends, like, share, and comment 10. You can clear all accounts and all information with one key, and then start again, in a cycle
...mapping relation with (perhaps) A, E, K, W, Z… The program will also record these mapping relations, until list1 and list2 doesn’t grow anymore. Eventually, it will form a database carrying all these mapping relations. 8. When step6 and step7 are completed, the interface of the program will show me a notice “lists are prepared”. Then I can click a button on the interface to create an excel that includes list1 and list2, and to derive a file that has the database formed in step7. I can choose where I want to save these files. 9. The program has another button for visualization. When I click the button, it can generate a picture of the mapping relations in the most recent step7 file, or in a step7 file that I choose. The visual effect should be somethin...
1、Format:PNG 2、Size:432*291(mm) 3、Resolution:300DPI 4、Show Txt:IG帝国游戏(Imperial Games)- 业内知名B2B企业.与众多欧美、东南亚游戏厂商深度的业务合作,是目前东南亚最大的博彩游戏接口服务经销商之一; IG秉承着"多元化产品、超一流团队、一站式服务、贵宾式体验"的服务宗旨,伴随着十多年博彩行业运营经验为客户提供最专业的产品导向与技术支持,为诸位商界精英打造属于自己的事业; IG帝国游戏-行业最佳合作伙伴 ! 5、Show Contact:Telegram:ig_sales& “微信扫码”+QR code、Phone Number:+639171755651 6、Show IG Logo: 7、Show Little Gold Colour &More Cool color Style。
...group will automatically retreat, must be seconds back Details: If the QQ of the login protocol is bound to the security device, you need to pop up the phone verification or QQ security center verification to ensure that you can log in and use normally. After the login is successful, the current status is displayed next to it, and then you can start and stop the button. After starting the run, the list of historical messages below shows that you have quit a discussion group. The software needs to be a sharing mechanism: It needs to be shared with 2 people to use the software for free for 3 days (this can record MAC, hard disk number, QQ number can be). During free use, the user needs to share it with 2 users to use normally. Otherwise, every 3 hours, the software ...
我需要您来为我开发一些软件。该软件需要开发。
A calendar applet with multiple features, including time booking, team collaboration, shared calendars, online subscriptions, and more. Requirements: 1. Must have a deep understanding of the booking 2. Must be familiar with the common calendar application 3. Must have a deep understanding of teamwork and access control 4. Must be familiar with WeChat / applet / public number 一 个具有多种功能的日历小程序,包括时间预订,团队协作,共享日历,在线订阅等。 要求: 1. 必须对预订有深刻理解 2. 必须熟悉常见日历应用 3. 必须对团队协作,权限控制有深刻理解 4. 必须熟悉微信/小程序/公众号
Hi, I need a person located in China to have 20 friends fill up this questionnaire (phone number and name required, and will be randomly verified for validity). Details are listed below in Chinese. Thanks for bidding! 这是一份关于国内健康风险的市场调查问卷,总共需要完成20份,可以使用经自己朋友同意的信息,只要求真实性。 注意事项:(1)每份问卷的姓名和联系电话要真实有效,提交后会抽查核实(2)参与调查人员的年龄分布要大致均衡(3)受调查人员只限居住在中国境内(4)问卷是电子版本,问卷结果以电子文档形式提交(pdf.、doc.)
Long term TaiWan native customer phone call service 长期合作,招一个有责任心和耐心的台湾本地人做兼职电话客服,待遇详谈
Long term TaiWan native customer phone call service 长期合作,招一个有责任心和耐心的台湾本地人做兼职电话客服,待遇详谈
To develop OTD KPI reports on JobBOSS: Calculate OTD archive rate by daily, weekly, monthly, there are two conditions need to be fulfilled, one is quantity delivery fulfillment, the delivered qty should equal to requested qty, another condition is delivered date, the delivered date should equal o...quantity delivery fulfillment, the delivered qty should equal to requested qty, another condition is delivered date, the delivered date should equal or be earlier than promised day. Scope: all closed SO which closed on current day, current week and current month. Set the OTD target If SO was delivered earlier on last month , then the OTD need to be included in last Month’s OTD KPI. by SO + Project number Use Chart display the OTD by day,week and month. Data source: ERP SQL DB Tool: ...
我需要一个响应式网站。我想要对其进行设计和搭建。
mannchung,您好,我看了您的个人资料,想与您进行项目合作。我们可以通过聊天对话进一步地细节讨论。I'd like to discuss further in a phone conversation of a meeting.
...and update in future. no need register to post but if use an email to register an account can manage the ads. when posting need fill title ,location,descraption, all in chinese please cookie remembers the ads were read show in red colour. when user browse different ads, go back to ads list page cookie remember where were read. use id search ,not the whole website. fit in smart phone thanks for reading ,please contact me ,...
zhengguang04,您好,我看了您帮人制作“Ios client for shadowsocks”https://www.freelancer.com/projects/Mobile-Phone/Ios-client-for-shadowsocks/ 的项目,我对这个蛮感兴趣,想找你做一个。请问该怎么联系你?这个预算我是随便填的。
I am searching a Vietnamese boy buy 2 Java Software, Software is divided into IMessage data detection (batch detection of mobile phone number is activated IMessage) and mass software into the text after the two modules But it is tragic,….the software can not be normal operation, the data detection module error, sending module does not report errors, but can not be sent... Then he ignored me, it was very sad,,, I want please help me to modify these 2 procedures, so that they normally run….. Or, if the 2 Software all joke … Then please you make it..again addition:I want to add a apple to send account timing switch function…. Please contact me, thank you, I wish you a happy life Please don't hurt me..
现有的网站是一个登记员工和借还电脑的系统。PHP 添加多人的借贷 1. Step, Select user from usertype Student/teacher/accounting. Show only Users how are not assigned, and with status ACTIVE. Should implement with search function which I had made. 2. Multi select students by checkbox, with footer number and those students will be repeated in next page 3, Show date range picker, preview those students you have chosen, and then chosen start date and end date 4. Click button to send, then the data add to database, can cancel seletion anytime
Looking for someone to create and manage a wechat group. Scope includes coming up with attention grabbing ideas to drive "Likes", writing/refreshing content, uploading content (words, gif, videos, images) manage Q&A etc for a year
We are looking for a video competition content site which it can be voted either on the website or the mobile version as well. It can be showed up like a chart on the smart phone to see the total numbers each one, maybe something like this: I am not sure if it is still working and YES this project ideally will be operated in Simplified Chinese
Massage Business Design Requirement 1. Page need to be simple and pretty, can be configured and deploy for multiple business 2. Support Language: English 3. Mailing list functions to send out coupons and promotions. We are using POMMO, it is good for our site where number of emails are limited. 4. The user table need to integrate with the mailing list software, such as POMMO. 5. Some functionalities a. customer registration, email validation b. customer to invite other customers, and get referral discount. (Invite another customer, both get a coupon) c. online appointment, appointment will be send to manager's email for approval, manager can approve from the email link d. therapist management function, can easily add/delete employee, and arrange em...
...need to encrypt videos every day with the encrpytion software. The students can obtain the encrypted videos through online or offline copy. 2, The students plug the "softdog (usb)" we give them in their computers. 3, The computers should be pre-installed with our special player. After plugging in the "softdog", the player will show the student's identity information including name, gender, phone number, class and term. 4, After completing the authentication process, the videos can be freely played in the special player. The students can select the styles of the player in the interface of the player and we also can show our brand in the player. The definition of the videos will not be affected. The videos can be freely sped or rewound. Besides, 0...
Development of a celluar phone and WeChat login module+ WeChat and Weibo content sharing feature for a Chinese H5 website That's it, quite simple. Interested candidates can visit to better understand what's our application about, just a reference.
大家好,我叫‘马克’,我是一个英国人 I would like to gather information about 100 companies in Dongguan, Guangdong, China, including:...locate details of an employee (company profile) 2. Complete the company profile columns B - M 3. Include any links to profiles on the job site (the source) 4. List the number of vacancies the employer is currently listing, if available 5. Make sure all links are live and clickable NOTES: 1. All phone, fax and cell-phone numbers must start with the international dialling code - Hong Kong: +852 - China: +86 2. All email and weblinks must be made a live link. The easiest way to do this is to edit the cell, then press enter and it automatically changes to a blue link that you can click 3. Column P (招聘职位) is the number of visib...
...Hit' and show the number(s) if any that have not been hit in the last 300 spins. 6. If no numbers show, then move cursor up to 'Game Options' and a drop down line will show 'table games' then follow back to the euroroulette table and that will reset spin count/history and start the spin process again. 7. If there is 'one' number, not 'two' (two numbers 'never hit' will void further action). We only want 'one' number that shows 'never-hit'. Then note the number and move cursor to 'Back to Game' button and when the table page opens, cursor will click the 'target number' and the wager/chip amount will be placed according to what has been inpu...
以Android NDK开发如roamingfix 的APP,可以NDK来让android手机进行不同AP间的roaming(同样SSID, WPA2 Enterprise加密) Please refer to the pdf file in the attachment. Using Android NDK to develop an APP for wifi roaming, a roa...NDK开发如roamingfix 的APP,可以NDK来让android手机进行不同AP间的roaming(同样SSID, WPA2 Enterprise加密) Please refer to the pdf file in the attachment. Using Android NDK to develop an APP for wifi roaming, a roamingfix like APP. Using NDK to make android mobile phone roaming among APs ( the same SSID, WPA2 Enterprise encryption)
以Android NDK开发如roamingfix 的APP,可以NDK来让android手机进行不同AP间的roaming(同样SSID, WPA2 Enterprise加密) Using Android NDK to develop an APP for wifi roaming, a roamingfix like APP. Using NDK to make android mobile phone roaming among APs ( the same SSID, WPA2 Enterprise encryption)
I have a list of English company names (156 names), I will need to find their name in Chinese, also their phone number. 我有一份英文公司名单(156个),需要找出他们的中文名,联系方式等信息
我想要張傳單A6 size, 係最頂我想要我地既logo 同地址。之後內容我想要: 全日英式早餐 各款三明治和多士/吐司 意大利粉 各款蛋糕 係任何一邊我想要星星做條邊… 之後係落小小我想要 extract coffee, teapigs pipers & co, facebook, twitter 同微博既圖示… 之後就係張coupon . Coupon 上面我想打: 套餐優惠 所有三明治或吐司/多士+布朗尼+英國茶或美式咖啡 £3.95 或 消費£2以上(只限食品)即贈送咖啡一杯。 另一邊個格式係一樣…只係英文… 係中文果邊,我仲想要jaket potatoes, all day breakfast coffee 同sandwiches 既相…之後中文呢邊個logo 我想轉做一個promotion box. 入面打…現凡購買超過£15的美容產品,即可提供免費送貨服務,只需輸入FREEDELIVERY 15. 附件有個樣本可以參考,我想要類似既顏色,但係一個新風格
VoIP Video IM等即时通讯功能。 支持Android,IPhone,Window Phone等客户端应用。 熟识SIP Webrtc XMPP。 提供Demo。
编写一个能修改高通平台android手机串号的应用。 Qualcomm Platform Android mobile phone change imei 1.手机有root权限(phone has root) to msm8226,msm8626,msm8926 3.必须是在手机端上运行(非电脑端的软件)
需要一个熟悉PHONGGAP的开发的人员进行设计开发一个动画应用APP,可打包到android、ios、win phone三个系统里
IPTV portal,适用于pc/tv/pad/phone平台,主要由jshtml5编写。现需要对portal的UI和功能进行改造。 需要精通javascript、html5、css技术,并对java、tomcat/jboss等有所了解。
IN A FIELD TEXTAREA PUT EFFECT AUTO COMPLETION OF THE TEXT I NEDD EDIT SCRIPT JQUERY yuku-t/jquery-textcomplete · GitHub
...represent and search 3D point cloud data for object recognition and scene analysis. Optimize ML model performance for real-time processing and deployment on resource-constrained systems. Collaborate closely with our engineering team to integrate the models into the product lineup, ensuring seamless deployment. Qualifications: Master's or Ph.D. degree in Computer Science, Robotics, or a related field. 3+ years of proven experience in developing and deploying machine learning models for autonomous vehicles, robotics, or related applications. Strong understanding of 3D point cloud processing techniques and experience with relevant libraries (e.g., PCL, Open3D). Expertise in deep learning frameworks such as TensorFlow or PyTorch and computer vision libraries like OpenCV. Profi...
I've inherited a project pushed to GitLab. I need to extract the 'Published' internal data (and types) within the Project application so I can identify what's available to 'Subscribe' to when creating a ROS node. The application is in C++. I'm a newbie to GitLab, so need to know how to do this and get guidance. The ideal freelancer will have: - Very Good Experience with GitLab - Experience in C++ - Familiarity with ROS (any version) - Ability to document clearly. Any format will do, PDF would be ideal. - Capable of identifying data structures and types.