Roi

Announce

New apps soon, for Windows

posted Mar 14, 2010 12:06 AM by Roi Dayan

I am working on two apps for Windows

TranslateMe - Think of it as free Babylon. including translation, dictionary and OCR (including Hebrew).
ContactsSync - Sync info between Facebook contacts and Gmail contacts.

both will require .NET framework
Come back later for more information.

More scripts

posted Mar 14, 2010 12:03 AM by Roi Dayan   [ updated Mar 14, 2010 12:16 AM ]

here are some links for scripts I did when I just started using Linux:

EasyChains - firewall script generator for ipchains
EasyTables - firewall script generator for iptables
TCLFileServer - irc file server written in tcl
IWantVCD - Script to help you encode, using transcode, movies into vcd/svcd.

Links:
http://freshmeat.net/users/roidayan
http://sourceforge.net/projects/easychains/files/
http://sourceforge.net/projects/xelcome/files/

My old projects on Google Code

posted Oct 3, 2009 2:44 AM by Roi Dayan

Just adding links my test projects I did on Nokia phones.

Blackjack widget game for Nokia s60v5 - http://code.google.com/p/blackjackwrt/
Match card widget game for Nokia s60v5 - http://code.google.com/p/matchcard/

Both written in html and javascript.

This is an old utility written in python for Nokia phones used to sync multiple google calendars to nokia phones.
Its now not very useful since google now support calendar sync using mail for exchange (only the main calendar currently).
Note: the script does not sync description of events since it was made with early release of pys60 which did not support it.

Old utility written in python for Nokia phones used for sending sms messages over the icq.
You add uins and passwords to a list and just write sms to your contacts and it will use an icq gateway.

listeggdrops.tcl v1.0

posted Oct 3, 2009 2:32 AM by Roi Dayan   [ updated Oct 3, 2009 2:40 AM ]

Script I made to list current running eggdrop processes on my system.
It lists the config name, port used and user running it.
Tested on Fedora system.


Requires: grep, netstat, ps, tclsh

Keyboard Indicator v1.0.1.0

posted Oct 2, 2009 3:07 PM by Roi Dayan   [ updated Oct 2, 2009 3:08 PM ]

Already new build.
Fixed position on the screen when there are docked bars on the top and added about message box.

Keyboard Indicator Screenshot

posted Oct 2, 2009 1:24 AM by Roi Dayan   [ updated Oct 3, 2009 2:11 AM ]

Projects in C# - KeyboardIndicator

posted Sep 29, 2009 10:33 AM by Roi Dayan   [ updated Oct 2, 2009 2:03 PM ]

I decided making some utils in C# to practice the language.
First projects are KeyHook.dll for hooking keyboard keys and hotkeys using win32 api (mouse hooks later on)
Second is SimpleOSD.dll for simple osd form display, the form is transparent to the keyboard and mouse clicks
and KeyboardIndicator, using those two libraries mentioned, indicates Caps lock, Num lock, Scroll lock and the Insert keys.
This is specially useful for those who do not have keyboard or laptop with led indicators.
Requires: .NET framework version 2.0.
 

‹ Prev    1-7 of 7    Next ›