Topics - crono [ switch to compact view ]

Pages: [1] 2 3 4 5 6next
1
General Software Discussion / Searching a Text-Table tool...
« on: July 27, 2009, 07:23 PM »
Hi,

I often have to insert tables into plaintext emails. Formating them in a texteditor is very time consuming. I found a nice tool on the Mac and wonder if there is something like this on windows. Any ideas?

thanks and bye
Andreas


3
Hi all,

I have to write a tool which starts and runs on the shell (cmd.exe). It does some logic, takes some input from the user and finishes. Right before it finishes it should change the directory from which it was called. I have no clue if this is even possible. I tried to get the parent process and alter it this way, which results in crashes... 


C:\Home>my_tool.exe 
   ...doing some stuff...
   ...doing some stuff...
   ...doing some stuff...
   ...some user input....
   ...doing some stuff...
   ...finishing...
D:\Data\Documents>


Any Idea how to do this?

4
Hi,

I got a new display (the wonderfull Dell WFP3008 :-*). It turns out, that the brightness of it is way better than the one from my old 19" CRT. After working a few hours with it, I had to change all my colorschemes to darker ones. I did this for:
  • Notepad++ (HTML, JS, CSS, PHP, SQL)
  • PHPEdit (PHP, SQL)
  • Eclipse (Java, Ruby)
  • Visual Studio (c#, XML)
  • e-Texteditor (HTML, JS, CSS, PHP, SQL, XML)

and it took a lot of time...

So the idea is to create a Webpage where users can add their colorschemes, save it in a editor-neutral format and generate colorscheme files for different editors / IDEs. I don't know if anyone would use such a thing, but I would be glad if I had found one :)

Comments, Suggestions, Yes, No  ;)

5
Hi,

I want to divide an image into random sized parts. I need this for some kind of puzzle game I'm writing with a friend. Dividing an image into even sized parts like this:

[attach=#1][/attach]

is not a problem at all. But how could I divide in into randomsized parts like this:

[attach=#2][/attach]

The algorithm I'm searching must be capeable of slicing any image in a variable amount (which is set by the player) of parts. The resulting images (parts) should not be smaller than X pixels and not larger than Y Pixels. The parts may not overlap each other. I have no idea how to do this.

Pages: [1] 2 3 4 5 6next
Go to full version