This set of functions overloads horzcat([]), plus(+), and minus(-) for char types.
Using the builtin functions: ['a',98,'c'] -> 'abc' 'x'+1 -> 121 'x'-1 -> 119
Using the overloaded functions:
Advertisement
Cara-Pic v1.0 is an easy-to-use and completely customizable photo carousel with support for special effects, a variety of frame styles and includes a number of extra photo backdrops (backgrounds). Cara-Pic v1.0 provides an easy and convenient way...
pb is a toggle(on/off)button that is derived from TPanel so it can take other controls placed on it such as picture components etc. It also gives choice of color,border,and border width.It has been tested on delphi1,4 & 6. Source and demo...
Banana limits string objects to 640k so sending a large file requires to break it into many small chunks. Twisted provide a helper class to do this: twisted.spread.pb.FilePager. I modified on recipe 457670: "How to use twisted pb pager"...
It is a matlab function that codes a string of char with Arithmetic coding.
res=arithmetic_code(alphabet, distr_pr, string)
'alphabet' is a vector that contains the char used in the string 'string'; 'string' is the string to...
PHPBB3 Armory World of Warcraft Tooltip is a New BBCodes to link World of Warcraft data Direct from Oficial Armory website [wow]Item Name[/wow] for items [char=Realmname]Charname[/char] for characters.
PB-Tweet allow you to easily display your latest tweet in an easily customizable banner at the top of your website, enabling you to connect your visitors to more of your web-presence.
PB-Tweet works in all browsers, and can be...
Using automated programs called spiders, spammers collect the email addresses from the websites and sell it to junk mailers. To avoid this problem, we can use the applet pb Mail o Matic. While using this applet, the spammers cannot recognize the...
Displays ASCII table dialog with Char, Dec, and Hex values of each character in addition to some notes. The user can select one or more characters and the final result will be returned as a character set and as a string.
A parser for a Fixed format, and char separated data files.
Given a string of chars and a length, returns permutations of the specified length using the char string given in order. For example, given a string of "01" and a length of 3 returns 000, 001, 010, 011 ... 111
This code enable decimal base conversion according map length and a different char set.
Example:
map = ['0','1'] base 2 10 -> 1010 map = ['a','b'] base 2 10 -> baba map =...
Qoute string converting each char to hex repr and back
Code to call a Windows Dll """void FAR PASCAL hllapi(int FAR *, char FAR *, int FAR *, int FAR *)""" with ctypes (trivial) and calldll (a nightmare).
One liner code to shift each char of a string by some passed value very simple encryption :) added version 2 fixing following bugs: 1. Capital chars are shifted correctly. 2. Only alpha numeric chars are shifted. 3. No...
It calculate the arithmetic code of a string of char, subject to an alphabet "A" and a probability distribution "P". http://en.wikipedia.org/wiki/Arithmetic_coding
str2doubleq is equivalent to the Matlab built-in str2double function that converts char or cellstr array to appropriate double arrays. The drawback of built-in str2double is that it becomes very slow when the dataset becomes larger.
Derives number of dimensions (variables) of given function (class - inline , symbolic or char) then tries to find a set of coordinates that function has simple relations between variables or finds the coordinates that function has...
cara menentukan interpolasi linier dengan matlab how to determine the linear interpolation with matlab
Could be useful for the Matlab fundamentalists who want to write their email address as a vector which can be read by the function char(cumsum(vector)). It is a very simple script.
It is not an original idea but I have first seen... |