2D Graphic
Adobe PhotoshopAdobe IllustratorAdobe InDesignAdobe FlashAdobe FreehandAdobe FireworksCorel DrawPaint Shop ProGIMPInkscape
3D GraphicAudio & VideoAdobe PremiereAdobe After EffectsAdobe AuditionSound ForgeFinal Cut StudioEyeon FusionReasonSony Vegas
Desktop ProgrammingWebsite DevelopmentDatabaseBusiness ApplicationsOtherTutsBuzz Stuff 
What kind of tutorials are you interested in?

2D Projects FilesApp DevelopmentSecure Your PhotosRestore Old PhotographsGlossy Community LogoWeb 2.0 Style IconGlossy Menu
Search results for this tag: memory.
14 tutorials have been found in database.
... to list more tags click here
C#.NET » 12.01.2009 » by vcskicks
0faves
Basics on how to launch a .NET application from memory using Reflection.
Microsoft PowerPoint » 06.12.2008 » by kingmarsh
0faves
Resume PowerPoint from where it left off, restart PowerPoint from last viewed slide.
MySQL » 13.10.2008 » by who
0faves
By default MySQL installs a configuration file with big caches and uses up more memory than is needed on most server setups...
PHP » 22.05.2008 » by biohazard
0faves
Memcached is a high-performance, distributed memory object caching system, generic in nature, but intended for use in speeding up dynamic web applications by alleviating database load...
PHP » 08.05.2008 » by porteightyeight
0faves
In-function caching can be used to greatly improve the performance of our software. Applying this technique effectively is important to avoid spiraling memory usage and bizarre bugs that can be caused by old cache data lingering around.
PHP » 01.04.2008 » by gearup
0faves
This article examines how PHP handles passing of variables internally, as well as how this relates to memory usage. This information is very useful for any professional PHP developer as it shows how passing variables by reference will normally result in more (not less) memory being used.
SEO » 27.03.2008 » by who
0faves
We lispers generally look down our noses at regular expressions. Regular expressions are ugly. They are not expressive. However, they are a reality of programming. When used with care, they can express complex text patterns concisely.
C and C++ » 12.12.2007 » by biohazard
0faves
In order to request dynamic memory we use the operator new. new is followed by a data type specifier and -if a sequence of more than one element is required- the number of these within brackets [].
C and C++ » 12.12.2007 » by biohazard
0faves
We have already seen how variables are seen as memory cells that can be accessed using their identifiers. This way we did not have to care about the physical location of our data within memory, we simply used its identifier whenever we wanted to refer to our variable.
C and C++ » 06.12.2007 » by who
0faves
Using vector instead of arrays to prevent most of memory leaks in C and C++.





