topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Wednesday April 24, 2024, 1:42 am
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - kilele [ switch to compact view ]

Pages: prev1 2 3 4 5 6 [7] 8 9 10next
151
Is there something similar to Easy Unicode Paster for Linux ?
I was thinkinking of some toolbar coded in AIR to send symbols to the focused application.

152
General Software Discussion / Re: File sharing advice
« on: December 07, 2012, 05:41 AM »
WiFi definitely.
-Perry Mowbray

Ah.. I see , it forms part of the fun, well you wouldn't have to get involved much at all,
just select all pics and press a button to download a zip file, i'd set up several accounts just in case

153
General Software Discussion / Re: File sharing advice
« on: December 07, 2012, 04:37 AM »
my solution  :)
-create a yahoo mail account
-make your guests send their pics to your email
-just open your email and download all pics,
yahoo mail provide a default folder which lists and orders by date all pics contained in emails

154
Developer's Corner / Re: Game Engines and Apps
« on: December 04, 2012, 06:11 PM »
This BASIC programming language for games seems fun and allows to publish games as java applets which run surprisingly well on their site:
http://naalaa.com/

155
I tried the first approach as explained above with pdf-xchange and multi page tiff into word,
but word did not accept more than the first image, that's why I chose importing multiple images after removing the doc margin in order to prevent word from scaling them.

 

156
yahoo has a very simple service without tags,
notepad.yahoo.com

157
PDF XChange Viewer can export pdfs as image, yo may try this to see if it works in your case:

PDF XChange Viewer:
-file->export->export to image:png,300dpi
MSWord:
-Remove margins on new doc
-insert image from file->order files by name, select them all and insert them into your doc

Edit:

BTW the best pdf to doc converter I have tried so far is VeryPDF PDF2Word,
you might want to try the free online converter or the shareware desktop version.

158
General Software Discussion / Re: need to create a basic floor plan
« on: December 01, 2012, 01:33 PM »
I like this program but it is not free and don't have a perpendicular/parallel function
RoomArranger

159
I might be wrong but  40hz made reference to Linux providing the user with ways to customize/configure everything to have different desktop themes as in Windows but in Linux you may change everything: keyboard shortcuts, restriction of features to get a minimalist gui...

160
I remembered my days playing scalextric! and did a quick search to see if there were track editors.
You may want to take a look at these programs:
Slot Car Race Manager - Track Layout Editor
PC SlotCarz (track editor)
Scalextric Track Designer
snaptrack-j

161

For anyone who was interested in an excuse to experiment with the "Processing" graphics-focused programming language, this idea would probably be perfect for it.


precisely the other day searching for cellular automata and graphics I run into this site about processing:
http://natureofcode.com/

162
this seems a nice project to make a procedural river/racetrack generator with "surprising outcomes" as explained by mouser on his post about coding something emergent

The input of such program could be:
-number of curves
-distance
some code useful to make bezier interpolations:
http://www.antigrain...rpolation/index.html
http://polymathprogr...ering-bezier-curves/
I encourage anyone to try to make this project  ::)

-

163
you may want an app similar to this demo ?
http://www.stencyl.com/game/play/15306

164
May I get one of the games ? ^^

165
seems like a good idea for a nany entry focused on "automatic pdf bookmarking"

166
Screenshot Captor / Re: Screenshot Captor - New Quick Capture Bar
« on: November 22, 2012, 07:47 PM »
The gui of this program may serve as an inspiration:
http://www.pointofix.de/

167
yep, I meant the program's context menu, the enterer key might suffice if you consider interesting this feature.
My apologies for not understanding your misunderstanding  ;)
One more suggestion: scale images when their size  is too big to fit in the screen dimensions, something like what Vista's  "Windows Photo Gallery" does to keep images within the screen limits.

168
 >:D
We are going to be walled.
Linux hippies beware! this time you're going to work hard to use this opportunity!


169
Coding Snacks / Re: Alt+Tab on the bottom left corner
« on: November 21, 2012, 12:14 PM »
I've tried the above ahk script on my pc with vista and does not work,
could anyone at least to edit Skrommel's script so that it works when the mouse is on the left edge but adding a delay of 800 miliseconds and scrolling the list of icons one by one by means of the mouse-wheel (sending alt+right/left) instead of automatic cycling.

Edit:

So far, the best apps I've been able to find an try are
VistaSwitcher
AltTab++ (AltTabPP)


170
Coding Snacks / Re: Alt+Tab on the corner
« on: November 21, 2012, 09:32 AM »
Thanks for trying!
oops I've just read the post from which Skrommer got the idea for his program,
and there seems to be something very similar to my request:
https://www.donation...20.msg83272#msg83272
and the direct link to the code mentioned by Lanux128 can be found here
Ah maybe I should try to get back to coding, I used to code in fbsl long time ago.

171
Coding Snacks / Re: Alt+Tab on the corner
« on: November 21, 2012, 08:13 AM »
I think this would be my preferred way to launch this alternative alt-tab menu:

The top-edge (with 1 secs delay) instead of the left-edge,
and instead of automatic cycle through, one could move through the listview depending on whether the user moves the mouse rightwards or leftwards (down and up on the listview)

172
Coding Snacks / Alt+Tab on the bottom left corner
« on: November 21, 2012, 06:55 AM »
This follows the idea of Skrommel's AltEdge
but instead of showing the Alt-Tab menu when the mouse is on the left edge of the screen,
it would show a listview with the name and icon of every app,
besides i'd like the left bottom corner instead of the entire left edge.

BTW other nice apps by Skrommel are SmallMeasure and DetachVideo

173
Is win8 lighter and faster as for consuming resources? if so it may be a good idea to give it a try, I guess MS is preparing their OS to be fully compatible with both desktop and tablet hardware to get into the lost market of touch devices. Their win7 was being used by few people so with this win8(failed win7+1) they expect to get into the mobile market from their strong position in desktop pc.

174
I've just read Vlastimil's suggestion for a quick and dirty screencasting tool with limited options: low quality, only one format (*.mov), a few buttons, send to youtube, gdrive, skydrive or dropbox.
Something like the java applets of screencast-o-matic or screenr, but simpler with very few options to use from the commandline and accepting parameters to directly capture windows controls (useful for developers to invoke it as a plugin as explained by Vlastimil)
This reference might be of help to develop such application:
http://stackoverflow...re-using-java-applet

Edit:
suggestion: add commandline parameters to run with a minimal gui


175
General Software Discussion / Re: saving web content
« on: November 20, 2012, 06:32 AM »
Firefox ScrapBook ?
Behave yourself  ;D

Pages: prev1 2 3 4 5 6 [7] 8 9 10next