Advertising
advertising
related pastes to tag 'text'
- 2060710 - big text script mirc: mirc script big text omgbig
-
- alias omgbig {
- if ($bigtext.unsupp($1-)) {
- echo -ac info * Characters not supported by Big Text present in your message: $bigtext.unsupp($1-)
- return
- }
- var %lia, %lib, %lic, %lid, %lie, %i 1, %text $strip($1-, bur), %colregex /^(\d\d?(?:,\d\d?)?)/
- var %regex = /(?<= $+ $chr(3) $+ [0-9]| $+ $chr(3) $+ [0-9][0-9]) $+ $chr(44) $+ \d\d?/g, %res, %dummy = $regsub(%text, %regex, $null, %text)
- 1715135 - strchr() text file lines in C: c text strchr lines
-
- /* null-terminate file lines in a single dynamically allocated memory
- * buffer via pointer arithmetic and standard C library calls..
- *
- * compiles with gcc -Wall -ansi -pedantic strchrlines.c
- *
- * Updated: $Date: 2009/12/14 19:53:30 $ $Author: duper $
- */
- 1462943 - elixir full text search engine p: text full sqlalchemy elixir indexer
-
- """
- A full text indexer for elixir objects
- """
- from __future__ import with_statement
- from datetime import datetime
- from elixir import Entity, Field, OneToMany, ManyToOne
- from elixir import Unicode, Integer, DateTime
- from elixir import using_options, using_table_options
- 1462937 - elixir full text search engine p: text full sqlalchemy elixir indexer
-
- """
- A full text indexer for elixir objects
- """
- from __future__ import with_statement
- from datetime import datetime
- from elixir import Entity, Field, OneToMany, ManyToOne
- from elixir import Unicode, Integer, DateTime
- from elixir import using_options, using_table_options
- 1442274 - gnu_d: script bash text format voice awk espeak hms hhmmss
-
- txt="`echo "$txt" | awk -F':' '{
- if($1!="") printf("%s", $1 " hour ");
- if($2!="") printf("%s", $2 " minute ");
- if($3!="") printf("%s", $3 " seconds");
- }'`";
- }
- 1297005 - big text script mirc: mirc script big text omgbig
-
- alias omgbig {
- if ($bigtext.unsupp($1-)) {
- echo -ac info * Characters not supported by Big Text present in your message: $bigtext.unsupp($1-)
- return
- }
- var %lia, %lib, %lic, %lid, %lie, %i 1, %text $strip($1-, bur), %colregex /^(\d\d?(?:,\d\d?)?)/
- var %regex = /(?<= $+ $chr(3) $+ [0-9]| $+ $chr(3) $+ [0-9][0-9]) $+ $chr(44) $+ \d\d?/g, %res, %dummy = $regsub(%text, %regex, $null, %text)
- 994255 - Big Text Script - EcKstasy big text eckstasy
- preview unavailable
- 963911 - srt text srt softsubs
- preview unavailable
- 960243 - big text: mirc irc script big text
-
- /big {
- if ($1- == $null) { echo 4 Use : /big texto | halt }
- set %len $len($1-)
- set %tmp 1
- :ini
- if (%tmp <= %len) {
- var %char = $asc($upper($mid($1-,%tmp,1)))
- %line1 = %line1 $+ $readini $mircdir\big.ini %char n1
- 960242 - big text: mirc irc script big text
-
- ADD TO ALIASES:
- /big {
- if ($1- == $null) { echo 4 Use : /big texto | halt }
- set %len $len($1-)
- set %tmp 1
- :ini
- if (%tmp <= %len) {
- 960240 - big text: mirc irc script big text
-
- /big {
- if ($1- == $null) { echo 4 Use : /big texto | halt }
- set %len $len($1-)
- set %tmp 1
- :ini
- if (%tmp <= %len) {
- var %char = $asc($upper($mid($1-,%tmp,1)))
- %line1 = %line1 $+ $readini $mircdir\big.ini %char n1
- 829313 - Rainbow Text: text color type
-
- on *:INPUT:#: {
- if (%colortype == $null) && ($mid($1,1,1) != /) { /echo -a 2Please specify a color type by typing /ctype light or /ctype dark. You may also right click this window and select it in Rainbow Text->Options->Color Type. | /halt }
- if (%colorbold == $null) && ($mid($1,1,1) != /) { /echo -a 2Please specify bold by typing /cbold on or /cbold off. You may also right click this window and select it in Rainbow Text->Options->Bold. | /halt }
- if (%color == on) && ($mid($1,1,1) != /) {
- /set %color.words $strip($1-)
- /set %color.wcounter 0
- if (%colorbold == on) { /set %color.final 0,1 }
- if (%colorbold == off) { /set %color.final 0,1 }
- 725674 - Roberto Chiaveri (rrobe) miranda text random display characters 0.7 unreadable unicode
- preview unavailable
- 725673 - Roberto Chiaveri (rrobe) miranda text random display characters 0.7 unreadable unicode
- preview unavailable
- 720844 - KNGIHT77: text a creating field
-
- //creating a text field
- var external_txt:TextField = new TextField();
- //loading external txt file
- var externalReq:URLRequest = new URLRequest("ext.txt");
- var externalLoad:URLLoader = new URLLoader();
- externalLoad.load(externalReq);
- externalLoad.addEventListener(Event.COMPLETE, textReady);
- 701205 - Jabberwocky: text poem filler poetry classic texts
-
- 'Twas brillig, and the slithy toves
- Did gyre and gimble in the wabe;
- All mimsy were the borogoves,
- And the mome raths outgrabe.
- "Beware the Jabberwock, my son!
- The jaws that bite, the claws that catch!
- Beware the Jubjub bird, and shun
- 631046 - Text_draw sa-mp text draw scripting
- preview unavailable
- 624355 - Big text: big text
-
- alias mt {
- if ($bigtext.unsupp($1-)) {
- echo -ac info * Characters not supported by Big Text present in your message: $bigtext.unsupp($1-)
- return
- }
- var %lia, %lib, %lic, %lid, %lie, %i 1, %text $strip($1-, bur), %colregex /^(\d\d?(?:,\d\d?)?)/
- var %regex = /(?<= $+ $chr(3) $+ [0-9]| $+ $chr(3) $+ [0-9][0-9]) $+ $chr(44) $+ \d\d?/g, %res, %dummy = $regsub(%text, %regex, $null, %text)