Main > Free Download Search >

Free logical script

logical

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 16
CaLogic, The Logical Web Calendar 1.2.2

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
Added: 2003-07-19 License: GPL Price: 0.00
14 downloads
 
Other version of CaLogic, The Logical Web Calendar
License:GPL
Download
2292 downloads
Added: 2003-07-19
Softcomplex CMS 1.0

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
Added: 2006-02-20 License: Other Price: $0.00USD
13 downloads
 
Other version of Softcomplex CMS
Softcomplex CMShierarchy 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
Price: FreeAdditionalInfoFreewithfootnote.Footnoteremovallicenseisavailableatthefee.
License:Other Free / Open Source License
Download
1354 downloads
Added: 2006-02-20
matlab mep

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

<<less
Added: 2007-10-15 License: Freeware Price: Freeware
16 downloads
phpWheelForm 1.0

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
Added: 2004-12-07 License: Price: 0.00 Price: 0.00
13 downloads
 
Other version of phpWheelForm
phpWheelFormbridenis - Builder mission is to make logical scheme of HTML form elements while PHP class generate a HTML form and collect the data se. This project include a two components
License:Not Specified
Download
1783 downloads
Added: 2004-12-07
FireMail for .NET 1.0

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
Added: 2007-12-24 License: Commercial Price: $0.00USD
11 downloads
Elevator by Cool Focus 2.51

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
Added: 2003-02-24 License: Free Non-Commercial Price: 28.00GBP
14 downloads
 
Other version of Elevator by Cool Focus
Elevator by Cool FocusSeparators 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
Price: £28.00
License:Free for non-commercial use
Download
2439 downloads
Added: 2003-02-24
C Programming - Operators

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
Added: 2006-05-30 License: Freeware Price: Free
1257 downloads
Email Parser 1.0.0

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
Added: 2007-01-14 License: GPL Price: $0.00USD
18 downloads
m3|KB Knowledgebase Professional Document Manager 1.0

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
Added: 2004-03-18 License: Commercial Price: $0.00USD
13 downloads
Flat File Database Manager 1.0

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
Added: 2007-09-19 License: GPL Price: $0.00USD
18 downloads
PERMPOS

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
<<less
Added: 2007-10-15 License: Freeware Price: Freeware
12 downloads
What is .NET assembly? 1.0.0

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
Added: 2007-06-07 License: Freeware Price: $0.00USD
12 downloads
 
Other version of What is .NET assembly
What is .NET assembly?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
License:Freeware
Download
870 downloads
Added: 2007-06-07
Bit::ShiftReg

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
Added: 2007-06-25 License: Other Free / Open Source License Price: OtherFreeOpenSourceLicense
11 downloads
AiD Forum -x 1.5

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
Added: 2008-04-13 License: Freeware Price: $0.00USD
10 downloads
Javascript BibTeX Parser 0.1.2

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 :

  1. Parse BibTex into a logical data javascript data structure.
  2. Output parsed BibTex entries as HTML, RTF, or BibTex.
<<less
Added: 2009-01-09 License: GPL Price: GPL
10 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 2
  • 1
  • 2