The letter tag has no wiki summary.
1
vote
1answer
31 views
C program Loops Constantly when ( used comma or letter) ( starts second loop when entered Y or N ), How to fix it?
Here is the Code and it loops when I enter a letter or use a comma instead of dot, f.e. 0,1 or 0,000045 ... etc. It loops constantly how to avoid that?
#include <stdio.h>
#include ...
1
vote
2answers
36 views
Is there any pseudo selector in CSS to select a letter:hover?
I would like to reproduce this, just with CSS:
http://jsfiddle.net/g32Xm/
$(function(){
var text = $('h2').text();
var atext = text.split("");
var newText = '';
for(var i=0; i< ...
0
votes
2answers
59 views
Generate PDF using 'letter paper'
I am well aware that questions like this are not very popular, but I could not find any other lead on the subject, I apologize anyway.
I've come across the expression "Letter paper" (or letter-paper) ...
-4
votes
2answers
57 views
-3
votes
1answer
43 views
C# Namegenarator brings 5 same letters [closed]
I write a little namegenerator. I always test it with count 5(brings me a name with 5 letters ^^)
Now the problem is that the programm brings me always the same 5 letters. Like GGGGG or HHHHH.
The ...
-4
votes
3answers
58 views
How to extract first letters from different words in a string in c# [closed]
I want to extract first letter of each word in a string. I have done a lot of googling and still without any aid.
For example,string text = "I Hate Programming";
The desired answer should be like:
...
0
votes
2answers
136 views
How to detect end of line character in a textbox string (VB6)
i have a problem with VisualBasic6 .
i have 3 Textbox and 2 Command Button .
i want to detect VbCrLf when checking first textbox , letter by letter then write in another in second textbox: 101
and ...
2
votes
3answers
71 views
Javascript / jQuery search for letter in string
I'm using JS / jQuery (new to jQuery) and I have a string with a math problem in it, including a variable. (I'm creating a function to solve basic algebra). ie:
var $problem = "x+5=11";
// Take off ...
2
votes
3answers
81 views
using toupper and tolower in visual basic
Trying to get this to change the case of the first letter of the parsed strings segments. So if a user enters "JOHN WAYNE DOE" in txtName then it would display "John Wayne Doe"
I entered it the way ...
1
vote
3answers
111 views
How to compute letter frequency similarity?
Given this data (relative letter frequency from both languages):
spanish => 'e' => 13.72, 'a' => 11.72, 'o' => 8.44, 's' => 7.20, 'n' => 6.83,
english => 'e' => 12.60, 't' ...
0
votes
0answers
24 views
Transfering data to word from VB.NET using bookmarks
I have this code:
Dim wdApp As Object
wdApp = CreateObject("Word.Application")
Dim wdDoc As Object
wdDoc = wdApp.Documents.Open(FileName:="H:\Template.docx")
wdApp.visible = True
...
1
vote
2answers
73 views
Python: Print the common letter from user input
Is there a better way the write this code. While there are no errors it seems that its printing all the letters I typed sorted into a list.
I want to print the common letters in a string, even if ...
0
votes
2answers
100 views
How to configure Nginx to ignore letter case in the host name?
I am trying to set my Nginx server to igonre if the visitors use lower or upper case in the address . For example, i want that both www.mydomain.com/section and www.mydomain.com/Section point to the ...
0
votes
2answers
64 views
calculate percentage of strings instead of statistics
I would like to calculate the percentage of each letter in my file instead of the number. How can I modify the following code?
stat_file = open(filename, 'w')
one_letter = ...
-1
votes
3answers
41 views
get the value with the first letter of database
In my mysql database I have table 'class' with column 'classname' contain : Andree,adele,Beta,Alfa
How can I get all the names in 'classname' whose first letter is 'a' or 'A' by php code ?
I tried ...
1
vote
1answer
145 views
VB.NET: Split string at everything except normal letters
I'm trying to split a string in VB.NET at everything except normal letters.
I tried to write a function using Char.IsLetter(...) but it didn't work too well for some reason (I put a comment where it ...
-1
votes
1answer
51 views
php words from a letter matrix. not found last letter
Who can help me ? This codes work . But i make a mistake. I cant find my mistake. Help please Words was found but incorrectly. All last letters of all words not found.
for example: "Wamble" not found ...
0
votes
4answers
184 views
Counting letter occurrence
The program needs to count and display the number of times that the specified charector appears in the text file.
Currently turning up zero for the total. I'm not if I should be using a different ...
0
votes
0answers
103 views
Rails - Letter Opener in rails test environment
I need to use Letter Opener in rails test environment to confirm the delivery of mails sent.
As a trial, I set my config/environments/test.rb as follows:
config.action_mailer.delivery_method = ...
0
votes
1answer
44 views
Terminal only reads first letter of file name
This is not a question about coding, but the terminal. I have never had this problem before, but when I try to execute a script following by the file name to be executed, the terminal gives me the ...
0
votes
3answers
93 views
Any equivalent of Java collections in Javascript?
I have to decompose words into collections of letters in Javascript. Then I need to be able to i) check whether a letter belongs to the collection and ii) to remove letters for this collection ...
0
votes
0answers
14 views
Confuse about dual-system, which can be C
Here are some phenomena that confuse me so much. I have install windows xp in C:, and then install windows server 2008 in D. But when I start my windows server 2008, I found it changing its driver ...
0
votes
0answers
59 views
Letters moving unequal when font is increase
anyone knows how to set a fixed space to the letters on the text from a Textview on android. I'm doing a String.replace() to change some letters on the text...and when i do that, the line length ...
1
vote
6answers
136 views
How can I check if a char is a letter or a number?
I have a string and I want to loop it so that I can check if every char is a letter or number.
$s = "rfewr545 345b";
for ($i=1; $i<=strlen($s); $i++){
if ($a[$i-1] == is a letter){
echo ...
0
votes
2answers
524 views
How to generate a file with all possible 12 character letter/number combinations?
I have been struggling with this for some time, and I can't even figure out where could I start with it.
I am trying to create a program that is going to generate a lot of random (I could call them ...
1
vote
4answers
504 views
Counting letter frequencies
I'm reading in a text file using StreamReader to the program. I need to record the frequency of each letter in the string into an array (where index 0 would be A, and so on). What's the simplest ...
0
votes
3answers
92 views
read line and read three letters at a time in C
I'm having a problem when trying to read 3 letter each time, I want to read line by line and in each line to read sequentially 3 letters at a time.
when read the line when finding the \n jumps to the ...
0
votes
1answer
137 views
Replacing one letter with an image without destroying text flow with Jquery
Object: I have a header title from which I want to replace only one letter with an image logo.
Problem: After working with <span> it somehow destroys my design, I means it breaks lines, does ...
0
votes
1answer
66 views
How to do letter-by-letter validation for an iphone quiz app?
I'm writing a quiz type app and I've seen some on itunes where you need to type out what the logo is, and it seems to check each letter the user types and gives a tick or a cross depending on whether ...
-7
votes
2answers
101 views
Regular Expression to allow 1 Letter and 1 Number [closed]
Hi I want a regular expression that will just allow ONE letter(which can be any from A-Z in upper or lower case and then ONE numeric between(1-9)
Correct values are
T5
e3
k8
Z2
Incorrect Values ...
1
vote
2answers
153 views
Comparing a character to a set of characters in Ada
I'm using Ada and getting and int, and I need to check if it was a character that was converted to an int by converting it back and testing it against a character. The problem is I don't wanna type
...
0
votes
2answers
88 views
Javascript dynamic Array not working
I am currently designing a function for website owners to track what is most commonly searched/entered on their website. To do this I have got a basic function recording what keys are pressed though I ...
0
votes
0answers
312 views
How to send a character letter with Bluetooth and Android
Today I'm working with Bluetooth, and now I can turn on it and connect to my robot, but I can't find out how to send a letter (like "w") to my robot. What would some sample code look like to do this?
...
1
vote
3answers
625 views
How do I check if string starts with any letter, as in a-z or A-Z?
Here is the context
if (self.display.text hasPrefix:[NSString stringWithFormat:@"%@ = ", ANYLETTER])
Thanks Matt, I changed it a bit so it still checked for the rest of the formatting I had, now it ...
0
votes
3answers
561 views
subtracting letters in c
I would like to know how to "subtract letters" in C:
I mean, I have 2 letters, 'a' and 'c' and i want to execute 'c'-'a'='b' which is 3-1=2.
How is it possible to obtain the same behaviour in C?
I can ...
2
votes
4answers
221 views
How to print frequencies in descending order?
I've had a look at other similar questions already but haven't been able to apply the answers to my program. At the moment the frequencies are printed in ascending order, what do I change to make it ...
0
votes
2answers
164 views
I need a number and letter generator for a project
I need the numbers and letters to be somewhat like this 0000-00-0000A.
I am working on a project so when i place a coupon the random numbers and letter will appear on the coupon id where i place it ...
0
votes
1answer
2k views
Batch file and variable USB drive letters
I'm trying to create a backup batch file to automate Acronis True Image and backup maintenance.
The USB drive letter changes depending on which machine I'm backing up and /or how many devices are ...
-3
votes
1answer
562 views
I need with this Guess the letter game program, Cant make the game run more than once and end when guesses are used up [closed]
Ok, here is the problem, This is a LetterGuess Game.This program has a number of 4 games total that can be played. The program reads a letter from a file InputLet.txt and declares it as a solution. ...
2
votes
1answer
126 views
smallest “scrabble board” containing every word of a list
I am looking for an algorithm able to build an array (2D) of letters from which I could extract each word of a given list.
Like in Scrabble, words can cross each other, and be horizontal, vertical or ...
0
votes
1answer
57 views
Using Sequence Generated ID or alternate way to query the DB
We currently maintain a set of templates in the DB. In the application, we provide a droplist in the UI to allow the user to select the template which they want to use to create a letter based on ...
2
votes
3answers
1k views
isLetter() for Javascript?
I am extracting a character in a Javascript string with:
var first = str.charAt(0);
and I would like to check whether it is a letter. Strangely, it does not seem like such functionality exists in ...
1
vote
4answers
325 views
java letter game [homework assignment]
I have a problem with my homework assignment. I'm not asking for any code whatsoever. All I ask for is some advice on how to implement some parts of the assignment.
The assignment is the following: N ...
0
votes
1answer
134 views
Android browser: last letter in button is cut off
There is a weird bug with Android browser. It cuts off last letters in some places and I have no idea why. The last letter then appears at the left side of the screen at the same height where it ...
2
votes
4answers
261 views
regex pattern java symbols
I am looking for a regex pattern in Java that corresponds to all characters except the letters a to z.
In other words, I want a regex pattern that corresponds to symbols such as
...
1
vote
1answer
409 views
Printing letters in 2D arrays? First letter not showing
I'm hoping someone can answer this so I'll try to explain this well.
My goal is to generate a MAXIMUM of 3 unique vowels (AEIOU) on a line of 5 squares. I have made 25 squares using a 2D array ...
1
vote
2answers
203 views
How to check that string contains letter in any language?
My current regex is /^[a-zA-Z]+( [a-zA-Z]+)*$/. It works for names like:
John Smith
Anyway, the site is international and name could be like this, for example:
Jānis Bērziņš
It's a valid name, but ...
0
votes
0answers
81 views
How do I set the height of a character in Latex? [closed]
I am trying to write out a chemistry diagram (not a condensed equation, but the actual letters connected with lines). The only way I can think of is to draw the lines in with another application such ...
1
vote
2answers
440 views
How to use vertical bars “|” (pipes) in a title, header as a string?
A page has the title "Systemadministrator (m/w) | Dresden". I use a vertical line (pipe) letter. When I render the title in typo3 (via dataWrap) it will only show "Systemadministrator (m/w)Dresden" ...
-1
votes
4answers
558 views
How to eliminate items from listbox when textbox changed
I wanna make a small code block about c #.
first think a listbox with elements.
then think a blank textbox.
when I write a letter to textbox(dont think just letter, think about a word ,I split it ...





