Topics in Technical web: Changed: now 02:53 GMT Changed by:
2005MySQLUsersConference 25 Apr 2005 - 21:18 - r1.2 PhiloVivero I attended the 2005 MySQL Users' Conference in Santa Clara, CA. It was held at the Westin Hotel on Great America Parkway. The conference had two parts. Monday was ...
AdabasD 19 Mar 2004 - 01:43 - NEW PhiloVivero AdabasD is no more. It became SAP/DB. Then it became MaxDB. Faemalia.PhiloVivero 18 Mar 2004
ApplyPropertiesFunc 05 Sep 2002 - 02:59 - NEW LarsClausen Never define this function yourself! This is much better handled with object apply props from dialog. All StdProps objects should use that. If you really want to define ...
BackupMyDVDsUnderLinux 18 Jan 2003 - 04:25 - r1.2 PhiloVivero This used to be an ultra-huge monolithic fucking page with too much information. I recently found out you don't need a lot to get your DVDs backed up under Linux. ...
BizarreKeyMappingIssue 04 May 2006 - 18:33 - r1.5 PhiloVivero Sometimes when I create a Linux box, when I start a shell and use the "Alt-." functionality (a BASH builtin, use "bind p" to list all of them), I get a little (R) ...
BizarroMaybeMySQLBug 12 Jan 2006 - 03:42 - r1.2 PhiloVivero The Problem Here is something interesting. I guess it's not even a question so much as just a Very Strange Incident. There might be a MySQL bug behind it...? I have ...
BonobizeDia 06 Dec 2002 - 20:10 - r1.2 HunterPeress There is a great need to get Dia working with bonobo. The original impetus was for usage in gimp. But the goal of this is to make full bonobo support in Dia so that ...
BugzillaInformation 19 Apr 2005 - 19:23 - NEW LarsClausen Some useful pointers for Dia usage of Gnome Bugzilla. A listing of our duplicate reports. Faemalia.LarsClausen 19 Apr 2005
ChoosingAnRDBMS 19 Mar 2004 - 01:26 - NEW PhiloVivero TOC Introduction In the past, choosing an RDBMS was largely decided by calling on several large vendors, promising millions of dollars, and waiting for one of them ...
CompilingForMac 30 Apr 2005 - 08:46 - r1.3 LarsClausen After some attempts at compiling for Mac OS X, I'm going to gather up my knowledge. Other OS X users are more than welcome to add things based on actual successes ...
CourseGraph 15 Jan 2003 - 21:13 - r1.3 LarsClausen This is a small real-world example. My fiancee is a teacher, and wants to make a diagram of course objectives. In this graph, the size of the fonts in the nodes should ...
DB2AdministrationOverview 27 Apr 2003 - 04:29 - r1.2 PhiloVivero Table of Contents TOC DB2 Installation on Solaris Setup Setup Solaris kernel configuration parameters. To set a kernel parameter, add a line at the end of the /etc ...
DB2BackupRestoreRollforward 06 Sep 2002 - 00:20 - NEW PhiloVivero This page was stolen directly from: http://www7b.boulder.ibm.com/dmdd/library/techarticle/pworld/0112mccluney.html David Kline © 2001 International Business Machines ...
DatabaseCreationScripts 18 May 2004 - 08:00 - NEW Faemalia.guest Here are some Database creation scripts... (Not yet uploaded) But here's a general outline: A Makefile is run A generic set of init.ora files are in place for various ...
DecaSjeng 14 Sep 2006 - 03:00 - NEW PhiloVivero This is the modified Sjeng engine to play Decachess (aka HundredSquareChess). It plays well enough to destroy a team of 2-3 amateur chess players.
DescribePropsFunc 05 Sep 2002 - 03:06 - NEW LarsClausen This function is called to return a list of property descriptions the object supports. The list should be NULL terminated. The easiest way to implement this function ...
DestroyFunc 20 Sep 2002 - 17:33 - NEW LarsClausen void ( DestroyFunc) (Object obj) This function is called when the object is about to be destroyed. If you allocated any extra memory, ref'd any objects or otherwise ...
Dia10 08 Mar 2006 - 20:55 - r1.7 LarsClausen Here are the main points that I think should be fixed in Dia before we can call it 1.0: Better TextEditing somewhat better in 0.94. At least some ObjectHighlighting ...
DiaEditor 21 Feb 2007 - 19:47 - r1.15 JohnSmith A place for documentation on Dia. Things we need to document: How to write a ProgrammedObject. How to use StdProps. How to make an ImportFilter. How to make an ExportFilter ...
DiaExamples 07 Nov 2005 - 14:38 - NEW LarsClausen Examples of interesting uses of Dia Add your example usage below by pressing 'Attach', uploading your picture with a comment (check the checkbox to inline the picture ...
DiaFeatures 14 Nov 2002 - 21:11 - r1.4 DennisDaniels Code generator plugin (need the link here) Rumored plugin for SQL output (It doesn't exist. For now, we use http://tedia2sql.tigris.org tedia2sql) Embedded links ...
DiaPython 26 Dec 2002 - 20:39 - NEW LarsClausen Here is some information on how to use the Python plug-in for Dia. I shall show by a simple example: A CourseGraph where the font size of the nodes depends on the ...
DiaSuggestions 31 Jul 2003 - 20:53 - r1.3 LarsClausen This is offered in all humility. As I've worked with DIA I find myself bumping against 'stuff', and I've tried to capture some of that for your consideration. Toolbar ...
DiggEmployeesVsTheComputer 15 Sep 2006 - 08:13 - r1.9 PhiloVivero TOC Wednesday Morning: Humans Cautiously Optimistic The Digg Employees are going to gang up on my newly hacked up Sjeng Decachess playing engine, AKA DecaSjeng. I ...
DistanceFunc 20 Sep 2002 - 17:58 - NEW LarsClausen real ( DistanceFunc) (Object obj, Point point) This function must return the distance between the Object and the Point. Several functions are provided in geometry ...
DotAsLibrary 05 Mar 2005 - 15:49 - NEW Faemalia.guest Dot can be used as a library for graph layout. We need to do graph layout. Sense a connection? However, lots of work first (possibly enough to make this wait until ...
DrawFunc 20 Sep 2002 - 17:54 - NEW LarsClausen void ( DrawFunc) (Object obj, Renderer renderer) This function is called to draw the object. All drawing must be done with the renderer, so that the object can be ...
ExportFilter 06 Sep 2002 - 03:22 - r1.2 LarsClausen An export filter is most easily implemented as a renderer. To make a new renderer, make a 'subclass' of the Renderer and supply your own render functions. Like the ...
FasterStartup 05 May 2004 - 08:45 - r1.2 LarsClausen Dia takes quite a while to start up. I haven't tested yet why, but I suspect that having to load all the shapes and their icons just lead to too much I/O. It ought ...
FileDescriptors 24 May 2003 - 02:29 - r1.2 PhiloVivero When running a MySQL hot backup, I was finding that Linux would return an errno: 24 (Too many open files) while backing up. Searches on the internet told me to tweak ...
FlightGear 18 Dec 2004 - 09:57 - NEW PhiloVivero Please visit the FGFS web page: http://www.flightgear.org FlightGear is a free, open-source flight simulator that was originally written for Gnu/Linux systems but ...
FontStructure 14 Sep 2003 - 06:37 - NEW LarsClausen The design of the font handling in Dia right now (Sep 2003) is essentially a relic from the time where GDK font rendering was the only rendering method that mattered ...
FreeTDS 20 Dec 2004 - 13:25 - r1.4 GarrettGoebel (Status of this page) FreeTDS Wiki FreeTDS Project Homepage Mailing List Archives Library (The FAQ) Glossary Status This wiki is an experiment aimed at replacing the ...
GetPropertiesFunc 05 Sep 2002 - 02:58 - NEW LarsClausen Never define this function yourself! This is much better handled with object create props dialog. All StdProps objects should use that. If you really want to define ...
GetPropsFunc 05 Sep 2002 - 20:45 - r1.3 LarsClausen This function is called to return a list of property descriptions the object supports. The list should be NULL terminated. For StdProps objects, this function should ...
GettingDVDWorkingUnderLinux 18 May 2004 - 08:00 - NEW Faemalia.guest Here's the horrid order of events: Download VLC (http://videolan.org) Download OMS (http://www.linuxvideo.org/oms) Download glibc2.2 Install glibc2.2, deal for a couple ...
GroundZero 28 Dec 2007 - 06:14 - r1.19 GanzShuliz Dia DiaEditor Database DB2AdministrationOverview FreeTDS OracleKnowledgeRepository MySQLKnowledgeRepository 2005MySQLUsersConference PostgreSQLvsMySQL from a DBA ...
GroupDisconnect 08 Mar 2006 - 19:58 - r1.4 LarsClausen Seems like a minor thing, but it's quite a surprise when it happens. Selecting arrows in a group leads to them all being disconnected. That should not happen. A group ...
GroupProperties 25 Mar 2004 - 14:47 - r1.2 CyrilleChepelov Several problems with group properties, have been discussed at length, but without any solution. A selection of several objects should of course have their properties ...
HundredSquareChess 30 Jul 2007 - 21:23 - r1.27 PhiloVivero TOC What is it? http://faemalia.net/CoolStuff/900-Screenshot-DecaChess.jpg Above is a screenshot of the pretty 2.5D Decachess-playing GUI. You can see more screenshots ...
InnoDB 13 Oct 2004 - 00:03 - NEW PhiloVivero InnoDB is MySQL's transactional tablespace-backed storage engine. It is considered slower than MyISAM. InnoDB is the engine of choice for OLTP applications. Faemalia ...
InterWeb 28 Apr 2003 - 22:19 - NEW PhiloVivero Some do not know the difference between the World Wide Web (a.k.a. applications and servers supporting the hypertext transport protocol) and the Internet (a.k.a. applications ...
InterfaceDescription 26 Dec 2002 - 21:27 - NEW LarsClausen Here's the raw interface description that Hans mailed to the dia list: dia.active display() DiaDisplay dia.diagrams() DiaDiagram n dia.get object type(string) DiaObjectType ...
JodiOrg 18 Dec 2004 - 09:53 - NEW PhiloVivero This is some page I found on the vaste interwebbe a long time ago. It looks like instructions for building a nuclear fission bomb, but I guess I'm not sure of that ...
JunkBuster 18 May 2004 - 08:00 - NEW Faemalia.guest http://www.junkbuster.com I'm pretty impressed. Installed in just a couple of minutes. Went to a porn site to test it out. The entire site was reduced to tags! Hilarious ...
KeyboardModifiers 18 May 2005 - 20:25 - r1.2 LarsClausen There's been many requests for using shift or control to do various things, see bugs 61445, 93987, 93988, 105528, 163902. Here I'll make an overview of what actions ...
LargeLists 11 Oct 2004 - 19:04 - r1.2 LarsClausen Large lists are the lists of sheets and arrows primarily. These need to be more organized. Sheets should probably use submenus, so for instance all the Cisco sheets ...
LatencyAndPacketLoss 04 Jan 2007 - 07:16 - NEW PhiloVivero We needed to simulate latency and packet loss on Linux. Here's what we ended up doing on our Debian Testing boxes to make it happen: aptitude install tcng # load netem ...
LinuxDVDInformation 23 Feb 2006 - 09:49 - r1.2 PhiloVivero Here is an old history of what it took to play DVDs under Linux a long time ago. These days, most likely you can just download the VideoLANClient ( http://videolan ...
LinuxUnixDBTools 19 Dec 2004 - 02:30 - r1.2 PhiloVivero If you need to use Linux to model your database and generate SQL DDL, you can try using tedia2sql: http://tedia2sql.tigris.org This scripts takes a Dia UML diagram ...
MaxDB 19 Mar 2004 - 01:42 - NEW PhiloVivero MaxDB is MySQL's enterprise RDBMS offering. The history of this RDBMS is: A Long Time Ago, in a Galaxy Far, Far Away: There was an RDBMS called AdabasD, which was ...
MetaballModelling 19 Aug 2005 - 07:21 - NEW PhiloVivero Eugene Lee recently wrote me to ask about Metaball Modelling. I thought I'd write up my thoughts on it here. The idea of a metaball is somewhat simple. It's an implicit ...
MoveHandleFunc 03 Sep 2002 - 21:34 - NEW LarsClausen typedef void ( MoveHandleFunc) (Object obj, Handle handle, Point pos, HandleMoveReason reason, ModifierKeys modifiers); Function called to move one of the handles ...
MyHomeNetwork 18 Dec 2004 - 10:00 - NEW PhiloVivero Update December 2004. Wow. It sure is funny to read all that. That's the way it was about half a decade ago, I guess. These days I use a Netgear wireless router as ...
MyISAM 13 Oct 2004 - 00:04 - NEW PhiloVivero MyISAM is the performance-tuned storage engine for MySQL. It is considered faster than InnoDB, but due to being transaction-unsafe, it is not used for OLTP applications ...
MySQL 03 Mar 2005 - 08:39 - r1.2 Faemalia.guest MySQL is a relatively feature-full RDBMS that includes source code via the GPL license. It is of interest because it approaches enterprise-class RDBMSs in stability ...
MySQLKnowledgeRepository 24 Apr 2006 - 18:26 - r1.7 PhiloVivero I have been a MySQL DBA now for about 2 years. In August, I started at Friendster, one of the largest MySQL installations in the world. The amount I've learned about ...
NFSMountOptions 28 Nov 2005 - 20:55 - NEW PhiloVivero An interesting discussion with some other administrators: SethK: A lot of people hate NFS for various reasons, but I think it all boils down to not using soft,intr ...
NewFeatures 05 Mar 2005 - 15:47 - r1.2 Faemalia.guest This area is a collection of talk about features to add to Dia. Before asking us to add a feature, read this article. Suggestions: How about a list of Features. Developers ...
NormalCheckpoint 18 May 2004 - 08:00 - NEW Faemalia.guest A checkpoint, in RDBMSLand, is similar across various RDBMSes. Sybase is as Oracle, which are most likely the same as others. The concept is, before the checkpoint ...
ObjectHighlighting 26 Jul 2004 - 23:42 - r1.4 ToniPrug It would help when connecting lines if the object that's being connected to could highlight itself. It shouldn't be too hard to make a generic highlight function in ...
ObjectOps 03 Apr 2005 - 18:23 - r1.2 Faemalia.guest These are the current operations in the Dia object vtable. DestroyFunc: Called when the object is being destroyed. DrawFunc: Called to draw the object. DistanceFunc ...
OffsetStructure 05 Sep 2002 - 20:40 - r1.2 LarsClausen The offset structure tells the StdProps system where in the object to store the various values. It is a NULL-terminated list of PropOffset structs (defined in lib ...
OracleDatabaseAdministrator 18 May 2004 - 08:00 - NEW Faemalia.guest So, you want to be an Oracle DBA? There seems to be a rite of passage here. First, go get the official Oracle documentation. You'll know you've found it when you see ...
OracleKnowledgeRepository 06 Sep 2002 - 00:28 - NEW PhiloVivero This page will be the starting point for my Oracle knowledge repository. I've just started it, so I guess it'll be a little lean on actual info. I'll add to it as ...
OracleRMANForMultipleVersions 18 May 2004 - 08:00 - NEW Faemalia.guest From: Kevin Hardenburg (of IBM) 13-Apr-01 19:17 Subject: Re : RMAN Compatibility Matrix? Can I use 8.1.7 repository? We are currently in the process of implementing ...
OracleRMANIsntQuiteReady 18 May 2004 - 08:00 - NEW Faemalia.guest I've reimplemented our RMAN setup at XigoInc now, and it looks like Oracle's backup solution is a little too buggy to be useful. I'm considering reimplementing the ...
OracleRollbackSegments 06 Sep 2002 - 00:28 - NEW PhiloVivero You'll notice that the RBS trablespace has very little space left. I'd advise we enable a RBS to allow for more space. After executing: From createDatabaseScript.sql ...
OracleSolarisAndSemaphores 19 Aug 2002 - 01:41 - NEW PhiloVivero Background: on db1.prod and sftb-oracle.prod, we've been getting OS-level "resource temporarily unavailable" errors. Sunsolv claims this is caused by only three possible ...
ParametricSpace 25 Mar 2004 - 21:57 - r1.2 CyrilleChepelov This article should eventually expand a bit on the parametric space idea I floated in VirtualConnectionPoints. The problem once we allow users to put arbitrary additional ...
PenguinSecurity 12 Mar 2006 - 06:41 - NEW PhiloVivero Only exists in my knowledge due to a flagrant copyright violation of some very old DB2 content I wrote up. Probably not a noteworthy site in any other way. Faemalia ...
PenguinSecurityOddCopyrightViolation 28 Mar 2006 - 01:26 - r1.2 PhiloVivero A nice Ontarian wrote to tell me that a portion of my web site had been copied entirely without attribution to one "PenguinSecurity.net" He even provided me two URLs ...
PostgreSQL 18 Dec 2004 - 09:38 - r1.2 PhiloVivero PostgreSQL is perhaps the premier open-source (BSD-licensed) database system available mid 2003. It is an enterprise-class RDBMS. Its major failing as of 2004 is that ...
PostgreSQLvsMySQL 22 Feb 2005 - 05:54 - r1.17 Faemalia.guest TOC Please take care in using this page for information... This page has some parts that are out-of-date. I've given it a once over in late December, 2004, but my ...
ProcedureFollowingShutdownAbort 18 May 2004 - 08:00 - NEW Faemalia.guest If you ever need to do a shutdown abort on your Oracle system, the transactions have been cut off midway and need to be rolled back. You should strongly consider restarting ...
ProgrammedObject 05 Sep 2002 - 20:24 - r1.2 LarsClausen This is a run-down on the AHOOC (Ad-Hoc Object-Oriented C) style of programming that Dia uses. The parent object is almost always the first part of a structure. Thus ...
PropDescription 05 Sep 2002 - 18:17 - NEW LarsClausen The PropDescription structure is one of the most important parts of a ProgrammedObject. It defines the types of all the data in your object, allowing properties dialogs ...
PropEnumData 05 Sep 2002 - 20:37 - NEW LarsClausen The PropEnumData structure is used to specify the choices in an enumerated property. It has two fields: name: (const gchar ) The name of this enum entry, which is ...
PropOffset 05 Sep 2002 - 20:42 - NEW LarsClausen The PropOffset structure tells the StdProps system where in the object to store the various values. It is a NULL-terminated list of PropOffset structs (defined in ...
PropType 05 Sep 2002 - 20:30 - r1.2 LarsClausen Property Types These are the values that the type field of a PropDescription record can take: Basic property types PROP TYPE CHAR: a single character property. PROP ...
RecoveryProcess 18 May 2004 - 08:00 - NEW Faemalia.guest If a database crashes, only the change vectors on the database are stored for many of the data blocks that were in the database cache before the crash. This means ...
RenderOps 18 Sep 2002 - 00:32 - r1.3 LarsClausen This is taken directly from lib/render.h. void ( BeginRenderFunc) (Renderer renderer) Called before rendering begins. Can be used to do various pre-rendering setup ...
RoadMap 14 Sep 2003 - 06:29 - r1.6 LarsClausen Things I want done for version 0.92: Parenting: Undo support very important! Done 7/8 Add menu items for parenting and unparenting single objects. Single item unparenting ...
RollBack 18 May 2004 - 08:00 - NEW Faemalia.guest To RollBack all transactions that were incomplete according to the TransactionLogs but were stored on the disk, you apply the ChangeVectors from the TransactionLogs ...
RollForward 18 May 2004 - 08:00 - NEW Faemalia.guest To RollForward all transactions that were complete according to the TransactionLogs but not stored correctly on the disk, you apply the ChangeVectors from the TransactionLogs ...
RotationAndScaling 07 Nov 2005 - 03:50 - r1.3 LarsClausen This is a biggie. Here should go considerations of what the problems are. Main problem seems to be UI-related. How do we make a rotation/scaling interface that isn ...
SNMPtoUnixCommandMapping 23 Jan 2006 - 06:32 - r1.4 PhiloVivero SNMP is Annoying... I'm sure something like this exists out there on the vast interwebbe, but I couldn't find it. Suppose you have a Unix command you know how to ...
SetPropsFunc 05 Sep 2002 - 20:44 - r1.2 LarsClausen This function is called to set the value of a number of properties of the object. For StdProps objects, this should just be a wrapper around object set props from ...
SetTimezoneInLinux 18 May 2004 - 08:00 - NEW Faemalia.guest I tried to set the timezone on my Linux system and discovered it's woefully under-documented. A search on Google turned up some advice that didn't work. This worked ...
SethK 06 Sep 2006 - 20:08 - NEW PhiloVivero Seth. The man. He figures out all sorts of esoteric cool shit. Hence, we like him.
ShapeSet 10 Mar 2004 - 19:33 - NEW LarsClausen It's wonderful that we're getting a number of new shape collections into Dia. However, it will facilitate their inclusion if they are submitted in such a way that ...
ShutdownModesAreTakingTooLong 18 May 2004 - 08:00 - NEW Faemalia.guest The general procedure is: Try shutdown normal which will never work (so most people skip this step) Try shutdown transactional which on a 5-user system should take ...
SolarisTehSuxx0r 09 Feb 2005 - 20:43 - NEW Faemalia.guest (12:38:24) darwinx0r: god I fucking hate solaris (12:38:41) darwinx0r: ipcrm help (12:38:50) darwinx0r: ipcrm: illegal option (12:38:50) darwinx0r: ipcrm: illegal ...
StdPropification 03 Oct 2004 - 21:28 - r1.2 LarsClausen Must get rid of that nasty GTK code somehow. There was some work on the List property, trying to make it behave like the lists used for e.g. class attributes. Code ...
StdProps 09 Nov 2005 - 20:05 - r1.5 LarsClausen Standard Properties system in Dia. Much, much better than doing dialogs in GTK. Plus, it automatically handles loading, saving and defaults dialogs. To use StdProps ...
StoredProceduresAreBad 18 Sep 2005 - 00:37 - NEW PhiloVivero I was reading this article about why Stored Procedures are fine which was a response to yet another article about why Stored Procedures are bad. So I might as well ...
SuspendMyLinuxLaptop 22 Aug 2006 - 20:32 - NEW PhiloVivero Here's a script I use to suspend my Linux laptop. I got most of it from the Internet, but had to add the USB restarty bit at the end. Every bit is necessary. Don't ...
SybaseAdministratorsGuideToOracle 18 May 2004 - 08:00 - NEW Faemalia.guest Alright, here's the basic outline: SybaseOracleTerminologyDifferences SybaseOracleBackupMethodology SybaseOracleWhatIsSimilar
SybaseOracleBackupMethodology 29 Aug 2002 - 23:28 - NEW PhiloVivero The backup methodology for Sybase is fairly straightforward: You can do a full database backup, or an incremental (log) backup since the last full database backup ...
SybaseOracleTerminologyDifferences 18 May 2004 - 08:00 - NEW Faemalia.guest Terminology differences in Sybase and Oracle: In Sybase it's a In Oracle, it's an instance. In Sybase, it's a In Oracle, it's a schema. In Oracle, the schema is closely ...
SybaseOracleWhatIsSimilar 18 May 2004 - 08:00 - NEW Faemalia.guest (draft) Both use the concept of rollback. Both have 'segments' and 'extents' and 'data blocks.'
TDS000001 03 Aug 2004 - 16:35 - r1.2 GarrettGoebel (Status of this page) Q: What is FreeTDS? A: FreeTDS is a set of libraries for Unix and Linux that allows your programs to natively talk to Microsoft SQL Server and ...
TDS000002 20 Dec 2004 - 13:27 - r1.2 GarrettGoebel (Status of this page) Q: How can I help? A: Thank you for asking! You can Trawl through the recent postings on the FreeTDS Mailing list looking for new material to ...
TDS000003 03 Aug 2004 - 17:16 - NEW GarrettGoebel (Status of this page) Q: What are the FAQ's editing conventions? A: The editing conventions are as follows No page should Duplicate information residing on another ...
TDS000004 03 Aug 2004 - 16:43 - NEW GarrettGoebel (Status of this page) Q: Where are the Frequently Asked Questions (FAQ)? A: They're in the Library
TDSGlossary 03 Aug 2004 - 16:39 - r1.2 GarrettGoebel (Status of this page) Glossary A B C D E F G H I J K L M N O P Q R S T U V W X Y Z #AaA A #BbB B #CcC C #DdD D #EeE E #FfF F #GgG G #HhH H #IiI I #JjJ J #KkK K #LlL ...
TDSLibrary 20 Dec 2004 - 18:58 - r1.3 FredianoZiglio (Status of this page) Library General Topics What is FreeTDS? The FAQ Where is the FAQ? How Can I Help? What Are the FAQ's Editing Conventions? Install Configure Programming ...
TDSStatus 03 Aug 2004 - 19:42 - r1.2 GarrettGoebel Status Page FAQ Identifier Status Add By Add Date Mod By Mod Date Review By Review Date FreeTDS Active Faemalia.GarrettGoebel 2004-07-21 Faemalia.GarrettGoebel 2004 ...
TableSync 23 Sep 2005 - 19:41 - NEW PhiloVivero The purpose of this script is to compare two tables that should be identical and slowly, ever so slowly, issue inserts, updates, and deletes to get them exactly into ...
TextEditing 09 Aug 2004 - 12:34 - r1.4 LarsClausen Text editing needs to improve. Several problems that can more or less be solved together: Some texts are only editable in properties dialog. Must be able to edit all ...
TheShutdownMethods 18 May 2004 - 08:00 - NEW Faemalia.guest There are a number of shutdown methods for Oracle. Here they are, with a brief description. ExecutiveSummary: Use shutdown transactional if possible. Abort Invocation ...
TransactionLogs 18 May 2004 - 08:00 - NEW Faemalia.guest Transaction logs are a construct used by probably every RDBMS that conforms to the ACID test. In an RDBMS, the transaction logs assure a few things: A given table ...
UbuntuLinuxFun 20 May 2007 - 11:17 - NEW PhiloVivero So recently I bought a new computer. It's got an Asus M2NBP-VM motherboard in it with an nVidia chipset for just about everything. There are two things about it more ...
UnderstandingUndo 04 Aug 2003 - 14:04 - r1.3 LarsClausen Here are some notes on the inner workings of Undo in Dia. Nothing groundbreaking here, but it's good to keep track of it. I'll use the current undo thing I'm adding ...
UnitHandling 03 Sep 2004 - 14:33 - NEW LarsClausen Dia really should know a little more about units that having them settable for margins in the page setup. Basically, all lengths and font sizes should "have units ...
UnixSecurity 18 May 2004 - 08:00 - NEW Faemalia.guest Thought UNIX boxes were hella more secure than Win boxes. What is up with this one? Just a machine not setup properly or what? Inquiring minds wanna know. Nickster ...
VersionsOfOracleAndLinux 18 May 2004 - 08:00 - NEW Faemalia.guest It seems, in general, when you get Oracle for Solaris, it's going to work. But when you get Oracle for Linux, it's up in the air on whether it will be stable or even ...
VirtualConnectionPoints 03 Apr 2005 - 20:43 - r1.7 Faemalia.guest Quite simple: The user should be able to drag a line onto an object and drop it there to connect. Connection points should be only for marking specific places. Problems ...
WebChanges 16 Aug 2001 - 19:58 - NEW PeterThoeny? INCLUDE{" TWIKIWEB .WebChanges"}
WebIndex 24 Nov 2001 - 11:41 - r1.2 PeterThoeny? SEARCH{"\. " scope "topic" regex "on" nosearch "on"} See also the faster WebTopicList
WebNotify 08 Aug 2001 - 05:25 - NEW PeterThoeny? NOTIFYTOPIC is a subscription service to be automatically notified by email when topics change in the TWiki.Technical web. This is a convenient service, so you do ...
WebPreferences 30 Aug 2002 - 22:02 - r1.3 PhiloVivero TWiki.Technical Web Preferences The following settings are web preferences of the TWiki.Technical web. These preferences overwrite the site-level preferences in TWIKIWEB ...
WebSearch 08 Aug 2001 - 05:26 - NEW PeterThoeny? INCLUDE{" TWIKIWEB .WebSearch"}
WebStatistics 07 Sep 2008 - 01:23 - r1.888 Faemalia.guest Statistics for TWiki.Technical Web Month: Topic views: Topic saves: File uploads: Most popular topic views: Top contributors for topic save and uploads: Sep 2008 ...
WebTopicList 24 Nov 2001 - 11:40 - NEW PeterThoeny? TOPICLIST{" $name "} See also the verbose WebIndex.
WindowsProgramming 25 Sep 2003 - 05:23 - r1.4 LarsClausen To avoid tendencies of 'All-the-world's-Unix', here's some notes on things to remember to keep Dia compilable under Windows. Notes on global definitions by Hans Breuer ...
X11 18 Dec 2004 - 10:02 - r1.2 PhiloVivero X11 ...being a piece of software whose most important resposibility is to suck. Faemalia.RantyDave 15 Dec 2002
XmlFormat 22 Mar 2005 - 12:13 - NEW Faemalia.guest If you turn of the compression, you'll get a plain xml-file. Faemalia.guest 22 Mar 2005
Number of topics: 128 See also the faster WebTopicList
| Edit -:- Attach -:- Ref-By -:- Printable -:- More |