Quantcast
Channel: BlogoSfera » recognize
Browsing index pages (14 articles)

Java ANTLR 4. Generated parser doesn’t recognize anything

I am writing a lexer and parser to my own language to process operations on lists. I started with that: list_Declaration : L_LIST L_ID ASSIGN LBRACE NUMBER (COMA NUMBER)* RBRACE SEMI; NUMBER : [0-9]+;...

View Article


maven compile does not recognize my local repo dependency

I have a local jar file to import into my folder, and I have run the mvn install: mvn install:install-file -Dfile="C:\myapp\Development\core\target\api-core-1.0.0.jar" -DgroupId="com.myapp"...

View Article


Most common letter ( Capital and small) in a string

I want to write down some method that receive a string and return me the most common letter in small version.(only letters) For example – “aabbbAA” will return a. “766&%- aabbB” will return b. I...

View Article

Speech Recognizer online in Windows Phone 8.1 app

I have big problem with speech recognition in Windows Phone 8.1 application. My code (I found something like this in Google): private SpeechRecognizer speechRecognizer; public async Task...

View Article

Jquery UI and Knockout data bind

I get the necassary informations displayed, but the original function of that accordion does not work anymore( I can not collapse the accordion anymore, unless I remove data-bind) : <div...

View Article


How do I instruct a custom JSON.NET JsonConverter to recognize that a...

I have a touch of a predicament. I have a collection of System.Security.Claims.Claim and the constructor of Claim requires the value parameter to contain a string. The value of a particular claim needs...

View Article

What happen with my php code?

I would like to add this code on a global source of a software chat: <?php include "../../../mc.php"; include "../../../std.php"; ?> I put it on one file called “loggedIn.html” and...

View Article

Visual Studio 2012 does not recognize html tags

Im getting this when openning any web project, some clues could be: something wrong with _references.js Im getting this messages on DEBUG: ‘iisexpress.exe’ (CLR v4.0.30319: DefaultDomain):...

View Article


Translate HTML file with Poedit

i had html file with this codes: <li> <a href=""> <i class="ic6 icon big"></i> {{_(Settings)}} </a> </li> i want to translate Settings with poedit software but when...

View Article


Trying to get a regex to recognize and extract words from both camelCase and...

I’ve got this halfway working. This works great: 'MyOwnVar'.match(/([a-z]*)([A-Z][a-z]+)/g) Result: ["My", "Own", "Var"] The goal is to pull out the individual words. But if I pass a camelCase name to...

View Article

Visual Studio does not recognize my solution

I have the following problem: I am currently trying to set up a Project structure and I planned to implement it like this: Toolbox – Main application Toolbox.Forms – Containing WPF Forms...

View Article

Linq: Using ElementAt on a database

I am trying to get the 2nd element of a database using the Linq method, ElementAt. However I am getting the below error: LINQ to Entities does not recognize the method ‘PersonData.Models.Person...

View Article

Page.EnableEventValidation = false does not recognize new dropdownlist...

My test webform has 1 dropdownlist and 2 buttons. This is it: <form id="form1" runat="server"> <asp:DropDownList ID="DropDownListTest" runat="server" > <asp:ListItem>Value...

View Article


Page.EnableEventValidation = false does not recognize new dropdownlist values

My test webform has 1 dropdownlist and 2 buttons. This is it: <form id="form1" runat="server"> <asp:DropDownList ID="DropDownListTest" runat="server" > <asp:ListItem>Value...

View Article
Browsing index pages (14 articles)


Latest Images