The Following User Says Thank You to coderus For This Useful Post: | ||
|
2015-10-14
, 13:28
|
|
Posts: 6,447 |
Thanked: 20,981 times |
Joined on Sep 2012
@ UK
|
#22
|
|
2015-10-14
, 20:30
|
Community Council |
Posts: 4,920 |
Thanked: 12,867 times |
Joined on May 2012
@ Southerrn Finland
|
#23
|
Thanks, coderus. It's not just the 24/7 presence, I find IRC generally a pain to use. It's kinda OK for an immediate interaction but otherwise... Too much irrelevant info ("XY has joined/left"), no threading, no easy search... Basically if I have a question that has been already asked and answered 200 times, the only way to get the answer is to get online and ask again, hoping that someone who knows the answer is also online. It's just way too much effort.
Mailing lists are only marginally better. The best medium for getting answers are Usenet newsgroups, but very few youngsters even know such a thing exists.
The Following 4 Users Say Thank You to juiceme For This Useful Post: | ||
|
2015-10-15
, 09:19
|
Posts: 1,808 |
Thanked: 4,272 times |
Joined on Feb 2011
@ Germany
|
#24
|
The Following 6 Users Say Thank You to reinob For This Useful Post: | ||
|
2015-10-29
, 11:34
|
|
Posts: 6,447 |
Thanked: 20,981 times |
Joined on Sep 2012
@ UK
|
#25
|
|
2015-10-29
, 12:18
|
|
Posts: 394 |
Thanked: 1,341 times |
Joined on Dec 2009
|
#26
|
Component.onCompleted { //split makes an array out of the string yourProperty.split().forEach(function(el,iterator){ //single character available in "el" }) }
|
2015-10-29
, 12:54
|
|
Posts: 6,447 |
Thanked: 20,981 times |
Joined on Sep 2012
@ UK
|
#27
|
property string alphabet: "abcdefgh" property string text function isInAlphabet() { for (var i = 0; i < text.length; ++i) { if (!alphabet.contains(text[i]) return false } return true }
The Following User Says Thank You to pichlo For This Useful Post: | ||
|
2015-10-29
, 13:24
|
|
Posts: 394 |
Thanked: 1,341 times |
Joined on Dec 2009
|
#28
|
if (string.search(/[^a-zA-Z]+/) === -1) { // only characters }
The Following 2 Users Say Thank You to velox For This Useful Post: | ||
Tags |
developing, sailfish os |
|
Telegram | Openrepos | GitHub | Revolut donations