Facing new challenges everyday

Getting started with Powershell

September 4th, 2010

Powershell is an awesome scripting language for Windows machines, last Sunday I wrote a small script to gather computer monitor info stored on windows registry, this is one of the possibilities behind the power of powershell, you can do much more than it.

Here’s a sample script:

1
2
3
4
5
6
7
8
[CmdletBinding(DefaultParameterSetName="Name")]
param (
    [Parameter(Mandatory = $TRUE, ParameterSetName="Name", HelpMessage="Your name")]
    [String]
    $Name
)

write-output "Hello $Name"

(more…)

DZoneGoogle BookmarksFacebookEvernoteLinkedInDeliciousShare

No way to deploy Rails applications on Apache running under Windows

January 20th, 2009

After few days trying to run a rails application under apache with “help” of fastcgi module and without any success I’m finally giving up this idea, the reason is simple, I just can’t compile a c code used by fastcgi binding for ruby because of some missing header files and compiler support.

I tried to get the same application running on apache without fastcgi module but it is too sloooow.

The truth is, you can develop rails applications on windows, but please, don’t try to run this applications on apache with fastcgi support, you will waste you time.

To be honest, I don’t have the same problem when running Rails applications on top of JRuby since I can deploy these applications on any servlet container like Tomcat or Jetty.

DZoneGoogle BookmarksFacebookEvernoteLinkedInDeliciousShare

Back with Windows Mobile development

May 19th, 2008

Today I’m working with four mobile platforms:

At work:

  • Symbian

At home:

  • J2ME
  • Qtopia
  • Windows Mobile

After some years without touch in Visual Studio .NET and a little far away from Windows Mobile development, I’m finally back, now working on a small project for use in restaurants using a wi-fi connection.

I’ll post some of my challenges in this project when possible.

DZoneGoogle BookmarksFacebookEvernoteLinkedInDeliciousShare

Softwares do Windows e seus similares no Linux

September 29th, 2007

Essa lista é contém uma pequena lista de softwares livres que são similares de softwares para Windows.

  • Cantasia Studio -> Xvidcap
  • Remote Desktop -> rdesktop
  • .NET -> Mono

Conhece outros? Deixe seus comentários…

DZoneGoogle BookmarksFacebookEvernoteLinkedInDeliciousShare

Visitors Around the World

Polls

How Is My Site?

View Results

Loading ... Loading ...

Categories

Meta

Links

hosted by easy2use.net