ShareThis

Showing posts with label Project. Show all posts
Showing posts with label Project. Show all posts

Wednesday, August 1, 2012

HazeCity - Upcoming HL2 / Gmod RP / City Warfare DM



Been spending a lot of time working on an upcoming city warfare hl2/ gmod map. So far there are a lot of close buildings and areas in a small two street city block.

Tuesday, April 3, 2012

new racquetball app coming from evonsdesigns




Monday, February 6, 2012

DroidSmart Pre-Alpha screenshots

I need a place to store these...They are rough design pics for an app im working on. DroidSmart













Wednesday, February 1, 2012

C# Website Image Downloader is here! ImageGrabber


After a couple weeks of work… Im proud to pronounce ImageGrabber Free!
Why use it? - It will scour a page for any images and download them for you to the requested filefolder.
- You’ll never have to manually save every image again.
- The ImageGrabber uses an advanced crawler that can crawl an entire domain, or the whole internet!! THE WHOLE INTERNET~~~
How to use it: You select a file folder, then paste your site URL, and select the crawler depth. Then crawl! Watch as your folder populates or the log refreshes with progress!
What is the catch? No catch. ImageGrabber Free will be offered with reduced capability. A pro version will be released later this year that gives users the most customizable experience.
Features that will be in pro: - Crawl ALL –> Every link given in will be processed.
-
File size restrictions. (Set lower / upper bound limits on file sizes to keep)
- FolderSort –> Sort images based on similar names
- StraightToZip –> Sort images based on similar names, then send to Zip files.

Monday, January 2, 2012

Download Images from Webpages Application

I present, from EvonsDesigns:

ImageGrabber Free (1.0.1)


Easily download and save images from websites in this free and easy-to-use application. Download files coming soon!

keywords: free forum image downloader, free download images from website, download all images from a website free, free image downloads, free image downloader, free image downloader software 2012, free image downloader crawler, best image downloader software, mass image downloader, bulk image downloader

Monday, November 7, 2011

[JAVA] Thread Crawler & Bulk Image Downloader


My latest project; a thread crawler and bulk image downloader through Java. This project was easier than expected with only a few roadbumps on the way that were solved pretty quickly.

Here is how the process works:

When you first start the application, it asks to paste  all urls (currently only accepts one at a time, but future versions will allow bulk copy paste.

So, lets crawl a thread. For example, I will use this thread:

From here, the program will analyze the links on this page. It will save all same-domain links and crawl those for images (this is handy when most picture sites have thumbnails that lead to full-size images). Those "children" URLs are crawled after the main url is crawled, and any image over a given size (Im using 15KB) is then saved via byte Stream to the project folder. The byte Stream is not the fastest utility, but it works ok and gives you time to hunt other picture sites while it works.

From here, the process iterates over the  given list of user-submitted URLs and those URLs' children URLs; scouring them all for pictures.

Download log:

And now to see the final product...


Final notes:

Ive noticed some imperfections with the code as far as websites go. Some websites have had more problems parsing than others, and popular items such as Google Images don't work at all. Future implementations will contain special cases for those popular websites.

Business Aspect:

While this was a relatively easy project; there is room for marketing it as an independent application (although, in such an early beta, it would not go live for quite some time.) It would require some reworking and polishing, as well as developing an attractive, and easy-to-use graphical user interface.

I hacked together a simple GUI for it:

However, this is done in NetBeans while my project is in Eclipse. I dont necessarily have the patience to port either to the other, so while Im just using this for personal use, I'll stick to Eclipse's System.in.











Tuesday, October 18, 2011

Ames Local–An Android App coming soon…

Program Manager_2011-10-18_22-35-57

Here is a very early alpha screenshot of Ames Local – an android 2.2 app similar to Urbanspoon but made just for Ames, Iowa. You’ll find specials and information unique to the bars and restaurants in campustown and downtown!

Copyright ©2011 EvonsDesigns

Saturday, May 14, 2011

Warez-BB AutoFormat 2.0 Project near completion

What started off as a small-time thread-generator has turned into an entire management system. This project originally started off with the idea of complete automation of the posting process with the potentiality of a random-download-upload script to fully automate the sharing process.


On the left is the original project I started. It was simply an auto-BB code formatter to simplify the posting process with the ability to manage multiple entries via the tabbing system. While it was simple and worked effectively, it didn't satisfy my desires to fully micro-manage an uploading scene. So I scrapped the project and started over from scratch with the AutoFormat 2.0 project.















Functionality:
- Save & Load lists
- Store entire information about a file upload including host, title, year, graphics, urls, description, and password.
-Format to BB Code, HTML, potential to create whatever output mode desired (fully format the formatting system).
- Archive entries after they have been used and no longer need to be immediately accessed.
- Plenty of room for additions, improvements, additional features

 So... There has been some vast improvements, a lot of bugs to deal with that Ive been hammering out. Pretty soon I'll be starting a new project, the next post will highlight that.

Wednesday, March 23, 2011

The Warez BB AutoPoster Project

 5/14/11 Update  - This project has been scrapped and replaced 
with my AutoFormat 2.0 Project.

You may have heard names like thierry0wnz or sparhawk in the filehosting scene- big names of uploaders that have their own customized programs that allow for entire automation of the sharing process. Well, after sticking my foot in the water of the business, I finally decided that should I continue, I ought to create something like these guys. So I reveal today a very simple, basic shell, that has been made pretty much out of testing and searching; my Warez-BB AutoPoster:


Once complete, there will be options for each type of upload. Since Im still in the design stage, I've only been working on Music:



How it works; well, plain and simple, there are few people who post original content. Most content are reposts of others. This simplifies that reposting process. Copy the title, the graphic url, then submit your own filehost urls, copy the description and enter a password if applicable, then generate the BB code.

The future versions of this process will then select your account (as shown by Alias), then login using your credentials to WarezBB and make the post under the appropriate section.

Thoughts and comments appreciated.