On last.fm: Listen Free to On-Demand Tracks
15 Resources for

garbage

  • Subscribe to this listing via:
  • RSS
  • Email
Did you mean garbage collection (19 results)

TechRepublic Resources

Securely delete files with shred
There are two utilities on a typical Linux box that can be used to delete files. Most users are familiar with the rm command. Most of the time, this command is sufficient for routine deletion, but for files that contain sensitive data, you might need to scrub them so that...
Tags: Garbage, File, Linux, Productivity, Open Source, Servers, Operating Systems, Software, Hardware, Vincent Danen
Blog posts 2008-03-31
Lamborghini Screensaver (zip)
The Lamborghini Screensaver - High Resolution Images From FileFire.com. See this amazing car burst onto your screen using only the highest quality images. We offer this completely free and we never bundle any extra garbage that will bother you. This version is the first release on CNET Download.com.
Tags: Screensaver, Garbage
Software downloads 2007-10-22
Composting 101 - How To Compost Without Much Effort (zip)
Composting 101 was written to give you an easy to understand way to start composting. With our easy guide, you'll be saving 20-30% of your trash from the landfill and using it to make rich, natural fertilizer for your garden. According to the EPA, America produces approximately 220 million tons...
Tags: Indiana, Trash, Landfill, Garbage
Software downloads 2007-07-03
Advanced Disk Cleaner (msi)
Every day the programs on your computer create temporary and garbage files and leave them behind on your hard disk. These files build up over time, taking up valuable hard disk space and slowing your system down. Advanced Disk Cleaner is a free program, which makes it easy to quickly...
Tags: Disk, Garbage
Software downloads 2007-06-13
Recyclorama (exe)
Mia lives on the beautiful Hawaiian island of Kauai. One day she sees a garbage truck dumping trash on the beach. So, she comes up with a plan to save the environment. Go from city to city, helping Mia run recycling centers. You are responsible for sorting, cleaning, compacting and...
Tags: Garbage, Desktops, Hardware
Software downloads 2007-06-09
Prosto Disk Cleaner (zip)
There are numerous well-hidden duplicates, temporary files, and many other types of files that are crucial to the system and that you often don't even see. That garbage piles up on your hard disk, eats up the free space and slows your computer down.
Tags: Disk, Garbage, Productivity
Software downloads 2007-04-12
Adios (exe)
Adios extreme file system cleaner by Martin Beek - safely removes 150+ application- and Windows garbage files from your computer. Empties garbage bins, Norton virus quarantine, Norton protected bins, Internet browser caches, sensitive usage information, memory dumps, Windows update and servicepack-2 garbage.
Tags: Norton Co., Garbage, Microsoft Windows, Operating Systems, Software
Software downloads 2006-06-02
Monitor .NET application performance with the CLR Profiler
GC errors"Garbage collection begins by assuming all objects are unnecessary until proven otherwise." - Right."An object proves that it is necessary essentially by its references, or who it is referenced by."- Ok, but if you're going to make the statement you could be more complete in the description. It's...
Tags: CLR, feedback, garbage, jwhite@..., monitor, programming, software, windows
Discussion threads 2007-01-17
HP laserjet 5 changing fonts
When the HP laserjet hasn't been used in a while "cold" the first page out prints in what appears to be wingding font instead of tahoma or like. The PC is running on XP. New drivers have been installed and yet this problem continues to happen. Any explanation?ThanksThis...
Tags: inbox@..., garbage, feedback, Hewlett-Packard Co., HP LaserJet, font
Discussion threads 2006-12-14
website garbage in linux web browser
I am looking at our website using a linux text browser, but the website shows as garbage. I look at other websites and they are fine. I am concerned because some search bots see websites as text browsers do. How do I fix?let me clarify what "garbage"...
Tags: garbage, header, Linux, longennamer, Microsoft IIS Server, programming, text-mode browser, Web browser, Web site
Q&A 2006-10-05
Printer print garbage
I'm using a Seikosha BP9000 printer on a LAN. PC which are using this printer are printing garbage. It prints one line of garbage then goes to a new page and print garbage, repeating the same process.I did a windows print test page on 2 PCs and the same problem...
Tags: Printers, printer, garbage
Q&A 2006-03-20
Octopiler seeks to arm Cell programmers
IBM's Octopiler converts a single, human-written program into several different programs that run simultaneously on the various cores in the Cell chip. By automating the task of programming for multiple cores, the tool could help remove a barrier to wider use of Cell-based servers, which IBM and Mercury Computer Systems...
Tags: Cell, cell chips, garbage, ibm, IBM Corp., IBM Octopiler, mercury, news, octopiler, processor, programming, servers, Sonja Thompson, tools
Discussion threads 2006-02-23
Windows flaw reaches beyond XP
I'm sick of malformed handling problemsthey're almost as bad as buffer overflows. programmers should be able to write code that if it is malformed, is rejected, not crash the machine.I discovered a malformed email with Eudora that crashes my PC, verified it on their knowledge base. (so outlook...
Tags: Dr Dij, e-mail, email security crash malformed problem, flaw, Garbage, Microsoft Windows, Microsoft Windows XP, security
Discussion threads 2005-07-19
A guide to automatic garbage collection systems
Java and .NET feature automatic garbage collection, which allows the developer to worry about programming instead of system cleanup. Learn more about the approaches often used to add this feature to applications.Automatic memory management allows the developer to focus on application logic (e.g., payroll, solving math problems) instead of innate...
Tags: Engineering, Programming languages, garbage, algorithm, memory, memory management, garbage collection, Java
Technical articles 2002-10-01
Are you practicing safe e-mail?
It destroys employee morale and can cripple your career. Poorly written e-mail that you send to your staff can cause more damage than you think. You may win a laser pointer if you share your input on this topic.There’s an old joke in Hollywood:Q: How does an actor read a...
Tags: Bob Artner, e-mail, garbage
Technical articles 2000-08-31

Additional Resources

Garbage Collection in the BlackBerry Java Development Environment
To understand proper memory management techniques, one must understand how the garbage collection system works on BlackBerry Wireless Handhelds. The garbage collection system removes unnecessary objects at key times, which enables the system to function at an optimal level. A RAM garbage collection removes unreferenced objects from RAM. A persistent...
Tags: Environment, Garbage Collection, RIM BlackBerry, Development Environment, Garbage Collection System, RAM Garbage Collection, Emergency Garbage Collection
White papers 2005-03-17
Collecting the Garbage in the MS .NET Framework
The Microsoft .NET Framework Garbage Collector provides a high-speed memory allocation service and methods to clean released memory. Many applications will never require a cleanup of the Managed Heap, but for those applications that do, the above coding techniques can increase performance. Additionally one can use the Common Language Runtime...
Tags: Microsoft .NET Framework, Hewlett-Packard Co., Memory, Microsoft Corp., Microsoft .NET Framework Garbage Collector, .Net, Software Development, Software/Web Development
White papers 2005-05-01
A Garbage-Collecting Typed Assembly Language
Typed assembly languages usually support heap allocation safely, but often rely on an external garbage collector to deallocate objects from the heap, to prevent unsafe dangling pointers. Even if the external garbage collector is provably correct, verifying the safety of the interaction between TAL programs and garbage collection is still...
Tags: Garbage Collection, Assembly Language, Garbage Collector
White papers 2006-02-10
Profile-Guided Proactive Garbage Collection for Locality Optimization
Many applications written in garbage collected languages have large dynamic working sets and poor data locality. This paper presents a new system for continuously improving program data locality at run time with low overhead. The key contributions include making a case that garbage collection should be viewed as a proactive...
Tags: Optimization, Garbage Collection, Locality Optimization, Data Locality
White papers 2006-06-11
A Comparative Evaluation of Parallel Garbage Collector Implementations
While uniprocessor garbage collection is relatively well understood, experience with collectors for large multiprocessor servers is limited and it is unknown which techniques best scale with large memories and large numbers of processors. In order to explore these issues the paper designed a modular garbage collection framework in the IBM...
Tags: Garbage Collection
White papers 2003-05-09
  • << Previous
  • page 1 of 1
  • Next >>


Troubleshooting Patch Cables Power Checklist
Call them what you want: patch, Ethernet, category 5, or even cat 5e cables. Regardless of the moniker, Ethernet patch cables perform the bulk of the ...
Buy Now
Securing Home Networks
When you set up your own home network, you don't have the benefit of an IT staff that's dedicated to safeguarding your data and systems--it's up to yo ...
Buy Now

Cracking Open