|
| Â Â |
| Â | Segment (Java 2 Platform SE v1.4.2) |
 | | If the flag is true, an implementation of the interface method Document.getText(position,length,Segment) should return as much text as possible without making a copy. |  | | Sets the position to getEndIndex()-1 (getEndIndex() if the text is empty) and returns the character at that position. |  | | This array should never be modified; it is available only for efficiency. |
|
http://java.sun.com/j2se/1.4/docs/api/javax/swing/text/Segment.html
|
|
| Â Â |
| Â | The Thin Line: Hypermedia meets Virtual Reality |
 | | Chunks might be a composed computer screen which integrates text, graphics and sound (cards in HyperCard, pages in ToolBook); an animated sequence (from Director or other animation package), a videodisc video or QuickTime/DVI digital video segment, text fields, ASCII files, and so forth. |  | | Shakespeare's Language Series presents the text of Shakespearean plays with an interface tool to help readers analyze the text by helping them identify and interpret familiar words used in unfamiliar ways, obsolete words, syllabic and word omissions and other techniques for understanding Shakespeare's language. |  | | According to Mountford (1990), metaphors have two uses in interface design: "as cognitive aids to users, and as aids to creativity for designers." Metaphor can set user expectations about content ("this is like a newspaper") or about available controls ("these controls will let you fly the hypermedia spaceship"). |
|
http://commtechlab.msu.edu/publications/files/thinline.html
|
|
| Â Â |
| Â | Silvio Cesare 'Unix ELF parasites and virus' (VX heavens) |
 | | ELF Header Program header table Segment 1 Segment 2 Section header table Section 1. |  | | Loadable program segments (text/data) are identified in a program header by a p_type of PT_LOAD (1). |  | | If the parasite code is to be inserted by extending the text segment backwards and using this extra memory, problems can arise because these ELF headers may have to move in memory and thus cause problems with absolute referencing. |
|
http://vx.netlux.org/lib/vsc01.html
|
|
| Â Â |
| Â | /usr/share/man/cat5/a.out(0) |
 | | The header, text segment and data segment are all padded by the link editor to a multiple of the page size. |  | | text relocations Contains records used by the link editor to update pointers in the text segment when combining binary files. |  | | The byte offset in the binary file of the beginning of the text segment. |
|
http://www.neosoft.com/neosoft/man/a.out.5.html
|
|
| Â Â |
| Â | The Future of Mathematical Text: Mayans: JoDI |
 | | So the tools to write mathematical text, to create pages in the hypertext, are of particular importance for the use of the hypertext, for a true reading of the text. |  | | For most texts, the user can find one or more paths that will lead to the text, containing background needed to understand the text, commentaries and summaries, alternative proofs and examples. |  | | An alternative is to advance the text by smaller topics: by classes of theorems, new problems or new structures, which is closely aligned with how we create and observe changes in mathematics. |
|
http://jodi.ecs.soton.ac.uk/Articles/v05/i01/Mayans/
|
|
| Â Â |
| Â | Intel 80x86 Assembly Language Tutorial |
 | | Segments are limited to 64 kilobytes in and before the 286 ( which some code is still written to be compatible with) and either 1 megabyte or up to 2^32 bytes depending on what settings are needed. |  | | When looking at 80x86 code, it is important to remember that segments also define where certain information is. If there is a string that I want to print to the screen, the string might be held in the data segment. |  | | This speeds up access to the piece of code that you are running and all nearby code that might be called or referenced. |
|
http://www.wam.umd.edu/~minsler/tutorial.html
|
|
| Â Â |
| Â | FCS3.0 |
 | | For computer systemsthat support UNICODE, implementors will be able to present axislabels and other appropriate text strings in the language of thecountry in which the flow cytometry data are being collected. |  | | The next byte offset (bytes 18 -25) is that for the end of the primary TEXT segment. |  | | The CRC word is computed for the part of eachdata set beginning with the first byte of the HEADER segment andending with the last byte of the final segment of the data set(which could be a TEXT, DATA, ANALYSIS or OTHER segment). |
|
http://greenhorn.stc.cmu.edu/FCSAPI/FCS3.html
|
|
| Â Â |
| Â | CL Research Experiments in TREC-10 Question Answering.wpd |
 | | Section 7 describes anticipated next steps for improving the question-answering capability and for using XML-tagged documents in other applications such as information extraction, text summarization, novelty studies, and investigation of linguistic phenomena. |  | | We were unable to complete the planned revision of our system based on a fuller discourse analysis of the texts. |  | | At the next level, each document may be represented as a set of sentences, each of which may then be subdivided into sentence segments or clauses (elementary discourse units), which are then broken down into traditional parse trees, ending in leaf nodes corresponding to the words in the sentences. |
|
http://www.clres.com/trec11.html
|
|
| Â Â |
| Â | Managing Segment Zero -- Andrew S. Grove full-text article |
 | | The Segment Zero phenomenon is not just a computing phenomenon, nor just an Intel phenomenon. |  | | What was missing from our model was the market for computers costing less than $1,000. |  | | Yet, as part of our segmentation strategy, we broke our reliance on the Pentium processor brand for all segments of the market. |
|
http://www.pfdf.org/leaderbooks/l2l/winter99/grove.html
|
|
| Â Â |
| Â | Program loading |
 | | Although the example's file offsets and virtual addresses are congruent modulo the maximum page size for both text and data, up to four file pages hold impure text or data (depending on page size and file system block size). |  | | In the previous example, the region of the file holding the end of text and the beginning of data will be mapped twice: at one virtual address for text and at a different virtual address for data. |  | | As the system creates or augments a process image, it logically copies a file's segment to a virtual memory segment. |
|
http://docsrv.sco.com/SDK_cprog/OF_ProgLoad.html
|
|
| Â Â |
| Â | pdf::text::CText class Reference |
 | | a text segment is a string with the same formatting. |  | | in addition to string and formatting, it also store the position of the text string in the page. |
|
http://libpdfxx.sourceforge.net/doc/classpdf_1_1text_1_1CText.html
|
|
| Â Â |
| Â | Research in Support of Digital Libraries at Xerox PARC Part II: Technology |
 | | The system consists of three major components: (i) software for scanning documents and interpreting paper user interface forms as instructions (see below), (ii) a database for storing and archiving the document images and associated descriptions or auxiliary renderings, and (iii) a graphical user interface for retrieving and manipulating stored documents. |  | | Researchers at PARC have developed a variety of theoretical and computational tools for search over and retrieval from large collections of online documents (usually natural language texts, but increasing multimedia), as well as for helping the user understand and navigate the contents of the collections. |  | | The Document Image Summarization (DIMSUM) activity is developing methods for creating summaries of scanned documents without performing optical character recognition (OCR). |
|
http://www.dlib.org/dlib/june96/hearst/06hearst.html
|
|
| Â Â |
| Â | _TEXT Segment exceeds 64k |
 | | Question and Answer Database QNA :_TEXT Segment exceeds 64k Category :OWL Platform :Windows95 Product :BC++ 5.x Question: I wrote an OWL-Program and got the linker-message: "SEGMENT prgname_TEXT exceeds 64K". |  | | _TEXT Segment exceeds 64k - by Borland Developer Support Staff |  | | In other words, your PRGNAME.cpp source file is too big. |
|
http://community.borland.com/article/0,1410,16569,0.html
|
|
| Â Â |
| Â | Latent Semantic Analysis at CU |
 | | The system will compute a similarity score between -1 and 1 between each pair of texts. |  | | To compute the similarity of any number of text segment pairs, enter them into the edit field below. |  | | This interface allows you to compare the similarity of multiple texts within a particular LSA space. |
|
http://lsa.colorado.edu/cgi-bin/LSA-pairwise.html
|
|
| Â Â |
| Â | [Fink-devel] Re: Free text-segment list? |
 | | In a previous (unquoted) response, you suggested > that packaging up the base with some environment vars set would > take care of this automagically. |  | | I haven't stumbled upon the right > vars in the docs yet. |  | | We would basically have the build system do: 1. |
|
http://www.opendarwin.org/pipermail/darwinports/2003-May/001885.html
|
|
| Â Â |
| Â | UN/EDIFACT Message DMRDEF Release: 00A |
 | | In order to ensure proper identification of related DMRs, this segment shall identify, if existing, any parent and child DMRs one level above or below the current level. |  | | The reference segment shall identify all related parent and child DMRs one level above and one level below the current level. |  | | 0640 FTX, Free text A segment specifying the name and functional definition of a code value. |
|
http://www.unece.org/trade/untdid/d00a/trmd/dmrdef_c.htm
|
|
| Â Â |
| Â | Library Briefings |
 | | With a new software product called SFX (an acronym for "special effects"), Northwestern researchers can find the full text of articles that exist in University Library's electronic environment, regardless of where those articles are located. |  | | First-time users should create a login profile that can be used for the first access as well as subsequent sessions. |  | | SFX software, through a technology known as OpenURL, allows the Northwestern researcher to search within one database, retrieve a relevant article citation, and then, if there is no full text available in that database, link across to another database or provider of the full text by clicking on "Find it @ NU." |
|
http://www.library.northwestern.edu/librarybriefings/
|
|
| Â Â |
| Â | current-users: _softdep_reinitialize referenced from text segment |
 | | Following patch solved the problem, should it be used? |  | | I got link editor error: "ffs_vfsops.o: Undefined symbol `_softdep_reinitialize' referenced from text segment" when I tried to compile kernel without SOFTDEP option. |
|
http://mail-index.netbsd.org/current-users/2001/09/16/0003.html
|
|
| Â Â |
| Â | Amol Kumar Lad - Reserving some memory in .text segment |
 | | My.text segment for vmlinux starts at 0x80040000 and ends at 0x8010ffff 64K of memory region from 0x80060000 is reserved memory, I do not want linker to generate any address of.text in this address range. |  | | I tried using MEMORY command like MEMORY { rom (!w!x) : ORIGIN = 0x80060000, LENGTH = 64K }.text 0x80040000 : { *(.text) } = 0 but still ld is using address range 0x80060000 (+64K) for.text. |  | | Amol Kumar Lad - Reserving some memory in.text segment |
|
http://www.cygwin.com/ml/binutils/2002-11/msg00533.html
|
|
| Â Â |
| Â | SEGMENT ARRIVES |
 | | If the state is CLOSED (i.e., TCB does not exist) then all data in the incoming segment is discarded. |  | | Segments with higher begining sequence numbers may be held for later processing. |  | | An incoming segment containing a RST is discarded. |
|
http://www.freesoft.org/CIE/RFC/793/34.htm
|
|
| Â Â |
| Â | Possible solution: parsing a larger text segment.Response on project: OpenNTF Mail Template |
 | | Possible solution: parsing a larger text segment.Response on project: OpenNTF Mail Template |  | | Multi language application - eksempel - staff database |  | | Since the inStr function in Lotusscript only searches left-to-right, if we start with a larger text block, it is possible to pick up the *previous* source ID from the forwarded message. |
|
http://www.openntf.org/Projects/pmt.nsf/66d9103768cc2fed85256c59006b5433/f56a0e3c8f08acf988256cb700525eb5!OpenDocument
|
|
| Â Â |
| Â | Information on text segment |
 | | From The Free On-line Dictionary of Computing (27 SEP 03) : |  | | [ W E B K N O W L E D G E O N L I N E :: text segment ] |
|
http://www.wkonline.com/d/text_segment.html
|
|
| Â Â |
| Â | Text Segment Directives |
 | | Define id to be a program section label. |  | | There are two directives associated with the text segment. |  | | The symbolic name used in the description of the operation identifies the type of the operand. |
|
http://www.npaci.edu/MTA/tera-doc/assembler/html/Text_Segment_Directives.html
|
|
| Â Â |
| Â | Re: Start address for text segment in a.out-files? |
 | | > Date: Wed, 27 Sep 2000 10:54:03 +0200 > From: Orjan Friberg > To me, it seems resonable that gdb should be able to decide the start > address of the text segment by looking at the entry point from the aout > header, and adjusting its address to the nearest lower page boundary. |  | | Re: Start address for text segment in a.out-files? |  | | Subject : Re: Start address for text segment in a.out-files? |
|
http://sources.redhat.com/ml/gdb-patches/2000-09/msg00218.html
|
|
| Â Â |
| Â | Re: finding text-segment in a HTTP::Element tree |
 | | See HTML::Element for a definition of text-segment > and what code have you tried so far? |  | | HTML Element, my mistake > HTML::Element has a look_down method. |  | | yes > What exactly are you trying to do, See my post : call a sub for each text-segment, taking the segment as a parameter. |
|
http://www.usenet.com/newsgroups/comp.lang.perl.misc/msg06621.html
|
|
| Â Â |
| Â | dBforums - finding text-segment in a HTTP::Element tree |
 | | text segments into HTML::Element objects and allows direct access to |  | | Text segments are accessible through the object's 'text' attribute |  | | Don't know how I can explain look_down() any better than it already is |
|
http://www.dbforums.com/t950429.html
|
|
| Â Â |
| Â | text segment |
 | | Previous: Text Reckoning And Compiling Next: Text To Speech |
|
http://www.innovate.brighton.ac.uk/burks/foldoc/88/116.htm
|
|
| Â Â |
| Â | [netbsd,02506] Undefined symbol `_pw_scan' referenced from text segment |
 | | ¤È¤«¤Ë¤Ê¤Ã¤Æ¡¢make build¤¬¤Ç¤¤Þ¤»¤ó¡£ ¤³¤ì¤Ë¤è¤Ã¤Æ¡¢ pwd_mkdb¤â cc -o pwd_mkdb pwd_mkdb.o getpwent.o -lutil pwd_mkdb.o: Undefined symbol `_pw_scan' referenced from text segment /usr/lib/libutil.so.5.0: Undefined symbol `_pw_scan' referenced *** Error code 1 Stop. |  | | ¤Ï¤é¤ª¤«¤Ç¤´¤¶¤¤¤Þ¤¹¡£ NetBSD/sparc¤Çmake build¤¹¤ë¤È¡¢ cc -o chpass chpass.o edit.o field.o pw_yp.o table.o util.o getpwent.o -lrpcsvc -lutil chpass.o: Undefined symbol `_pw_scan' referenced from text segment edit.o: Undefined symbol `_pw_scan' referenced from text segment /usr/lib/libutil.so.5.0: Undefined symbol `_pw_scan' referenced *** Error code 1 Stop. |  | | [netbsd,02506] Undefined symbol `_pw_scan' referenced from text segment |
|
http://www.unixmagic.org/ml/netbsd/199808/msg00249.html
|
|
| Â Â |
| Â | [No title] |
 | | // // mips_mem: A dual-ported virtual word-addressed memory with 5 segments. |  | | Within each port, module mips_mem(addr1,data_in1,data_out1,we1,excpt1,allow_kernel1,kernel1, addr2,data_in2,data_out2,we2,excpt2,allow_kernel2,kernel2); // Boundaries and lengths of each segment // Note that '_top' addresses off by one; the actual top is one less // than the values below. |
|
http://www.ece.cmu.edu/~sbenson/mips_mem.v
|
|
| Â Â |
| Â | Words-to-Go: In the Spammer's Lair - a Whatis.com definition |
 | | hash buster - program that generates a string of text for insertion in a spam message so that, to a spam filter, the e-mail appears to be a different message each time it is sent. |  | | The messages, which may be text, HTML, or rich media, look like Web-based ads rather than typical e-mail messages. |  | | Joe job - an e-mail spoofing exploit, often carried out as an act of revenge, in which someone sends out huge volumes of spam that appear to be from someone other than the actual source. |
|
http://whatis.techtarget.com/definition/0,,sid9_gci931605,00.html
|
|
| Â Â |
| Â | Hawaii County Code - Building text segment a |
 | | Hawaii County Code - Building text segment a |  | | Any tube or conduit wherein the pressure of the air exceeds one pound per square inch. |
|
http://www.hawaii-county.com/countycode/haw05txa.html
|
|
|