9,867,109 members (41,871 online)
Visit CodeProject.TV
Discuss CodeProject.TV
Sign in
Email
Password
Forgot your password?
Sign in using
home
articles
Chapters and Sections
>
Search
Latest Articles
Latest Tips/Tricks
Top Articles
Beginner Articles
Technical Blogs
Posting/Update Guidelines
Article Help Forum
Article Competition
Submit an article or tip
Post your Blog
quick answers
Ask a Question
View Unanswered Questions
View All Questions...
C# questions
ASP.NET questions
VB.NET questions
C#4.0 questions
C++ questions
discussions
All Message Boards...
Application Lifecycle
>
Running a Business
Sales / Marketing
Collaboration / Beta Testing
Work & Training Issues
Design and Architecture
ASP.NET
JavaScript
C / C++ / MFC
>
ATL / WTL / STL
Managed C++/CLI
Adobe Technologies
C#
Free Tools
Objective-C
Ruby On Rails
Database
Hardware & Devices
>
System Admin
Hosting and Servers
Java
.NET Framework
Mobile
VS 11 & .NET 4.5
Sharepoint
Silverlight / WPF
Visual Basic
Web Development
Site Bugs / Suggestions
features
Component & Service Catalog
Competitions
News
The Insider Newsletter
Newsletter archive
Surveys
Product Showcase
Research Library
CodeProject Stuff
community
The Insider News
The Lounge
The Weird & The Wonderful
The Soapbox
Press Releases
Who's Who
Most Valuable Professionals
Company Listings
Non-English Language
>
General Indian Topics
General Chinese Topics
help
What is 'CodeProject'?
General FAQ
Ask a Question
Bugs and Suggestions
Article Help Forum
Site Map
Advertise with us
Employment Opportunities
About Us
The default search term operator is
AND
.
You can use brackets,
AND
,
OR
, and
NOT
to improve your search. For example:
C# AND NOT(VB or SQL)
A query of a single
*
will return everything, filtered by any filters.
Filter examples:
Search by Author
author:"author name"
Filter by tag
tag:C#
or
tag:(C++ or Java)
Wildcard search
use "?" or "*" eg.
gr?d
or
gr*
43 Results
Search
Everything
Articles
Technical Blogs
Tips & Tricks
Questions
Answers
Forum Messages
News Items
Catalog Items
Videos
Training Courses
Just My Stuff
My Bookmarks
Sort by
Relevance
Rating Asc
Rating Desc
Title Asc
Title Desc
Author Asc
Author Desc
Date Created Asc
Date Created Desc
Date Modified Asc
Date Modified Desc
Price Asc
Price Desc
Duration Asc
Duration Desc
Match
All Fields
Title
Description
Author(s)
Tags
Any Date
Last 12 hours
Last 24 hours
Last week
Last 2 weeks
Last month
Last 3 months
Last 6 months
Last year
January
February
March
April
May
June
July
August
September
October
November
December
Rating Range
All - Including Unrated
1.0 - 5.0
2.0 - 5.0
3.0 - 5.0
4.0 - 5.0
4.5 - 5.0
4.8 - 5.0
5.0
Advanced Filters:
Article Topics
All Topics
Desktop Development
Web Development
Mobile Development
Cloud Computing
Enterprise Systems
Database
Multimedia
Languages
Platforms, Frameworks & Libraries
General Programming
Graphics / Design
Development Lifecycle
General Reading
Third Party Products
Mentor Resources
Article License
All Licenses
CPOL
CDDL
Ms-PL
MPL
CPL
Eclipse
MIT
BSD
Apache
CC (ASA 2.5)
Zlib
Public Domain
CC (Attr 3U)
CC (ASA 3U)
LGPL3
GPL3
Forums
All Forums
Feature Forums
General Programming
Web Development
Product Lifecycle
Database & SysAdmin
General Discussions
Non-English Language
Catalog Category
All Categories
Books & Training
Charting & Graphing
Components, Controls, Libraries
Data Manipulation & Mining
Database Tools
Debugging
Documentation & Help
Financial, Math & Scientific
Frameworks & APIs
General Development Tools
GIS & Maps
Graphics & 3D Modeling
Hardware and Robotics
Hosting
IDEs
Imaging
Mobility
Multimedia
Networking
Performance and Profiling
Programming Languages
Project Life-cycle Management (ALM)
Reporting
Search
Security
Setup & Deploy
System Adminstration
Utilities
Virtualization
Web Design/Development
Catalog License
All Licenses
Commercial
Fully Function Evaluation version
Limited Functionality Trial
Limited Time Trial
Shareware
Free For Personal Use
Freeware
Page 1 of 1
Page Size:
10
·
25
·
50
Tag filtered by: Parser
[x]
Streaming XML parser in C++.
by
Przemek Mazurkiewicz
Article
11 May 2013
license:
MIT
Simple non-validating streaming XML parser in C++.
General Programming
»
Algorithms & Recipes
»
Parsers
C++
XML
Parser
sintatic with DFA table
by
Alexandre Bencz
Question
13 Apr 2013
license:
CPOL
Hi :)I'm doing some research on compiler development, and am wanting to understand more about how the system works parsing using DFA tables. I see the theory of the operation of DFA table with parsers LALR, LL, LR, but I just can not understand.As I am studying, I do not want to use a...
General Programming
»
Uncategorised Quick Answers
»
General
compiler
syntax
Parser
Math Parser .NET C#
by
kirnbas
Tip/Trick
27 Mar 2013
license:
GPL3
This is light, fast and simple to understand mathematical parser designed in one class, which receives as input a mathematical expression (System.String) and returns the output value (System.Double)
General Programming
»
Algorithms & Recipes
»
Math
.NET2.0
.NET3.0
.NET3.5
C#
Dev
.NET
math
Parser
Sentences Pattern in Chomsky Normal Form
by
Berry Harahap
Question
27 Mar 2013
license:
CPOL
I wanna design Chomsky Normal Form (CNF) for English Pattern. I've designed it for two days, but I got stuck. I'm not good at Natural Language Processing but I have assignment about it. Firs one, I wanna design CNF for Present Tense, here the formula :Active : S + V/(ToBe)Passive : S +...
General Programming
»
Uncategorised Quick Answers
»
General
Algorithms
Parsing
Parser
normalization
Tiny ASN1 General Parser
by
jan.mach71
Tip/Trick
5 Mar 2013
license:
CPOL
Quick and memory efficient ASN1 parser without dependencies.
General Programming
»
Algorithms & Recipes
»
Parsers
C++
C
Networking
Parser
Parser for any file format
by
Andreas Gieriet
Answer
21 Jan 2013
license:
CPOL
For the formats you listed, you might try OLEDB[^].The "etc." and the "fixed format" on the file format list distroys the above mentioned approach, though.CheersAndi
General Programming
»
Uncategorised Quick Answers
»
General
C#
ASP
NET
Parser
FileUpload
Parser for any file format
by
OriginalGriff
Answer
20 Jan 2013
license:
CPOL
No.There is no such thing as a "parser for any file format", and though it would be possible to create a class that could be expanded to parse new formats, there are so many different formats (just the number of different file formats Microsoft have used over the years is staggering) that it...
General Programming
»
Uncategorised Quick Answers
»
General
C#
ASP
NET
Parser
FileUpload
Parser for any file format
by
Pinank_CD
Question
20 Jan 2013
license:
CPOL
Hi,One of my requirement is that a user can upload with various file like CSV, excel, Fixed file format, XML etc. Can i have any common parser which can parse any file in the given list and convert it into dataset or datatable for DB insertion.Also in future if any new file format...
General Programming
»
Uncategorised Quick Answers
»
General
C#
ASP
NET
Parser
FileUpload
The long journey from character to AST
by
madflame
Article
16 Jan 2013
license:
CPOL
This article presents a fully functional proof of concept of the translation phases that transform your code from a flat string of characters to an abstract syntax tree.
General Programming
»
Algorithms & Recipes
»
Parsers And Interpreters
Javascript
Beginner
Intermediate
expression
scripting
tree
BNF
Interpreters
Parser
Regex logviewer
by
Amit Bezalel
Article
3 Jan 2013
license:
GPL3
Using the power of regex to parse your logs.
General Programming
»
String Handling
»
Regular Expressions
C#
tools
log4net
RegEx
Parsing
Parser
logging
log
how parse asp.net mvc razor view (cshtml) like html parser in c#
by
Philippe Mori
Answer
10 Dec 2012
license:
CPOL
I think that you are trying to use the wrong tool for the job...It make no sense to parse razor code to modify it. Use master pages, html helpers or maybe your own sequence that you would scan. Or better, why not uses razor itself to generate your code?You simple need to add in your...
General Programming
»
Uncategorised Quick Answers
»
General
C#
ASP.NET
MVC
Razor
Parser
how parse asp.net mvc razor view (cshtml) like html parser in c#
by
adama74
Answer
10 Dec 2012
license:
CPOL
I'm also working on a similar task - mine is to extract test-nodes from html/cshtml/aspx/etc. type files.So far, I am using the HtmlAgilityPack to parse the HTML - but how to distinguish Razor markup from plain-text during parsing - THAT is the question.I haven't tried it out yet, but one...
General Programming
»
Uncategorised Quick Answers
»
General
C#
ASP.NET
MVC
Razor
Parser
how parse asp.net mvc razor view (cshtml) like html parser in c#
by
askquez
Question
9 Dec 2012
license:
CPOL
I want to parse razor view file in c# . I have also used Html Agility Pack to parse razor view file but it failed to save correct file contents.Basically i want to change some html elements inner html by server side using c#this contents i want to change...
General Programming
»
Uncategorised Quick Answers
»
General
C#
ASP.NET
MVC
Razor
Parser
Get HTML of URL and parse it so the website can be viewed offline
by
TorstenH.
Answer
22 Nov 2012
license:
CPOL
Please read here: RegEx Tutorial[^] @ vogella.comAnd please do some research here, we had such things in the past.
General Programming
»
Uncategorised Quick Answers
»
General
Java
HTML
Eclipse
url
netbeans
Parser
Tag
Get HTML of URL and parse it so the website can be viewed offline
by
dsagner
Question
22 Nov 2012
license:
CPOL
Hello all,today I had some business with html parsing. The requested result was: using the java.net.URL class get all html content from http://www.google.com/ and set up a file which can be used to view the website offline. The greatest problem turned out to be "fetching" the html elements...
General Programming
»
Uncategorised Quick Answers
»
General
Java
HTML
Eclipse
url
netbeans
Parser
Tag
Parse sql query in c# in asp.net
by
Maciej Los
Answer
16 Nov 2012
license:
CPOL
It's simple. Start here: SQL Parser[^]
General Programming
»
Uncategorised Quick Answers
»
General
SQL-Server
C#3.5
Parser
Parse sql query in c# in asp.net
by
mathewtinu
Question
15 Nov 2012
license:
CPOL
Hi experts!!I am creating a sql query builder program in C# using asp.net 3.5.I am able to generate the query. But i want to check/parse the generated sql statement whether the syntax is right or wrong.How to achieve this. please helpthanks.
General Programming
»
Uncategorised Quick Answers
»
General
SQL-Server
C#3.5
Parser
Java Class File Parser
by
Richard MacCutchan
Answer
1 Nov 2012
license:
CPOL
See here[^] for the definition of class files.
General Programming
»
Uncategorised Quick Answers
»
General
Java
Parser
Java Class File Parser
by
KariPakaya
Question
1 Nov 2012
license:
CPOL
I have to create a java parser which should give the follwing outputs;Class name –Method Name – Parameter count of that method –Return count of that method –Number of override methods – Number of new methods – Number of descends – Polymorphism factor – I have to use...
General Programming
»
Uncategorised Quick Answers
»
General
Java
Parser
Java Class File Parser
by
CPallini
Answer
1 Nov 2012
license:
CPOL
You may have a look at ANTLR[^] , it is a powerful tool for such tasks.
General Programming
»
Uncategorised Quick Answers
»
General
Java
Parser
Queries regarding TinyXML and another XML Link
by
Richard MacCutchan
Answer
16 Oct 2012
license:
CPOL
It is far from clear what you are trying to do and why, but you seem once again to be trying to learn some new technology by asking questions here. If you need a quick XML parser then take a look at XmlLite[^] from Microsoft. Using XML is not excessively difficult but it does require you to...
General Programming
»
Uncategorised Quick Answers
»
General
C++
C
XML
Visual-Studio
XmlReader
Parser
Queries regarding TinyXML and another XML Link
by
Tarun Batra
Question
16 Oct 2012
license:
CPOL
i got the Tiny XML code from the link http://sourceforge.net/projects/tinyxml/[^]And another XML Parsing document link from the link Parsing an XML file in a C/C++ program[^]What i have to do is,i will get the data as shown below,i will get it as an string and pass it to mine xml...
General Programming
»
Uncategorised Quick Answers
»
General
C++
C
XML
Visual-Studio
XmlReader
Parser
USB HID Parser for Joystick (VB and mcHID.dll )
by
sirong_
Question
23 Aug 2012
license:
CPOL
Hello ~I've been studying a bit these days this really great library which is mcHID.dll (using this template in visual basic http://helmpcb.com/software/usb-hid-template-for-visual-basic-2005)Actually i'm testing with different usb devices, and mainly joystick, and other exotic...
General Programming
»
Uncategorised Quick Answers
»
General
VB
VB
VB.NET
USB
Parser
Using NRefactory for analyzing C# code
by
Daniel Grunwald
Article
11 Aug 2012
license:
MIT
Use NRefactory to write a standalone application that refactors your C# code.
Languages
»
C#
»
General
Mono
C#
.NET
Dev
Advanced
.NET
Parser
Parsing EDI to XML (and vice verse)
by
Kamen Nikolov
Article
10 Jul 2012
license:
CPOL
The supplementary source code for this article can be requested at edifabric.com
General Programming
»
Algorithms & Recipes
»
Parsers
.NET
Architect
Dev
QA
WCF
Design
Intermediate
.NET
Application
Framework
, +
Create a simple parser
by
Binu MD
Answer
19 Jun 2012
license:
CPOL
you can start like thistypedef struct{ char* text; void* data;}DATA_INFO;DATA_INFO& parseFile("FileName.txt", char* label ){ char* currentline; Openfile; getline( currentline ); remove / from currentline; comparestring( label, currentline ); { ...
General Programming
»
Uncategorised Quick Answers
»
General
C
Parser
A Simple PList Parser in C#
by
paladin_t
Tip/Trick
19 Jun 2012
license:
CPOL
A simple plist parser within 100 lines of C# code.
General Programming
»
Collections
»
General
C#
Parser
Plist
Create a simple parser
by
Richard MacCutchan
Answer
18 Jun 2012
license:
CPOL
Looks fairly simple to start with, just check each line for a starting / then strip the following code that is delimited by { and }. Maybe you should clarify exactly what part of this you are having difficulty with.
General Programming
»
Uncategorised Quick Answers
»
General
C
Parser
Create a simple parser
by
Alexandre Bencz
Question
18 Jun 2012
license:
CPOL
Hi.I have to develop a simple parser, to read "block" of textfor example:/TEST {. text .}/TEST_DATA {. infs .}and, I need to read informations of inside of label....and... the file with have this informations... have a lot of labels, with the same perfilfor...
General Programming
»
Uncategorised Quick Answers
»
General
C
Parser
Problem In DateTime Parse Metheod
by
sathish.parthiban
Answer
11 Jun 2012
license:
CPOL
Better try like below.DateTime ExDate = DateTime.ParseExact(txtExpiryDate.Text, "dd/MM/yyyy", null); (or) DateTime ExDate = Convert.ToDateTime("txtExDate".Text);
General Programming
»
Uncategorised Quick Answers
»
General
C#
DateTime
Parser
Problem In DateTime Parse Metheod
by
Maciej Los
Answer
11 Jun 2012
license:
CPOL
Have a look at this: DateTime.TryParse[^] method and use it.DateTime.TryParse Method (String, IFormatProvider, DateTimeStyles, DateTime%)The most important is:Specific valid formats for date and time elements, as well as the names and symbols used in dates and times, are defined by the...
General Programming
»
Uncategorised Quick Answers
»
General
C#
DateTime
Parser
Problem In DateTime Parse Metheod
by
Saeid.Babaei86
Question
11 Jun 2012
license:
CPOL
Hello all dears ! i have a string that contain DateTime value like : Tue Jun 12 00:17:44 2012now if i want to parse by DateTime.Parse(dateTime); occure an error : String was not recognized as a valid DateTime.how i solve ?
General Programming
»
Uncategorised Quick Answers
»
General
C#
DateTime
Parser
Create a dependency parser for indian language Hindi in python
by
TRK3
Answer
23 May 2012
license:
CPOL
Look at this link:http://nlp.stanford.edu/software/lex-parser.shtml[^]They provide a download link for their parser including the source code -- written in java. This is a seriously huge project. Take a look at what Stanford provides and you might get some idea of the scope of...
General Programming
»
Uncategorised Quick Answers
»
General
Python
Parser
Create a dependency parser for indian language Hindi in python
by
Anil Shokeen
Question
22 May 2012
license:
CPOL
Hi,A friend of mine has got a project to develop a dependency parser to parse Indian language Hindi using Python.Till now we are unable to get any ideas how to develop that and on google we only get abstract research papers. Please provide any link or suitable sample code for Parsing in...
General Programming
»
Uncategorised Quick Answers
»
General
Python
Parser
Parse classes to interface that can inherit
by
Mika Wendelius
Answer
16 May 2012
license:
CPOL
If I understood correctly, you can cast an object instance to your interface like:testinterface someVar = originalVar as testinterface;after that someVar should contain the variable as your interface if the original instance implemented the interface. If it didn't, someVar is null.
General Programming
»
Uncategorised Quick Answers
»
General
C#
Inheritance
interfaces
Class
Parser
Parse classes to interface that can inherit
by
Jackie00100
Question
16 May 2012
license:
CPOL
Hey i was here to day playing around with interfaces to try get better to them (cos i never use anything but abstract classes cos i never feel interfaces is much of use) but i have made the following code:class Program { static void Main(string[] args) { ...
General Programming
»
Uncategorised Quick Answers
»
General
C#
Inheritance
interfaces
Class
Parser
Asp.net C# Excel generation using CarlosAg.ExcelXmlWriter.Generator
by
Maciej Los
Answer
10 May 2012
license:
CPOL
Almost each tag in html must contain ending tag, for example:My first HTML documentHello!As you see, for tag equivalent tag is More at:...
General Programming
»
Uncategorised Quick Answers
»
General
XML
Parser
Asp.net C# Excel generation using CarlosAg.ExcelXmlWriter.Generator
by
KothaSanjay
Question
10 May 2012
license:
CPOL
If someone can help me out in identifying why i am getting the below error XML PARSE ERROR: Missing end-tag Error occurs at or below this element stack: ...
General Programming
»
Uncategorised Quick Answers
»
General
XML
Parser
Parser error: Could not load type
by
aspnet_regiis -i
Answer
30 Apr 2012
license:
CPOL
Check that the codebehind class ispublic partial class TestCert:Page{}Also try changing CodeBehind="TestCert.aspx.cs" to CodeFile="TestCert.aspx.cs". This change is required when you change project type from website to webapplication or vice versa.Since you are saying that the...
General Programming
»
Uncategorised Quick Answers
»
General
C#
ASP.NET
Parser
Parser error: Could not load type
by
Miriam Weiss
Question
30 Apr 2012
license:
CPOL
Hi!Now, I know what you're thinking ("Not another parser error!"). But my situation is unique. (No, really! ;-) ) I could use your help. Let me tell you what the error is:Server Error in '/'...
General Programming
»
Uncategorised Quick Answers
»
General
C#
ASP.NET
Parser
Suggestion for GATE Computer Science, Being Electronics student Deleted
by
Mehdi Gholam
Answer
18 Apr 2012
license:
CPOL
This site is for programming related questions.I would advise you seek this kind of information elsewhere as it is off topic here.You can also go to your nearest college/university/teaching institution and ask the tutors there.
General Programming
»
Uncategorised Quick Answers
»
General
C
graphics
compiler
mathematics
Parser
Suggestion for GATE Computer Science, Being Electronics student Deleted
by
shankha2010
Question
18 Apr 2012
license:
CPOL
Hi All, I have done my B.Tech @ 2010 in ECE[Electronics And Communication]. After that onward I am working in VC++ domain in a company. Now I want to appear for GATE Exam for "Computer Science" after finishing 2 years in this company. I don't want to do MBA and all non-technical...
General Programming
»
Uncategorised Quick Answers
»
General
C
graphics
compiler
mathematics
Parser
Entity mapping language implementation using bsn-goldparser with CodeDom
by
Matthew YC So
Article
6 Apr 2012
license:
CPOL
Use the GOLD Parser to define a language for mapping between two business entities, create a parser using the bsn-goldparser engine, and generate an assembly using CodeDom.
General Programming
»
Algorithms & Recipes
»
Parsers And Interpreters
Windows
Dev
Intermediate
C#4.0
CodeDOM
GOLD
Parser
bsn-goldparser
Engine
Page 1 of 1
First
·
Prev
·
Next
·
Last
Advertise
|
Privacy
|
Mobile
Web03 | 2.6.130513.1 | Last Updated 14 May 2013
Copyright ©
CodeProject
, 1999-2013
All Rights Reserved.
Terms of Use
Layout:
fixed
|
fluid