|
1
|
DonationCoder.com Software / DC Member Programs and Projects / Re: Advanced Network Configurator
|
on: June 30, 2011, 04:57:56 AM
|
|
Hello everyone,
Apologies for taking the link down and for the delayed response. Link is back up again.
I made an executive decision 30 minutes after I uploaded the file. Reason: I didn't like the interface (sorry Conquer).
Well, I have been extremely busy for the last month. I have given the interface a complete overhaul and the code has been revised to accommodate the new interface. It took me longer than what I expected.
I tried my best to make sure the code is flexible, organized and functional. The software has been tested privately (at work) and I fixed every error reported.
I have tried to make sure the software behaves as a stable release rather than Alpha. Your feedback (positive or negative) is extremely important to me. No feedback discourages me from doing any further work on the project.
Concur: The interface was built with the TMS Component Pack.
Cheers
|
|
|
|
|
3
|
DonationCoder.com Software / DC Member Programs and Projects / Advanced Network Configurator
|
on: May 22, 2011, 08:59:52 AM
|
G'day all, how are you? It's been a long time  Hmmm 2 years? Anyway.... Advanced Network Configurator is my latest project. Advanced Network Configurator is an IP address changer and network tool allowing you to quickly and easily change the IP addresses of your network cards without going through multiple dialog boxes. This is done via separate network profiles for each network interface found on your computer. A network profile consists of an IP Address, Subnet Mask, Gateway Address and DNS records. Different network profiles can be applied by double clicking on the profile icon or via the system tray icon. The configuration for each profile is located on the right sidebar so you can easily view and change details without going through special dialog boxes. Advanced Network Configurator is aimed at computer professionals and onsite field engineers whose daily job is troubleshooting, fault finding and monitoring various IP equipment. Advanced Network Configurator is donationware. **** UPDATE ****Link is back up, GUI and code have been completely redesigned / rewritten and new features have been addedNEW SCREENSHOTS of the new release (still Alpha 1):Screenshot 1Screenshot 2Screenshot 3You can download Advanced Network Configurator from http://neobeta.net/downlo...edNetworkConfigurator.zipPlease provide feedback, suggestions and report bugs.
|
|
|
|
|
5
|
Special User Sections / N.A.N.Y. 2010 / NANY 2010 Pre-Release: Multiboot ISO Maker Alpha 7
|
on: October 31, 2009, 03:39:13 PM
|
| Application Name | Multiboot ISO Maker | | Version | 1.0 Alpha 7 | | Short Description | Multiboot ISO Maker (freeware) is an unrestrained graphical front end for mkisofs for Windows and a multiboot ISO creator. It supports all mkisofs options and it is aimed at people who know what mkisofs is and what is not. It is unrestrained because it supports all mkisofs options without any limits and you are not restrained to the bundled version of mkisofs. Multiboot ISO Maker works by placing all mkisofs options in a check list. You can activate and deactivate any mkisofs option by clicking on the item in the list. | | Supported OSes | Windows | | Web Page | A link to the Application Web Page | | Download Link | http://www.techopinion.ne...ads/mbim_alpha_07_R01.zip | | System Requirements | - A list of
- System Requirments
| | Version History | | | Author | SkyIDE | | Screencast | | Features- Activate/Deactivate MKISOFS options via an easy to use grid table with check boxes
- Shows/Hides activated options by highlighting them
- On the fly filter/search for options (search as you type)
- Shows/hides activates options in a check-list box
- Easy change project settings after creation
- Run Macros/Scripts (a sample script included)
ScreencastScreenshots[attachthumb=1] UsageUsing the ApplicationAlways, always back up your boot loader config file before using this alpha release. A few days back, I lost (blanked it out) my main GRUb4DOS configuration file (menu.lst) due to a bug. The error is now fixed but still, just make a back up copy. Please do not replace the bundled mkisofs.exe yet. Although it is possible, there are a few gothchas and should there be an error, it would be hard to track down if you replace the bundeled version. For now, for testing purposes please use the one included and then I will give clear instructions how to replace mkisofs.exe with you rown version and what you need to do. Known IssuesPlease understand that this is an alpha release and although while testing this latest version, I did not find any errors, no software is error free. If you find something wrong, chances are it was not done intentionally.
|
|
|
|
|
6
|
Other Software / Developer's Corner / Re: SkyIDE - Latest Release Information
|
on: November 24, 2008, 04:12:57 AM
|
I have released Alpha 4: Added support for Haskell files and the GHC compiler (Experimental); Redesigned the File Properties Dialog; Redesigned the Compiler Profiles Dialog; Added quick access popup menus for SkyIDE variables when building command strings; Many bug fixes, project icons, variables, compiling etc. Here is how the new File Properties dialog looks like along with the quick access popup menu to the SkyIDE variables: http://www.techopinion.net/images/FileProp.pngDownload: http://www.techopinion.net/downloads/SkyIDE2.x.zipNext I want to support Qt and MinGW and possibly integrate Qt designer but first I will have to learn how to use it It's been a long time since my Qt days...(KDE 1.3), back then I built the entrie GUI from code only.
|
|
|
|
|
9
|
Other Software / Developer's Corner / Re: SkyIDE - Latest Release Information
|
on: November 16, 2008, 04:56:00 AM
|
Hi Everyone, First I want to apologize for stopped keeping you up to date. There is only one reason for that. I felt bad; it started looking more like a spam or running a blog. So I decided to stop bumping up the thread to the top until I have something descent to show you and eliminate major bugs. Well, I think I *do* have something descent to show now. SkyIDE 2.0 Alpha 3 has been released Key features and official GUI can be seen here: http://www.techopinion.net/images/SkyIDE.pngDownload from: http://www.techopinion.net/downloads/SkyIDE2.x.zipP.S. SkyIDE supports variables and it is the only way to compile your projects and files. In Alpha 4, instead of remembering the variables, I will add a popup menu that will let you insert them. You can also use environment variables. ** If anyone has any questions or gets lost, please let me know!! I will explain. It can get a bit tricky. Now that I support variables, I can implement a SkyIDE command shell too. I have so many plans.... *** Things may seem complicated but really they are not once you realise how it all works. It's very flexible. P.S. My next compiler on the list of supported compilers is a Haskell compiler.
|
|
|
|
|
11
|
Other Software / Developer's Corner / Re: SkyIDE - Latest Release Information
|
on: June 20, 2008, 06:01:43 AM
|
Some new and more exciting features demonstrated here: http://www.techopinion.net/images/feature1.pnghttp://www.techopinion.net/images/feature2.pngI hope you like the new GUI. Overall process is good and I am quite excited about the new improvements. So far, the speed is still very fast. The only part that will slow things down a little bit is when I add the file structure, autocompletes etc. This is very complicated and terrifying and I've never gotten it right so far. I will try doing different things with it remove the bits that detect "for" loops, "while" loops, I believe it is unnecessary and it just slows things down. I will also revise the entire code/process.... P.S. Also, right clicking on the editor will now move the caret to that position. I should have done this ages ago....
|
|
|
|
|
12
|
Other Software / Developer's Corner / Re: SkyIDE - Latest Release Information
|
on: June 15, 2008, 01:52:46 AM
|
Update: The new code editor is out of the question. It does not support C++ unfortunately. Looks like I will either be staying with Scintilla which is an awesome editor or spend 120e for a commercial one but this one is way too expensive so I asked for a discount  Anyway I think you will be pleasantly surprised with this screenshot: http://www.techopinion.net/images/latest.pngYup, now you also have an Outlook-like calendar which in my opinion is very handy. Different events are stored on different dates and each time you click on a date, it shows you all the tasks for that day Also, I have done some thinking, although I will keep C++ support, the new SkyIDE will focus on supporting languages not currently supported by the more popular IDEs. This will involve a lot of scripting languages. I need to support something which isn't present however, first I have to finish re-implementing the same features as the original version. I know it sounds like a lot of work and it is but things will go much quicker as it will be based on same code with great improvements in manageability but it also depends on my free time. The "To Do" list replaces the "Collector" which I originally copied/got the idea from Maxthon  mine was not as good.
|
|
|
|
|
13
|
Other Software / Developer's Corner / Re: SkyIDE - Latest Release Information
|
on: June 08, 2008, 06:10:07 AM
|
Some very good news! The most critical bits have been successfully re-written and I have no doubt, this version of the code is highly efficient and well organized (so far). The speed is simply amazing and I am actually very happy with it. The document management including drag/drop of tabs is working well. Although this bit of code is based on the original (because the original was good), there is no MDI. Everything you see is MDI free. Check out the latest update and look: http://www.techopinion.net/images/gui.pngAll of the sick/shakey sections will be re-written. I hope, I really do hope, this code editor gives me all of the options of the original TScintilla, but we'll see. Either way, the new SkyIDE version will basically be a new program.
|
|
|
|
|
14
|
Other Software / Developer's Corner / Re: SkyIDE - Latest Release Information
|
on: June 06, 2008, 08:53:10 AM
|
The current code base has become very hard to manage unfortunately so I had enough today and I've started a complete re-write. I am getting rid of the MDI and this time I am using BCB 2006 as well as a different code editor. There are advantages + disadvantages with this. I don't know how long this will take. The good news is, the sections that compile the code are actually pretty good (I think). The good source sections will be cut and paste but the core will be completely re-written and this includes the MDI and the tabbed interface along with the project management etc. This should make the IDE very fast. In other words, the entire design will change so you can see it as a new program. Here is an idea of what I've started: http://www.techopinion.net/images/uitest.png Again, this is not final. A lot of things will change. At the moment, I am trying to convert the code for the tabs from the original to the new one. Instead of dealing with forms, I am now dealing with a stack of "edits" on the same page and showing/hiding them based on the tab index....
|
|
|
|
|
15
|
Other Software / Developer's Corner / Re: SkyIDE - Latest Release Information
|
on: June 04, 2008, 02:54:36 PM
|
Thanks for that guys! So, jumping on the Ribbon bandwagon? hehehe, I was sort of puzzled whether I should go with the Office 2003 look or the ribbon 2007 interface but I simply can't get over the look of office 2007 on Vista. It think it looks really nice so I decided to go with the ribbon UI.
|
|
|
|
|
16
|
Other Software / Developer's Corner / Re: SkyIDE - Latest Release Information
|
on: June 04, 2008, 08:13:49 AM
|
Hi there, Let the screenshot talk for itself: http://www.techopinion.net/images/new_skyide.pngI will not say much as I don't know if I can achieve what I want to achieve. - I might replace TScintilla with another syntax highlighting editor...one that came with the tools I bought. I am not sure how powerful it is but it looks *very* promising. I hope it has the features I hope it does. If this is the case....there will be a lot of work. - I am pretty confident I can dramatically improve the speed when launching many documents. I have some plans, I haven't tried them but they should work. Theoretically and logically it should work  The GUI you are seeing in that screenshot is halfly baked. P.S. Does anyone know where I can get some royalty free high quality good looking icons? I am not very good with using paint tools.
|
|
|
|
|
18
|
Other Software / Developer's Corner / Re: Questions...Before I get in legal trouble, I'd better ask around
|
on: May 12, 2008, 04:19:07 AM
|
|
Unfortunately the developers of Ultimate Boot CD have not responded thus far to my request to include their ISO. I would take this as a no and I will respect it despite the GPL. This means, UBCD will have to be excluded if they don't respond by the time I get a green light from sourceforge.net however I will post extremely easy instructions of how to include UBCD yourself. It will be extremely easy. I will leave the menu entry, I will just comment it out. All the user will have to do is uncomment the entry and copy the required files into the root dir of MRD's file system:
custom dosapps images menus tools website
All the user will have to do is extract the UBCD ISO, copy these folders to the root of MultiDistro Rescue Disk's file system and uncomment the commented entry for UBCD and simply run the BuildISO.bat. A new ISO will be generated and that's it.
For now, I am still waiting for sourceforge.net to authorise the project as I have to use their servers to upload the ISO.
|
|
|
|
|
21
|
Other Software / Developer's Corner / Re: Questions...Before I get in legal trouble, I'd better ask around
|
on: May 09, 2008, 04:03:10 PM
|
Hey trhanks for that! I already notified asked the developers of Parted Magic and System Rescue CD and they are fine with it. I notfied Trinity's author and he didn't raise a concern. I don't think Clonzilla or GParted will be a problem but I think I will have to notify them too. UBCD, yes, I will have to let them know. Beermatt, you are right. The reason I included them on the root menu of the CD is so you can have a more direct access to these great utilities *and* it makes my menu bigger  Once I find replacements for them in the upcoming betas, I might remove them as you already mentioned they are included with UBCD. Tekzel  I am well aware I have been mentioning this for quite some time now. I had to wait for Trinity author's to release a new version of TRK. There was a problem with the boot volume with the older release of TRK and it was unable to boot when you do a multiboot CD. He kindly fixed the problem so a big thanks goes to him.
|
|
|
|
|
23
|
Other Software / Developer's Corner / Questions...Before I get in legal trouble, I'd better ask around
|
on: May 09, 2008, 06:04:24 AM
|
Hi there, Well, as you may already know I recently announced a multi-boot multi rescue CD: http://www.donationcoder....m/index.php?topic=12756.0I'd like to let you know that the CD has been completed and Beta 1 is ready to be released. These are the distros I have included: http://www.donationcoder....m/index.php?topic=12756.0System Rescue CD Trinity Rescue Kit GParted Parted Magic Clonezilla Ultimate Boot CD for DOS CDLinux NT Offline Password Recovery FreeDOS memtest86 GAG boot Manager Darik's Boot & Nuke You are presented with a multiboot menu that lets you launch these operating systems (one per session of course). My question/fear is this. As far as I am aware all of these are all 100% open source GPLed distros especially the Linux ones. Is there anything that I should be aware off before releasing this to the wild? Any copyright trademarks that belong to companies? There is no source code to include, it's all in configuration files. The closest thing to a source code I can include is the batch file which consists of the following command: mkisofs -o livecd.iso -r -J -l -b isolinux/isolinux.bin -c isolinux/boot.cat -V TechCD -no-emul-boot -boot-load-size 4 -boot-info-table . mkisofs.exe will also be included in the ISO. So this means, if you extract the ISO and you run the BuildISO.bat batch file, the ISO will be recreated because the " source" is that as well as the config files inside the dir's file structure in iso_root/gui and iso_root/isolinux. Newest and best screenshot here: http://www.techopinion.net/images/beta1.pngP.S. mouser, this has already been announced, I wasn't sure where to post my topic so I apologize if I ended up in the wrong forum.
|
|
|
|
|
25
|
Other Software / Developer's Corner / Re: SkyIDE - Latest Release Information
|
on: April 26, 2008, 05:02:56 PM
|
 Thanks guys  Thank you for your appreciation and understanding. Not just that, but lately I am a lot busier (in a good way) than what I used to be in the past. I've done Java before and I think Java is a *very* attractive language. There isn't one thing that I don't like about Java. I reckon it's really a great language. As far as MS vs Borland...I reckon Borland has world's greatest developer tools. Borland is a great company. Great customer service, great help and great people. They always help you. They even called me, returned my call when I first started dealing with BCB. I knew from the start it's a great company. Whenever I actioned a service request, they *always* replied, they always helped. Also what I like about BCB is the ease of use. Everything is made easy. You can pick up the VCL in a matter of minutes (considering you are familiar with C++ and OOP). I love the VCL concept of implementing things. Don't get me wrong, I am sure Visual Studio is a great tool but personally I am not used to it.
|
|
|
|
|