Friday, November 21, 2008 Register  Login
Viewing Category

Entries for the 'Text File Splitter' Category

Text File Splitter to the rescue!

 137 Views ::  0 Comments RSS comment feed

Today, I had the opportunity to be the hero/savior of the day. The marketing department of my employer has been sending some data to be analyzed by a third party. One of the files was a monster 2.2 gig text file.

None of the text editors that we tried could cope with this titanic file. So at a conference call, we were going back and forth trying to find a solution to this dilemma. I suggested to split it up into more manageable chunks. I got Text File Splitter and let it work on this file.

So it took about 36 minutes to split this file into eleven (11) 200 meg chunks, and a remainder 68 meg file.

Nice!

posted @ Thursday, May 01, 2008 4:19 PM by Hector Sosa, Jr

Actions: E-mail | Permalink | Share on Facebook Google bookmarks Kick it! DZone it! del.icio.us

New Years Letter (Plans for 2008)

 295 Views ::  9 Comments RSS comment feed

Happy New Year!

I wanted to start a new tradition of writing a letter every year. I want to mostly touch on where I was and where I'm going.

I spent last year (2007) getting ramped up on coding PainlessSVN. I also released two free utilities, SVN Backup Widget and Text File Splitter, that I created myself, and a third one, WinTivoDecode, from a friend. I've also been working with AdWords and several bloggers to spread the word about PainlessSVN. I had combined downloads of over 25K for all products. And this is not counting the two open sourced projects that I started and maintain.

I learned a lot from other micro ISV bloggers. There are so many of you out there! I'm heartened by your successes and hope to join your ranks in 2008.

Roadmap for 2008

Roadmaps are something that are fairly hard to predict when you are a one man company, especially with software. One thing that I know for certain, is that I will be changing the current tag line from "Where the command-line meets the GUI" to "Taming IT Operations." I worked in IT Operation during the first 6 years of my career, and I always enjoyed creating utilities to automate things. I want to focus my energies this year in helping IT people tame IT Operations with software.

PainlessSVN

The very first thing I want to do is release PainlessSVN Professional version 1.0. As some of you have noticed, I have pulled the beta download. I haven't received any problem reports in more than 3 weeks. I didn't see the point of having an open beta anymore.

I had a couple things holding back the release of PainlessSVN; payment system (ecommerce) and licensing. I got my payment system working just last week. I'm using a DotNetNuke (DNN) module called ActivePurchase, from Active Modules. This lets me integrate payments with the DNN framework and other useful modules for CRM and help desk. I will support PayPal when I first launch. So payment is now officially taken care of.

The second thing is licensing. I'm using Infralution for this. The actual holdup is that I want to automatically issue keys as soon as the payment is confirmed. ActivePurchase has something called Custom Actions that lets me add a custom business logic to the purchasing funnel by creating an assembly in .NET. The author is supposed to release the API docs for this tomorrow (Monday Jan 14th).

I will be releasing an extra couple editions of PainlessSVN shortly after the release of the Professional editions. These will be:

  • Standard - This will have just the basics for server and repository maintenance. It will also be cheaper than the Pro edition.
  • Portable - This will allow you to run PainlessSVN from your favorite USB flash drive.

Free Utilities

I also want to release at least two new free utilities. One of them will be a text file joiner to compliment my text file splitter. The second utility is a program that I created when I needed to monitor data integrations at a contract. Its current name is NSQLAudit. It is already coded. I just need to polish for release. I might create a professional version depending on demand. I'm also open to other ideas that you will like to see implemented.

I really appreciate the feedback that I have received. My hope is that you feel that you are getting good service and that my utilities help your work be less tedious. I also hope that these are helping you deal with some unpleasant tasks faster, so that you can get to the fun stuff quicker.

Here's to the new year!

posted @ Sunday, January 13, 2008 6:43 PM by Hector Sosa, Jr

Actions: E-mail | Permalink | Share on Facebook Google bookmarks Kick it! DZone it! del.icio.us

Tools and utilities that I use

 325 Views ::  0 Comments RSS comment feed

Here's a list of the tools that I use for both programming and maintaining my website:

Programming

.NET Libraries

Intallation

Databases

  • SQL Server 2000
  • SQL Server 2005 Express Edition
  • SQL Server 2005 Compact Edition
  • SQLite - http://www.sqlite.org

Graphics

Website

System Administration

Project Management

These tools are the ones I want to use, but for lack of funds, time, or knowledge, I haven't been able to incorporate into my practices:

I'm just amazed at the sheer number of programs that I'm using. I'm pretty sure I left out some, since I did this from memory. A couple of these are just way too expensive at this time. I'm  hoping to purchase them with the proceeds of the sales from the first version of PainlessSVN. This is one of the few disadvantages of growning a company organically.

I have been making a habit to purchase applications and apps from microISVs. I also check the Business of Software forums and Larkware News for other microISVs for tools that could make my life easier.

posted @ Saturday, August 11, 2007 7:39 PM by Hector Sosa, Jr

Actions: E-mail | Permalink | Share on Facebook Google bookmarks Kick it! DZone it! del.icio.us

Text File Splitter 1.0 released!

 245 Views ::  0 Comments RSS comment feed

I just put up a zip file with this nifty text file splitting utility.



It also has a command line for those people that want to use it in batch jobs. Anyways, go to the Free Downloads to get it.

posted @ Tuesday, July 10, 2007 1:05 AM by Hector Sosa, Jr

Actions: E-mail | Permalink | Share on Facebook Google bookmarks Kick it! DZone it! del.icio.us

Still working on Text File Splitter

 232 Views ::  0 Comments RSS comment feed

I'm still a bit behind on Text File Splitter. It's actually coming along nicely. I forgot how much of a hack the original code was. It's in pretty good shape now. I should be testing it tonight. I'm hoping to release this in the next couple days.

posted @ Monday, July 02, 2007 10:04 AM by Hector Sosa, Jr

Actions: E-mail | Permalink | Share on Facebook Google bookmarks Kick it! DZone it! del.icio.us

Text File Splitter screenshot

 210 Views ::  0 Comments RSS comment feed

Here's a preliminary of the text file splitter's UI:



This will probably change just a tad, but not much. I'm finishing integrating the code from other projects. You should see the download for this shortly.

posted @ Friday, June 22, 2007 2:57 PM by Hector Sosa, Jr

Actions: E-mail | Permalink | Share on Facebook Google bookmarks Kick it! DZone it! del.icio.us

Text File Splitter coming soon

 242 Views ::  0 Comments RSS comment feed

One problem that I encounter quite often is splitting large text files. There's plenty of binary splitters out there. I needed something that did specific things for text files. I grew quite annoyed at not finding something, so I created a utility to help me at my day job.

This little program does the following:

  • Split by number of lines
  • Split by size
  • Keep the first line for each new file chunk
  • Has a Winforms UI
  • Works on the command line

I just couldn't believe that there wasn't something out in the public that did this. The utility is done, and I use it at work regularly. I'm in the process of cleaning up the UI and finalizing the command-line parameters.

I'll make another post once I am done cleaning it up. This will be free!

posted @ Thursday, June 21, 2007 10:30 PM by Hector Sosa, Jr

Actions: E-mail | Permalink | Share on Facebook Google bookmarks Kick it! DZone it! del.icio.us
Terms Of Use | Privacy Statement | SystemWidgets
Copyright 2002-2008 by SystemWidgets