Sponsored White Papers, Webcasts, and Downloads
TechRepublic Resources
- Animated Shortcut 1.5 (Windows)
- Shortcuts on steroids. Create a shortcut to files, folders, or URLs, use any image you like (img, gif, png, and ico), apply a text title, one or two click option, and apply animations. This version is the first release on CNET Download.com.
- Tags: Kyle Singleton, Microsoft Windows, Operating Systems, Software
- Software downloads 2007-07-23
Additional Resources
- Star Wars Jedi Knight II: Jedi Outcast 1.03d (Mac)
- The rebel Jedi Kyle Katarn is back and ready to take you on his most exciting adventure yet! Several years have passed since Kyle avenged his father's death and saved the Valley of the Jedi from Jerec and his band of Dark Jedi. Allowing his Force powers to languish for...
- Tags: Apple Macintosh, Star Wars, Aspyr Media Inc.
- Software downloads 2008-11-10
- Dragon Hunt for Kyle's Quest 1.0 (Mobile)
- Kyle finds himself shipwrecked in a strange land and must help the local Kingdom destroy a dragon that is plaguing the villagers.
- Tags: Quest, Mobile, Land, K Poole Software, Advertising & Promotion, Marketing
- Software downloads 2000-12-01
- Inherent Evil 1 (Windows)
- Twenty years ago Kyle Reed lost his parents to an unexplained event that also claimed the lives of over two hundred hotel guests. Now Kyle's brother plans to reopen the family hotel. But only a few months after renovations begin, Kyle receives a desperate call from his brother in the...
- Tags: Hotel, Manifesto Games, Microsoft Windows, Telecommunications, Operating Systems, Software
- Software downloads 2007-01-11
- Rat-Trap 1.1 (Mobile)
- Milo awakes one day to find that his sister, Mini, has been kidnapped by the evil villian Dr. T Rat. Only by recreating your dad''s ''Cat-inator'' machine can you satisfy the dirty rat and get you sister back - but at what cost? You must explore the far reaches of...
- Tags: Mobile, Sister, Quest Software Inc., Julian Thomas, Rat-trap, Advertising & Promotion, Tools & Techniques, Marketing, Management
- Software downloads 2001-11-11
- .NET Global singleton class
- Can I create a Singleton class in a global assembly that is shared among different processes? In other words, every process that has a reference to that library obtains always a reference to the same object when it instantiates such a classI'm not sure offhand. But you can try declaring...
- Tags: SuperCiccio, programming, Singleton Class, Microsoft .NET, namespace
- Q&A 2006-05-03
- Jedi Knight: Mysteries of the Sith demo (Windows)
- You play Kyle Katarn, the Jedi knight who earned his reputation by vanquishing Jerec in the Valley of the Jedi. Kyle has traveled to a remote New Republic base to assist in the training of Mara Jade, a former Imperial agent who was turned to the Light Side by Luke...
- Tags: Shuttle, LucasArts Entertainment, Kyle, Mara, Microsoft Windows, Real Estate, Workforce Management, Training And Certification, Operating Systems, Software, Business Operations, Human Resources
- Software downloads 1998-02-11
- Using the Singleton pattern in Java
- The Java Singleton pattern belongs to the family of design patterns that govern the instantiation process. A Singleton is an object that cannot be instantiated. This design pattern suggests that at any time there can only be one instance of a Singleton object created by the JVM. You implement the...
- Tags: Programming, Java
- Blog posts 2007-07-25
- Kyle's Quest 2 1.3 (Mobile)
- Ever since the release of the original Kyle's Quest more than two years ago, users have suggested new features that would make the game even better. KQ2 has all the features you've always wanted in a good RPG! See what a difference color makes! The classic RPG engine has been...
- Tags: Mobile, Adventure, Paul Yankelevich, Kyle, KQ2, RPG Engine, Level Editor, Monster AI, Games, Personal Technology
- Software downloads 2002-01-14
- Tackle common programming problems with design patterns
- Error in VB versionThere is an error in the VB version: the Count member variable is never updated. In the C# version, the "return(Count++);" statement has the side effect to increment the counter.And the variable is never initialised to zero - but as a non-VB programmer I don't know if...
- Tags: DP, Singleton2 GetInstance, error, vb, pattern, singleton, frankbj, programming, Microsoft .NET, design pattern, new Singleton2
- Discussion threads 2006-05-16
- Kyle's Quest 2 1.4.4 (Mobile)
- Already picked as one of two runners up for the best commercial PalmOS game of 2001 by Handheld Computing Magazine! Ever since the release of the original Kyle's Quest more than two years ago, users have suggested new features that would make the game even better. KQ2 has all the...
- Tags: Mobile, Adventure, Crimson Fire Entertainment, Kyle, KQ2, RPG Engine, Level Editor, Monster AI, Games, Palm OS, Handhelds, Personal Technology, Operating Systems, Software, Hardware
- Software downloads 2002-04-23
- How can I transfer variables from one form to many forms in .NET?
- I am preparing a project on vb .net. in which i need to pass login name and password of the user to other forms.I am able to pass it by inheritance but when i use to access these values by other form then these values are null.for eg:- A,B,C are...
- Tags: password, Microsoft .NET
- Discussion threads 2008-09-06
- how to creating singleton classes
- cud sm one give details for how to create singlton objects /classes with basic descriptionsIn what language ?Also what do you want to do on an attempt to create another instance of it.Return the valid instance or throw an exception ?
- Tags: ranjeet21c_06@...
- Discussion threads 2007-04-17
- Enigma's Game Editor 2.2 (Mobile)
- An easy to use save game editor for Kyle's Quest, Knight Move, SimCity, and Space Trader. Includes source code!
- Tags: Mobile, Editor, Brian Enigma, Games, Personal Technology
- Software downloads 2001-10-22
- Create singleton objects in .NET to improve performance
- Got .NET yet?[b]Are you doing your application development within .NET now? Do you plan to in the future or are you moving in a different direction?[/b]Should be titled Create Singletons to improve .NET performanceAfter all it's not a new concept.Managed not to go down the .NET route up to press...
- Tags: Borland Delphi, Java, Mark W. Kaelin, Microsoft .NET, performance, programming
- Discussion threads 2005-02-03
- Tackle common programming problems with design patterns
- As application development matured as a discipline, designpatterns emerged as solutions for common programming problems. Design patternsprovide a vehicle for experienced developers to share their time-testedapproaches to solving problems faced by every developer day after day. I'llexplore how you can use design patterns in your development efforts, with aparticular emphasis...
- Tags: design pattern, programming, Tony Patton
- Technical articles 2006-05-16
- Using the Singleton pattern in Java
- Compared to VB.Net...... that's a lot of work! In VB.Net, you just mark a class or method with "Shared" and you are done. I understand why, Java gives you much more control doing it the way you describe, but you would think that since it is such a common pattern,...
- Tags: Programming languages, Microsoft development tools, .NET, Justin James, Java
- Discussion threads 2007-07-25
- Tackle common programming problems with design patterns
- Design patterns are commonly understood concepts that have been tried, tested, and refined by the development community. Find out how you can use .NET's singleton design pattern to provide a single point of object access in your application. As application development matured as a discipline, design patterns emerged...
- Tags: Tony Patton, .NET, Middleware, programming, design pattern, .NET Newsletter, Concept, Instance, Class, Declaration, Listing B, Singleton, Instance Method
- Technical articles 2006-05-16
- Lost Password to laptop with win 2k
- I can't remember my password for my lap top with windows 2000 Professional. I tried to reformat it, but I'm not sure how to on a laptop. I can get into the BIOS, and I already set it to run the CD drive first, but I keep on getting a...
- Tags: redz_tigger2841@..., windows, laptop computer, password
- Discussion threads 2007-02-10
- Blogger asks, 'Wanna trade a paper clip for a house?'
- A little blog and big creative genius goes a long wayTwenty-six-year-old Kyle MacDonald is on the verge of successfully completing a project that on its surface sounds nothing less than absurd: Trading--with the help of a blog--a single red paper clip for a house.Are there any other blog posts of...
- Tags: Blogger Asks, Wanna, blogs, blogging, news, blog, Sonja Thompson, networking, Blogger
- Discussion threads 2006-04-17
- << Previous
- page 1 of 1
- Next >>
Storage Virtualization
-
In virtual environments, storage matters. It influences everything from application availability and disaster readiness to power consumption and TCO. Bottom line: Don’t defeat the purpose of your consolidation by skimping on storage.
- From our sponsors
-
EMC Corporation
-
ESG applauds new CX4 in analyst report
According to ESG, it's hard to find much missing in the new CLARiiON CX4.
Read the report to learn more »
-