Berry Tsakala
|
Registered User
|
|
|
2d |
asked | can NLTK/pyNLTK work “per language” (i.e. non-english), and how? |
|
Oct 23 |
asked | writing a font viewer - getting font properties, loading ttf dynamically |
|
Aug 23 |
comment |
How can I concatenate regex literals in Javascript? a solution which includes literals: re = new RegExp("pattern1" + "pattern2", ["flags"]) HTH ;-) |
|
Aug 23 |
comment |
how to concatenate regular expressions in javascript? i've closed this question; but didn't delete it so others that use the keywords i've used will reach this link: stackoverflow.com/questions/185510/… |
|
Aug 23 |
asked | how to concatenate regular expressions in javascript? |
|
Aug 17 |
comment |
Is there a better way to structure a SQL table handling User Questionaires? @Rex M -- i didn't understand your question. anyway, the SQL is not reduced, but with "vectored" data, it's more dificult to use conditional queries on individual fields (e.g. bit manipulations). it's not impossible though. |
|
Aug 17 |
revised |
Is there a better way to structure a SQL table handling User Questionaires? added 10 characters in body |
|
Aug 16 |
accepted | Is there a better way to structure a SQL table handling User Questionaires? |
|
Aug 16 |
answered | Is there a better way to structure a SQL table handling User Questionaires? |
|
Aug 14 |
comment |
Selenium RC locators - referring to subsequent elements ? thanks! i had no idea it's possible (and is much more readable than xpath) |
|
Jul 15 |
revised |
which exception catches xxxx error in python added 99 characters in body |
|
Jul 15 |
asked | which exception catches xxxx error in python |
|
Jul 4 |
answered | Which programming language has the least amount of syntax? |
|
Jul 4 |
comment |
Which programming language has the least amount of syntax? This is a good question, actually: 15%-20% of the population are dyslectic, this way or another; In addition, the less grammer a language have, the faster and a more readable code you produce, making it easy to maintain. |
|
Jul 3 |
asked | a sortable list/grid control in boa constructor |
|
Jul 3 |
answered | Qt being now released under LGPL, would you recommend it over wxWidgets ? |
|
Jun 26 |
comment |
Worst UI You’ve Ever Used see httrack as a positive example, for comparison of a tool doing exactly the same thing but a different |
|
Jun 26 |
comment |
Worst UI You’ve Ever Used Actually, gimp has improved and is improving in the past few years. It's getting much better |
|
Jun 21 |
comment |
Human name comparison: ways to approach this task Very interesting! Thanks. It actually gives me a meaningful numerical result. (i'm trying to compile <a href="dalkescientific.com/writings/diary/… one</a> for all our platforms... couldn't find a binary implementation) |
|
Jun 21 |
comment |
Human name comparison: ways to approach this task Nice, although middle names play very important role in distinguishing common names from each other. Take, for example, Spanish names: adding a single letter or middle name narrows down significantly a possible match against a list of alternative names. |
|
Jun 21 |
comment |
Hidden features of Python i think it's been deprecated in python3 |
|
Jun 21 |
comment |
Hidden features of Python then how to write "this i a string"[::-1] in a better way? reversed doesnt seem to help |
|
Jun 21 |
comment |
Human name comparison: ways to approach this task Wrong answer. Soundex overcomes bad spelling, not different order. I wrote explicitly - spelling is always correct. |
|
Jun 21 |
asked | Human name comparison: ways to approach this task |
|
Jun 21 |
comment |
What real life bad habits has programming given you? thought to right "carmagedon", but then i horrified to realize i'm not the only one! IT'S DANGEROUS! was playing 6 hours strait and once i've hit the road, i had to stop for few minutes again, and recalibrate myself. |
|
Jun 21 |
comment |
What real life bad habits has programming given you? i do it too and have no regrets |
|
Jun 21 |
comment |
writing text with diacritic (”nikud”, vocalization marks) using PIL (python image library) You didn't really answer, but you help seeing the bug: Only DejaVuSans.ttf and Lucidaxxx.ttf behave correctly under PIL! All the rest of my TTF files produced wrong output (but they behave nicely outside of PIL) You can try other fonts, e.g. Arial.ttf |
|
Jun 18 |
comment |
What IDE to use for Python I made a comparison table from this data. I'm looking for a WYSIWYG-Wiki host to put it on for better use. (Python's Wiki isn't table-friendly). Suggestions? |
|
Jun 18 |
comment |
What are common UI misconceptions and annoyances? e.g. Mozilla Thunderbird notifies and STOPS you on any Wifi glitch. And if you have 5 or more mailboxes, you MUST dismiss ALL modal messageBoxes if you want just to browse offline emails. |
|
Jun 18 |
comment |
What are common UI misconceptions and annoyances? this is solved nicely in Eclipse settings, though - you can search by writing part of the setting's name, if you wish. and it works great. VLC VideoLan-Client media player has 2 different UIs: for advanced and for novice users |
|
Jun 18 |
answered | What are common UI misconceptions and annoyances? |
|
Jun 18 |
comment |
What are common UI misconceptions and annoyances? Consistent accelerator keys for every function (buttons, texts and menu options) are a must. Power users don't use the mouse! |
|
Jun 18 |
comment |
What are common UI misconceptions and annoyances? Even if I live in my own country and speak my own language, I still prefer reading my internet in English, and having international results. Google is not the only annoying player: there are various setup programs, Mozilla installation downloads to name a few |
|
Jun 16 |
answered | End of the road for Captchas? |
|
Jun 16 |
comment |
accelerator keys in bilingual / multilingual input environment The question is, what if I have a German localized firefox, and add Russian keyboard layout, then press Alt+"Ы". See? If I'm writing some text in russian, then want to hit the address bar, i'll have to switch layouts first (and it'd take me time to realize what's wrong with firefox) |
|
Jun 16 |
comment |
accelerator keys in bilingual / multilingual input environment what do you mean by "stable"? |
|
Jun 15 |
asked | accelerator keys in bilingual / multilingual input environment |
|
Jun 15 |
comment |
Is it essential to understand computers to be a good programmer? the driving car mechanic is an irrelevant example, as mgb commented (intentionally or not). a car mechanic's task is to make a car operate, arriving (safely) to one's destination is a driver's task. a programmer can be a driver, and/or a mechanic, depends on his/her role in the project |
|
Jun 15 |
answered | How to change command prompt (console) window title from command line Java app? |
|
Jun 15 |
comment |
writing text with diacritic (”nikud”, vocalization marks) using PIL (python image library) Thanks for replying, but you haven't answer the question. As i wrote - I know how to write TTFs, and I already have TTF fonts. |
|
Jun 15 |
comment |
save an image with selenium & firefox session is more than just cookies, and to mimic it in urrlib2, means to mimic Selenium RC, so why would i use selenium in the first place?? |
|
Jun 15 |
awarded | ● Commentator |
|
Jun 15 |
comment |
save an image with selenium & firefox That's ... interesting. But then it will save ALL files, and i'll have to guess which file belongs to which point in time, not to mention learning a bit of Java. But it's a possible solution. |
|
Jun 14 |
asked | writing text with diacritic (”nikud”, vocalization marks) using PIL (python image library) |
|
Jun 9 |
awarded | ● Tumbleweed |
|
Jun 5 |
comment |
Is there a way to list all the available drive letters in python? [c+':\\' for c in string.lowercase if os.path.isdir(c+':\\')] |
|
Jun 5 |
asked | retrieving current drive letters in windows (from python) |
|
Jun 5 |
awarded | ● Critic |
|
Jun 2 |
asked | Selenium RC locators - referring to subsequent elements ? |
|
May 31 |
awarded | ● Scholar |
