Lost your password?

Blogs about: Programming Tips

Featured Blog

330 Java Tips and Tricks

tamildaddy wrote 2 days ago: DESCRIPTION: 330 Java Tips and Tricks Title:330 Java Tips and Tricks Download Link: Click Here Revie … more →

Tags: Java

Few useful shortcuts in Eclipse

niamathbasha wrote 1 week ago: To copy selected rows : ctrl + alt + [up or down]key To move selected rows up or down : alt + [up or … more →

Tags: Flex, Java, AS3

Windows Programming/Handles and Data Types

maoye wrote 2 weeks ago: DWORD, WORD, BYTE, LPSTR, LPTSTR… It is a mess. http://en.wikibooks.org/wiki/Windows_Programmi … more →

Interpolation (Resizing) of a Bitmap image

Sijo wrote 1 month ago: #define PADBYTES 4 int Interpolation(BYTE* pbySrc, BYTE* pbyDest, int iSrcWidth, int iSrcHeight, int … more →

Tags: C, C++, CUDA, Multimedia, VC++, BMP, Bitmap, C#, Cuda

To Change the Sharpness of R, G,B values of a Pixel of the image

Sijo wrote 1 month ago: int SetSharpnessR(int iX, int iY, int iWidth, int iHeight, int iBPP, BYTE *pbySrc, double dbSharpnes … more →

Tags: C, C++, CUDA, Multimedia, VC++, BMP, Bitmap, C#, Cuda

To Change the Contrast of R, G, B values of a Pixel of the image

Sijo wrote 1 month ago: int ContrastR(int iX, int iY, int iWidth, int iHeight, int iBPP, BYTE *pbySrc, double dContrastValR) … more →

Tags: C, C++, CUDA, Multimedia, VC++, BMP, Bitmap, C#, contrast

To Change the brightness of a Pixel of the image

Sijo wrote 1 month ago: int BrightnessR(int iX, int iY, int iWidth, int iHeight, int iBPP, BYTE* pbySrc, int iBrightValR) { … more →

Tags: C, C++, CUDA, Multimedia, VC++, BMP, Bitmap, brightness, C#

To Change the Gamma of R, G,B values of a Pixel of the image

Sijo wrote 1 month ago: #define MAXVAL          255.0 #define GAMMACONSTANT   1 int SetGammaR(int iX, int iY, int iWidth, in … more →

Tags: C, C++, CUDA, Multimedia, VC++, BMP, Bitmap, C#, GAMA

To Change the Saturation of R, G, B values of a Pixel of the image

Sijo wrote 1 month ago: #define REDCONSTANT     0.299 #define GREENCONSTANT   0.587 #define BLUECONSTANT    0.114 #define LU … more →

Tags: CUDA, C, C++, VC++, Multimedia, VC, C#, Cuda, RGB

JQuery

arafatbd wrote 1 month ago: To add a class just use the following lines in your code but remember to add you JQuery Script. $( … more →

Dynamic Width of ComboBox (Small Tweak)

niamathbasha wrote 1 month ago: Recently I have gone through a situation where there will be a ComboBox and it will have a list of d … more →

Tags: Flex, combobox, tweak

Append Row Number to your table records

sanghvinirav wrote 1 month ago: Recently in one of projects during testing I required to append the row numbers to each of its recor … more →

Tags: SQL Server, Row_No()

To generate Random float/double numbers in a given limit

Sijo wrote 1 month ago: Include these header files in you program and then use the given function. #define _CRT_RAND_S #incl … more →

Tags: C, C++, Visual Studio, Windows, XP, VC++, applications, VC, C#

Embedding font in Flex 4 (spark components)

niamathbasha wrote 1 month ago: Embedding fonts in Flex 3 can be achived by @font-face { src : url("comic.TTF"); fontFamil … more →

Tags: Flex, technical, CSS, font embedding, source, SPARK

Select All Text by Clicking on Text Field or Textarea Box

blackbeltreview wrote 1 month ago: This script highlight all text in textarea or text field (input tag) by clicking on it.  It allows u … more →

Add syntax highlighting when editing your .cu files in Visual Studio

Sijo wrote 2 months ago: Visual Studio .Net 2005 / Visual Studio 8: 1. If you don’t have a usertype.dat file in your … more →

Tags: CUDA

Concatenating Multiple Data Fields for the DataTextField Property1 comment

Jeff wrote 2 months ago: Many, many times I’ve had the situation where I want to bind a data-set or data-view to a Drop … more →

Tags: .NET Framework, Corneredge News, development, Tech Post, concatenate data, DataTextField, programming technique

YUV to RGB and RGB to YUV Conversions

Sijo wrote 2 months ago: Y = Luminance, the weighted average of R G B components. (0=black 255=white) U = Cb = Blue component … more →

Tags: C, C++, VC++, C#, Multimedia, Yuv, RGB

MP3 Frame Header Parser

Sijo wrote 2 months ago: Use the below code to parse the headers in the MP3 files. The code given below is compled and build … more →

Tags: VC, C#, Windows


Have your say. Start a blog.

See our free features →

Related Tags
All →

Follow this tag via RSS