Write a binary file





ranking Sort Sort   |   date Sort Sort   |   member Sort Sort
Syndication

7
Date Submitted Mon. Nov. 14th, 2005 7:05 PM
Revision 1
Helper ses5909
Tags File | Perl | Size
Comments 1 comments
Get a FileSize
7
Date Submitted Wed. Mar. 29th, 2006 11:31 AM
Revision 1
Helper digitaljunkie
Tags compress | File | gzip | Perl
Comments 0 comments
Need to GZip a file using Perl?

Use Compress::Zlib.

This is a simple perl script which creates a GZip file.
7
Date Submitted Sat. Oct. 22nd, 2005 5:19 PM
Revision 1
Helper ses5909
Tags CheckBoxList | CSharp | Populate | Values
Comments 2 comments
Dynamically Populate a CheckBoxList in C#
7
Date Submitted Fri. Nov. 11th, 2005 6:13 PM
Revision 1
Beginner XStatic
Tags CSharp | Exception | Format | Stack
Comments 0 comments
Unwind and Format Exception Stack
7
Date Submitted Mon. Feb. 20th, 2006 7:04 PM
Revision 1
Beginner RRSands
Tags Clipboard | CSharp | NETCF2.0
Comments 0 comments
Prior to NETCF 2.0, this was a royal pain. Now, it's pretty straight-forward.

These three related functions provide basic Clipboard operations for text. While not terribly useful by themselves, they become more useful when attached to a field's context menu or, better yet, implemented in a custom control.
7
Date Submitted Thu. Nov. 17th, 2005 8:43 PM
Revision 1
Coder mattrmiller
Tags CheckSum | File | Java
Comments 0 comments
File CheckSum
7
Date Submitted Thu. Mar. 16th, 2006 11:17 PM
Revision 1
Coder mattrmiller
Tags File | Java | Move
Comments 1 comments
Move a file quickly in java.
6
Date Submitted Tue. Jul. 25th, 2006 11:14 AM
Revision 1
Helper eriveraa
Tags CSharp
Comments 0 comments
This is a function that receives a dataTable and return it in a pivoted way.
6
Date Submitted Thu. Oct. 5th, 2006 9:56 AM
Revision 1
Beginner bjcogdill
Tags CSharp
Comments 0 comments
If anyone has tried using the .NET Graphics API, they know that replacing pixel colors takes a long time to complete. I did some research and found a good source. This code will adjust the color to greyscale by Binary.
The page is http://www.navicosoft.com/software_articles/softwares_articles_index.html for more information. It is under Basic Image Processing in the list of articles.
5
Date Submitted Fri. May. 25th, 2007 8:09 PM
Revision 1
Beginner Jax
Tags CSharp | IServiceProvider
Comments 2 comments
A simple implementation of IServiceProvider for use in plugin style architectures.