topbanner_forum
  *

avatar image

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

Login with username, password and session length
  • Friday April 26, 2024, 5:29 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.


Topics - TPReal [ switch to compact view ]

Pages: [1]
1
NANY 2017 Entry Information

Application Name SLogo
Version 0.1.2
Short Description Turtle graphics in the browser with WebGL
Web Page http://tpreal.tk/slogo
System RequirementsLatest version of Google Chrome (didn't test on any other browser)
Author TPReal


Description
SLogo is a turtle graphics program working in the browser.

Documentation

Features
  • Executes JavaScript scripts
  • Uses WebGL to display image on HTML5 canvas
  • Draws lines and triangles
  • Supports color gradients
...and this is basically it. User creativity is required to make anything useful with the tools.

Planned Features
  • Animations
  • Drawing filled in polygons (with automatic triangulation)
  • Support for general 2D transformations (will allow e.g. drawing an ellipsis easily)
  • Support for writing script in Ruby using Opal
  • Possibly support for other browser with ES6 (Firefox)
  • Console output on screen (errors and debug)
  • Usability improvements

Screenshots
slogo.png

Usage
Using the Application
Go to http://tpreal.tk/slogo, write your script in the code box and press F9 to run. Press Ctrl+Enter to run the selected part of the code, or the current line.
Alternatively write a short script in the line at the bottom of the screen and press Enter. Up and Down arrows browse history.

Script to produce the graphics as on the screenshot (updated):
Spoiler
Code: Javascript [Select]
  1. options.bgColor=0xE0F0F0
  2. options.scalerMode="unitSquare"
  3.  
  4. const R=0.37*boardSize.height
  5. const u=R/120;
  6.  
  7. const fracColor=frac=>{
  8.   const comp=frac=>(1+Math.sin(2*Math.PI*frac))/2
  9.   return createColor(
  10.     comp(frac),comp(frac+1/3),comp(frac-1/3))
  11. }
  12.  
  13. up()
  14. col(0x206060);dot()
  15. b(R);r(90)
  16. rep(60,({count,frac})=>{
  17.   col(fracColor(frac))
  18.   br(()=>{
  19.     r(90);f(5*u)
  20.     const r2=2*u
  21.     br(()=>{
  22.       f(r2);r(90);down()
  23.       rep(12,({count})=>{
  24.         f(2*Math.PI*r2/count);r(360/count)
  25.       })
  26.     })
  27.     f(5*u)
  28.     tri(v=>{
  29.       br(()=>{f(25*u);v()})
  30.       br(()=>{r(90);f(12*u);v()})
  31.       br(()=>{l(90);f(12*u);z(1);col(0x000000);v()})
  32.     })
  33.   })
  34.   br(()=>{l(90);f(5*u);r(30);down(()=>f(105*u))})
  35.   const arcLen=2*Math.PI*R/count
  36.   down(()=>{
  37.     f(Math.PI*R/count);l(360/count);f(Math.PI*R/count)
  38.   })
  39. })


Tips
Pressing F9 stores current script in localStorage. When refreshing the page, it is loaded again (but without undo history).
Manual is missing, but many features are used in the example code. Some explanations:
  • branch(func) or br(func) executes func, and then restores cursor state from before executing it
  • z(value) sets z-index of the cursor, must be between -1 and 1
  • triangle(func(v)) or tri(func(v)) draws a triangle; func is expected to call its argument v() when the cursor is at consecutive vertices; also current color is taken into account and the triangle has gradient color
  • line(func(v)) draws a line which supports gradient, just like triangle (normal f(length) line has no gradient, just current color)
  • Pro tip: z-index is also gradiented in triangles and lines, so if a vertex has z-index outside of the -1..1 range, the triangle will be clipped accordingly

Known Issues
  • Documentation is rather basic
  • Interface is not very polished
  • Compile and run errors, as well as logged information, only appears on the browser console and in alert
  • Compile error doesn't have line information

2
N.A.N.Y. 2014 / NANY 2014 Release: Q-FlashCards for Android
« on: December 10, 2013, 05:40 AM »
It's been over three years since I last posted anything on DC, so probably it's time to pledge something for NANY this year :)

NANY 2014 Release

Application NameQ-FlashCards
Version0.1
Short DescriptionAndroid program for learning (vocabulary, dates, whatever) using virtual flash cards
Download link
Supported OSAndroid 4.0.3 (Ice Cream Sandwich) or higher
AuthorTPReal


Description
There's quite a lot of programs that show you some questions every day and schedule next repetition based on how well you answer. This program is somewhat different, and much more effective, I think.

The program is not fully polished, I stopped developing it a couple of months ago as it became functional and good enough for using, but I never put it in the Play Store or anywhere else. Maybe it's time to publish it finally, and NANY seems to be a great occasion for that.

Features
  • The initial interval of displaying a flash card is not 1 day, but more like 2 minutes (configurable). This way you have much much better chances to actually remember the word at the time of the first repetition. This is based on Pimsleur's graduated interval recall system.
  • A flash card is displayed as Android notification, so it's where you see it every time you look at your phone. Answering a couple of cards takes just seconds.
  • If a card is difficult (i.e. you repeatedly give wrong answer to it) its interval is rapidly lowered to as little as 30 seconds. This is so short that it's really impossible not to finally remember it after a couple of attempts :) The program just hammers your head until you remember the word, which is good if you really want to. A specialised algorithm adjusts repetition interval after every response, taking card's history into consideration, to make learning most effective.
  • Answering a card is just tapping "I knew it" or "I didn't know it" (or "I almost knew it"), no typing to verify that you can spell the right answer. You just need to be honest, but if you're not, what's the point of any such program anyway?
  • You can always request some cards to be shown instantly, even if their interval is not passed yet. There is a couple of algorithms to select the cards to show, including an optimal mix, which asks some of the newest cards, some of the old ones, some of the most difficult so far, plus some random cards.
  • Can be used to remember a variety of things, like: vocabulary, dates, names, phone numbers, birthdays. Can be used even for information without easy textual answer, like: where is river X, where is mount Y - you can leave the response of a card empty, and when a card is displayed, just make sure you know the answer, or check it on the map.
  • Cards are organised into card sets, so you can learn multiple subjects at the same time without the risk of mixing them.

It's also kind of a feature that you currently cannot import any list of cards into the program - if you want to remember something, you just need to type it in first. This way you will only add cards that you really want to learn, and not just all stuff that you can find, which could turn out frustrating, and useless. Although there might be some kind of import feature added in the future.

I've been using the program since almost a year (it became functional in the beginning of 2013, but was never published anywhere, so I think it qualifies for NANY), and I have in the DB around 3000 words and expression of a foreign language I'm learning (plus phone numbers of a couple of people I might want to contact ICE - might get useful if I lose my phone).

Screenshots
device-2013-12-19-221708.png device-2013-12-19-223042.png device-2013-12-19-223853.png device-2013-12-19-224149.png

Download
First, make sure installation from unknown sources is enabled in your device's settings (it is usually somewhere in Security submenu). Then open this page on the phone and download the apk attachment, or scan the QR-code below. Select to save the file on your phone. When download is completed, tap it to install (the details might vary between phones, if the installation doesn't start, try opening the file from the Downloads directory via a file manager).
* Q-FlashCards.apk (512.61 kB - downloaded 746 times.)
qr.png

3
As a part of not-working on my MSc I decided to finally learn AHK and programme myself a little multiple clipboard tool, using an idea which came to my head a long time ago. Now that it works like I want it to work, I thought why not share with you, maybe someone is waiting for this kind of software :)

Here comes some description of the program:

CCCCtrlC

Simple multiple clipboard utility. Creates any number of additional clipboards
(called cccclipboards) and allows accessing them using normal keyboard shortcuts.

To put it simply
  • Hold Ctrl+C to select a cccclipboard, and release to copy to it.
  • Hold Ctrl+V to select a cccclipboard, and release paste from it.

Some more description
If you press Ctrl+C or any other clipboard shortcut (see below) and release it normally (without delay), then the regular clipboard is used for the operation. But if you hold the shortcut for a moment, in the bottom right corner of the screen you will see a clipboard selection info scrolling over cccclipboards. Release the keys and the action will be executed on the currently selected cccclipboard.

Supported clipboard manipulation shortcuts
  • Ctrl+X, Ctrl+C, Ctrl+V
  • Shift+Del, Ctrl+Ins, Shift+Ins

Special functions
  • Ctrl+C+V - display this help
  • Ctrl+X+C - display cccclipboards list; symbols on the list:
    • C - data in cccclipboard
    • _ - cccclipboard empty
  • Ctrl+Ins+X - erase all cccclipboards (does not erase the primary clipboard)
  • Ctrl+Ins+V - show / hide tray icon (right-click the icon for options)

Cccclipboard selection speed can be customised using command line parameter:
CCCCtrlC.exe initial_interval
where initial_interval is the cccclipboard switch time (the lower the faster, default value is 10 which is pretty fast).

Screenshot
Here I'm holding Ctrl+V. There is some data in cccclipboards number 1, 2, 4 and 6, and the selection is currently at cccclipboard 4. If I release Ctrl+V at this very moment, I'll paste from cccclipboard 4.
cccctrlc.png



Edit on 2018-11-20

The old download link was broken, but I'm just attaching the exe and the source code. I'm not sure what version of AHK it was compiled on, but hopefully it can still compile!

The old exe still works on Windows 10. (Unfortunately I didn't find anything similar, or an easy way to create a similar program, for linux, and now I need to work mostly on linux.)

4
I'm not sure if any of you guys use Google Chrome and would like to experiment with its Dev version, that's why I haven't posted about my extension for Google Reader here, but on another forum, dedicated to Chrome extensions: Chrome Plugins. But now I thought that maybe some of you would like to check it out, so let me write a mini-review.

Basic Info

App NameTPGoogleReader
App URLTPGoogleReader on Google Code
App Version Reviewed0.3.6
Test System SpecsWindows XP SP3
Google Chrome 3.0.190.4 (Dev channel)
Supported OSesThe same as Google Chrome
Author Donation LinkDonate to TPReal, the application author
Relationship btwn. Reviewer and Product The review writer is the extension author (that's why this post is in this forum section)


Intro:

TPGoogleReader is an extension for Google Chrome that makes working with feeds, and particularily with Google Reader, much easier. There is already a lot of Google Reader extensions for Chrome but this one has more features than most of them. Probably the most important feature (and difference) is the ability to automatically open new items from feeds in the browser, in background tabs. Just check the checkbox on the toolstrip:

toolstrip.png

It also displays feed pages (XML) formatted:

feedview.png

And adds a page action for subscribing to a page feed:

multifeeds.png


Who is this app designed for:

To use this extension, you must be a Chrome user. I don't think anyone would switch to another browser just to use an extension. Also, you'd have to use Google Reader as your feed reader. Switching to it is not very painful as you can import your feeds from another reader easily. The extension also assumes that you prefer opening a link specified in a feed item and reading it in its original form to reading the content directly in the reader, but I think this is a pretty reasonable assumption.


The Good

Let me just describe the extension features:
  • The extension shows the number of new (unread) items (as all GR extensions do), or you can check a checkbox on the toolstrip and then the extension automatically opens all new items in new background tabs, and marks them as read in GR. It's really great - new things to read just appear at the end of your tabs bar, without even clicking anything. Also, at least for me, reading items in their full version by navigating to the item's link is much more enjoyable than reading the abbreviated, usually style-less version directly in GR.
    The checkbox can be checked on only one of your Chrome windows, so if you check it on one of them, it gets automatically unchecked on all the others.
  • When working in the normal mode (not auto opening new items), clicking on the items counter opens the first unread item and marks it as read in GR.
  • In the auto-opening mode, number of automatically opened tabs appears on the toolstrip. When you switch to one of the opened tabs, the number is automatically decreased by one, so you always know how much of your tabs are items you have not seen yet. You can also reset the counter manually by clicking on it.
  • When a website has a feed, an icon appears on the right of the omnibox (page action). Click on it to open the feed in GR (does not subscribe, just opens and lets you view it and subscribe). If there are multiple feeds on the webpage, you will see a list of all feeds, with the ability to subscribe to the one of your choice.
  • When you navigate directly to an RSS or Atom page (like this one: http://www.ruby-lang...rg/en/feeds/news.rss) normally Chrome displays a mess. With TPGoogleReader you will get the page displayed in a monospace font and with preserved formatting. This can be important if you want to see what is exactly the content of an RSS (especially useful for feed testing purposes).
    Clicking on the feed name will open it in GR.


The needs improvement section

Sometimes something does not work as it should. Especially the page actions. The icon sometimes does not appear, or it does but does not react to clicks. For me it looks like most of the problems result from Chrome being in its Dev version, and the extensions system still being developed. And still the problems do not come into view to frequently.

There also seems to be a bug somewhere that makes the extension consume unreasonable amounts of memory, especially after Chrome being running for quite a long time. I'm still unable to say if this is a bug in the extensions system in Chrome, or in the extension itself. If you do not have several hundreds of feeds, and restart the browser at least once a day, this should not be a problem. However, if I find the problem is in the extension's logic, I will surely correct it.


Why I think you should use this product

If you use Chrome and feeds, I think this is the best extensions that lets you merge the two. With TPGoogleReader you find your new items just get opened as they arrive, and you can even forget that there is a feed reader under the skin.


How does it compare to similar apps

All the other GR extensions I have seen simply show the unread items count, and navigate to Google Reader upon clicking, so TPGR has much more functionality.


Conclusions

Currently this seems to be the most complete Google Reader extension for Chrome. It includes the ability to easily subscribe to feeds (or see them in the bare XML) as well as an innovative idea of automatically opening new items in the browser just as they arrive.


Links to other reviews of this application

The extension was reviewed (in a copy-paste'ish way) in this blog entry. Note that the review is somewhat old now. You can also find there short instructions on how to switch Chrome to the Dev channel, which is needed for the extension to work.

5
N.A.N.Y. 2009 / NANY 2009 Release: Fractal Explorers
« on: November 30, 2008, 09:38 AM »
NANY 2009 Entry Information

This is in fact two tiny programs, but they are both about exploring a fractal, and they share common libraries, so I put them here together.

Application NameMandelbrotExplorer and JuliaExplorer
VersionRolling Release :) it's not any big program, I'm not versioning it
Short DescriptionViewing Mandelbrot set and Julia sets
Supported OSesAny
Download Linkhttp://tpreal.dcmembers.com/Fractals.zip
System Requirements
  • Ruby
  • ruby-opengl gem
Version History
  • 2008-11-30 16:00 - First release
  • 2008-12-04 21:00 - Compatibility with some graphic cards added (thanks, deviantopian)
AuthorTPReal


Description
The applications are written just for fun, as an étude of Ruby and OpenGL Shading Language.

JuliaExplorer - Fractal Evolution
JuliaExplorer allows you to explore Julia sets of quadratic polynomials of the form z^2+c. It allows you to zoom into any part of the generated set, but the even more exciting feature is the ability to change smoothly the value of the complex parameter c, and see the fractal evolve slowly from one form to another.

MandelbrotExplorer - Into The Fractal
MandelbrotExplorer allows you to explore the Mandelbrot set. It allows you to zoom into any part of the set.

Possible enhancements
There's a lot of things that could be done to make these programs better, like:
  • Ability to save a specific image, or coordinates
  • Option of antialiasing to make the images look smoother
  • Maybe some colours or something
  • Displaying FPS
  • Automatic image changing (as if it was a screensaver)
But they are not planned - maybe I'll do some of those one day, and maybe I'll leave it as an exercise for the reader :)

Screenshots
MandelbrotExplorer
[attachthumb=#1][/attachthumb]
[attachthumb=#2][/attachthumb]
[attachthumb=#3][/attachthumb]
[attachthumb=#4][/attachthumb]

JuliaExplorer
[attachthumb=#5][/attachthumb]
[attachthumb=#6][/attachthumb]
[attachthumb=#7][/attachthumb]
[attachthumb=#8][/attachthumb]
[attachthumb=#9][/attachthumb]

Usage

Installation
First, you have to have Ruby installed, along with ruby-opengl gem. Ruby is available here: http://www.ruby-lang.org/en/downloads/ , if you are using Windows, I recommend the One-Click Installer from here: http://rubyforge.org...jects/rubyinstaller/ . Some additional info cn be found in the zip archive, in help/Ruby Installation.txt.

Just unpack the zip archive and run MandelbrotExplorer.rb or JuliaExplorer/rb.

Using the Application
MandelbrotExplorer
Just play around with Arrow keys and the zoom: A and Z keys. That's all :)

JuliaExplorer
When you run the program, a short tutorial is displayed. The basics are: use Arrows and A, Z to see the fractal evolve, and use U, J, H and K, and zoom: S, X, to zoom into any part of the fractal. But it might be a bit tricky at first, so read the tutorial.

Some description can also be found in the help directory in the archive.

Known Issues
There are some issues with installing ruby-opengl on some older versions of One-Click Installer for Windows. See the help file for details.

6
Living Room / Has the LHC destroyed the world yet?
« on: September 11, 2008, 02:16 AM »
Good to have the latest info.

http://hasthelargeha...oyedtheworldyet.com/

Have a look at the page source, how neatly they check if the world has ended or not. Only I think it's a bug that they don't detect the actual reason of the end of the world, in case of it happening :)

7
N.A.N.Y. 2008 / Tim - Image to Text Converter
« on: December 28, 2007, 01:58 PM »
Tim - Image to Text Converter

The program converts an image (jpg or bmp) to a text, which looks like the image in grayscale. You can choose any monospaced font and any font size you want to format the text with, and also any set of allowed characters. The result can be saved as text and then you can format it correctly in a text editor, or you can save the image of the text already correctly formatted.

The program was written in C++Builder 2006 and might need some dll's and bpl's to run. They might be available for download here: http://etonne.110mb.com/files/libs.zip
Put them in the program directory, or in your system directory.

Tim1.jpg
Tim2.jpg

8
GOE 2007 Challenge Downloads / SMAU - GOE Challenge 2007 Entry
« on: November 29, 2007, 11:56 AM »
[Simple Multi-Alarm Utility]

Here's a program I made for the contest. Maybe not very creative, but I'm going to use it a lot!

[attachthumb=#1][/attachthumb]

Description of the program: http://dcmembers.com/tpreal/SMAU.HTML

Some libraries might be needed to run it: Libs

It might still have a bug or two... :) should you encounter any, please try to reproduce it and tell me. Thanks!

Your suggestions are welcome.

TPReal

9
Living Room / Taking "digital" notes during a lecture
« on: October 24, 2007, 06:11 AM »
I've recently bought a new computer, a notebook. I'm a student so I thought about using the computer to take notes during the lecture. But it's a technical university, so there's always a lot of mathematical mambo jambo on the blackboard, and that's my problem: I do not know any program that could be used efficiently to take notes during a technical lecture.

I'd like to have a program, where I could write a text like this:

Determine the stability:
[x1';x2']=[2 3;5 2]*[x1;x2]+[0;2]*u
y=[2 4]*[x1;x2]+1*u

or similar, and the program should display a nice formatted text and the mathematical expressions with matrices. Also things like sqrt x, or x^2, or x/2, and similar, should get a nice, mathematical and readable look.

The Microsoft Equation program (installed with MS Word) is very very inefficient, because to write anything you will most likely have to use your mouse several times, and this is much slower than just typing the formulas. The tool in OpenOffice is no better for me (and I dislike the whole OpenOffice thing also). So my question is: do you know any tool that would do what I described? Or do I have to write it for myself? :)

10
Living Room / Étonné - logic, math, crypto and programming problems
« on: September 03, 2007, 09:51 AM »
If you like logic, mathematic and programming problems and riddles, have a look at this page: http://etonne.110mb.com/. Needs some "out of the box" thinking.

You solve the riddles consecutively: you have to give the correct answer to a riddle to get to the next one. Once every few riddles you are given two or three interesting links (one of the links leads to donationcoder :)). Some of the questions are rather easy, but some of them really need some knowledge or work.

TPReal.

11
N.A.N.Y. Challenge 2007 / TPClock - v1d - December 19, 2006
« on: December 19, 2006, 10:59 AM »
TPClock - v1d - December 19, 2006
Bugfix after v1.
Description
The program is a substitute for Windows clock in the notification area (tray). Needs some training to use.
The colours are adjustable. Looks good also on XP view, and in Win9X. "Normal" time can be displayed in hint of TPClock.
Screenshot
TPClock.bmp
(The thing between Thunderbird and ZoneAlarm, of course. Now the seconds are displayed on top so it's 17:21:54)

12
Borland C++ Builder Contest / CG32.DLL
« on: July 26, 2006, 02:24 PM »
Hi. Some of you have said that some of the entry programs won't work on your machine. Unfortunately I don't know how to make my programs run without CG32.DLL, so - mouser - could I just upload it here as an attachment, so that anyone could download it?

Another way is to reinstall C++Builder, including CodeGuard, I guess.

TPReal.

13
Borland C++ Builder Contest / TPCube - test your 3D imagination!
« on: July 25, 2006, 09:41 AM »
Hi everybody.

In this game what you have to do is to choose a cube that can be made out of a cube net shown. Cubes have different symbols on sides, sometimes they are arrows, so that you can say what direction they point, and sometimes they are just fully symmetrical shapes, so some problems are easy to solve, and some are really difficult.

cube.jpg

You can save a series of test to a file, and send it to someone, so that you can solve exactly the same tests. After making some mistakes, you can return to these hard cubes and solve them again.

What inspired me to write this game was this book:
'Why Men Don't Listen And Women Can't Read Maps', Allan and Barbara Pease.

Full user's manual is included.

You can download the game here:
* TPCube.rar (28.92 kB - downloaded 2556 times.)

Some libraries might be needed to run it: Libs

Good luck, and remember that practice improves your brain's abilities.
Please post here any comments you have about my game!

TPReal.

14
Borland C++ Builder Contest / HTTPJupiter - Internet utility
« on: July 24, 2006, 04:01 PM »
The idea of HTTPJupiter is very simple - you connect to some TCP server and port, send there a request, and retrieve an answer. However, it has many options that make the process much easier than using, for instance, telnet. The program may be used just as a regular browser, if someone has an HTML parser implemented in his or her brain :)

Warning: using this program needs some knowledge on HTTP protocol!

jupiter2.jpg

I use this program really often, mostly for example for solving problems on www.slyfx.com or www.mod-x.co.uk, also for viewing damaged pages, using fake cookies or tracing the path of visited pages, when they have Location header line, and are not displayed in regular browser. Also, an advantage of HTTPJupiter is that your computer cannot get infected when you visit some page, as nothing on the page is executed - the content is only displayed to user.

Full user's manual included, with examples of use.

Download program here:
* HTTPJupiter.rar (324.39 kB - downloaded 2543 times.)

Some libraries might be needed to run it: Libs

If you have any comments or suggestions, you are welcome to express them :)

TPReal.

15
Hi everyone!

Has any of you ever seen Xonix game with multiplayer mode? In TPXonix, up to four players can play together (locally, on one computer), as enemies or in teams. It can also be played in single mode, just like classic Xonix game.

Multiplayer mode allows a lot of new playing techniques. For example:
  • Blocking other players while they draw a trail - if you make your own trail in the place where they want to get back to terrain, they cannot do it.
  • Chasing players that have less lives. When two players collide, both of them lose a life, so it gives an advantage to the player with more lives.
  • Destroying other players' traps (U-shaped structures) by filling them. It is an easy way to earn some points, because it is easy to close an empty trap. On the other hand, when nobody makes traps, the game becomes really rough for all players...
  • Simultaneous conversions. If your opponent is just cutting off a really nice area and you are somewhere close to the area, you can try to make a short trail inside of this area, and finish it EXACTLY simultaneously with him finishing the main cut. Then, both your trails are borders of the cut-off area, so... no one gets points for it! (If you fail, the score just goes to your opponent.) But nobody said it is easy, especially when your rival is aware of what you do, and he or she REALLY doesn't want to let you spoil his or her work...
  • ...I am sure I haven't found out all the techniques. Try to find some more!

Game configuration screen:
xonix1.JPG

In action:
xonix2.JPG

(There is some number of colour schemes and one of them is randomly chosen at the beginning of each level, so don't be afraid if you don't like the colours in the screenshot above.)

There are no known bugs.

Full user's manual is included. No source code included.
I'd be very glad to know your oppinion on my game. You can get it here. Have fun!

TPXonix ver. 1.2
* TPXonix.rar (39.02 kB - downloaded 2582 times.)

Some libraries might be needed to run it: Libs

TPReal.

Pages: [1]