Welcome Guest.   Make a donation to an author on the site May 20, 2013, 07:09:31 AM  *

Please login or register.
Or did you miss your validation email?


Login with username and password (forgot your password?)
Why not become a lifetime supporting member of the site with a one-time donation of any amount? Your donation entitles you to a ton of additional benefits, including access to exclusive discounts and downloads, the ability to enter monthly free software drawings, and a single non-expiring license key for all of our programs.


You must sign up here before you can post and access some areas of the site. Registration is totally free and confidential.
 
Check out and download the GOE 2007 Freeware Challenge productivity tools.
   
  Forum Home Thread Marks Chat! Downloads Search Login Register  
  Show Posts
      View this member's profile 
      donate to someone Donate to this member 
Pages: Prev 1 [2] 3 4 5 6 7 ... 31 Next
26  DonationCoder.com Software / Mircryption / blowssi - mircryption compat for irssi - v0.2.0 - Jan 03, 2011 on: March 29, 2011, 01:57:29 PM
blowssi is a an irssi cryptography script.

Download from official web page: http://linkerror.com/blowssi.cgi

Key features:
  • Compatible with mircryption and FiSH.
  • Supports both cbc and ecb encryption modes. (to use cbc encryption just prefix the key with cbc: )
  • Blowssi is Free (both as in freedom and as in beer) software (licensed under the GNU GPL v3)
  • Blowssi will work on any platform perl and irssi work on.
  • dh1080 key exchange (since 0.2.0)

Requirements:
  • perl (...duh)
  • Crypt::ircBlowfish (see bundeled zip file, but also available from donationcoder.com)
  • Crypt::ircDH1080 (see bundled tar.gz file)
  • Crypt::CBC (on gentoo you can just: emerge dev-perl/crypt-cbc)
  • MIME:Base64 (on gentoo you can just: emerge perl-MIME-Base64 (which is a virtual package) or emerge perl-core/MIME-Base64 though you probably already have it.)
  • irssi (... duh!)

Installation:
  • First make sure all requirements are installed (see above).
  • To install, just put the script in ~/.irssi/scripts and put this in your ~/.irssi/startup :
  • /load ~/.irssi/scripts/blowssi.pl
             
More detailed installation instructions: http://mewbies.com/how_to...si_for_irssi_tutorial.htm
27  Main Area and Open Discussion / Living Room / Re: The Official DonationCoder.com card game: CodyCards on: March 29, 2011, 12:20:55 PM
Looks good! smiley

But yes, a codycards specific thing would be neat smiley I imagine, with a graphic of cody in a cage filled with coins, and lots of things coming at him (the predators and weapons etc on the cards) smiley
28  Main Area and Open Discussion / Living Room / Re: The Official DonationCoder.com card game: CodyCards on: March 29, 2011, 12:03:27 PM
If you're going to have the cards professionally printed, shouldn't you have a design for the back?
29  DonationCoder.com Software / Programmer Libs / Re: PythonProtoCards - Prototype Card Game Images - v1.2.01 - 3/25/11 on: March 25, 2011, 12:23:33 PM
As having played fun games made with this library, I can only recommend it! smiley
30  Main Area and Open Discussion / Living Room / Re: Amazing LEGO Great Ball Contraption Breaks World Record on: March 19, 2011, 11:01:10 AM
This is extremely awesome.
I wish lego wasn't as expensive as it is Sad
31  Other Software / Developer's Corner / Re: Discussion of CMS suggestions for the DC software directory on: March 02, 2011, 05:09:17 PM
Yeah, but it's still what would be ideal.
I wish there was a CMS LIBRARY instead of a CMS webapp. This would make life so much easier in terms of integration. And not just for DC, but for umpteen other projects i have going Sad
32  Main Area and Open Discussion / General Software Discussion / Re: What's your favorite eBay/auction helping software? on: February 24, 2011, 02:46:13 PM
i like auctionsieve, it's cross platform smiley
33  Main Area and Open Discussion / Living Room / Re: Black ops: how HBGary wrote backdoors for the government on: February 23, 2011, 06:23:25 AM
HBGary Execs Run For Cover As Hacking Scandal Escalates
http://blogs.forbes.com/a...acking-scandal-escalates/
34  Main Area and Open Discussion / Living Room / Re: Black ops: how HBGary wrote backdoors for the government on: February 23, 2011, 05:36:46 AM
http://lcamtuf.blogspot.c...1/02/world-of-hbgary.html

Linked in the above post is a link to the details of the attack, how hbgary got compromised: http://arstechnica.com/te...ry-of-the-hbgary-hack.ars
35  Main Area and Open Discussion / Living Room / Re: Black ops: how HBGary wrote backdoors for the government on: February 20, 2011, 02:14:03 PM
http://92.241.162.216/hbgary/

Mirrors:
36  Other Software / Developer's Corner / Re: Registrations on Websites: User Chosen Password vs. Assigned Password? on: February 17, 2011, 02:28:30 PM
This one is easy:

It's just a matter of risk assessment, like anything in real-world security.

A generated password is better.

The chance is FAR greater that a person will chose a weak or reused password than that their email will be sniffed.

In a perfect world, it would be even better if the password is shown to them after signup over https and not emailed.

37  Main Area and Open Discussion / Living Room / Re: which is more important, system ram or video ram? on: February 07, 2011, 12:50:14 PM
It all depends on what you want to do.

If you're not a gamer or 3d artist, then you don't have to think twice about it. System ram for sure, it's general purpose, and benefits almost any application. It allows you to do more heavy multitasking, etc,...

If you plan on playing games, or work in anything else 3d (3dsmax/maya/blender/etc) the story changes a bit. The amount of video ram will be a key factor on how much (3d) stuff you can show on the screen at the same time. (Amount of vertices, texture memory, etc,...) this is important for games, but also for anything else 3d. (Say you are doing detailed architectural design or something in a 3d application, you will start feeling it when your card is showing more geometry on the screen than it can handle) - Unfortunately, it gets more complicated in this arena. You also want to look at the gpu and memory clock rates on your video card. - If you plan to get a video card you should be looking at gpu and memory clock rate, and amount of memory.

Almost any modern video card, integrated or not, will be able to handle the native resolutions for most monitors today, so if you're not doing anything 3d i wouldn't even worry about it.
38  Other Software / Developer's Corner / Re: Need Advice on MySQL Server Tuning on: February 03, 2011, 06:36:08 PM
I would say that the major rule of thumb is to try to not allocate more buffer space than your machine has memory, though that can be hard to predict.
39  Other Software / Developer's Corner / Re: Need Advice on MySQL Server Tuning on: February 03, 2011, 02:41:03 PM
Besides what was already mentioned...

* If EXPLAIN shows it's using filesort, you might want to increase your sort buffer sizes.
* If you have some queries that repeat alot, enable query cacheing... it will turn those queries into lightning smiley

40  News and Reviews / Official Announcements / Re: Server Slow/Load Issue - Jan 22, 2011 - search temporarily offline on: January 27, 2011, 08:26:34 PM
And, on top of that mysql also caches query results.
41  News and Reviews / Official Announcements / Re: Server Slow/Load Issue - Jan 22, 2011 - search temporarily offline on: January 27, 2011, 12:02:03 PM
Quote
memcached?

APC
42  Main Area and Open Discussion / Living Room / Re: Is pranking Josh unfair? on: January 27, 2011, 11:34:04 AM
We switched it back to normal as soon as he knew what was going on.
The temporary forum links to griv.tk
43  Main Area and Open Discussion / Living Room / Re: Is pranking Josh unfair? on: January 26, 2011, 09:37:09 PM
He's had it coming a long time smiley
44  DonationCoder.com Software / Mircryption / Re: mircryption-compatible script for irssi on: January 03, 2011, 09:51:44 PM
Just released blowssi 0.2.0 (finally)
http://linkerror.com/blow...?section=download;lang=en
45  DonationCoder.com Software / Mircryption / Re: Using IRSSI / blowssi.pl how to keyx | auto exchange keys? on: January 03, 2011, 09:50:44 PM
*bump*
keyx is added in the new blowssi version i just released today.

http://linkerror.com/blow...?section=download;lang=en
46  News and Reviews / Official Announcements / Re: DonationCoder.com NEW SERVER ACTIVATED Dec 17, 2010 on: January 03, 2011, 11:48:55 AM
works for me  Grin
47  News and Reviews / Mini-Reviews by Members / Re: StartSSL.com Certificate Provider: Mini-Review on: December 19, 2010, 08:34:49 PM
Quote
I'm surprised that (if?) startSSL is part of the OS/browser pre-accepted authorities, since their services sound almost too good to be true.

They work just fine in newer browsers.
IE6 might still complain about it for example.
Works great here in FF3
48  Special User Sections / N.A.N.Y. 2011 / Re: NANY 2011 :: Entry Ideas & Requests on: December 18, 2010, 08:57:56 AM
Quote

I can see how this would be useful for cross-platform environment, and specifically if it could be run continuously in commandline mode on a linux server.  But for me right now a windows-only version would be fine.

Linux already has this kind of..

[copy or print]
time wget -p http://somedomain.com
49  Main Area and Open Discussion / Living Room / Re: Patently Moronic on: December 18, 2010, 06:51:36 AM
Is that like microsoft patenting single clicks or gpu accelerated encoding?

Patents are just completely messed up. It seems like you can patent anything these days. The system is completely broken! (mouser knows! smiley )
50  News and Reviews / Official Announcements / DonationCoder.com NEW SERVER ACTIVATED Dec 17, 2010 on: December 17, 2010, 01:09:09 PM
First post on new server is mine!!! muahaha   Evil
Pages: Prev 1 [2] 3 4 5 6 7 ... 31 Next
DonationCoder.com | About Us
DonationCoder.com Forum | Powered by SMF
[ Page time: 0.033s | Server load: 0.08 ]