Sponsored White Papers, Webcasts, and Downloads
TechRepublic Resources
- Simple Solver (exe)
- Simple Solver provides four separate functions: Synthesis, Boolean, Permutation, and Random Number. The Synthesis function performs automatic design and simulation of digital logic circuits from truth table or waveform inputs for all circuit types: Combinational, Sequential, Synchronous and Asynchronous. The Boolean function provides minimization and truth tables for one or...
- Tags: Function, Random Number, David Baldwin, Synthesis Function, Boolean Function, Boolean Operator Format, Random Number Function
- Software downloads 2008-07-01
Additional Resources
- Learn Oracle: Datatypes for SQL and PL/SQL, Boolean and Large Objects (LOB)
- Use the article index for more articles on this subject.BOOLEANABOOLEAN datatype is a native PL/SQL type that lets you signify a TRUEor FALSE condition. A BOOLEAN is NULL until explicitly assigned avalue. A BOOLEAN is assigned like other variables:DECLARE v_bool BOOLEAN; v_bool2 BOOLEAN := TRUE; ...
- Tags: subject.BOOLEANA BOOLEAN, Oracle Corp., PL/SQL, SQL
- Blog posts 2006-08-29
- VB Code
- 1. I want VB source code to disable/enable popup blocker from the registry that allows all the popups.2. I also need VB code to configure LAN [i.e to given the ip, subnetmask, gateway and DNS] automatically in win98/win2000/winxp and all other OS in registryIs this what...
- Tags: Boolean, ByVal Hkey, Microsoft Visual Basic, programming, tech_fyi@...
- Q&A 2006-01-22
- Mesh Booleans for AutoCAD (exe)
- Mesh Booleans for AutoCAD is a mesh boolean modeling plug-in for AutoCAD. Mesh Booleans for AutoCAD gives AutoCAD the ability to perform boolean operations between PolyFace Meshes, Polygon Meshes and 3D Solids or a combination of all. You can union, subtract or intersect two meshes, two solids or a mesh...
- Tags: AutoCAD, Research & Development, Business Operations
- Software downloads 2006-09-22
- Karnaugh Analyzer (zip)
- Karnaugh Analyzer is a light and fast program that can analyze Karnaugh Map and not only this. You can input your data in many form (Karnaugh Map, True Table, Function form - Boolean algebra) and you can take the function in sum of product SOP or in product of sum...
- Tags: Function, Light, Karnaugh Analyzer
- Software downloads 2007-03-29
- Choosing an efficient design for Boolean column values in Oracle
- When designing a database table structure, it's important to choose an efficient strategy for storing a logical Boolean that you can use in many programming environments. This downloadable Oracle tip shows you how to design a database table structure in Oracle that will accept Boolean datatypes in Java Database Connectivity...
- Tags: TechRepublic Inc., Oracle Corp., JDBC, Databases, Storage, Java, Enterprise Software, Software, Data Management, Hardware, Programming Languages, Software Development, Software/Web Development
- Download resources 2005-06-08
- Define NULL
- since it came up in a discussion about sql.I figured I would ask here.what is the definition of NULL in sql,c, c++,java,perl,python.and from where do you get this definition?the discussion I'm pulling this querstion from:In SQL, NULL means "unknown value". How could you assert that two NULLs are equal?which doesn't...
- Tags: Define NULL, Jaqui, NULL value, programming, SQL, Value at Risk
- Q&A 2005-01-24
- Code runs but doesn't save the file
- I have a file which opens in one directory and when closed the user is presented with a different directory to save in.The code attached lets me present the user with the proper name, allows you to click all of the right buttons but doesn't save the file.if I click...
- Tags: rroylance@..., Dim sQ, sFileName
- Discussion threads 2007-07-25
- How to check for open Access objects
- VBA code that refers to an open Access object will fail if the object isn't open. With good error handling you can capture the error and work around it. A better solution is to make sure the object is open before you reference it. That way you avoid the error...
- Tags: Microsoft Access, Object, Microsoft Office, Databases, Office Suites, Software, Enterprise Software, Data Management, Susan Harkins
- Blog posts 2007-12-24
- The Next Generation of Static Analysis: Boolean Satisfiability and Path Simulation - A Perfect Match
- Static analysis offers the ability to find bugs before software is run, improving code quality and dramatically accelerating the availability of new applications. But excessive false-positive results are the main reason why many source code analysis products quickly become shelfware after a few uses. Now, a groundbreaking new use of...
- Tags: Coverity, Analysis
- White papers 2008-02-01
- How to check if a File Exists
- Hello, I am just starting to get into VBA and have come across the need to write some VB code that checks for a file and then needs to delete that file. I have been reading up on FSO but I must be missing something as I can not...
- Tags: POSTER, End Function, String, Try This
- Q&A 2005-06-01
- Six MySQL/PHP functions to streamline development
- Code reuse is one of the keys to increasing developer productivity. This article looks at several handy functions you can use to save time when building applications using PHP and MySQL.Time is your most precious commodity, and you definitely don't need to waste it on implementing repetitive tasks. One way...
- Tags: OPEN SOURCE, Databases, Sanders Kaufman, Jr., MySQL, fnDatabaseExists, server, database
- Technical articles 2002-07-02
- Batch file in VB
- I want to execute a batch file from vb.next line shld execute only after completing the execution of batch file.Can somebody help meYou use the Shell object to run the batch file with the bWaitOnReturn value set to True. The next line won't execute until the batch file exits.This vbscript...
- Tags: ammamukesh@..., Cmd, Long Dim iTask, Microsoft Visual Basic, programming, Shell
- Q&A 2005-11-30
- Determine class type with these 10 PHP variable testing functions
- Unlike many of its counterparts, PHP is not a strictly typedlanguage. Essentially, this means that a developer doesn't need to explicitlyset the type (number, string, Boolean) of a variable before using it. Instead,the PHP interpreter automatically detects variable type based on theinformation stored within a variable.While this makes programming in...
- Tags: Boolean, Contributor Melonfire, PHP
- Technical articles 2006-07-28
- RegCool (exe)
- RegCool is a registry editor for windows. The Tool comes with a Explorer like surface, left appears a hierarchical tree structure with the Registry codes, in the right window takes place the representation of the individual values. A search function with boolean values helps localizing certain nodes and values. The...
- Tags: Window, KurtZimmermann, RegCool, Construction, Search
- Software downloads 2008-09-16
- Your brain: Search engine, or calculator?
- Boolean vs BaysianThe "search engine" model seems somewhat more like some social mechanism whereas boolean thought which I find is actually often twisted with coloring from experience that may not even be recognized at the time is more "autistic".To me this is clear, perhaps because of recently diagnosed Asperger's -...
- Tags: computer, Dianetics, Dilbert-Tom, it management, L. Ron Hubbard, search engine, thought
- Discussion threads 2005-07-01
- XPCalc (exe)
- XPCalc is a floating-point calculator program with the following features: extra precision to millions of decimal places; uses fast hartley transform to speed-up long multiplies; separate input and output notation, base 2 to base 36; efficient transcendental functions; hyperbolic functions--greatest common divisor function; modulo arithmetic options; boolean functions. All of...
- Tags: Function, XPCalc
- Software downloads 2007-11-15
- Multiple appln instance & Global variable
- I have an application developed in VB6. This application has got a Global boolean variable declared in a VB Module in the project. Depending upon certain conditions the boolean varible is set TRUE or FALSE. Now when iam running a second instance of this same appln in same PC this...
- Tags: daz1@...
- Discussion threads 2005-05-23
- XJCalc (exe)
- XJCalc is an integer matrix calculator program with the following features: Can calculate with integer matrices and integer scalars; Multiple precision integers with millions of digits; Uses Fast Hartley Transform to speed-up long multiplies; Separate input and output notation, base 2 to base 36; Greatest Common Divisor function; Modulo arithmetic...
- Tags: Function, Integer, Harry J. Smith, XJCalc, Engineering
- Software downloads 2008-03-12
- Oracle Tip: Choosing an efficient design for Boolean column values
- When designing a database table structure, it's important to choose an efficient strategy for storing a logical Boolean that you can use in many programming environments. Find out how from this Oracle expert. When designing a database table structure, it's important to choose an efficient strategy for storing...
- Tags: Scott Stephens, Oracle Tips Newsletter, Database, Oracle Corp., Value, Boolean, OCCI, Databases, Programming Languages, Storage, Enterprise Software, Software, Data Management, Software Development, Software/Web Development, Hardware
- Technical articles 2004-06-09
- << Previous
- page 1 of 1
- Next >>