logical
CaLogic, The Logical Web Calendar 1.2.2
Features: Extremely flexible per user design, Innovative Configurable Layout, Repeating events of every kind, Event Categories, Reminders per E-Mail, Uses sendmail or SMTP, Multi Calendars per user, Contacts, Contact Groups, Year, Week, Month and Day more>> Features: Extremely flexible per user design, Innovative Configurable Layout, Repeating events of every kind, Event Categories, Reminders per E-Mail, Uses sendmail or SMTP, Multi Calendars per user, Contacts, Contact Groups, Year, Week, Month and Day Views, Printer Friendly Views, User Registration, Public View option, Demo Mode Option, extreemly easy to install, and much much more.<<less
Softcomplex CMS 1.0
Softcomplex CMS (SCMS) is the web application designed to simplify the static content management of the websites. The content is described in secure administrative interface as the hierarchy of folders, documents and includable text fragments mirroring more>> Softcomplex CMS (SCMS) is the web application designed to simplify the static content management of the websites. The content is described in secure administrative interface as the hierarchy of folders, documents and includable text fragments mirroring the logical and physical structure of the website. The documents are then generated according to the described rules and saved in the file system of the website. Using static files ensures best performance possible and best search engine rating.<<less
License:Other Free / Open Source License
matlab mep
mep creates epochs (0|1) in a logical array according to a list of indices (begin:end). more>> matlab mep is a program that helps with creating epochs (0|1) in a logical array according to a list of indices (begin:end).
Creates - completely vectorized - a logical array/vector with epochs/intervals set to according to a list of indices of the form:
begin = [b1 b2 ... bN]
end = [e1 e2 ... eN]
where s and s may overlap or be included within each other.
lvec=[b1:e1 b2:e2 ... bN:eN]
itself can be used to retrieve/assign values from a numerical construct, eg,
vec(1,2,lvec)=nan;
help mep
vix = mep(v,ixb,ixe)
vix = mep(v,[ixb;ixe])
to create epochs
returns in VIX a array with epochs set to
true: ixb(1)->ixe(1) ... ixb(N)->ixe(N)
false: otherwise
correctly handles epoch overlaps/inclusions/reversals
v: vector (to size VIX, is not changed)
ixb: list of indices BEGIN epoch
ixe: list of indices END epoch
% examples
z=zeros(1,10);
vix=mep(z(1,:),[1 5],[3 10]);
z(1,vix)=1
% 1 1 1 0 1 1 1 1 1 1
z=zeros(1,10);
vix=mep(z(1,:),[2 3 2 6 9],[2 3 4 7 10]);
z(1,vix)=1
% 0 1 1 1 0 1 1 0 1 1
z=----------;
vix=mep(z,[[1 3 6];[4 4 8]]);
z(vix)=
% - --
Requirements: MATLAB Release: R13
phpWheelForm 1.0
This project include a two components: a form scheme builder and PHP class. Builder mission is to make logical scheme of HTML form elements while PHP class generate a HTML form and collect the data sended on web server from end user then validate it in more>> This project include a two components: a form scheme builder and PHP class. Builder mission is to make logical scheme of HTML form elements while PHP class generate a HTML form and collect the data sended on web server from end user then validate it in accordance with that scheme and process it. Features: HTML form generating, data validating, data processing, friendliness.<<less
FireMail for .NET 1.0
FireMail for .NET is a highly efficient .NET component that allows developers to quickly add real-time e-mail capability to their server or client based applications. It integrates seamlessly with DynamicPDF for .NET allowing real-time PDF reports and more>> FireMail for .NET is a highly efficient .NET component that allows developers to quickly add real-time e-mail capability to their server or client based applications. It integrates seamlessly with DynamicPDF for .NET allowing real-time PDF reports and documents to be sent via e-mail without the need to create or manage temporary files. Both plain text and HTML message types are supported. HTML messages can contain alternate plain text as well as embedded images. FireMail for .NET was designed from the ground up with ease of use and performance in mind. The API focuses on presenting a logical object model that adheres to all common SMTP RFCs and follows sound object oriented programming techniques.<<less
Elevator by Cool Focus 2.51
Elevator is a powerful multi-level vertical menu. Items can be nested up to 8 levels deep, with each linking to its own URL and frame target. Two buttons at the top of the menu lead to the next lower level or to level 1. Separators can be placed anywhere more>> Elevator is a powerful multi-level vertical menu. Items can be nested up to 8 levels deep, with each linking to its own URL and frame target. Two buttons at the top of the menu lead to the next lower level or to level 1. Separators can be placed anywhere on the menu to create logical groups of entries. Mouse-tracking selector bars and dual lines can be added, removed or recolored individually, as can the scrolling arrows and vertical shaft lines. Sound effects are supported for 6 events.<<less
License:Free for non-commercial use
C Programming - Operators
In this tutorial you will learn about Operators, Arithmetic operators, Relational Operators, Logical Operators, Assignment Operators, Increments and Decrement Operators, Conditional Operators, Bitwise more>> In this tutorial you will learn about Operators, Arithmetic operators, Relational Operators, Logical Operators, Assignment Operators, Increments and Decrement Operators, Conditional Operators, Bitwise Operators and Special Operators.<<less
Email Parser 1.0.0
This class is designed to parse raw emails into logical parts including the header, content, to, from, subject, and file attachments. It also parses the various message types including HTML and Plain text messages. more>> This class is designed to parse raw emails into logical parts including the header, content, to, from, subject, and file attachments. It also parses the various message types including HTML and Plain text messages.<<less
m3|KB Knowledgebase Professional Document Manager 1.0
m3|KB Knowledgebase is a professional document manager by SolidPHP, Inc. which automates much of the publishing process for documentation and support information. m3|KB is very powerful knowledge base software that is very affordable. Every business from more>> m3|KB Knowledgebase is a professional document manager by SolidPHP, Inc. which automates much of the publishing process for documentation and support information. m3|KB is very powerful knowledge base software that is very affordable. Every business from web hosting companies to enterprise level corporations will find great value in using our knowledgebase software. m3|KB allows you to quickly and easily communicate your content in a very clean, logical and professional manner. Our key features: * Unlimited category levels/depths * Supports multiple websites * No per user/admin pricing * WYISWYG editor support * Attachment support * User ratings & comment features<<less
Flat File Database Manager 1.0
Flat File Database Manager will allow you to manage (update/delete/add) records in your flatfile database. Features include user defined delimiter (usually pipe, colon, or comma), customizable presentation of different data types. Following data types more>> Flat File Database Manager will allow you to manage (update/delete/add) records in your flatfile database. Features include user defined delimiter (usually pipe, colon, or comma), customizable presentation of different data types. Following data types supported: (List) - Rendered as list box or combo box; (String) - Rendered as regular input field; (Logical) - Rendered as check box; (Text) - Rendered as text area.<<less
PERMPOS
PERMPOS - all possible permutations of M values in N positions more>>
PERMPOS is a convenient mathematical tool which contains all possible permutations of M values in N positions. B = PERMPOS(M,N) where M and N are non-negative integers produces a logical (N!/M!(N-M)!)-by-N matrix in which each row contains a unique permation of M trues and (N-M) falses. Note that each column will hence contain (N-1) trues.
B = PERMPOS(V,N) where V is a vector of length M produces a matrix where each row a contains the values of V in preserved order, but uniquely permuted at the N columns. The remaining positions are zero.
Examples:
permpos(2,4) % ->
% 1 1 0 0
% 1 0 1 0
% 1 0 0 1
% 0 1 1 0
% 0 1 0 1
% 0 0 1 1
permpos([-4 9 3],4) % >
% -4 9 3 0
% -4 9 0 3
% -4 0 9 3
% 0 -4 9 3
See also NCHOOSEK, PERMS, RANDPERM, TRUE, FALSE and COMBN, ALLCOMB, BALLATSQ, NONES (Matlab File Exchange)
Requirements:
- MATLAB Release: R13
What is .NET assembly? 1.0.0
Assemblies are the building blocks of .NET Framework applications; they form the fundamental unit of deployment, version control, reuse, activation scoping, and security permissions. An assembly is a collection of types and resources that are built to more>> Assemblies are the building blocks of .NET Framework applications; they form the fundamental unit of deployment, version control, reuse, activation scoping, and security permissions. An assembly is a collection of types and resources that are built to work together and form a logical unit of functionality. An assembly provides the common language runtime with the information it needs to be aware of type implementations. To the runtime, a type does not exist outside the context of an assembly.<<less
Bit::ShiftReg
Bit::ShiftReg module implements rotate left, rotate right, arithmetic shift left and logical shift right operations with carry flag for all C integer types. more>> <<less
AiD Forum -x 1.5
Very easy setup. No SQL. Uses a logical, simple flatfile system. User-user mail. Guest view and/or post, or visitors view only or registered users only. Email notification, stickies, banning, languages, skins, search (posts and members). Secure admin more>> Very easy setup. No SQL. Uses a logical, simple flatfile system. User-user mail. Guest view and/or post, or visitors view only or registered users only. Email notification, stickies, banning, languages, skins, search (posts and members). Secure admin access with full editing options. Full user profile editing. Last post, view last, number of posts, number of views... etc. Most of the usual forum features. Check it out.<<less
Javascript BibTeX Parser 0.1.2
This is a pure JavaScript BibTeX parser class. more>> Javascript BibTeX Parser 0.1.2 is designed to be a pure JavaScript BibTeX parser class. BibTeX is a text-based file format for listing bibliographical references.
Major Features :
- Parse BibTex into a logical data javascript data structure.
- Output parsed BibTex entries as HTML, RTF, or BibTex.
- Page: 1 of 2
- 1
- 2