
Search In
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
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
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
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
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
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
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
To convert NSImage to CIImage following function can be used.
-(CIImage*)fromNSImage:(NSImage*)image
{
NSData * tiffData = [image TIFFRepresentation];
NSBitmapImageRep * bitmap;
bitmap = [NSBitmapImageRep imageRepWithData:tiffData];
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
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