text-textWondering how what I input to my UTF-8 terminal gets passed along
through my patched [1] trn ...
Cyrillic:
А Б В Г Д Е Ж З И Й К Л М Н О П
а б в г д е ж з и й к л м н о п
IPA:
ᴀ ᴁ ᴂ ᴃ ᴄ ᴅ ᴆ ᴇ ᴈ ᴉ ᴊ ᴋ ᴌ ᴍ ᴎ ᴏ
ɀ Ɂ ɂ Ƀ Ʉ Ʌ Ɇ ɇ Ɉ ɉ Ɋ ɋ Ɍ ɍ Ɏ ɏ
[1] https://groups.google.com/d/msg/comp.sys.raspberry-pi/7Z37Hdrm0DM/6aqD-reXFzAJ
...
Encryption from text to text...I am looking for an encryption algorithm that converts plain texts into
another
form, one character to another...What are the nice and simple algorithms out
there?
Thanks.
In article <418f03f8@news.starhub.net.sg>, Kelvin
<thefatcat28@hotmail.com> wrote:
> I am looking for an encryption algorithm that converts plain texts into
> another
> form, one character to another...What are the nice and simple algorithms out
> there?
>
> Thanks.
You can look on CPAN (<http://search.cpan.org>) for various Crypt::
modules.
FYI: this newsgroup is defunct. Try comp.lang.perl.misc in the future.
On Mon, 08 Nov 2004 13:35:46 +0800, Kelvin wrote:
> I am looking for an encryption algorithm that converts plain texts into
> another
> form, one character to another...What are the nice and simple algorithms out
> there?
>
> Thanks.
I'm not sure how secure you need it to be, you could use the rot13
method. Used in newsgroups... It changes every letter to the letter 13
places ahead of it. The nice thing about it though is that you use the
same method of to decode, (there's 26 letters).
Not secure, but nice easy and simple.mine not sure how sercure you need it
to be, you could use the rot13 method. Used in newsgroups... It changes
every letter to the letter 13 places ahead of it. The nice thing about it
though is that you use the same method of to decoed, (theres 26 letters).
Not sercure, but nice easy and simple.
--
Andre...
PagesI have a titel-textfield over a pic (headline) , text is black,
background for text transparent.
A second textfield should overlapp the first textline.....
When i arrange the second field with the same settings like the first,
the first text disappear...
How can i do, that the second text overpapps the first, all over the
pic.
Any help appreciated! Thanks for replies! I am german and hope that
the engish speaking people understand my problem! Soory!
Gerd
In article
<611db9e2-b085-4fe5-907a-ca714b0c32dd@m74g2000hsh.googlegroups.com>,
hurlebaus <gerd.schenk@freenet.de> wrote:...
Text from required text box to read-only text boxHello,
I am fairly new to JavaScript and its use in Acrobat Professional.
My situation is this:
I have a form with a text box field which is required for the user to
enter his/her name. I would like the required text box to display the
name in all caps. I also need the user's name to appear in a read-only
text box later in the form, which I would like to have the first letter
of the user's first, middle initial, and last names to be capitalized.
I would also like to have all required fields on the form highlighted
in yellow, but the highlighting not printed. Lastly, I would like the...
text 2 textI'm rather new to ustation and am having trouble finding replacements for
all of my Acad lisp routines. One that I'd like to find changes a selected
text string to read like the second selected text string. I realize this
can all be done in the text editor but it's not all that quick. Does anyone
know of a macro or mdl which can handle this task? Thanks in
advance.---Calvin
I don't know of any application that will do what you describe, but have you
looked at Edit > Find/Replace text?
You may also find Bentley's discussion groups of assistance. Over there you
can meet other users of Bentley products, exchange ideas, and discuss a wide
range of technical subjects. These groups are an excellent technical
resource for all users of Bentley products and services. Hope to see you
there!
For more information take a peek at this page:
http://selectservices.bentley.com/discussion/index.htm
--
Best Regards,
Inga Morozoff [Bentley]
www.askinga.com
"jgonzales24" <jgonzales24@cox.net> wrote in message
news:xcLMb.13975$zs4.2376@fed1read01...
> I'm rather new to ustation and am having trouble finding replacements for
> all of my Acad lisp routines. One that I'd like to find changes a
selected
> text string to read like the second selected text string. I realize this
> can all be done in the text editor but it's not all that quick. Does
anyone
> know of a macro or mdl whi...
Surrounding text with textI was wondering if it was possible to surround a text body with text
like so:
+--------------+
|ABCDEFGHIJKLM |
|H N|
|A Main Body O|
|L Text goes P|
|B here Q|
|-=+_ZYXWVUTSR |
| |
| |
| |
| |
+--------------+
This seems far-fetched, but just curious. I suppose that I could just
move stuff around by hand in the GIMP later on, but there's probably a
{better,more {extensible,clean}} way of doing it from (La)TeX.
-FreeSmith
ptjm@interlog.com (Patrick TJ McPhee) wrote in message news:<bffbhe$per$1@news.eusc.inter...
Why does $TEXT() not return text?I am looking at a file I have created named TMGUSRI2.m
This is with GT.M 6.2-002A
Here is a stat of the .m file and the .o file
kdt0p@poweredge:/opt/worldvista/EHR/p$ stat TMGUSRI2.m
File: `TMGUSRI2.m'
Size: 19171 Blocks: 40 IO Block: 4096 regular file
Device: 821h/2081d Inode: 705008 Links: 1
Access: (0744/-rwxr--r--) Uid: ( 1000/ kdt0p) Gid: ( 1000/ kdt0p)
Access: 2015-08-10 20:50:51.000000000 -0400
Modify: 2015-06-23 20:23:12.000000000 -0400
Change: 2015-06-23 20:23:11.000000000 -0400
Birth: -
kdt0p@poweredge:/opt/worldvista/EH...
Unbound text box, text>255, MS Access/PostgreSQLHello.
I have the following problem with MS Access/PostgreSQL combination:
There is a form in Access that has an unbound text box, used for entering a
commentary of a batch of records.
There is a DAO Append Query that has a parameter that is passed from the
text box using parameter of DAO QueryDef object.
I adjusted B7 parameter (Text as LongVarchar) in connection string (ODBC
driver) to 1, so that Access links PostgreSQL Text fields as Memo fields in
Access. The intention was to be able to enter unlimited length commentary
into the field.
But, although I can enter unlimited text by using...
Reading Text File, Text Scrolling and erase line from a text fileHi ,
How can I Reading Text File, then Text Scrolling by means of
keys "page UP" "page Down" and erase a specific line from a text
file , when press "F2" key?
Best Regards,
Lidia from Poland
--
=========================================
Pozdrawiam Lidiaa
Lidiaa schrieb:
> Hi ,
>
> How can I Reading Text File, then Text Scrolling by means of
> keys "page UP" "page Down" and erase a specific line from a text
> file , when press "F2" key?
>
> ...
Overloading || ( text,text ) operatorHi,
I was trying to overload concat operator ||(text,text) such a way that
it behaves like Oracle. i.e. I want 'abc' || null to return 'abc'
instead of null.
I know that it is not the expected behaviour in postgres, but since I
am migrating the database from oracle to postgres , I need this
behaviour.
But when I try to drop the existing || operator, I get the following
error
ERROR: cannot drop operator ||(text,text) because it is required by
the database system
Also I cannot modify the application which runs over the database.
Hence I cannot overload || (var...
\pubid text overlaps with textHello,
While using the IEEEtrans file, I put the
\pubid{0000--0000/00\$00.00~\copyright~2005} before the \maketitle as
directed. However, the body of the text over laps with the pubid text.
What I am doing wrong?
Thanks.
...
matrix and text to a text fileHi, I know some similar question have been solved before but I have been reading for a while and I didn't find the answer of my question so, I ask you.
I want to create a text-file (.txt) where I will have some text and some matrixs.
The format that i want is something like that:
-Title-
Name1.
Name2.
power(dbm):
big matrix (12000X400) aprox
frequency(hz)
vector(1x12) aprox
So, i created a m-file that can do this writing with fprintf every single character on the file using lots of for loops. It works good but if the matrix is that size it could take a time (about 7 min...
Text in images to a text fileHello,
Does anyone know of any software for Linux which converts text in
images to a text file. I have loads of paper documents that I intend to
scan. The contents of these documents needs to eventually end up on a
web site but as text.
Darren
<bobblebob@gmail.com> wrote in message
news:1151612491.407262.124690@75g2000cwc.googlegroups.com
> Does anyone know of any software for Linux which converts text in
> images to a text file. I have loads of paper documents that I intend
> to scan. The contents of these documents needs to eventually end up
> on a web site but as text....
Text recognition and Text to speechI'm working on a project for Blind assistance using OCR and TTS . if you can help with the CODES needed for both phases of text recognition and text to speech conversion
...
rich text in text fieldI am using GUIDE for my UI work. (MATLAB 2009b)
I would like to display some rich-text (font size change, bold, underline etc) inside a panel.
Can I put some rich-text, using html tags, in a text field?
For example: <html><b> this is bold </b></html>
I know you can do it in table headers.
Thank you.
...
raw text, source text?I have two people who write me using Gmail and the format of the emails
I get is bad.
It has capital �'s all over the place. I can't tell the pattern. At
the end of most llines and other places.
It can't send an apostrophe correctly. Instead it looks like �tm
And something it sends looks like ·� � � � � � �,
Maybe this is just more A's but what it looks like in my email is some
Germanic R with a big dot next and 6 tiny �'s that look like the surf
coming in.
Once a month ago the email from one sender came in looking good, but he
told me...
Text Color in Copied TextI use Mathematica for all my class notes, and occasionally copy things
from code editors that use color to highlight different constructs. In
an earlier version (probably 5.2) the color highlighting copied over
when I pasted it into a Text cell, but now this doesn't happen - all b/w.
I don't see any way around this. Any ideas?
Thanks,
Kevin
...
Selecting text in a text boxWhen I attempt to select text in a text box, the text from the cursor
position to the end of the text is instantly selected as soon as I
click the mouse down. There seems to be no way to select just a small
portion of the text in a text box.
This seems pretty basic. What am I missing? I'm using Access 97 on an
XP system.
Steve Richfield
First, (I don't remember if this is an option in 97) check
Tools|Options|Keyboard tab, Behavior Entering Field. This setting will
adjust the behavior for all forms and controls.
Next, you would need to click at the start of the area you want to hi...
Flowing text around textHi all,
Could please someone tell me how to get text flowing around a framed
piece of text with colored background? Something like:
text text text text text text text text text text text text text text
text text text text text text text text text text text text text text
text text text text -----------------------------------------------
text text text text | Some piece of information goes here |
text text text text | |
text text text text | Some piece of information goes here |
text text text text | ...
Fit text in a Text BoxHello friends,
I have a curious doubt, imagine I have a text box, and inside, a text that I dont know the lenght. Depending on the box's size and letter's size, I can fit the box. But the box's size is fixed, so I just can modify the size's letter. How can I be right with letter's size, if I dont know the lenght of string (text)? Is there any simple function for this case?
Thanks in advance, greetings.
Pedro Moreno
On 10-08-31 04:25 PM, pedro moreno wrote:
> I have a curious doubt, imagine I have a text box, and inside, a text
> that I dont know the lenght. Depe...
highlight text in text widgetHi,
I am trying to make widget that displays text. I also want a search
keywords available. The way I have envisioned is something similar to
emacs search, i.e. it highlights all the occurrences of the keyword
that you are interested in. I am trying to find out if that kind of
highlighting be done in widget_text or some other widgets. Can anyone
help?
Thanks
neon writes:
> I am trying to make widget that displays text. I also want a search
> keywords available. The way I have envisioned is something similar to
> emacs search, i.e. it highlights all the occurrences of the keyword
&g...
text in a widget, text-widget
hello
i have an application with a couple of text widgets
but i would like to add some functionalities that at first and second sight
are not directly supported by the plain text widget itself
- ?
for example i would like certain lines of text within the textwidget to take
different background colors according to certain parameters
also i would like to be able to detect certain sentences or words
that would become 'links' and by clicking them i would open up different windows
any suggestions to solutions and widgets for the above problems ?
- i probably could...
Highlighy text in Text BoxUsing an InputBox, there is the option to *suggest* text (Default). It appears highlighted and can
be accepted or replaced by the user. I am attempting to create my own input form which has one Text
Box, one command button (cmdAccept ) and a simple label to tell the user to make an entry. What I
cannot do is to mimic that suggested default input string. Can someone show me how to do it?
The following code is from a test program with two forms.
'#### this is on FrmMain
Private Sub Option1_Click()
' Other Event selected - 14 character maximum
With FrmBGOther
...
text file not mac text
please remind me of the difference. An 8-bit prog. I have needs ASCII
text. if I save a file as TEXT or simpletext on a mac, it isnt accepted.
I remember 'forked files' but no details......
Is there a II utilty to 'convert' a mac text file to acceptable II ascii
text?
thanks.
cornelio <cornelio@san.rr.com> wrote:
> please remind me of the difference. An 8-bit prog. I have needs ASCII
> text. if I save a file as TEXT or simpletext on a mac, it isnt accepted.
> I remember 'forked files' but no details......
>
> Is there a II utilty to '...