Xquery csv jobs
...consistent across all leagues, and • write everything into a single, tidy CSV file that can be appended with new match days at the push of a button or a scheduled task. I plan to run the scraper on my own machine, so please code in a language with minimal setup friction—Python with requests/BeautifulSoup or a headless browser such as Selenium/Playwright is ideal, but I am open to alternatives if they are well-documented. Acceptance is straightforward: I should be able to clone or unzip your project, install any listed dependencies, point to a configuration file (or run a default), and receive clean CSV output covering at least the current and previous seasons for each league. Include concise setup instructions and one sample CSV so I can confirm the s...
...Scope of work 1. Build or refine a domain list that fits the three industries. 2. Configure GSA Website Contact (and any supporting proxies, captcha services, and spin-syntax) to deliver 50k clean, successful form submissions. 3. Craft or polish the outreach copy for maximum deliverability and clarity. 4. Supply a completion report showing total URLs scraped, submission success rate, and a CSV of the leads generated (domain, contact page URL, status). Acceptance criteria • 50,000 verified form submissions logged by GSA. • Minimum 80 % success rate after duplicates, bounces, and captchas are removed. • Clear tracking sheet and screenshots or logs from GSA for verification. Timeline is flexible but I’d like to see a first test batch within a w...
I have a structured dataset of numerical health measurements that needs to be automatically sorted into clinically meaningful classes. The overarching objective is pure data classification—no regression, forecasting, or image/text work involved—so every effort should focus on squeezing the best possible accuracy and robustness out of the classifiers. The raw CSV files arrive directly from wearable devices and electronic health records. I can supply a data dictionary and sample files right away. Tasks will include: • Cleaning and normalising the features (handling missing values, scaling, outlier checks) • Exploratory analysis to highlight important variables • Building, tuning and comparing several supervised algorithms—feel free to propose any...
...placement, mixed currencies) and standardise dates to ISO. • Isolate any narrative comments so they appear in a separate “Notes” field rather than inside numeric columns. • Flag and log any rows that fail numeric checks (unbalanced debits vs credits, non-numeric characters inside amount columns, etc.) so I can inspect them quickly. • Deliver the cleaned output as a single, flat-file database—CSV is fine, but feel free to suggest a lightweight relational structure if you think it will add value. Include the transformation script (Python, R, or similar) so the process is fully reproducible. Acceptance criteria 1. Row counts in the final dataset match the original ledger pages (no dropped or duplicated lines). 2. All numeric fields import ...
...manuscript—Abstract, Introduction, Methods, Results, Discussion and Conclusion—ensuring transparent methodology, risk-of-bias commentary and implications for practice. • Format all citations and the reference list in strict Vancouver style. Deliverables 1. Word document of the manuscript ready for journal submission. 2. Editable figures (forest/funnel plots) and any supplementary tables in Excel or CSV. 3. PRISMA checklist and flow diagram. Acceptance criteria • Demonstrated experience with medical meta-analyses and adherence to PRISMA. • 100 % original, human-written text; Turnitin score must be zero for plagiarism. • Complete hand-over within 5 calendar days of project start. Please highlight relevant publications or samples when you respond, ...
Pretty simple. Log into my footystats account and download data from their page according to my brief. Put all the spreadsheets in a zip and send it to me. (roughly 250 files)
I have an Excel file of seating assignments with multiple options for an upcoming event. Each registrant already lists names, ticket type, section, row and individual seat numbers. Some registrants purchased multiple seat types and their email should reflect all their assignments. What I need is a clean, import-ready file (CSV or XLSX) that lines up perfectly with Constant Contact’s standard and custom fields so I can launch a personalized email campaign without manual fixing on my end. The task is straightforward: reorganize and relabel the existing columns, split or merge any compound fields where needed, and verify the final sheet will upload to Constant Contact without warnings. If look-ups or formulas are the quickest way to get there, feel free to use them; VBA or Powe...
I need a reliable annotator to go through a set of raw video clips and mark every scene boundary so the material can be fed straight into my training pipeline. Your job is to watch each file, identify where one scene ends and the next begins, and export those boundaries in a clear, machine-readable format we agree on (JSON or CSV with start-end frame or timecodes). Accuracy is critical because the data will be used to train a scene-segmentation model, so I’m expecting consistent guidelines, double-checking, and a short sample round before you dive into the full batch. If you are already comfortable with tools like CVAT, VGG Annotator, or Adobe Premiere markers, that will make the workflow faster, but I’m open to whichever platform lets you deliver clean, well-structur...
I need a data analyst to complete a product analytics assessment on game event data. You'll receive a CSV file containing one month of data> Please see the attached file for more details Deliverables: - An Excel workbook with named sheets: - Q1: (Specific question/problem) - Q2: (Specific question/problem) - Q3: (Specific question/problem) - Bonus: (Specific question/problem) - A PDF report (max 1 page per question), with: - Clear visualizations (bar charts, pie charts, line graphs) - Conclusions Ideal skills and experience: - Data analysis - Proficiency in Excel and data visualization tools - Experience with game or product analytics
I am putting together a comprehensive inventory-management report that draws on several different raw data sources and I need your help building it in Advance Excel, enhancing it with Macros/VBA automation, and visualising the results in Power BI. Here is what I have in mind. Multiple CSV and spreadsheet feeds will be consolidated, cleaned and reshaped inside Excel. Macros or VBA routines should automate the refresh and mapping process so I can drop new files into a folder and have the workbook update itself without manual intervention. From there, the prepared tables need to flow into a Power BI model that produces an at-a-glance dashboard highlighting current stock levels, inbound and outbound movements, and any exceptions that require action. I will supply sample data so you can...
...ready-to-use workflow that lets me fill in an Excel-formatted CSV and then run a single .SCR so BricsCAD instantly builds every layer exactly as specified. The script must read five columns—Layer Name, Line Weight, Line Type, Colour, and Layer State—and push those values straight into the Layer Manager without any manual tweaks. Line weight, colour, layer state and line type are all critical; the import has to respect them precisely, not just “close enough.” I already have my own layer naming conventions, so the CSV column order and any delimiters need to be locked down and documented. What I expect from you: • A sample Excel CSV template with the correct header row and one example line. • A BricsCAD-compatible .SCR that: &...
...Password-protected logins with separate dashboards for each role. • Simple exam builder for multiple-choice and short-answer questions, plus automatic scoring. • Real-time timer, auto-save, and submission confirmation for students. • Results screen that shows scores and correct answers once the exam closes. • Admin reporting section with filters (exam, date range, student) and export to CSV/PDF. • Clean database structure so new question types or extra user roles can be added later. Tech is flexible—PHP/Laravel, Node.js/Express, or another modern stack is fine as long as it is well-documented and easy for me to maintain. Deliverables 1. Source code and database schema. 2. Brief setup guide (readme or video walkthrough). 3. Deploy...
...accuracy, consistency, and tidy structuring are non-negotiable. The flow must: • Accept a list of target URLs and run on demand (no fixed schedule). • Respect and site rate limits while still remaining efficient. • Handle pagination, lazy-loaded sections, and common anti-bot measures. • Output to a well-structured destination of your choice—PostgreSQL, Airtable, or a neatly formatted CSV/JSON in an S3 bucket all work for me—as long as the schema is documented and repeatable. • Deliver meaningful logging and alerts so I immediately know if a job fails or a selector breaks. Please build the solution entirely inside n8n, using built-in nodes or custom JavaScript/TypeScript functions where necessary, and keep it modular enough that I c...
I need to turn raw treasury-trading deal data into clear, decision-ready performance reports. The core of the job is to build a repeatable process that reads my daily deal files, analyses them, and produces a set of Performance Reports covering three key metrics: • Return on Investment • Trading Volume • Profit & Loss Statement . RATES AND MORE The source files arrive in CSV/Excel straight from our treasury platform. I am comfortable sharing a sample dataset so you can map the fields, clean anomalies, and transform the numbers. Ideally the workflow is automated—SQL or Python for the heavy lifting and Excel, Power BI or Tableau for the final dashboards and printable summaries—but I am open to whichever stack you can justify as robust and mainta...
...Promotion/Business email count; personal or blurred emails do not qualify. • All creators must be India-based (check location field or obvious local content cues). • Screenshots must be legible at 100 % zoom and saved in a single zipped folder or well-structured cloud drive. • Prefer Mobile screenshots. Desktop would also do. but, i dont want a mix of these two. Delivery 1. Spreadsheet (.xlsx or .csv) containing all required fields - Channel Name, Number of subscribers, Email Address, Language 2. Folder or drive link with every numbered screenshot - Folders of 100 images each within a master folder I will verify a random 5 % sample before releasing final approval, so accuracy matters. I shall share the test result transparently so you will understand the ...
I’m seeking a seasoned accountant who knows Zoho Books inside out to run a one-time consolidation of my data that could grow into a long-term collaboration. The immediate focus is to reconcile and merge every entry tied to both Income & Expenses and ...Deliverables • Consolidated Zoho Books file reflecting reconciled Income & Expenses plus Assets & Liabilities • Summary report highlighting key financial indicators • Detailed report documenting all consolidation steps and variances • Agenda and notes from a review call where we decide on any corrective actions Comfort with Zoho Books’ advanced features, reconciliation tools, and exported XLS/CSV handling will be essential. If this goes smoothly, I’ll have regular monthly close ...
...dashboard where vendors can upload and manage their catalog items. Vendor Access ✔ Each vendor should have unique login credentials ✔ Vendors should only be able to access and manage their own catalog ✔ Admin should be able to create unlimited vendors ✔ When a new vendor is created, a new login account should be generated Catalog Upload Vendors should upload their catalog via Excel (.xlsx or .csv). Each product record should contain fields such as: ✔ SKU ✔ Description ✔ Quantity Available ✔ Expiry Date ✔ Unit Price ✔ Total Price ✔ Category ✔ Category ID ✔ Active (Yes/No) Catalog Features ✔ Upload new catalogs ✔ Update or replace existing catalogs ✔ Validate Excel structure before upload ✔ Store product records in a database ✔ Vendors can view their catalog items 2. Custo...
...deliver a clean outreach list that I can upload straight into my sales engagement platform. Please dig through reliable sources (Crunchbase, LinkedIn Sales Navigator, company sites, etc.) to identify qualified firms and the best human contact at each one. Accuracy matters more than volume; I would rather have a smaller list that is 100 % correct than a long list full of bounces. Deliverables (CSV or Google Sheet): • Company name, website, HQ city/state/province, country • Contact’s first & last name, role (founder, CEO, or equivalent), verified work email, LinkedIn URL • Two to three brief data points that confirm why the startup fits the “technology, North America” requirement (e.g., product description, funding note, or tech stack re...
...Cloud API We need a developer to set up a very simple system to send WhatsApp messages using the WhatsApp Cloud API. Scope of work: • Connect our WhatsApp number to the WhatsApp Cloud API via Meta Developers. • Configure the API credentials and required setup. • Create a simple tool/script that allows us to send WhatsApp messages to multiple phone numbers. • The system should allow uploading a CSV file containing phone numbers. • The system should send an approved WhatsApp message template to the numbers in the list. • Provide basic logging showing which messages were sent successfully and which failed. Requirements: • Experience working with WhatsApp Cloud API • Knowledge of API integration (Node.js / Python / PHP acceptable) • A...
I own a set of industrial-grade fans and want a clear pict...One FFT spectrum analysis file (raw and processed) • A written health report explaining detected faults, severity and recommended fixes • A template or brief guide for monthly condition-monitoring reviews I can perform myself You are free to use the vibration tools you prefer (e.g., VibXpert, Emerson CSI, SKF Microlog, MATLAB) as long as your output is compatible with common formats such as CSV or PDF. Please highlight any critical findings right away—I need the first pass ASAP, with the follow-up material shortly after. If you have experience diagnosing fan rotors, bearings and gearboxes, your insight will be especially valuable. Let me know your approach and how quickly you can deliver the initi...
I want a web-based Placement Portal that streamlines the entire campus recruitment workflow for my institute. The first milest...micro-services can tap into the same data. • Deployment instructions (Docker or a simple cloud setup) so I can run the app on our institute server. Acceptance criteria 1. An Admin can log in, see pending company registrations, and approve or reject them. 2. Student applications appear on a dashboard with filters for drive, branch, and status. 3. Clicking “Generate Report” produces downloadable CSV or PDF placement statistics. 4. All actions are captured in audit logs. Please base your proposal around this scope, including an estimated timeline for delivering the above features and any clarification you might need on UI/UX or te...
...important requirement is tracking the current "Hot" item. The tool must detect the Hot item displayed in the interface and record what actual result appears after it. Example scenarios: Hot Tomato → Result Corn Hot Tomato → Result Chicken Hot Fish → Result Pizza The program should store this relationship for each round. 5. Data Storage All data must be saved automatically into a file such as: CSV or Excel Example structure: Round | Hot Item | Result 1459 | Tomato | Corn 1460 | Tomato | Chicken 1461 | Fish | Pizza 6. Statistics Window The program should include a statistics window similar to the Greedy Cat statistics example. The interface should show: • history of results as icons • number of times each item appeared • percentage ...
I need product details captured from a set of websites and delivered in a clean, structured format I can load straight into Excel or a database. The job involves visiting the URLs I provide, pulling every product’s name, price, SKU, description, and any other specifications that appear on the page, then handing everything back to me in a .csv or similar flat file. A lightweight script—Python with BeautifulSoup, Scrapy, or a comparable tool—would be ideal so I can rerun the extraction whenever the catalogue changes, but I’m happy to discuss whether you deliver only the compiled dataset or include the code as well. Please keep the workflow ethical (no site overload, respect where applicable) and ensure the final data set is complete, deduplicated, and read...
...throughout the day - Round-by-round result capture 2. Statistics Interface (Matching Your Reference Image) - Recent results panel showing last rounds with icons - Round counter and session tracking - Frequency table with percentages for each icon - Hot item detection with visual indicators - Multiple statistical views 3. Data Export - Auto-save to Excel (.xlsx) format - CSV export option - Timestamped results with round numbers 4. Technical Implementation - Python with OpenCV for image recognition - GUI built with tkinter matching your interface design - Automated screen capture from emulator - 95%+ detection accuracy 5. Installation Package - Executable file (no Python installation needed) - Setup guide - Icon template configur...
...Scope of work 1. Build or refine a domain list that fits the three industries. 2. Configure GSA Website Contact (and any supporting proxies, captcha services, and spin-syntax) to deliver 50k clean, successful form submissions. 3. Craft or polish the outreach copy for maximum deliverability and clarity. 4. Supply a completion report showing total URLs scraped, submission success rate, and a CSV of the leads generated (domain, contact page URL, status). Acceptance criteria • 50,000 verified form submissions logged by GSA. • Minimum 80 % success rate after duplicates, bounces, and captchas are removed. • Clear tracking sheet and screenshots or logs from GSA for verification. Timeline is flexible but I’d like to see a first test batch within a w...
I have one clearly defined competitor whose entire website—including every page and existing URL structure—I want mirrored inside my own Shopify stor...Configure navigation, collections, and any theme sections so the browsing experience feels seamless and ready for checkout on Shopify. • Test every cloned page for responsiveness and speed, and make sure all internal links resolve correctly. I will supply the competitor’s URL and access to my Shopify admin. All work should be done with standard Shopify tools—Liquid templates, theme editor, and bulk CSV or API import where appropriate—so I can maintain the store afterward without custom apps. Deliver the finished theme installed on my store, products published, and a short hand-off note showing w...
I need a clean, accurate list of email addresses pulled from the contact pages of a sports-focused website. The job is purely about gathering the addresses—no additional analytics or marketing content required—so I can work with the raw data afterward. Please crawl every publicly accessible contact page on the site, capture each unique email, and return the final set in a simple spreadsheet (CSV or XLSX). Duplicates, role-based addresses that clearly repeat, and any non-functional strings should be removed before delivery. I am looking for: • Complete coverage of all contact pages on the site • A final file that lists each email once, with no formatting errors If anything on the site blocks automated scraping, let me know so we can decide whether t...
I need an Ansible playbook to retrieve detailed information about IIS websites and their bindings. The playbook should gather the following data. Then create a CSV report for multiple servers. - Website names and statuses - Binding protocols and ports - Server names - IP addresses Ideal Skills and Experience: - Proficiency in Ansible - Experience with IIS - Strong understanding of server configurations and network bindings - Ability to write clear, efficient playbooks Please provide samples of similar work done.
...reconciliation focused solely on traveler names and their respective departments. Amounts, dates, and destinations are handled elsewhere—your task is to make sure every line item carries the correct name-to-department mapping, flag any anomalies, and consolidate everything into a single Excel workbook using a standard reporting layout. You will receive: • The raw spreadsheet dump from the system (CSV and XLSX) • A short reference list of approved traveler names and department codes What I expect back: • A reconciled Excel file in the usual columnar, easy-to-filter format • Clear highlights or comments for any mismatched or missing name/department pairs • A brief summary tab noting total records processed and issues found No custom template is nec...
... the device should automatically appear in the **online store inventory**. --- ## Required Features ### Inventory Management * Each device must have a **unique serial number** * System must store **IMEI + model** * Automatic listing on website when stock is added * Automatic removal from inventory when sold online * Manual stock adjustment for **offline sales** * **Bulk inventory update via CSV file** --- ### Stock List System * Daily **automatic stock list** sent to subscribers/buyers * Option for users to **download stock list** * Email automation system --- ### Barcode System * Generate **barcode for each device** * Barcode should include: * Serial number * IMEI * Model * Printable labels for attaching to devices --- ### Device History Tracking Each device ...
...returns the most relevant result The output should display: Answer text Legal basis Case law examples 3. Demo Limit The demo should allow only 5 searches per visitor session. After 5 searches, display a message such as: “You have reached the demo limit. Civil Enforcement Compass contains over 250 questions. Contact us for organisational access.” 4. Dataset The dataset will be supplied as: CSV or JSON exported from my spreadsheet The developer should build the system so the dataset can be easily updated or replaced. 5. Hosting The demo should be deployable on a standard web host such as: Vercel Netlify Render or similar The developer should provide simple deployment instructions. Technical Requirements The solution can be built using any suitable s...
...Page by page. I’m looking for a repeatable, fully automated workflow. A Python-based stack (Scrapy, BeautifulSoup, Selenium, Playwright, or an equivalent you prefer). Robustness is key: the crawler should cope with pagination, JavaScript-rendered. Clear, well-commented code is part of the deliverable so my team can review and rerun it internally. Each quarterly hand-off must include: • Cleaned CSV or JSON containing the structured product records • The raw HTML or a compressed WARC snapshot for auditing • The executable script(s) plus a brief change log highlighting any site-structure updates you handled Please outline your proposed tool chain, an example of a large scrape you have completed, and the turnaround time you can guarantee per cycle. I&rsqu...
...track record in complex database mapping and, most importantly, Stripe subscription migration to ensure no loss of recurring revenue or double-charging of members. Customers in BD will not to re-enter credit card information again upon their subscription renewal. BD will use same Stripe Account as MemberLeap did. Core Responsibilities: Data Mapping & Migration: Extract data fields from MemberLeap (CSV provided), map them to Brilliant Directories custom member categories, and execute a clean import. Stripe Billing Integration: Connect our existing Stripe account to Brilliant Directories. You must map existing Stripe Customer IDs to new BD profiles to maintain seamless recurring billing without requiring members to re-enter payment info. Set up automated data sync (via Zapi...
I have a large inventory Shopify store ~3,000 SKUs (with variants). Client provides me weekly inventory updates in spreadhseet/csv format, which shows inventory levels for each SKU across multiple warehouses. THE PROBLEM: the csv provided does not map across perfectly into the Shopify products. Shopify does not include ALL products they have in their internal system, and we have changed all product titles in the shopify store. I need a solution to map the CSVs with each other then update inventory accurately into Shopify weekly.
The objective of this project is to analyze UPI transaction data to understand transaction trends, user behavior, payment methods, and failure rates. The dashboard helps identify patterns in digital payments and supports better financial decision-making. Tools & Technologies Used Power BI – Data visualization and dashboard creation Microsoft Excel / CSV – Data storage and preprocessing Data Cleaning & Transformation – Handling missing values and formatting data The dataset contains information about UPI transactions, including: Transaction Time Transaction Amount Payment Method (UPI ID, QR Code, Phone Number) Device Type (Mobile, Laptop, Tablet) Transaction Status (Successful / Failed) Transaction Purpose (Bill Payment, Food, Others) Age Group Gender
I need a streamlined solution that keeps tabs on my retail products and lets me pull cle...and monthly reports is the key feature for this first release. If you prefer working with MySQL, PostgreSQL, or a lightweight cloud database, let me know; I’m open as long as the setup remains affordable and easy to maintain. Deliverables • Database schema and any migration scripts • Responsive web or desktop front end for manual entry and look-ups • Sales reporting module with export to CSV/PDF • Brief deployment guide so I can host it myself Later on, I may expand into stock tracking or deeper order management, so clean modular code is essential. Please tell me which framework or language you’d choose and why, and include a short example of a simil...
I’m halfway through a Power BI report and need an expert hand to finish the data-modeling side. All source data arrives as clean CSV files, each holding coordinate pairs alongside several lookup fields. Here’s what’s left to do: • Write DAX (or Power Query M if you prefer) that calculates the Euclidean distance between two coordinate columns in each row. • Build proper one-to-many relationships so my fact table links cleanly to the lookups. • Implement value-based filtering so end-users can slice results by numerical thresholds rather than dates or categories. I will share the PBIX, the raw CSVs, and a short explainer video that walks through the current model. Feel free to add supporting tables, custom measures, or quick visuals that prove ea...
...must follow a modern corporate design (dark theme, clean layout). Fully responsive for desktop, tablet, and mobile devices. Two key submission forms required: Sell Hardware form (gaming consoles & accessories). Enterprise & EOL Recovery form (enterprise technology categories). Forms must allow users to describe inventory OR upload a spreadsheet. Spreadsheet formats must support: XLS, XLSX, CSV, PDF. Image uploads must be supported: maximum 5 images (JPG/PNG). Each form submission must generate a unique reference ID. Reference ID must be shown to the user and included in the email notification. Email notifications must be secure and structured, including all submission details and uploaded files. Forms must support secure file uploads and reliable email delivery...
...must show current rank, personal volume, group volume, and wallet balances. I also want an admin space where I can issue signals, upload short training videos, manage plans, and monitor overall network health without touching code. Key functions we must hit • User dashboards • Commission tracking with automatic unilevel calculations and daily/weekly payout runs • Sales reports exportable to CSV / PDF • Dedicated admin dashboards (signal publishing, member management, plan settings) • In-app crypto signal feed with push alerts • Video-training section that supports YouTube or self-hosted MP4s Acceptance check The build is considered done when a signed-in test user can: 1. Receive a push notification for a new signal, tap it, and la...
...well-structured Excel workbook built around Power Pivot. The file must let me load new data each week, refresh the model with one click, and instantly see the impact across all reports. Here is what I need you to put in place: • Robust Power Pivot data model that ingests my raw sales tables and maintains clean relationships • Import and export routines (ideally via Power Query) so I can pull in CSV files and, when required, push summarized data back out • A suite of advanced DAX calculations: period-over-period growth, cumulative totals, top-N products, regional contribution, and any other metrics that help reveal trends • Interactive visualizations—charts, slicers, and graphs—that update automatically after each refresh and look good when ...
...clearly define support capacity. Requirements • Monthly support hours included • Change request limits • Campaign update limits • Content update limits • Meeting cadence ⸻ 15. Inventory Management Support (Shopify) The vendor should support inventory operations within Shopify to ensure product availability and accuracy. Requirements Inventory Upload • Bulk inventory upload support via CSV or tools • New product uploads • Variant setup support • SKU and inventory field updates • Inventory import validation Inventory Updates • Stock quantity updates • Inventory corrections • Variant inventory updates • Product availability updates • Out-of-stock updates • Back-in-stock updates Pro...
...Scope of work 1. Build or refine a domain list that fits the three industries. 2. Configure GSA Website Contact (and any supporting proxies, captcha services, and spin-syntax) to deliver 50k clean, successful form submissions. 3. Craft or polish the outreach copy for maximum deliverability and clarity. 4. Supply a completion report showing total URLs scraped, submission success rate, and a CSV of the leads generated (domain, contact page URL, status). Acceptance criteria • 50,000 verified form submissions logged by GSA. • Minimum 80 % success rate after duplicates, bounces, and captchas are removed. • Clear tracking sheet and screenshots or logs from GSA for verification. Timeline is flexible but I’d like to see a first test batch within a w...
...thesis hypotheses, then turn the outputs into clear tables, graphs, and narrative explanations ready for the methodology and findings chapters. • Provide periodic updates, incorporating supervisor feedback to keep the evolving thesis manuscript current. Acceptance criteria 1. Every cited source must be traceable via DOI or official institutional link. 2. Data files delivered in both Excel and CSV, with variable dictionaries. 3. Analysis scripts (R, Stata, or Python—your choice) included and reproducible. 4. Written explanations must align with journal-level academic standards and withstand plagiarism checks. Time frame and stipend are flexible; we will set milestones that align with university deadlines and your workload. If you have a solid background in i...
...it. If you feel another stack (e.g., Node-JS with Cheerio or Puppeteer) would shorten development time or handle tricky JavaScript sites better, let me know—flexibility is more important than sticking to a single library. What matters to me is that: • The URL (or list of URLs) can be dropped into a clearly labeled section of the script or an external config file. • The output appears in a tidy CSV or XLSX with each field consistently populated. • The code is commented enough that I can tweak selectors in the future without hunting around. • A quick README explains any environment setup, required packages, and examples of changing the target site. Please keep the solution lightweight, no unnecessary frameworks, and structure it so I’m not locked...
...one-to-one and group messaging • Photo & video sharing that supports slow-motion playback for skill review Performance & attendance • Daily attendance logging per gymnast and per class • Batch-wise exercise lists set by the coach, with completion ticks and notes • Automatic progress reports that pull data from attendance, exercise results and uploaded media • In-app monthly fitness test; a PDF/CSV report should generate instantly for athlete and coach Community layer A searchable directory lets users follow other gymnasts, coaches or entire training centres, encouraging feedback through comments and reactions. Admin utilities A lightweight web or in-app admin console is required for onboarding new gyms, managing user roles and pul...
• On CSV import, the members should receive an automated email with their login details (username and password) and a link to the members area. The password should be created automatically as soon as the users are imported. • The option to manually add users which also triggers the automated email.
...intuitive daily calendar view—simple drag-or-drop or dropdown rescheduling is ideal. • A unified medical record section that stores and lets me update basic patient information, treatment history and current / past medication records in just a few clicks. Essential workflow features – Quick patient search by name or ID. – One-page printable visit summary. – Automatic backup or easy export to CSV/PDF so I never lose data when upgrading computers. Deliverables 1. Fully working Excel file or application with the above features enabled. 2. Clear, step-by-step user guide (PDF or embedded help sheet). 3. A short walk-through video or live call at hand-over so I can see the process in action. If you prefer Access, Google Sheets, or a s...
...system will be developed with configurable percentage discounts, usage limits, expiry rules, and plan-specific applicability. The consultant scheduler will be redesigned to support multiple availability ranges, recurring weekday selections, and improved slot management to resolve current selection limitations. The Question Bank will be upgraded to allow bulk uploads of image-based questions using CSV and ZIP files. A new “Career Readiness Snapshot” assessment will also be implemented, including scoring logic, strong/weak domain analysis, badge generation, and LinkedIn sharing. Additionally, homepage messaging will be moved into the CMS for easy editing, and a WhatsApp contact option will be added. The project concludes with testing, deployment, documentation, and po...
...complete contact information from each one. The goal is to turn every URL into a clean, ready-to-use lead. WEBSITE : The scraper should capture: • Email addresses • Phone numbers • Mailing addresses • LinkedIn profile link • Location (city / state / country) • First and last name • Occupation / job title • Company name • Company website A well-structured CSV or Excel file is the preferred output, with each field in its own column. I am comfortable with your choice of tech—Python with BeautifulSoup, Scrapy, or Selenium are all fine—as long as the script runs reliably and respects and rate limits where required. Accuracy is more important than speed; every lead must be validated for correct formatting...
Hello, I need a small program or automation script for the game Greedy Cat running on an Android emulator like LDPlayer or BlueStacks. Requirements: 1. The tool should monitor the game screen every round. 2. Detect the result icon (for example: tomato, carrot, fish, etc.). 3. Record each result with the round number and time. 4. Save the data automatically into a file (Excel or CSV). 5. The program should run continuously and record results all day. The game runs inside an Android emulator, so the tool should read the result from the screen using image recognition or screen detection. If possible, it should also show simple statistics like the last results and hot items. Please tell me: - Estimated cost - Time needed to build the tool. Program name in game xen...