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, 4:02 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 - czb [ switch to compact view ]

Pages: prev1 2 [3] 4 5 6 7 8 ... 14next
51
Post New Requests Here / Re: IDEA: Batchmulticlipboard
« on: March 03, 2009, 02:11 PM »
I think it can be very easily done via FARR + fsubscript. If you are interested, let me know and I will write it down.


52
FARR Plugins and Aliases / Re: Timer
« on: March 03, 2009, 03:19 AM »
Sorry, I forgot to close this topic.

Please follow this link

https://www.donation...ex.php?topic=17153.0

to the new location of Timer and my other plugins

53
Living Room / Re: Idea to get more NANY participators...
« on: March 02, 2009, 07:52 AM »
It was just an idea :-[

54
Living Room / Re: Idea to get more NANY participators...
« on: March 02, 2009, 07:38 AM »
Well, on the other hand the money earned by ads would go back to the community so I see nothing bad about it.

For example I will present one little idea:

Now there is a system how you personally can donate somebody, but what about if there was a system where you could give somebody points and the points will actually mean donation from adds.

To explain it on an example. Lets say you (mouser) will make an update of FARR and I and the others will find it useful. Then I will give you my vote and the more votes you will get the more donation from adds you will get. Of course all this should be in small amount of money, but big enough to motivate you in further development. Also the system should somehow be protected against misuse. So I would be able to vote for you only lets say 1 per week or similar...

Also the money would give you a chance to do more contests with small prizes and to carry out other fun ideas. But I agree with you that big prizes would not be good.

So the summarize it. If the adds were for good of the community and for example the serial numbers in mouser's soft would be removed then I would be 100% for.

Maybe you should make a poll to see what people think about it?

55
Living Room / Re: Idea to get more NANY participators...
« on: March 02, 2009, 07:06 AM »
40 000 $ per year.. not bad at all :Thmbsup:

Generally I am not against ads, if they are not intrusive and if it helps the community why not ;)

BTW: I would prefer text adds to the picture / flash ones

56
try to use the latest scripts in CZB pack + FSubScript plugin as they contain the latest dll

57
FARR Plugins and Aliases / CZB pack
« on: February 23, 2009, 09:41 AM »
Here you can find set of my plug-ins, which was first released during NANY 2009.

The plugin pack consists of:
  • JSCalc- powerful calculator for farr with history tape, variables, conversion functions, and best of all a super easy way to add your own custom functions.
  • Table data search - advanced plugin to let you search your own data files. For example csv (comma separated data files)
  • Timer - easily create timers based on countdown times, specific dates and times, etc.
  • Google Translate - quickly translate between any two languages
  • Online Czech2X Dictionary - look up Czech definitions of words from other languages
  • Character Table - quickly select unusual ascii characters and diacriticals to paste into other programs
  • Google Dictionary - look up words in a dictionary of a foreign language
  • Definr - dictionary that makes use of definr.com
  • Dicts Thesaurus - dictionary that makes use of dicts.com
  • Google Calculator - a simple calculator which uses google calculator functions
  • NinjaWords - dictionary that makes use of ninjawords.com
  • Tratu Baamboo- Vietnamese dictionary that makes use of tratu.baamboo.com

Download:
http://dl.getdropbox...ZB_pack/CZB_pack.zip

Requirements:

Installation procedure:
  • Delete old CZB pack when updating
  • Delete old user variable section of FARR when updating
  • Download FARRSubScript and CZB pack
  • Unpack them into the FARR/Plugins folder, so you will see CZB_pack and FSubScript folders inside
  • Reload FARR by goreload
  • Type in fssc. Here you can deactivate scripts you do not want to use

Note:
  • Many of the CZB scripts are using my new Menu object. Use tab, control+tab and enter key
  • Please post anything concerning the CZB scripts here and not in the old topics. (They will be locked)
  • If any of the scripts did not work for you, try them on again, as many of them have changed!

58
N.A.N.Y. 2009 / Re: Post your NANY 2009 Mug/Shirt Pics here..
« on: February 18, 2009, 08:31 AM »
Hi,
here is my pic:
Spoiler
a.jpg


To the customs:
For EU there is a limit of 22 Euro including post (depending on which price is on the customs declaration) for not paying the customs. I have 17.99$ there, so I did not have to pay the customs.

Here:
http://europa.eu/sca...eg/en/lvb/l11002.htm
it says:
Goods admitted free of import duties
Consignments of little value, consignments of a non-commercial nature and capital goods
    * consignments of a value not exceeding 22 euro, except for alcohol, tobacco, perfumes and toilet waters;
    * small consignments of a non-commercial nature sent by private persons in third countries to private persons in the EC. The Regulation sets specific quantitative limits per consignment of alcohol, tobacco, perfumes and toilet waters. For other products the value is limited to 45 euro;

So it might be a good idea to send stuff not exceeding 45 euro by you mouser as a private person. Those 40$ dollars paid by f0dder are horrible. >:(

59
Yes, it is handled by
setStrValue: function (varname,value){
  if(varname == "pcommand"){
  }
}
when using fsubscripts.

60
Find And Run Robot / Re: Puzzling results
« on: January 26, 2009, 11:37 PM »
Just a note. I did reproduce your problem with the same result. ;)
mouser: I would suggest to make an option to display summation procedure (like 50+200+...). Then it would be clear why this happens.

61
Post New Requests Here / Re: IDEA: PreDelete
« on: January 26, 2009, 12:01 PM »
Could you pls explain it in more detail? I could code something as FARR plug-in which would handle it.

I already have written a timer plug-in for FARR and as I want to rewrite it from scratch I am thinking of adding scripting ability, which could in fact be used for this purpose as well.

Do I understand it correctly that file which was formerly at location
D:\folder\file.txt
will be stored in
D:\trash\folder\file.txt
?

If so, will you handle copying of the file into trash folder with maintaining of the path by yourself or do you want the program to do it for you?

62
N.A.N.Y. 2009 / Re: NANY 2009 Final Release: CZB package
« on: January 20, 2009, 10:38 AM »
Thanks for pointing out. I will fix that too ;)

63
N.A.N.Y. 2009 / Re: NANY 2009 Final Release: CZB package
« on: January 19, 2009, 10:49 PM »
d4ni:
I shall add that option to fssc. Until then, either you should edit manually fsubscript.js file or turn on the special trigger option and then when ever you type +/- etc jscalc will be automaticly triggered. You can specify triggering characters in settings as well ;)

Read the help file for more info ;) The help can be opened either by clicking small help icon on bottom right of jscalc panel or in fssc menu

64
DcUpdater / Re: DcUpdater Feature Requests
« on: January 17, 2009, 07:35 AM »
not to create folders in FARR plugins folder for plugins available to download ;)

65
Give me like 2 or 3 weeks to finish my exams and then I will focus on it ;)

66
N.A.N.Y. 2009 / Re: NANY 2009 Final Release: CZB package
« on: January 14, 2009, 03:18 AM »
wjmurphy: I will add more info as soon as I finish all my school exams ;)

67
hm... you had to put < b > and < / b > as starting and ending chars inside a timer plugin, right? I did not :) Actually there was supposed to be b0 and b1 or similar ;)

To the issue. I will take a look at it ;)


68
Find And Run Robot / Re: Idea for Incredibly Helpful Feature
« on: January 10, 2009, 03:11 AM »
Toggling on/off associations could be easily done via my Settings system:
http://czb.dcmembers...m/help/FARR#Settings
ewemoa:
If you needed some help with implementation and would like to use Settings object, let me know and I will help you with that.

EDIT: Oh I see Akete does not use FSubScript engine. Still you might be able to use
http://czb.dcmembers...m/help/FARR#settings but you will not be able to use onLoad function which might be crucial

69
FARR Plugins and Aliases / Re: FSubScript Feature Requests
« on: January 08, 2009, 10:21 AM »
Well I have been thinking of an easy way of getting info from not loaded scripts. Now it is done by trial and error regex match of "description" and "displayName" which might be the best solution after all :) But definitely it is not a "clean" solution :P

A separated manifest would be ideal but I doubt it is worth the effort and complications involved in multi file scripts.

The idea with storing info in file description would be nice but it does not work for FAT32 so it is useless...

70
FARR Plugins and Aliases / Re: FSubScript Feature Requests
« on: January 08, 2009, 03:07 AM »
Hi,
reading about future extension system of chromium I think we should use JSON manifest in our plugins.
For more info take a look here:
http://dev.chromium....ions/manifest-format

Chromium is going to use manifest in a separate file so I woul like to discuss here if it is reasonable to have manifest in a separate file or not.

Here is my thinking:
* From the coding perspective it would be good to have one file scripts only (so to have in the same file manifest + code)
** Then there must be a clear distinction between manifest and the code so we would be able to match manifest inside a string
* Manifest in a separate file would be easier to implement but would cause 2 file scripts which is unpreferable
* Now the situation is chaotic because there is no Manifest and for fssc purposes the description and name is retrieved by loading entire string and regex matching of the info. This might bring future incompabilities.

So if we did:
plugins["name"]{
  manifest:{
    displayName : "Test",
    description: "description manifest: {} function() and other dangerous stuff",
    icon: variable + "string.ico";
    Author: "String"
  }
}

we probably would be able to write a regex to match the manifest object and then to evaluate it.

Another idea might be to use file description system (right click on JS file). But I am not familiar with it so I do not know how safe it would be

Any ideas are welcome

71
Do you two have anything in common? Like OS, Special FARR settings, maybe HW? This info would help me to track the bug-

72
EDIT: regarding timer plug-in, there was a stupid mistake in fsubscript. So pls update ;)
Then timer should work fine.


73
Well if you could wait like 14 days until I finish my school exams then I will take a look at it in detail. Both timer and table data search use "timers" so there might be some bug in it ;)

74
N.A.N.Y. 2009 / Re: NANY 2009 Final Release: CZB package
« on: January 04, 2009, 01:20 PM »
Added new version with:

Sound
http://czb.dcmembers.com/help/FARR#Sound

copyUnicodeClip
http://czb.dcmembers...FARR#copyUnicodeClip

and some bug fixes.


75
Find And Run Robot / Re: FARR: New feature: User Variables tab
« on: January 04, 2009, 09:55 AM »
TucknDar:
download my latest fsubscript here:
http://czb.dcmembers...cript/FSubScript.zip
and take a look here:
http://czb.dcmembers...en:settings:Settings
If it did not work or you had any suggestion you are welcome to ask/post ;)

Pages: prev1 2 [3] 4 5 6 7 8 ... 14next