Quantcast
Channel: BlogoSfera » recognize
Browsing latest articles
Browse All 14 View Live

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



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

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

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

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


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

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

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


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


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
Browsing latest articles
Browse All 14 View Live




Latest Images