• Welcome to #1 Roulette Forum & Message Board | www.RouletteForum.cc.

News:

Every system can win in the short-term. It just depends on the spins you play.

Main Menu
Popular pages:

Roulette System

The Roulette Systems That Really Work

Roulette Computers

Hidden Electronics That Predict Spins

Roulette Strategy

Why Roulette Betting Strategies Lose

Roulette System

The Honest Live Online Roulette Casinos

Wrote some help for my repeaters

Started by Ralph, Aug 25, 10:47 AM 2012

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Ralph

I just wrote down some very ruff code in HTML/javascript for tracking the repeaters.
Spend just short time, I may add the spin number and skips later.

Its  a webpage at link:://friwebb.se/roulette/rulle.html   
If you want to use it, you can as well download the page and run local, its just HTML and Javascript.

The site is my own, and not used for more than testing.
The best way to fail, is not to try!

VLS

Ralph, congrats!!


Both for coding it and for the sharing spirit  :thumbsup:
🡆 ROULETTEIDEAS․COM, home of the RIBOT FREE software bot, with GIFTED modules for the community! ✔️

Ralph

I may not work on all browsers, I am not updated with the last rules. Kind of  20th century stuff.
The best way to fail, is not to try!

VLS

Ralph, join us over at link:://bcode.cc/forum/


It's a project for a hobbyist programming language.




🡆 ROULETTEIDEAS․COM, home of the RIBOT FREE software bot, with GIFTED modules for the community! ✔️

TwoCatSam

Hey Victor!

Bro, aren't you spreading yourself a bit thin??  How many irons you got in that fire anyway?

LOL

Sam
If dogs don't go to heaven, when I die I want to go where dogs go.  ...Will Rogers

VLS

Hi Sam,

I intend to do the serious commercial coding for roulette.

A full vCode compiler is -perhaps- something for mid 2013 (or even 2014). I have no rushes there.

The commercial shop for roulette programs is for this very week, so I do have a priority in here!

vCode is a pet project; we're in the definition process. "Brainstorming" if you might.

While on my day-to-day coding I spontaneously get ideas on how to make things better, I vent them in vCode  :)
🡆 ROULETTEIDEAS․COM, home of the RIBOT FREE software bot, with GIFTED modules for the community! ✔️

VLS

Here's Ralph's repeaters HTML program conveniently zipped  :thumbsup:


Thanks again dear Ralph.
🡆 ROULETTEIDEAS․COM, home of the RIBOT FREE software bot, with GIFTED modules for the community! ✔️

Ralph

Fine! I will tell you if and when I make any updates.

The tool I used was Notepad!
The best way to fail, is not to try!

Ralph

The tracker is now adopted for both AM and EU wheels.

The best way to fail, is not to try!

Blood Angel

Quote from: Ralph on Sep 02, 03:35 AM 2012
The tracker is now adopted for both AM and EU wheels.
Somehow I missed this thread. This is brilliant.I am very interested in repeaters.Thanks Ralph.

Ralph

I was thinking some want to save the numbers to file. I checked the possibilities, but it will violate the browsers security too much. Even direct via clipboard, it will need lower security settings.

What I did, was to add a button save, pressing this button will disply all numbers in a textarea in the browser.
You can then cut and past, with any security setting, and any browser.

The new version will be uploaded uploaded probably when you read this, in other cases minutes later.
The best way to fail, is not to try!

VLS

Hi Ralph, there's no need to violate browser security in order to save a file.


Please check your forum inbox, solution in PM  :)
🡆 ROULETTEIDEAS․COM, home of the RIBOT FREE software bot, with GIFTED modules for the community! ✔️

Ralph

Yes using the server it is quite easy, but not local at the computer. Its a MS server I use, so it could easy be done using ASP.

Anybody using a server, can easy write a serverpage, just write back.

Response.Write (Request.Form("numbers"))

Then they must anyhow save the file at the computer :D

The best way to fail, is not to try!

Ralph

I have ported the HTML/Script web tracker to a stand alone windows.exe. Its about the same function as the web-tracker.

The difference will come later as I will add more functions to it. You are welcome with suggestions.
This will later be able to read files, save files and run numbers from files.

This version just track repeaters, later it will be tracking of more.

Zip-file attached.

If you download before the change (one has) redo it a bugfix is done, it was not correct while tracking over 37 numbers in the display.

Sorry saw some bug at number 28 fixed now

saw a problem with zero repeate tells one less, fixed now.
The best way to fail, is not to try!

Ralph

The latest version of repeater tracker has now a Save file function, and a read file function.
The program read a text file with numbers from 0-36 using a comma delimeter. White spaces are ignored,
The program will color the numbers red/black/green on import. The program display the latest 37 numbers, but
keep track on how many repeaters there are in the file. I have done some to handle a file which may have some formatting
problem. The file reads the numbers, ignore all white space but must have comma delimeter between the numbers, in
case of missing comma the numbers will be ignored.
The best way to fail, is not to try!

-