Hamachi Install for Starcraft

Download Hamachi by clicking this link:
hamachisetup-1015-en

This is an old version of Hamachi, it’s important to use the old version.

Click NEXT until the “Basic vs Premium” Screen – Choose “Use Hamachi Basic”

Keep Installing.

Open Hamachi
Click the “Power” in the lower left corner.
Create a username that is unique.

Click the Triangle Looking button in the near right corner.
=Select “Join Network”

Join network: ASKME
and use the password I tell you.

Clickonce – Unable to Sign Application

I get this error when I try and publish the Click-Once project in .Net:

Cannot publish because a project failed to build.
SignTool reported an error ‘Failed to sign bin\Debug

Here is the Fix:

  1. Go to the properties of the project.
  2. Go to “Signing”
  3. “Create Test Certificate”
  4. Dont bother with a password
  5. Save
  6. Re-Publish

-Do this to all the projects in the solution.

This should fix the error and get you ClickOnce Publishing again.

Darkness is Spreading – Backstory – Game – How to Play

BACK STORY

In the year 2920, the Golden Age of Psionics is unlocking worlds of
possibilities for humankind. The psionically gifted are recruited at
a young age to participate in the Planetary Defense Force’s psi-ops
program, where their talents are honed through
cybernetically-interactive mind games. These games can reprogram the
trainees’ subconscious minds for optimal psionic output, all in
parallel with the conscious effort toward solving the puzzle.

DARKNESS IS SPREADING
Continue reading “Darkness is Spreading – Backstory – Game – How to Play”

CoreLaborate – Document Elaboration on the Core Formats

Document Elaboration on the Core Formats
Document Elaboration on the Core Formats

A site I created so that collaborating on Photoshop, Illustrator, GIMP, SVG files would be easier. All of those binary formats that are complicated to share and elaborate on.

I hope this is helpful to many people. Especially in the Open Source world.

Supports: PSD,AI,PDF,XCF,SVG.

Thanks,
Daniel Folkes

DiS – Darkness is Spreading Version 08.1218

A new version of DiS – Darkness is Spreading Version is out. Version 08.1218

I have added a whole host of features. I wish I had a list, but I don’t!

Here’s a picture:

DiS - Darkness is Spreading Version 08.1218
DiS - Darkness is Spreading Version 08.1218

Here is the page on sourceforge:
http://dis-game.sourceforge.net/

Here is the Play page on sourceforge:
http://dis-game.sourceforge.net/play.php

Whitehart – Minimal Firefox Theme, Great

whitehart
Whitehart is a very good theme.

I have been using it for a while and I thought I would let you know.

It’s the type of theme that really simplifies what Firefox shows you. It looks like someone went through the default theme and removed the color and made things a tad smaller.

I recommend it.

https://addons.mozilla.org/en-US/firefox/addon/364

/Daniel

SSH/SCP/SFTP I love them all.

ssh_binary_packet_alt_sm.jpg
I pretty much use ssh for everything. I use it mostly to connect to my home/web/this server and use it as an interface. The best program to use alongside ssh is screen.

To install both ssh and screen, you may do this:

  1. sudo apt-get install ssh
  2. sudo apt-get install screen

If I were good with words, I would write a poem for ssh. But alas, I am not. So, you get the first page from the Wikipedia Entry.

Secure Shell or SSH is a network protocol that allows data to be exchanged over a secure channel between two computers. Encryption provides confidentiality and integrity of data. SSH uses public-key cryptography to authenticate the remote computer and allow the remote computer to authenticate the user, if necessary.

Here are a few of the best SSH/SCP commands EVER:

  1. ssh server.com
  1. scp server.com:./ /home/local/downloadhere/
    Popular/Best SSH/SCP/Clients (mostly for windows, because linux usually already has tools built in.):

  • WinSCP
  • Putty
  • gFTP
  • the normal commands that come with Linux(ssh, scp)

Facebot – My Facebook Robot

facebot

I have written a new program. It’s called facebot. This program takes the public RSS feed from many people and converts it into a visual display of the relationships on facebook.

Go here to check it out.

Py2Html

Python-Command Line Python-To-Html Converter. Makes posting Python to blogs quick.

by: Daniel Folkes

This is Licensed under GPLv3. Give Back.

Py2Html

    Download Source

  1. print “”” This is a simple program that takes a python file and replaces the
  2. plain text punctuation with the easily postable html code.
  3. written by :    Daniel Folkes
  4.         danfolkes @t gm@il d0t c0m
  5.         http://danfolkes.com
    Continue reading “Py2Html”

JSP Crystal Reports

This is my working sample of running a crystal report through a jsp. It turns out to be very pretty and gives you many options. As I suggested in a comment. I would really advise on downloading Eclipse IDE + the Business Objects Plugin. This will give you most, if not all the utilities you need to put you in the right direction.

LET ME KNOW IF THIS HELPED YOU IN THE COMMENTS! Enjoy!

If you have any questions, please post in the comments.

Thanks,
Daniel


Author: Dan Folkes
Description: JSP Crystal Reports
Language: java
Pasted on: 08:44:23 Friday 18th January 2008

JSP Crystal Reports helper sample image

This is Licensed under GPLv3. Give Back.

    Download Source

  1. <%@ page language=”java”
  2. import=”logic.*,com.businessobjects.samples.JRCHelperSample,
  3. com.crystaldecisions.report.web.viewer.CrystalReportViewer,
  4. Continue reading “JSP Crystal Reports”