Icq number stolen find jobs
...Functionality:** - **Authentication:** Successfully connects to Schwab's API and generates `` - **Account Data:** Pulls general account information, including the account number - **Price Retrieval:** Accurately fetches the current price of an ETF ### **Required Enhancements:** - **Executing Trades:** The program needs to be able to facilitate the buying and selling of stocks/ETFs. - **Trade Information:** Capture and log trade details such as price, number of shares, etc. - **Market Data:** The ability to fetch daily high and low prices for a given stock/ETF. - **Account Holdings:** Retrieve and display the number of shares held per stock/ETF. Trade execution will be limited to **Market Orders** only. The stock/ETF details for trading should be automaticall...
I'm in search of a direct supplier who can provide a substantial number of SMS verification numbers from the USA, UK, and India. The numbers need to be delivered in bulk and via an API endpoint or any other efficient method. Ideal Skills and Experience: - Proven experience in providing SMS verification numbers - Familiarity with international number provisioning, particularly from the USA, UK, and India - Ability to deliver numbers in bulk - Proficiency in setting up or using an API for number delivery - Strong understanding of SMS verification use across different sectors
...“deck”) is a generalization of a stack and a queue that supports adding and removing items from either the front or the back of the data structure. Create a generic data type Deque that implements the following API: public class Deque<Item> implements Iterable<Item> { // construct an empty deque public Deque() // is the deque empty? public boolean isEmpty() // return the number of items on the deque public int size() // add the item to the front public void addFirst(Item item) // add the item to the back public void addLast(Item item) // remove and return the item from the front public Item removeFirst() // remove and return the item from the back public Item removeLast() // return an ite...
...responsive design using React.js, , or Vue.js, with modern styling frameworks like Tailwind CSS or Material-UI. Real-Time Messaging: Implement instant messaging, including text, voice, and video calls using and WebRTC. Swipe Feature: Add a Tinder-style swipe feature for users to match based on profiles. Search & Filters: Advanced search and filtering options for users to easily find matches. Consider using Elasticsearch. User Data Migration: Migrate existing user data (profiles, messages) to the new platform. Security: Implement secure login with JWT, OAuth 2.0, and 2FA. Performance & Scalability: Optimize for fast loading, smooth interactions, and scalable hosting on AWS, Vercel, or Heroku. Preferred Technologies: Frontend: React.js, , Tailwind CSS Backend: Node.js
I'm looking for someone that would be able that in the region of Erpe-Mere (belgium) is able to find outdated websites - outdated websites nearby - bad seo websites - unsecure websites - no google business page we would approach them and ask them if we could help them out
... public boolean isFull(int row, int col) // returns the number of open sites public int numberOfOpenSites() // does the system percolate? public boolean percolates() // test client (optional) public static void main(String[] args) } Corner cases. By convention, the row and column indices are integers between 1 and n, where (1, 1) is the upper-left site: Throw an IllegalArgumentException if any argument to open(), isOpen(), or isFull() is outside its prescribed range. Throw an IllegalArgumentException in the constructor if n ≤ 0. Performance requirements. The constructor must take time proportional to n2; all instance methods must take constant time plus a constant number of calls to union() and find(). Monte Carlo simulation. To est...
I'm looking for a professional who can sell my Shopify-based e-commerce store. The store sells dropshipping products. Ideal Skills and Experience: - Proven track record in sales - Proficiency in Shopify platform - Strong negotiation and closing skills - Experience with selling online stores Your role will be to find a suitable buyer and negotiate a profitable sale. Please provide a portfolio of similar projects you've completed in the past.
...works correctly. Need a firmware expert to review and adjust any necessary fixes. Ensure all button functions are correctly mapped. ✅ PCB Adjustments & Optimizations The project was converted from a dual-PCB design to a single PCB. Ensure all traces, connections, and components are properly adjusted in EasyEDA. The layout should be more compact to allow for a two-strip battery setup. Increase the number of buttons from 12 for full calculator functionality. ✅ Coordinate with Case Designer I have hired a 3D designer to create the calculator shell, but they will need precise PCB dimensions. You must work alongside the designer to ensure the enclosure fits properly. ✅ Project Files & Access I have all the existing files and will provide access to the EasyEDA project. I can...
I'm looking for a skilled video editor to edit my educational content. Key Responsibilities: - Edit a minimum of 5-minute videos based on provided audio scripts. - Find relevant clips, elements, and information to support the video's topic. - Incorporate text overlays, animations, and charts/graphs and meme clips also. Expectations: - Editing style should closely resemble this channel: @BeyondBoundsYT/videos - Punctuality is crucial. All deadlines must be met without delays. - No time wastage. Ideal Candidate: - Experience with AI content is a plus. - Only Indian - Ability to follow the provided editing style. - Strong understanding of how to effectively use text overlays, animations, and charts/graphs to enhance the video. - Reliable and committed to meeting deadlines
Hi Everyone - I'm in search of a talented artist who can create artwork for my products packaging. My hope is to find an artist who will not only work on this product, but future products as well. Each product will have its own artwork highlighting the product and the brand. I imagine I will be scaling quickly once operations are up and running and anticipate to have 20+ products within the first 24 months. I would like to start with just 1 product to begin. *IF INTERESTED, SEND YOUR BEST ARTWORK THAT RESEMBLES THE EXAMPLES PROVIDED* NO AI allowed. All artwork will need to be original. GOAL: Find a suitable artist who can design 1 product, incorporate it into the packaging, add all the product related information and make the necessary tweaks for production. STY...
I need an Arduino expert to program my device to count button presses and send data to Ubidots via a Wi-Fi module. Key Requirements: - Count: The project involves counting the number of times a button is pressed. This data will need to be sent to Ubidots for monitoring. - Wi-Fi Module: The data transmission will be done through a Wi-Fi module. Experience with this specific module and its integration with Arduino is a plus. - Ubidots: Prior experience with Ubidots is highly desirable. I want the data to be accurately and timely sent to the platform. Ideal Skills: - Proficiency in Arduino programming - Experience with Wi-Fi module integration - Familiarity with Ubidots - Problem-solving skills to troubleshoot any potential issues I'm looking for a freelancer who can deliver t...
I need a skilled Photoshop professional who can put a casual business suit on a child's picture. You will need to find a suitable suit image, as I do not have one.
I'm in need of a professional web developer who can create a lead collecting landing page for my authorized antivirus reseller software. The primary goal of this landing page is to gather potential customer information, specifically their name, email, and phone number. Key Responsibilities: - Design an attractive and functional landing page - Implement lead collection forms - Ensure page is optimized for conversions Ideal Skills and Experience: - Proven experience in landing page development - Familiarity with lead generation strategies - Strong understanding of web design principles - Experience with software reseller landing pages is a plus
...Issues to Resolve: 1 - Database Connection Issue: FastAPI cannot connect to PostgreSQL. Error: no entry for host "::1", user "username", database "zubbl_db", no encryption .env file is correctly set up, but the app may not be reading it properly. 2 - Module Import Errors: Running uvicorn :app --reload gives ModuleNotFoundError: No module named 'app'. Python seems unable to find the app module, even though the directory structure is correct. What I Need from You: Fix the PostgreSQL connection so FastAPI can connect. Resolve Python module import issues so uvicorn :app --reload runs correctly. Ensure environment variables are properly loaded from .env. Check and correct any or PYTHONPATH issues. Explain the fix briefly so I understand wha...
...be formatted in a CSV file containing fields such as Business Name, Address, Manager's Name, Manager's Contact Information, and more. Additional Information: - If available, please also include the number of employees, year established, and type of services offered for each lead. Sources for verification: - Company websites and social media profiles MUST HAVE INFORMATION IN THE CSV FILE: The leads should be provided in a CSV file with the following fields: - BUSINESS NAME - BUSINESS ADDRESS - BUSINESS CITY - BUSINESS STATE - BUSINESS ZIPCODE - MANAGER'S OR OWNER'S NAME - BUSINESS PHONE NUMBER - EMAIL ADDRESS - WEBSITE ADDRESS Ideal skills and experience for this job involve: - Proficiency in data mining and lead generation - Strong market research...
I'm looking for an experienced web developer to add the finishing touches to my nearly complete website hosted on Square, and integrate a quiz functionality. This quiz will help my clients find the best facial for their skin by answering 11-15 specific questions. Key Requirements: - The primary goal of the quiz is to recommend specific facials based on the user's responses. - The quiz needs to be engaging and user-friendly to keep visitors on the site longer. Ideal Skills: - Expertise in web development, specifically with Square - Experience in creating interactive quizzes - Knowledge of user engagement strategies I am looking for a professional who can deliver quality work promptly.
...information, billing address, and an option to save card information for future orders (if applicable). 5. Additional Functionalities: - Order Confirmation: - Send an email confirmation to the customer after successful payment. - Include order details and estimated pick-up/delivery time in the confirmation email. - Contact Information: - Include the café’s contact details (phone number and email) for customer inquiries or support....
I'm looking for a skilled developer to implement a mobile login feature on my WordPress website. The login method should be via Phone Number with OTP, using Firebase for OTP verification and SMS for delivering the OTP. Ideal Skills: - WordPress Development - Firebase Integration - SMS Gateway Integration - PHP/JavaScript proficiency Key Requirements: - Implement mobile login via Phone Number with OTP. - Utilize Firebase for OTP verification. - Deliver OTP through SMS only. - Ensure seamless integration with the existing WordPress site. Please provide examples of similar projects you've completed in your bid.
Hello, I need someone to retrieve the business data of Google Business Listings. This would involve: 1. Searching on Google the business address I will provide. (their are thousands to be done) 2. Ensuring that the Business Name, address, phone number, opening hours, business rating and business type is visible. 3. Take a screenshot of the listing and save it in a folder to be shared with me later. 4. If the business cannot be found by searching the name, address or phone number, please mark it on the Google Sheets List. The basic steps are: 1. Enter address 2. Search 3. Screenshot and save. 4. Next listing There are approximately 10000 Listings to be done. All the businesses are in the Sydney Australia area. I will provide more information to the selected worker. Thanks
...application on the Salesforce AppExchange. To ensure a seamless development and release management process, we are seeking an experienced CI/CD expert. The goal is to set up a scripted and documented GitHub-based CI/CD process, using VScode with Salesforce extensions and GitHub CI/CD, to automate our build and deployment processes. We seek best practices to ensure smooth deliveries and scalability as the number of customers grows and we develop new versions over time. We prefer an hourly engagement but we'd like an overall estimate of the work. We would also like to have recorded zoom meetings for all work except documentation. Current development environment: Our Salesforce app comprises custom objects, metadata and Lightning Flows. We distribute with second-gen managed...
I am seeking an HR specialist to assist me in securing an on-site job in the logistics and supply chain industry in Oman. The payment structure is based on the number of interviews I obtain as a result of the application process. Key Responsibilities: - Guide and support me in applying for suitable job openings. - Edit my CV and cover letter to enhance my chances of being interviewed. - Provide strategic advice on job applications and networking. Compensation: - Each interview I receive will be compensated at $40. - Each application submitted will receive a $1 bonus, although the primary focus is on the number of interviews obtained. Requirements: - The ideal candidate should be fully transparent and patient, as the duration of the process may vary based on individual e...
...JavaScript and PHP. Geofencing enables employees to set a travel radius, determining how far they are willing to travel to meet customers requirements The calendar should display whether the customer is visiting a set location or if the employee needs to travel. A call/text button should also be available for both parties to facilitate quick communication. A store locator should help customers find the nearest available location. If no locations are nearby, they should have the option to enter a preferred pickup address, provided services are available in that area. Customers should be able to input a custom meeting location if no preset options are nearby and the tenant/employee offers mobile services. An API integration should allow tenants to embed the booking system dire...
I'm looking for a visually stunning, fun, bright and bold 11x6 horizontal EDDM Flyer for my window cleaning company. The primary aim of this flyer is to attract new customers. Key Information: - Contact Details: These must be easy to find and read. - Services Offered: Clearly list the services we provide. - Customer Testimonials: We want to build trust with potential customers, so including some positive feedback from our current customers is key. Ideal Skills: - Graphic Design: You should have a strong design portfolio, particularly with playful and colorful designs. - Marketing: A good understanding of how to design a flyer that attracts new customers is essential. - EDDM Experience: Previous experience with designing EDDM flyers will be a plus. Please note, I have all th...
...Staff (Employees): Can add expenses, view their reimbursements, and check vehicle file status. 2. Vehicle File Management • Ability to create a new file for each vehicle clearance using: o Chassis Number / File Number (Unique Identifier) o Client Name o Vehicle Details o Status: Pending, In Progress, Cleared o Total Expenses Incurred • Staff members can only add expenses if the file is active. • Admin has access to re-open a file in case a staff member forgot to add an expense. 3. Expense Tracking & Reimbursement • Staff members can log daily expenses for each file by selecting: o Chassis/File Number o Expense Type (Custom Duty, Port Charges, Transport, etc.) o Amount Spent o Date & Time (Automatically while posting) o Description &bull...
I'm seeking for a professional who can help me extract contact information from customer accounts on the website www.food-service.de. Key Requirements: - Extracting contact information from customer accounts on the website - Delivering the extracted data in an Excel spreadsheet Ideal Skills and Experience: - Proficient in data extraction and web scrapi...extracted data in an Excel spreadsheet Ideal Skills and Experience: - Proficient in data extraction and web scraping - Excellent attention to detail to ensure all relevant contact information is extracted - Experience with delivering data in Excel format Please provide a concise proposal detailing your experience and approach to this project. Show me scraping first 50 details like name,mail,contact number with your term p...
I'm seeking a comprehensive CSV file containing a list of jewelers who specifically sell diamond jewelry across the USA, Canada, UK, Europe, and the UAE. The file must include, but not be limited to: - Dealer Name - Website URL - Contact Phone Number (or multiple if available) - Contact Email - Country - City - Address Initially, we're focusing on jewelers trading in diamond jewelry. Future phases will require lists of jewelers selling fine jewelry (not exclusive to diamonds) and subsequently all other jewelers. Ideal candidates for this project: - Proficient in research with access to reliable online directories, jewelry trade associations, and social media platforms. - Experienced in data compilation and CSV file creation. - Excellent attention to detail to ensure the...
I am looking for a freelancer who can provide me with an email list of AirBnB, VRBO (Vacation Rentals by Owner), and other short term vacation rental hosts in North Carolina, South Carolina, Alabama, and Georgia. in the form of an Excel spreadsheet. All hosts are acceptable and there...North Carolina, South Carolina, Alabama, and Georgia. in the form of an Excel spreadsheet. All hosts are acceptable and there are no specific criteria for inclusion in the list. The ideal candidate should have experience in data mining and compiling email lists. Attention to detail is crucial to ensure that the list is accurate and up-to-date. The list should contain the following: Name, phone number, and email address, and should all be valid and up to date information. We will need around 1000 leads...
I need an urgent adjustment to the custom liquid code in my Shopify store. The goal is to have ...On desktop, the logo needs to be on the left and the menu centralised. Footer Adjustments: - Ensure images are optimally displayed on mobile. Also, fix the desktop spacing for the brand logo and RBLI images. - Insert the registered charity information. - Centralise privacy policy and website info on desktop. - Add a LinkedIn social link, matching the styling of the main website. - Include phone number and email icon above the main footer info. The container should be a full pill to maintain consistency with the main website. Time is of the essence, as I need this completed within 3-4 hours. old site link where u need to copy header and footer from :
I'm looking for a talented web developer who can create a web scraper for me to capture data of all 4 and 5-star hotels in the UAE and Saudi Arabia. The data should be extracted from relevant websites and stored in a CSV file. The required data includes: - Hotel Name - Hotel Location - Number of Rooms - Star Rating Additionally, if you're able to connect to tools like Pitchbook to obtain data on hotel ownership including contact information and email, that would be a significant advantage. Please note, this is a one-time data extraction project, not a task requiring periodic updates or real-time data. Ideal Skills and Experience: - Proficiency in web scraping - Experience with Python, BeautifulSoup, Scrapy, or similar tools - Familiarity with hotel booking websites li...
I'm looking for a professional to assist in creating a couple of PDF files for me. These files will be invoices with the issuing date, issuer, amount in the attached list. The issued company is platern group. you can find the logos online of the issuers. The invoices don't need to look perfect, just to make sense.
Hong Kong China App Developer to make / replicate Sleep Tracker App like Better Sleep (Must have already developed and show Playstore Link for review) Still looking for someone who created a Sleep Tracker App and can show admin panel and APK for quick launch on Android and iOS Tons of sleep apps online Yet can't find anyone who actually made one.... Still looking for someone who created a Sleep Tracker App and can show admin panel and APK for quick launch on Android and iOS Only finding incompetent unqualified wannabe developers with no skills. Automated responses by the same people who are clueless Bucket List - Must Launch Sleep Tracker App ASAP. On a limited time frame, wife has cancer. (Provide Sleep App you developed) I'm looking for a sleep tracker app akin t...
I am looking for a 3D modeler to create printable 3D letters in the "Aero" font optimized for resin printing with an Anycubic Photon M7. Each letter, number, and punctuation mark should be a separate 3D model and include a support structure for wall mounting. Requirements: Font: Aero (If unavailable, a similar alternative can be proposed) Dimensions: Height: 12 cm (120 mm) Thickness: 5 mm Hollow Back with Support Bar for Stability: The back should be hollow to save material. A support bar on the back for added stability and wall mounting. The support bar should be approximately 1-2 cm wide and 3-5 mm high to ensure reliable wall adhesion. Additional adhesive point: A small recess or flat hole on the support bar (about 1-2 cm in diameter) to accommodate adhesive pads or d...
...connectivity, invoicing, contracts, online booking, user roles and permissions, and detailed medical reports. --- ? Detailed Software Requirements: 1️⃣ Patient Management & Online Booking Patient registration system with full medical history and previous test records. Online appointment booking via website or mobile app with confirmation notifications. Advanced patient search by name, phone number, or ID. 2️⃣ LIS Integration for Device Connectivity Direct connection with laboratory instruments via standard protocols (HL7, RS232, TCP/IP). Automated result retrieval to minimize manual entry errors. Review system before finalizing and releasing results. 3️⃣ Billing & Contract Management Comprehensive invoicing system supporting cash, card, or bank transfers. ...
I need two applications that can help me find jobs and homes for rent. Job search application: - Search through , , , and - Criteria: job title, required skills/qualifications, required experience, location - Display results as both a list of URL links and an Excel list with the criteria data - Include job descriptions in the search results Rent search application: - Search through a variety of property rental websites - Criteria: for rent, monthly rent limit, location (city), number of rooms - Display results as both a list of URL links and an Excel list with the criteria data - Include brief summaries of properties in the search results Ideal candidates for this project should have experience in software development, particularly in creating
...The jacket: The jacket will look like the jersey attached but: 1) the big Multisure logo must be made smaller and put top right chest - opposite the club's logo. 2) the collar needs to be changed to a Chinese collar. Google if you don't know what it is. 3) The sleeves need to be made longer up to the wrist but keep the same style as the end of the short sleeves on the jersey. 4) On the back the number must be removed. Only keep the sponsor logo there and make it bigger like the front one on the jersey. You can copy the logos from the attached design as this is just a sample design and not final files for the manufacturers. The pants: 1) it will be a long pants in dark green only. 2) a thin line will run down on each side of the pants. The same thin line as the top ...
... A5 size loose play cards pack (im attaching examples of simular items) for children learning. They have to be: - all A5 size with good margins on the sides -simple and clean design - the pack will include : all letters of English alphabet, numbers from 0 to 9, 5 animals of your choice , 5 nature cards (flowers , tree, mushroom, leaf for example). - each card should contain 2-5 colours - number and letter cards should contain a big yet not overpowering letter or numer , like on example. Animal card & nature should contain a word (i.e. flower, lion , etc. ) - all should consists of colour 'circles' as much as possible. Limit other shapes. -diameter of circles should bevsuitable for mandala play bits - like on example, with some room in between. -contestants s...
...opportunity to showcase your research and gain valuable experience in presenting your work in a professional setting. Event Details: Date: Wednesday, April 24, 2025 Poster Submission Deadline: Tuesday, April 15, 2025 Certificate: Each participant will receive a certificate of attendance Awards: The top three posters will be recognized and announced within the department. Attached to this email, you will find the template for your poster submission. Please make sure to follow the guidelines provided in the template when preparing your poster. This event offers a great platform for you to share your research with peers and faculty, and I strongly encourage you to take part. It will also provide you with an opportunity to develop your academic and presentation skills. Should you...
...more at no extra cost ) . Any genuine , reliable TFN/DIDs Provider for USA with 5 Extensions. Unlimited incoming and outgoing for a month . Works on month to month subscription basis . Can be able to see the status of Extension user like active , idle or waiting for calls . Facility to download the call reports to check like how many calls have landed . Options to change the Main TFN/DID Number whenever required . Must ensure seamless and smooth working on day to day basis. Month basis guarantee and warranty for the TFN / DIDs service . Monthly budget is not more than $150 with 5 Extensions. Second requirement is getting a single DID for incoming and outgoing facility. With an easy option to login from Windows or Android or Ios device .( $15 budget max ) Thirdly , n...
I'm seeking a skilled clothing designer or supplier to create a collection of men's streetwear and graphic clothing for my store. Key Requirements: - Design and/or source high-quality, on-trend streetwear and graphic pieces. - Focus on three specific item...and graphic clothing for my store. Key Requirements: - Design and/or source high-quality, on-trend streetwear and graphic pieces. - Focus on three specific items: T-shirts, Hoodies, and Jackets. - Ensure a balance between style, comfort, and durability. Ideal Skills: - Strong understanding of current men's streetwear trends. - Experience in clothing design or sourcing. - Ability to create or find appealing graphic designs. Please provide a portfolio of similar projects you've completed, along with your...
Regarding the project, I'd be happy to assist you in setting up the template on WordPress + WooCommerce. Here's my price quote: *Service:* WordPress + WooCommerce Setup with Template Installation *Number of Subpages:* As in the existing template *Hosting:* On your existing hosting My price for this service is: [$400] This includes: - Template installation. - WooCommerce setup and configuration - Subpage creation (as per existing template) - Basic testing and quality assurance Please let me know if this meets your expectations. I'm looking forward to working on this project.
My emails are a mess. I am with GoDaddy and am not receiving emails, and have issues sending them too. Originally, there was an SPF problem. Fixing that led to other problems. I have a number of websites that I would like to send and receive emails from but need to start with my main website to get the emails working which is with Gsuite. I've got 3-5 email accounts/domains that need troubleshooting. Ideal skills and experience for the job: - Expertise in GoDaddy and Gsuite email systems - Strong understanding of SPF and DNS issues - Excellent troubleshooting and problem-solving skills - Ability to work efficiently to resolve email issues - Experience with setting up and managing multiple email accounts
...displayed if data is entered) - Nationality - Jersey number - Position - Club and national team career (detailed below) - Transfer history (only for Moroccan players or players of Moroccan origin) Display and structure of the player file - Clear distinction between club and national team career. o Statistics displayed by season, with the option of filtering and selecting a specific period. o Club career : o Display of matches played (date, opponent, score, playing time). o Matches started, matches on the bench, not called up (color-coded). o Cards received (yellow/red). o Number of goals and assists. o Indication “Not in Squad” when the player is not called up with the relevant championship day. o National team career : o Number of caps and match...
...are ready (Bullet point) All Years 6 Leavers receive a ‘My Friends’ folder and six mini prints to swap and share with their friends (Bullet point) Mixer Packs (Subtext) multiple children in one pack of photographs, meaning real saving (Bullet point) Create A Pack (Subtext) chose just the quantity and size of photographs you need, and nothing more The footer will need to feature our telephone number and email address, which I am unable to add due to Freelancers Ts & Cs Ideal Skills and Experience: - Graphic Designer with proven experience in designing promotional materials, particularly flyers. - Brand Alignment: Ability to incorporate brand colours, logo and tone into design work. - Creativity: Energetic and engaging design ideas that can effectively promote...
I'm seeking a designer to create a bold and eye-catching flag for our gas station. Specifics: - Size of the flag: Height= 3 Meters, Width= 1 Meter. - The design should incorporate our company logo (attached). - The area should be used to place the Logo and Brand Name. - The color scheme should align with our brand: Yellow, Blue, White. Attached find the current version. Ideal skills and experience for this job includes: - Proficiency in graphic design software. - Prior experience in designing commercial signage. - A strong portfolio of bold and eye-catching designs.
Job Description: High-End Premium T-Shirt Design for Outlaw Clothing. Once I find my perfect designer there will be plenty more work. Using this to find my go to guy/girl. Full Branding Setup: • Brand Name: OUTLAW Clothing • Slogan: Whiskey Bent & Hell Bound • Design Style: Premium, clean, rugged, and instantly identifiable. • Target Audience: True country music outlaws, modern cowboys, and rebels. Overview: I am looking for a talented graphic designer to create three full, high-end T-shirt designs for my brand, OUTLAW Clothing Company. The brand is influenced by country music and a rebellious outlaw spirit, but the designs must feel premium, modern, and fashion-forward—not cliché or overdone. Key Requirements: • T-shirt must ...
...connections, one that ties into the suppression of Mary Magdalene’s voice and, more broadly, the silencing of those who have experienced trauma. Mary Magdalene’s story is one of misrepresentation and marginalisation, a reality that echoes the struggles of countless individuals who have endured trauma. Just as she was reduced to a lesser role in a patriarchal society, many who have suffered abuse find themselves voiceless, doubting their worth and struggling to reclaim their power. I believe my experience—and my photograph—may symbolise the need for these voices to be heard, for healing to take place, and for the true teachings of figures like Mary Magdalene to be explored more deeply. The implications of Mary Magdalene’s role in The Last Supper, if...
I'm looking for a professional to create a client matrix from a list of clients along with fields like name, address (street, street number, block etc.). Once the fields are completed, the form should register the data in a MySQL database. If there are existing records, the form should update them instead of creating duplicates. Ideal Skills: - Proficiency in creating forms and data matrices - Extensive experience with MySQL - Ability to ensure smooth data registration and updating process Please note that all data will be entered manually by a user. There are no specific validation checks needed for the form fields.
I'm looking for a simple IMEI database with HTML code that I can use for tracking devices. Key Requirements: - The database should allow me to search by IMEI number. The project will involve creating a basic IMEI database that is user-friendly and efficient for tracking device. I get text or excel file with IMEI and its unlocking code. I just want to upload so user just type in imei on page and can get code from that file,
I'm looking for someone able to configure correctly my google sites web page in order to make google search find it. The site is already already associated with the domain Probably it is something related with sitemaps or with google search console.
...- Book Reviews & Ratings: An interactive section for users to rate and review books. Browsing Mechanism: Users should be able to navigate through the app and browse books in the following ways: - By Genre or Category: A well-structured categorization of books. - Search by Title or Author: A robust search engine to locate books by their title or author. - By Name of the Book: A search option to find books by their name. Book Discovery Features: - New Arrivals Section: A dedicated section for users to check out the latest additions to the store. - Bestseller List: A regularly updated list of the most popular books. Ideal Skills: - Proficiency in cross-platform app development - Prior experience in eCommerce app development - Familiarity with implementing user-generated conte...