Filehost.ro - gazduire fisiere
Forum Romania Inedit
Romania Inedit - Resursa ta de Fun
Nou pe simpatie:
mony25172 la Simpatie.ro
Femeie
24 ani
Suceava
cauta Barbat
30 - 44 ani
Forum Romania IneditReguliInregistrareLoginPozeNu sunteti logat. Lista Forumurilor Pe Tematici
Forum Romania Inedit / Funny /

curiozitate in WORD !!!

Pagini: 1 Moderat de gabiandreicristian, maharet
#1
FLOoo
Membru Gold
Deschideti un nou document in Word si scrieti asa
"=rand(200,90)" (fara ghilimele), press enter.
Microsoft e gata sa plateasca milioane pentru cel care poate oferi explicatia
Astept pareri !!


_______________________________________
jesus love's U

 
   
#2
makiaveli
Membru Senior
Din: Lumea Larga
o gluma de-a programatorilor..zic eu....


_______________________________________
If somebody can change the world, don't expect me to do it!!




 
   
#3
silviu7003
MEMBRU VIP
Din: ...OMERTA
stiam faza ....dar nu stiu explicatia !!!!!!

_______________________________________
"Timpul nu ne schimba. Doar ne dezvaluie." Max Fisher
" Pune un hotar, Stapane, nenorocirii noastre! Ajunga Sfintiei tale atata jertfa!Ajunga atata risipa, atata jaf la vulturi, din mana bietei tari si din carnea noastra!"

 
   
#4
MCBohemian
Membru Senior
Din: Wales
wtf!

_______________________________________
'You Know me?....

Yes?....For Real?That's Nice!

Well.....

I'm not that guy....'

 
   
#5
DarK Shadow
Moderator
nici eu nu-mi explic...

_______________________________________
Celebrity69

 
   
#6
80Inanna
Moderator
Din: Mitologie
Unde se plateste premiul ?
IL REVENDIC !


_______________________________________
Verificati toate linkurile înainte de a descărca!  UNELE sunt expirate.
Cataloage FILME românești și TEATRU românesc.
Eu pot descărca de pe: mediafire, zippyshare, uptobox, mega.
NU pot descărca de pe: depositfiles, uploaded, turbobit, letitbit.

 
   
#7
Silver_Angel
Veteran
Din: Heaven of Darkness


_______________________________________
every moment is another chance!

 
   
#8
Eminem_marshal
Membru Gold
Din: 8 Mile
misto chestie

_______________________________________
Veni, vidi, vici! Julius Cezar
Am venit, am vazut, am cucerit!

 
   
#9
Alexandru90
VETERAN
Din: ntr-un loc anume.....
ne zice si noua 80Inanna care e faza?!?!?!

_______________________________________
nimeni nu e prost!!!......doar ca nu toata lumea-i desteapta.......

 
   
#10
EncantadoR
MEMBRU VIP
Programatorii Word-ului original (cel care a stat la baza actualului WORD - Word 1.0 achizitionat de Microsoft) au creat functia "=rand(X)" pentru a crea rapid un document cu X paragrafe - cand inca dezvoltau softul - pentru a-i ajuta la testari. ca, de, erau prea destepti sa stea sa culeaga 200 de pagini!!!

Asta este explicatia!!!

primul parametru reprezinta nr de paragrafe iar al doilea reprezinta nr de propozitii din fiecare paragraf

hai cu banii shi zicetzi unde ne intalnim k fac cinste la tot forumul


_______________________________________






 
   
#11
SoDMaster
Admin
Din: Europe
The rand “virusâ€Â: or how to insert dummy text into a document

Article contributed by Suzanne Barnhill

Like jokes, urban legends, and virus hoaxes, tips about Word’s little-used or undocumented features periodically makes their way around the Internet, occasioning a wave of postings in Word newsgroups. One of these is =rand(), which is sometimes represented as an Easter egg, sometimes feared as a possible virus. It is neither. It is a Word function (undocumented in the online Help but documented in the Microsoft Knowledge Base) that can be useful in certain circumstances.

The rand function
The Microsoft Knowledge Base article How to Insert Sample Text into a Document in Word [212251] explains the use and syntax of the function:

Microsoft Word allows you to quickly insert sample text into a document. To do this, type =rand() in the document where you want the text to appear, and then press ENTER.

The inserted text is that hardy perennial: “The quick brown fox jumps over the lazy dog,†which contains every letter in the English alphabet.

By default, the sample text contains three paragraphs, each containing five sentences. You can control how many paragraphs and sentences appear by adding numbers inside the parentheses, for instance:

=rand(3,4)

The first number is the number of paragraphs, and the second the number of sentences per paragraph. If you omit the second number, you get five sentences in each paragraph. So, for example:

=rand(3,4)

inserts three, four-sentence paragraphs, while:

=rand(10)

inserts ten, five-sentence paragraphs.

The maximum number for either parameter is 200 and may be lower depending on the number of paragraphs and sentences specified. For instance, if you specify 200 paragraphs, then the maximum number of sentences per paragraph you can specify is 99:

=rand(200, 99)

If you specify 200 sentences per paragraph, then the maximum number of paragraphs you can specify is 99.

Admittedly, this function serves a useful purpose for filling a page when you’re designing a template and want to see how it will look with text in it. It’s also easy to see how users can be alarmed and fear this is a virus when someone suggests they try “=rand(200,99),†which quickly blows up into a giant document! (Incidentally, part of the instructions in some versions is to “Make sure there is a space between = and rand and a space between rand and (200,99).†This actually makes no difference: the function works equally well with and without spaces.)

A better method of creating dummy text
Although the rand function is quick and easy, the text it produces is not very natural. All the paragraphs are the same length, and, because every sentence is the same, the lines will tend to break in the same places. The result is that some possible formatting problems may be masked. Another, more useful, possibility, therefore, is to use “Greek“ or “lorem ipsum†text.

Because this kind of dummy text is very commonly used by designers (because it gives a natural look without distracting content), you’ve probably seen examples of it. Microsoft even used it in the Microsoft TrueType Font Assistant (version 1.1) in Windows 3.x. According to the Microsoft Knowledge Base article: What ‘lorem ipsum dolor sit amet’ Means (Q114222):

The phrase “Lorem ipsum dolor sit amet†appears in Microsoft TrueType Font Assistant for each example of the fonts available. This phrase has the appearance of an intelligent Latin idiom. Actually, it’s nonsense .... It's used because the letters involved and the letter spacing in those combinations reveal at their best the weight, design, and other important features of the typeface.

“Although the phrase is nonsense,†the article continues, “it does have a long history.†If you’re curious about that history, follow the link above.

The Lorem ipsum text is also discussed at The Free Online Dictionary of Computing, which adds that: “The point of using this text, or some other text of incidental intelligibility, is that it has a more-or-less normal (for English and Latin, at least) distribution of ascenders, descenders, and word lengths, as opposed to just using ‘abc 123 abc 123’, ‘Content here content here’, or the like.â€Â

If you want to use the text, here’s how:

1.
A sample of “lorem ipsum†text is provided below. Copy it and paste it into a Word document.

2.
You may want to duplicate the text (to expand it) and edit it to create longer and shorter paragraphs, add some dummy headings, or the like. (The chunk I have saved is about a page long, which is a useful size; you can always truncate it as needed.) Needless to say, you can break the text anywhere – not just between sentences.

3.
To keep Word’s spelling checker from going crazy when you use this text, do it (and yourself) a favor by selecting the text and choosing “(no proofing)†as the language under Tools | Language | Set Language.

4.
To save the text as an AutoText entry, select it, press Alt+F3, and type in a name for your AutoText entry. (After some experimentation, I settled on “loremâ€Â; now whenever I type “lore†and press Enter, the text is inserted.)


Here’s the text:

Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.

Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla facilisi. Nam liber tempor cum soluta nobis eleifend option congue nihil imperdiet doming id quod mazim placerat facer possim assum.

One caveat about the above sample: it does not contain every letter in the English alphabet. If it is important for testing purposes that you include every letter, then you are better off with quick brown foxes.


_______________________________________
𝐒𝐓𝐀𝐑⭐ 𝐎𝐅 𝐖𝐄𝐄𝐊: https://www.instagram.com/wrfcars.ro/

 
   
#12
EncantadoR
MEMBRU VIP
adminul e admin domne .... cine shtie cunoashte face sod cinste =D

_______________________________________






 
   
#13
80Inanna
Moderator
Din: Mitologie
Ei, vedeti ca v-ati descurcat si fara mine ? 
http://www.google.com/search?hl=en& ... mp;spell=1


_______________________________________
Verificati toate linkurile înainte de a descărca!  UNELE sunt expirate.
Cataloage FILME românești și TEATRU românesc.
Eu pot descărca de pe: mediafire, zippyshare, uptobox, mega.
NU pot descărca de pe: depositfiles, uploaded, turbobit, letitbit.

 
   
#14
bobesman
Moderator


_______________________________________
Romania Live

http://romanialivewebcam.blogspot.com/

 
   
#15
Silver_Angel
Veteran
Din: Heaven of Darkness

EncantadoR a scris:

adminul e admin domne .... cine shtie cunoashte face sod cinste =D



_______________________________________
every moment is another chance!

 
   
#16
makiaveli
Membru Senior
Din: Lumea Larga
auzi Encantador dar daca e chestie de a programatorilor de la Word de ce scrie "rand" (care e in limba romana) si nu scrie line sau mai stiu si eu ce alte cuvinte??
explica asta nah.....


_______________________________________
If somebody can change the world, don't expect me to do it!!




 
   
#17
Obscenu
MEMBRU VIP
Din: CityofFallenAngels


_______________________________________
Acum cand apa ne desparte
Desfac pasii clatinati de clipe
Ce ne mangaiau simturi ispitite
De ceea ce ursitoarele numesc iubire




 
   
#18
80Inanna
Moderator
Din: Mitologie

makiaveli a scris:

daca e chestie de a programatorilor de la Word de ce scrie "rand" (care e in limba romana)

Nu scrie un "rând", ci paragrafe, deci nu este un cuvant romanesc, e o coincidenta.
Numele functiei este un acronim al "Reasonable and Non-Discriminatory", care genereaza textul pangram standard al Microsoft.

http://en.wikipedia.org/wiki/The_quick_ ... a_lazy_dog

Dupa cum se vede din linkul de mai sus, românii s-au crezut mai destepti traducand textul si de fapt s-au dovedit incompetenti, neintelegand ce este textul ala in realitate.

O alta ipoteza este ca traducatorii au fost platiti "la cuvant"


_______________________________________
Verificati toate linkurile înainte de a descărca!  UNELE sunt expirate.
Cataloage FILME românești și TEATRU românesc.
Eu pot descărca de pe: mediafire, zippyshare, uptobox, mega.
NU pot descărca de pe: depositfiles, uploaded, turbobit, letitbit.

 
   
#19
FLOoo
Membru Gold
asta este un site ptr premianti ????!!
da destepti mai sunteti fratilor !!!


_______________________________________
jesus love's U

 
   
#20
narcis78
MEMBRU VIP
Din: iasi


_______________________________________
"totul este relativ"

 
   
#21
Seth
Membru Gold
Din: Karnak
Faza era veche, si explicatia si mai si...

_______________________________________
"Si daca ma-nrolati in razboi, o sa ma declar inapt,
Caci nu vreau sa fiu erou, intr-o tara de C.A.C.A.T!!"


 
   
#22
Alexandru90
VETERAN
Din: ntr-un loc anume.....
Seth,sa inteleg ca explicatia e mai veche decat faza in sine?

_______________________________________
nimeni nu e prost!!!......doar ca nu toata lumea-i desteapta.......

 
   
Pagini: 1  
Mergi la