Icalendar parser webtrabajos

Filtro

Mis búsquedas recientes
Filtrar por:
Presupuesto
a
a
a
Tipo
Habilidades
Idiomas
    Estado del trabajo
    2,000 icalendar parser web trabajados encontrados, precios en USD

    I need parser for MS word. Purpose: parsing all list from admin panel. Realization: MS word has rigid limits on almost all parsing, except parsing on type a name + the city. We will also use it. We specify the list by the city and the list of names. We parse everything that we are given out. The algorithm will be approximately such: There are cities of New York, Philadelphia names: Mindi, John, Alice The parser processes so: Mindi + New York, John + New York, Alice + New York Mindi + Philadelphia, John + Philadelphia, Alice + Philadelphia

    $373 (Avg Bid)
    $373 Oferta promedio
    5 ofertas

    Requirements: C++, shared libraries (windows: .dll / unix: .so) knowledge. Objective: - A plugin system for an existing source code which has many classes / functions / enums. - The shared library's functions must be used in the main app and vice versa. - The main app's functions m...library. - There has to be a folder (windows plugins/*.dll Unix plugins/*.so). the plugin system must load these libraries and share the main app's functions and load their functions automatically. example main app class: CTextParser { public: bool Load(const char * c_szFileName); const char * GetFileName(); }; example of a shared library function: CTextParser * parser; parser->Load(""); Those functions and other functions must...

    $86 (Avg Bid)
    $86 Oferta promedio
    4 ofertas

    Hello, I would like to use JotForms to create Web to lead forms for VTiger. Use Case 1) New lead contact to my CRM completes a web to lead application form on my website or through a Jotform email link from my CRM. This must be an expiring link. 2) The new lead contact completes the form input and clicks the eSign option 3) [background process]The form input is consumed by Vtiger and creates a new (or updates current) lead record 4) The new lead contact is redirected to DocuSign where they will adopt and sign the completed form document. 5) The VTiger email parser will pick up the response from DocuSign, and attach the signed document into the lead record 6) VTiger will send an email notification ( and likely change the lead status) to the assigned user w...

    $621 (Avg Bid)
    $621 Oferta promedio
    5 ofertas

    Requirements: Cpanel, Mail_Mime, Mail_mimeDecode, Joomla, Hikashop. All text seen in frontend and backend should be translatable in other languages. I have Joomla component (PDF Parser) which uses Pear Mail_Mime, Mail_mimeDecode and and does the following: When email arrives, it is forwarded to program in cpanel. Email contains subject, some text in body and pdf attachment. Component checks subject, where is information about order number from Hikashop component (Hikashop is e-commerce component). Then it takes attached pdf file, renames it according some rules and sends by email to Hikashop's users email. Some reporting is also included. I need to update this component and do the following: Fix email accepting in program issue (worked fine until hosting updated php t...

    $530 (Avg Bid)
    $530 Oferta promedio
    7 ofertas

    I have a Delphi Parser that is based on CopyParser. Rather than use the '< />' delimiters it uses '{% %}' and supports multi row tags. I want to update it so that if '{%' or '%}' is found in a quoted parameter if is ignored, also if a '%' is found in a quoted parameter it is not treated as Hex number identifier, so is treated as is it was escaped '%%'. the Tag looks like {%TagName Param1="{%InternalTag%}" Param2='Width=100%"%} The base Parser code will be provided

    $129 (Avg Bid)
    $129 Oferta promedio
    9 ofertas

    Design layout with C# What to have to do: Read XML (x,y,z) lines and display the result on screen File Dialog and XML parser Search elements from XML Selected row => find nodes (3D points x,y,z) and list those as child to grid Save data to database One data model will be implemented in this project (Jigi) Start and end point calculation (x,y,z) + (z2,y2,z2) = length SKILLS: you can 3D calculate, distance between two x,y,z points See description, you might get a better picture of project before bid.

    $81 (Avg Bid)
    $81 Oferta promedio
    6 ofertas

    The goal of this project is to build a simple shell interpreter which behaves similar to common shells including bash and csh. The project has been divided into parts. Some skeleton code has been provided. Much of the provided code uses C style data structure. Part 1 involves writing a scanner and parser for your shell using the open source versions of Lex and Yacc (Flex and Bison). Part 1 is mostly completed. Part 2 involves adding features that make the shell more useful and featured. For example, Ctrl-C will need to be implemented. In many other shells, you can type Ctrl-C to stop a running command. If Ctrl-C is typed when no command is running, the current prompt is discarded and a fresh prompt is printed. As-is, your shell will simply exit when Ctrl-C is typed and no com...

    $140 (Avg Bid)
    $140 Oferta promedio
    8 ofertas
    I need a C programmer Finalizado left

    I need to write a parser to parse a GEDCOM file.

    $106 (Avg Bid)
    $106 Oferta promedio
    12 ofertas
    $43 Oferta promedio
    8 ofertas

    Information regarding project Description and requirement will be discussed in inbox.

    $46 (Avg Bid)
    $46 Oferta promedio
    8 ofertas

    ...a language defined in project Phase 1 – lexical analysis. The programming language you need to use is C or C++ (and the language defined by the corresponding tools). This file describes the second phase of the project, i.e. syntax analysis. Second Phase -- Syntax Analysis Using yacc For the second phase, you need to define the FP-language in yacc definitions and feed it to yacc to generate a parser. Your definitions should follow the BNF given earlier, but exclude the token definitions which have already been processed by lex and instead use the token names you defined for the first project. You also need to generate a parse tree for the input FP program. For parse tree generation, you need to write code in the definition file for tree node generation. Also, you need...

    $52 (Avg Bid)
    $52 Oferta promedio
    2 ofertas

    Hello, I need someone with experience with parsing TecDoc database into MySQL database. It must be PHP script, preferably Doctrine 2 on Symfony 4, or Laravel's Eloquent, but it's not mandatory. The database needs to contain all: - Car models with full description. - All manufacturers - All products and it's description, OEM numbers etc. - All relations between products, products manufacturers and Car models are needed I will need some sort of documentation about tables content and relations in output MySQL database. Before selecting bidder I need to see a sample MySQL with complete table structure and data for about 150-200 products of lets say manufacturer "LUK"

    $620 (Avg Bid)
    $620 Oferta promedio
    7 ofertas

    I need to write a parser and interpreter in Lua programming language

    $115 (Avg Bid)
    $115 Oferta promedio
    2 ofertas

    Need a small script written, which will run in loops. The basic Shodan api Command-Line Interface (shodan download --limit xx "search quiery" , shodan parse --fields ip_str,port) is to be used, so I can easily adjust, should my needs change. So, here's the scenario: On each run, the script will pull the latest xx results for the "search quiery" with Shodan api, extracts the necessary data, and buffers them in Then, the script probes every entry in the list with "curl ip:port" command which is expected to return <?xml version=......... ........... .......... </html> The script checks if the returned data precisely matches the template, predefined within the script (which I'm should be able to modify, if needed) and if...

    $44 (Avg Bid)
    $44 Oferta promedio
    4 ofertas

    see the objective file for all the objective. Refer to pseudo code . Scanner and parser.c are mostly complete only some functions are to be implemented .

    $70 (Avg Bid)
    $70 Oferta promedio
    8 ofertas

    Project is called Jigi Data Importer. Data is like XML with tags and the parser must pick list of items. Items can have a lot of number of nodes, those nodes will be listed as child. The result will be saved to database, see description. Please read PDF before chat, 1st chat is in weak position.

    $62 (Avg Bid)
    $62 Oferta promedio
    8 ofertas

    For some reason Transposh doesn't translate Meta descriptions for pages. It translates titles and tags just fine, it also correctly translates meta descriptions on post pages fine as well. When it comes to category/home it won't translate the meta description. Objecti...Transposh doesn't translate Meta descriptions for pages. It translates titles and tags just fine, it also correctly translates meta descriptions on post pages fine as well. When it comes to category/home it won't translate the meta description. Objective: Get Transposh to Translate the meta description on pages using platinum SEO This was the code I used to fix post meta translate $phrases6 = $parser->get_phrases_list(get_post_meta($postID,’description’,true)); and the...

    $32 (Avg Bid)
    $32 Oferta promedio
    4 ofertas

    Hi, I have a website where a user will go to a form and enter his first name , last name, and then an email address, at one point we ask for a photo id, which is any generic photo ID , could be passport, state ID, I need an engine that can be deployed on AWS, that will take the image, the first name, the last name as text, and do some image parsing recognition, in the following way : - The system should accept all photos, The system should try to find out nationality of user. - It should parse the english language section ( ie : saudi arabian passport has arabic and english) and makes sure the information the user entered about his first and last name match the passport image photo ( ie : Ali Ali is spelled exactly Ali ali in the passport photo), if that is correct it returns a ...

    $1235 (Avg Bid)
    $1235 Oferta promedio
    13 ofertas

    Budget: $15-$45 Hi, I'm looking for developer to create a simple PHP scraper script that i will run by cron. What needs to be scraped: calendars on several web pages [picture attached]. PHP file will have a list of Url IDs of pages that each has an Availability Calendar to be scraped. http://www.site....com/rental/house/123 [where 123 is url ID] Only a range of Unavailable/Booked dates go into iCalendar .ics Each calendar gets its name from this line above the calendar ".. Property #1051" Example: [to clarify: this id is different from the Url page id]. To identify HTML table's unavailable booked days START: <td class="candepart" ... END: <td class="canarrive" ... (see picture) iCal example: BEGIN:VCALENDA...

    $114 (Avg Bid)
    $114 Oferta promedio
    4 ofertas

    I have a C parser using generated code and want a C++ version with error detection. Further details and code to be provided, running under Linux with GCC.

    $31 (Avg Bid)
    $31 Oferta promedio
    5 ofertas

    Need a PHP parser automatically go to facebook fanpages and grab post data and save into database

    $493 (Avg Bid)
    $493 Oferta promedio
    20 ofertas

    The application should be multi-threaded at least the initial Sync. The application must parse the **entire** bitcoin blockchain / chainstate db folder. The application needs to extract all BTC Addresses with Balance > 0 in the fastest possible way. These addresses has to fill a List1 ( BlockchainAdresses ) Could be stored in a database to update it later. A second List (MyBTCAdresses) needs to be filled - MyBTCAdresses should be read from a MSSQL or MYSQL DB – take care the table column will contain around 100 Million Datasets. These Table Column will be filled from another App very fast – so count will grow up. If booth Lists are filled they needs to be compared. Maybe with and GetHashcode for comparing as fast as possible. If BlockchainAdresses holds items from ...

    $1288 (Avg Bid)
    $1288 Oferta promedio
    10 ofertas

    I want from you to convert node.js RSQL (sql like query language for rest api) code (below) to MS .Net ver:4+ or .Net Core platform.

    $161 (Avg Bid)
    $161 Oferta promedio
    8 ofertas

    We have to create several Custom Controls for Avada Fusion Builder connected to and XSLT parser we integrated in our plug-in. We need to create a parametric dependence between an XML/XSLT parsing and the presence and customization of Containers and Columns. We need to Extend the UI of Carousel and Tab standard controls to inject parameters and manage bound XSLT for XML transformation.

    $489 (Avg Bid)
    $489 Oferta promedio
    17 ofertas

    I have a parser for a compiler but need to change it to a recursive descent parser. More details to be provided.

    $50 (Avg Bid)
    $50 Oferta promedio
    1 ofertas
    Need a Java trainer Finalizado left

    ...DOM JAXP Parser Factories Pluggable Parsers Parser Features and Properties XSL Transformations What Is XSL? Overview of XSL Transformations XSL Templates Processing the Child elements Node Set Functions Operators Number Functions String Functions Numbering and Sorting Defining Constants with xsl:variable Named Templates Making Choices Merging Multiple Style Sheets Determining the Output Format Altering Document Structure JSTL 1.1 ----------------- Goals of JSTL JSTL EL EL Expressions General Purpose Actions Conditional & Iterator Actions Function Tag Library Ant ----------------------------- Introduction to Ant Writing a basic build file Running Ant from Command prompt and from Eclipse Using a properties file Writing a build file for ...

    $16 (Avg Bid)
    $16 Oferta promedio
    4 ofertas

    Need a program to validate a CFG and determine if there are useless rules.

    $38 (Avg Bid)
    $38 Oferta promedio
    5 ofertas

    Project is called Data Importer. Data is like XML with tags and the parser must pick list of items. Items can have a lot of number of nodes, those nodes will be listed as child. The result will be saved to database, see description.

    $159 (Avg Bid)
    $159 Oferta promedio
    43 ofertas
    Auto web scraper Finalizado left

    Hello Freelancers! I am looking for a guru who can help me with my project. Please if you decide to bid, send me in private few words about how can you make this work.....Freelancers! I am looking for a guru who can help me with my project. Please if you decide to bid, send me in private few words about how can you make this work... So, let me explain what I am looking for: I am working on a project, E-commerce, online store similar to shop.com. On my main online store i want to sell products from many other online stores from different area. So I need a parser/scraper script that can auto import products from specific online store (images, names, price, description) and also to keep this info up to date in case if price changes or out of stock. Project budget can be ...

    $459 (Avg Bid)
    $459 Oferta promedio
    23 ofertas

    here are opensource project i want to compile and test it check following its in java second part is to attach open cats ( opensource program) another project

    $25 (Avg Bid)
    $25 Oferta promedio
    6 ofertas

    Parser Job delete.

    $14 (Avg Bid)
    $14 Oferta promedio
    1 ofertas

    ...like to create mail parser for hotel reservation for a specific chain (for example: hilton). Technical description: We need to a node.js (v6) script which given an html file representing a confirmation mail from amoma(for example) will extract all booking relevant fields. We suggest using require("textversionjs") to convert the html to a line by line text from which you can use regex rules to extract the fields or use require('cheerio') to extract fields using jquery. Fields to extract: number of rooms, hotel address city and country, hotel geo location, hotel picture and link, manage link of the reservation, checkin and checkout date, last free cancel date, room type, price and currency, meal plan, adults and children number. We will provide you with a...

    $156 (Avg Bid)
    $156 Oferta promedio
    12 ofertas
    Lexer and parser in C Finalizado left

    Need a lexer and parser for a c subset. More details to follow.

    $40 (Avg Bid)
    $40 Oferta promedio
    7 ofertas
    Parser MIPS Finalizado left

    i would need some help and assistance to work with me on the code.

    $40 (Avg Bid)
    $40 Oferta promedio
    6 ofertas
    LYNGSAT.PARSER Finalizado left

    Looking to Implement web-site parser for lyngsat.com. It should parse and store satellites, transponders, programs/channels, logos entities into local database Linux Dvb-s2 . Requirements: Implement with Python 2.7, Scrapy, daemonize with ScrapyD Scrap and its subprojects if needed (,,) Scrap all the entities/attributes/relationships described in data model (see attached) Ability to run in incremental update mode. With every new run to update existing database with newly scrapped data Configuration with yml file (see attached) Extensive console and file logging on all stages of scrapping on different log levels Clean structured readable source code with basic documentation Step-by-step deployment

    $534 (Avg Bid)
    $534 Oferta promedio
    5 ofertas
    Parser MIPS Work Finalizado left

    project where i would need some help and assistance to work with me on the code.

    $45 (Avg Bid)
    $45 Oferta promedio
    3 ofertas
    Parser MIPS Project Finalizado left

    Normal school project where i would need some help and assistance to work with me on the code.

    $131 (Avg Bid)
    $131 Oferta promedio
    14 ofertas
    Build/update parser Finalizado left

    I need a parser that would help me to save/copy documents from a public webpage. Update for a Ruby 2.0 made parser needed or building a new one.

    $50 (Avg Bid)
    $50 Oferta promedio
    1 ofertas
    Build/update a parser Finalizado left

    I need a parser that would help me to save/copy documents from a public webpage. Update for a Ruby 2.0 made parser needed or building a new one. If you are interested pls contact me.

    $50 (Avg Bid)
    $50 Oferta promedio
    1 ofertas
    Build a parser Finalizado left

    Hi, I need a parser that would help me to save/copy documents from a public webpage. Already have one, but un update needed. Details would be discussed later. Thank you.

    $25 (Avg Bid)
    $25 Oferta promedio
    1 ofertas

    1. andoid sms receive and parser 2. that sms is to be make csv, xml 3. We need Java and Python source code

    $563 (Avg Bid)
    $563 Oferta promedio
    49 ofertas

    ...website parsing script which is flexible to be started by time and repeatability. Knowing that many web-pages do not provide a common public API, the code to be developed need to have universal capability which might oblige using coding languages like Java Script, JQuery or similar either instead of PHP or Python or as completion. Mainly this parser is used to parse news for various news channels from their website or specific sections of their website (i.e. /business/; /jobs/; /economy/; /finance/; etc.). The nature of the news channel is not relevant. However, in most cases they have either political or economic background and are mixed. Since we do not want to download the whole content of a web-site we are looking for parsing the headlines for specific words...

    $14 / hr (Avg Bid)
    $14 / hr Oferta promedio
    8 ofertas

    I need a freelancer to develop a C # DLL that converts a curriculum into C # classes. The user sends their curriculum in .doc, .pdf or txt format and the system must identify the fields and add in the classes person, experience, courses, skills, languages ... I need the source code developed and that NLP is used because the curricula do not have a standard. I accept budget in other programmi...converts a curriculum into C # classes. The user sends their curriculum in .doc, .pdf or txt format and the system must identify the fields and add in the classes person, experience, courses, skills, languages ... I need the source code developed and that NLP is used because the curricula do not have a standard. I accept budget in other programming languages. The resource will be used on the ...

    $124 (Avg Bid)
    $124 Oferta promedio
    7 ofertas

    Hi, I am Looking to create a Document parser which will parse/ flatten all the data fields for roughly 12 specific documents. These Documents are derived from our email, and will need to create an api from Gmail to store the data into google drive, and then Parse the Document into PHP to be stored in our server. We use mysql and drupal. We would like to have this coded in PHP. We will ultimately be taking this data and putting it into our own databases for utilization and also to be exported as a csv file. The Primary Function here is to Create the workflow and from gmail, store the files, and then parse the Data. If good work is done, I have another Project that is Similar but More along the lines of OCR Recognition, and barcode scanning.

    $178 (Avg Bid)
    $178 Oferta promedio
    6 ofertas

    It is simple project. I need parser from text [GIFT question type] to array by php. I've attached example of file. Notices: Parser for "MC" question type and "who" same. Example of result Array: $res = [ "$CATEGORY:truefalse" => [ ["text" => "The lama came from a monastery in Tibet.", "correct" => "T"], ["text" => "George and Chuck were teachers.", "correct" => "F"] ], "$CATEGORY:who" => [ ["text" => "Who said this?<p> 'There is electricity available?'", "variants" => ["Dr Wagner", "the lama", "Chuc...

    PHP
    $23 (Avg Bid)
    $23 Oferta promedio
    15 ofertas

    there are many resume parser opensource available pick any good one test and configure with opencats

    $287 (Avg Bid)
    $287 Oferta promedio
    3 ofertas

    We have a WordPress booking plugin that has a feature of sending email notification once customers book a time slot. We need to extend the functionality by adding a feature of creating ical files when the appointment is booked and attach these files in the notifications. Details about the required file format can be found here - Important to have this feature as an option and be able to switch it on or off in the settings page of the plugin (add new option to existing sets page).

    $177 (Avg Bid)
    $177 Oferta promedio
    40 ofertas
    Java Project Finalizado left

    Given a fixed length batch file to process. Design a data model out of...file using the data models created 0617456111111111111111 5918 00000000895720170101 0717456111111111111111 01Marriot Hotel 180 Grand Ave. CA 0617256121111111111111 5542 00000000046820170104 0617206121111111111111 3000 00000000046820170104 0717206121111111111111 02Hilton Hotel 1st Street, NY # Assumptions An existing parser library that given a line outputs a String array of the fields e.g. String[] fields = (line); fields[0] - record type fields[N] - last field An existing transaction processing module that takes your data model and returns a success/fail response e.g. Response response = (Model)

    $75 (Avg Bid)
    $75 Oferta promedio
    11 ofertas

    According to the Solidity Grammar (a programming language on the Ethereum Blockchain), create a Prolog DCG that tokenizes (lexer) and correctly parses Solidity code.

    $1088 (Avg Bid)
    $1088 Oferta promedio
    7 ofertas
    Build a resume parser Finalizado left

    We have a bunch of CVs which we will share with you along with a template with headers where the extracted details need to be published. You will need to use Python to code the algorithm and use NLP to read the resume and extract the details as per the template shared.

    $52 (Avg Bid)
    $52 Oferta promedio
    7 ofertas