EmbLogic's Blog

Author Archives: saurabh.gulia

Yum not working

when i give this command :yum install telnet telnet-server i got this error : Gathering header information file(s) from server(s) Server: Red Hat Linux 14 – i386 – Base retrygrab() failed for: http://mirror.dulug.duke.edu/pub/yum-repository/redhat/14/i386/headers/header.info Executing failover method failover: out of servers … Continue reading →

Posted in Uncategorized | Tagged | Leave a comment

Query related to Structure’s Assignment

wap to display software timer using structure with pointers. how to start this??

Posted in Uncategorized | 1 Comment

query regarding bit shift operations

#include<stdio.h> int main() { int i=255; i=i<<24; i=i>>24; printf(“%d”,i); return 0; } output is : -1 how??

Posted in Uncategorized | 3 Comments

work status

compression and decompression complete. successfully implemented linked list concept.  

Posted in Uncategorized | Leave a comment

project status

getting errors in compression

Posted in Uncategorized | 1 Comment

project status

completed master array successfully.

Posted in Uncategorized | Leave a comment