Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 

Search In

Does anybody know reliable way to get MAC address of Client PC using ASP.Net / C#

Does anybody know reliable way to get MAC address of Client PC using ASP.Net / C#. I am using framework 3.5. Below is the code I am using working fine on locally / IIS. But this works on a site having full trust level. But doesn't work with med

List of Important A to Z Windows CMD Commands

Hello All, In this Blog, I going to explain A-Z list of Windows Command Line Interface (CMD) used in day to day life of windows user. When you have problem in CMD , you can refer to t

Meteor SocketIO Client-server Connection Not Established

I’m trying to connect a client app locally deployed to a server app I deployed to heroku, using socket.io. The app works great locally but I can’t establish the web sockets when deployed to heroku.   My server code:   impor

How to send email in mac os

Following code can be use to send email in mac os: -(IBAction)sendEmailClicked:(id)sender { NSString *recipient; NSString *mailsender; NSString *mailsubject; NSString *mailmessage; recipient = [reciever stringValue]; mailsend

10 Awesome High-Tech Gadgets for Teachers

  If you are a teacher looking for the best high-tech gadgets so to make your life easier, or if you are someone trying to get a special present for a geek teacher, here are ten of the most awesome high-tech gadget in offer nowadays. They wi

Cut image through code in mac os

Method to cut image in Objective-c/cocoa (OSX) -(IBAction)cutItem:(id)sender { hasBeenDragged = NO; NSImage *_sourceImage = [self image]; float width = selectedArea.size.width; float height = selectedArea.size.height; float cente

How to convert CIImage to NSImage

You can convert CIImage to NSImage by using the following function: -(NSImage*)fromCIImage:(CIImage*)ciImage { NSCIImageRep *imageRep = [NSCIImageRep imageRepWithCIImage:ciImage]; NSImage *_image = [[NSImage alloc] initWithSize:[imag

How to convert NSImage to CIImage

To convert NSImage to CIImage following function can be used. -(CIImage*)fromNSImage:(NSImage*)image { NSData * tiffData = [image TIFFRepresentation]; NSBitmapImageRep * bitmap; bitmap = [NSBitmapImageRep imageRepWithData:tiffData];

How to convert NSImage to NSImageRep

You can convert NSImage to NSImageRep by using the following method: - (NSImageRep*)bitmapImageRepresentation:(NSImage*)image { NSArray *ret =[image representations]; for(NSImageRep *rep in ret) if([rep isKindOfClass:[NSImageRep clas

Top 5 Cross-Platform Mobile App Development Tools You Should Use

Picking the right development tool is a critical part of building a good app. But there are certain factors that come into play when you’re trying to decide which tool is the best.     Often times, the platform that you want to b

prev 1 3 11
Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: