Today I have found SNMP4J - Free Open Source SNMP API for Java ;It looks to be more professional than I had used before
It includes a nice feature [Row-based efficient asynchronous table retrieval with GETBULK] ... so my SnmpGetRow class -that I have inspired its implementation from SnmpWalk- will be of no use any more.
I hope that I will be able to port CLNM to use SNMP4J instead of JoeSnmp
(*) AdventNet Simulation Toolkit help to test SNMP based applications with out a real SNMP Agent.
Wednesday, July 20, 2005
Monday, July 18, 2005
Unit Testing
How many times we have to develop some sort of applications like a Console or Forms applications to test a class library.
Unit testing is a standard way of testing; .net code can be tested using nUnit
nUnit is a tool that runs the tests you create and show the result is avery organized way.
TestDriven.NET is a tool that enable runnig the tests from within Visual Studio
Read the tutorial on nUnit web site ;it is a fast start
Unit testing is a standard way of testing; .net code can be tested using nUnit
nUnit is a tool that runs the tests you create and show the result is avery organized way.
TestDriven.NET is a tool that enable runnig the tests from within Visual Studio
Read the tutorial on nUnit web site ;it is a fast start
Sunday, July 10, 2005
New Job ( 1st Week passed )

One week passed since I joined ITWorx; the last week was full of training and meetings and today I have been announced on the company intranet as a senior software engineer (Sn.SWENG)
I will start my tasks beginning from tomorrow in a distributed .net application.
Wish( Me.BestWishes( ) )
Tuesday, July 05, 2005
Eclipse Eclipse ... What is going on
Eclipse the IBM initiated open source development IDE and framework has been now in version 3.1
The open source nature acquires tool developers to create plug-ins for GUI building and UML modeling and more
Even major players in development tools are saying that they will use Eclipse as the framework to build the next generation development tools instead of their own technology:_
Borland JBuilder -> Borland Announces JBuilder® Product Roadmap
Macromedia -> Macromedia aligns with Eclipse
another nice open-source project is EasyEclipse which packs many open-source tools and plug-ins along with Eclipse as one package
The open source nature acquires tool developers to create plug-ins for GUI building and UML modeling and more
Even major players in development tools are saying that they will use Eclipse as the framework to build the next generation development tools instead of their own technology:_
Borland JBuilder -> Borland Announces JBuilder® Product Roadmap
Macromedia -> Macromedia aligns with Eclipse
another nice open-source project is EasyEclipse which packs many open-source tools and plug-ins along with Eclipse as one package
Sunday, July 03, 2005
New Job
Today I have started my new job; Software Engineer in ITWorx
I have met my team members, given a brief about the project I am going to join, and assigned a place to work
I have given a nice email esam.salah@itworx.com and assigned some technologies to start reading and practicing (SPS, .net Remoting, COM+, MSMQ )
I hope I will be good to know all of this in just a week
I have met my team members, given a brief about the project I am going to join, and assigned a place to work
I have given a nice email esam.salah@itworx.com and assigned some technologies to start reading and practicing (SPS, .net Remoting, COM+, MSMQ )
I hope I will be good to know all of this in just a week
Thursday, June 23, 2005
Car PC !!
Alot of people are putting PCs into their cars
I have got some links here :
http://www.jpstewart.net/CarBlog/
http://channel9.msdn.com/ShowPost.aspx?PostID=26133 <*has many links*>
350Z Video and Navigation Modifications w/ PC
I have got some links here :
http://www.jpstewart.net/CarBlog/
http://channel9.msdn.com/ShowPost.aspx?PostID=26133 <*has many links*>
350Z Video and Navigation Modifications w/ PC
Sunday, June 19, 2005
Excel Oddities: Hijri Dates
Excel Oddities: Hijri Dates
In Excel XP (2002) any cell with text statring with A1-1 will be interpreted into a hijri date !!
In Excel XP (2002) any cell with text statring with A1-1 will be interpreted into a hijri date !!
Wednesday, June 08, 2005
ASP.NET on Linux
The Code Project - Visual Studio .NET IDE for Linux! - Product Showcase
Extend your career by this very nice project; a VS.net plugin that can host .net application on Linux.
And even develop all the stuff on your windows machine using a Free Virtual machine
Extend your career by this very nice project; a VS.net plugin that can host .net application on Linux.
And even develop all the stuff on your windows machine using a Free Virtual machine
Monday, June 06, 2005
Helpmaster - HTMLHelp, HTML, Help
Helpmaster - HTMLHelp, HTML, Help
the world's largest selection of WinHelp, HTMLHelp and HTML related files and hints
the world's largest selection of WinHelp, HTMLHelp and HTML related files and hints
Wednesday, May 11, 2005
How to enhance MTSIC
Tuesday, May 10, 2005
Processing
Processing 1.0 (BETA)
is a programming language and environment for people who want to program images, animation, and sound. It is used by students, artists, designers, architects, researchers, and hobbyists for learning, prototyping, and production. It is created to teach fundamentals of computer programming within a visual context and to serve as a software sketchbook and professional production tool. Processing is developed by artists and designers as an open-source alternative to commercial software tools in the same domain.
May I use it some day for any creative idea
is a programming language and environment for people who want to program images, animation, and sound. It is used by students, artists, designers, architects, researchers, and hobbyists for learning, prototyping, and production. It is created to teach fundamentals of computer programming within a visual context and to serve as a software sketchbook and professional production tool. Processing is developed by artists and designers as an open-source alternative to commercial software tools in the same domain.
May I use it some day for any creative idea
Tuesday, December 28, 2004
The Software Process Dashboard Initiative
Software is a mental production .. a developer use his mind before touching the keyboard .. always we forget documneting our work
We don't feel with time while we are developing .. we can not measure our efforts
I found a way of measuring software production and a free tool to do so ..
The Software Process Dashboard Initiative
We don't feel with time while we are developing .. we can not measure our efforts
I found a way of measuring software production and a free tool to do so ..
The Software Process Dashboard Initiative
Monday, November 29, 2004
Sunday, November 28, 2004
NakedObjects , FireBird , & more
today I found a link on MSDN to http://www.theserverside.net/talks/index.tss
where I found an article about a framework called NakedObjects
http://www.theserverside.net/articles/showarticle.tss?id=NakedObjects
http://www.nakedobjects.org/
It is a nice idea .. where that you can use this f.w. to eliminate writing layers and layers of code ; I hope that I can test it soon.
A nice project called FireBird an Open source SQL RDBMS www.firebirdsql.org it has a JDBC and .NET adapters .. thaks to open source .... we can now use a RDBMS embedded into our applications without license !!!
where I found an article about a framework called NakedObjects
http://www.theserverside.net/articles/showarticle.tss?id=NakedObjects
http://www.nakedobjects.org/
It is a nice idea .. where that you can use this f.w. to eliminate writing layers and layers of code ; I hope that I can test it soon.
A nice project called FireBird an Open source SQL RDBMS www.firebirdsql.org it has a JDBC and .NET adapters .. thaks to open source .... we can now use a RDBMS embedded into our applications without license !!!
Sunday, November 21, 2004
Subscribe to:
Posts (Atom)