On The Insider: Robert Downey Jr Injured on the Set
1 Resources for

subject.booleana boolean

  • Subscribe to this listing via:
  • RSS
  • Email

TechRepublic 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

Additional 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
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
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
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
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
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
Explore selection statements in Java
Take an introduction to Java programming fundamentals, including problem-solving, object-oriented programming, GUI programming, data structures, networking, internationalization, advanced GUI programming, and Web programming. This sample chapter from Introduction to Java Programming: Comprehensive Version, 6th Edition covers: Declaring boolean type and write Boolean expressions Distinguishing between conditional and...
Tags: Prentice Hall Inc., Programming, Development Tools, Programming Languages, Java, Software Development, Software/Web Development
Book chapters 2007-03-27
Microsoft Project Events Question
can anyone tell me the difference between the new argument "ByVal Info As EventInfo" and the old "Cancel As Boolean" in the new events in microsoft Project 2002/3. For example what extra functionality is gained by using ProjectBeforeTaskChange2(ByVal tsk As Task, ByVal Field As PjField, ByVal NewVal As Variant, ByVal...
Tags: ByVal Field, ByVal Info, madguru@..., Microsoft Corp., Microsoft Project, programming
Discussion threads 2005-04-04
Telescope Search (exe)
Telescope is a Web metasearch engine for Windows. In addition to general Web search, Telescope can search Web directories, image search engines, news headlines, encyclopedias, and freeware. It can access 7 Web search engines and 38 search engines in total. Your query is converted into advanced boolean or simple keywords,...
Tags: Image Search, Web, Search Engine, Microsoft Internet Explorer, Telescope, Search, Channel Management, Marketing
Software downloads 2008-01-09
Routing in Optical and Non-Optical Networks Using Boolean Satisfiability
Off late, most routing problems are solved using Dijkstra's shortest path algorithm. Many efficient implementations of Dijkstra's algorithm exist and can handle large networks in short runtimes. Despite these advances, it is difficult to incorporate user-specific conditions on the solution when using Dijkstra's algorithm. Such conditions can include forcing the...
Tags: Algorithm, Network, Node, IEEE, Engineering
White papers 2007-06-01
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
Disable the subject object of an email
I would like to know if the subject of a new e-mail could be disabledDo you mean blocking an email?If you mean blocking an email, based on the contents of the subject, it is possible. Most of the mail client applications nowadays have filtering options which allow you to...
Tags: e-mail, aline@...
Discussion threads 2007-02-21
DBManager Professional (exe)
Application for Database Management with Enterprise features like: task builder; server monitoring; diagram designer; form and report builders; import and export data (MSAccess, MSExcel, Paradox, FoxPro, Dbase/Clipper, ODBC, text, html and xml files); query builder, debugger and planner; dependencies browser; database control version system; database comparer; procedure builder. Supports MySQL,...
Tags: DBTools Software, Builder, Databases, Storage, Enterprise Software, Software, Data Management, Hardware
Software downloads 2007-06-26
Implement a MouseExit event for VB6 controls
The MouseMove event lets you detect when a mouse enters a VB6 control; however, Visual Basic doesn't have a built-in event that allows you to determine when a mouse exits a control. This tip explains how easy it is to create your own MouseExit event. If you want to...
Tags: Microsoft Visual Basic 6.0, Mice, Peter Aitken, Boolean, mouse, MouseMove, Visual Basic Tips Newsletter, Control, Microsoft Visual Basic, Hardware, Peripherals
Technical articles 2005-07-14
Firefox Speed up procedure
Firefox Speed up procedure:Locate the address bar. This is where it says:http://atopqualitysite.com/firespeed.htm near top of browserDelete that, and Type:about:configPress EnterThe settings you're looking for are:network.http.pipelining - Set to true (double-click)network.http.pipelining.maxrequests - Set to 32 (double-click to select, then change value to 32)network.http.proxy.pipelining - Set to true (double-click)Then right-click anywhere and...
Tags: faster firefox surfing, Firefox Speed-up, Firefox Speed-up procedure, Mozilla Firefox, stephen5044@..., windows
Discussion threads 2006-08-17
How do I... Display summary values in Microsoft Access using UNION?
Do you sometimes need a quick way to view summarized data without generating a traditional report? Would you recommend a different approach from the one described in this article?Well for quick one shot solution it will work.It's practically useless for reuse though. hmm goto to grammar thread TonyI'd have to...
Tags: data, hardware, how do i, JodyGilbert, microsoft access, Microsoft Corp., susan harkins
Discussion threads 2006-08-17
Problem with Java writing a Unix Named Pipe
Hi, I am having a hard time to figure out what is wrong with my Java code.I created a named pipe with unix like this:/home/users/myself> mkfifo pipeThen, in my Java code, I do this://////////////////////////////////////////// BufferedWriter lLogPipeWriter = new BufferedWriter(new OutputStreamWriter(new FileOutputStream("/home/users/myself/pipe"))); String lLine = lLogPipeReader.write("helloWorld");////////////////////////////////////////////Am I doing this...
Tags: Programming languages, jeremiorama@..., Unix, FileOutputStream, Java
Discussion threads 2007-08-09
Get Lotus Notes email subject line with VBA??
Hello.I'm trying to read my lotus notes email through vba and get the subject line of each email in a certain folder or my inbox. I can get to a certain folder and get the first email, but I'm not sure how to read the subject line.Any ideas??Thanks in...
Tags: e-mail, IBM Corp., IBM Lotus Notes, lisajeanannerino@..., lotus notes, programming, subject line, vba
Discussion threads 2006-10-17
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
  • << Previous
  • page 1 of 1
  • Next >>


Cisco IOS Command Chart (IOS v.12+)
Becoming proficient with Cisco equipment means remembering a whole new set of commands. These command charts give you a quick way to look up the needed IOS commands and switches when you need them.
Buy Now
Windows XP vs. Mac OS X
This presentation, entitled Standardizing on Windows XP Instead of MAC OS X, provides a pre-packaged option for defending Windows XP against MAC OS X. ...
Buy Now

Managed Hosting