jump to navigation

My Thunderbird extensions list Ноябрь 7, 2009

Posted by russenreaktor in software, thunderbird.
Tags: , , ,
add a comment

Generated: Sat Nov 07 2009 01:14:44 GMT+0100
User Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.8.1.23) Gecko/20090812 Lightning/0.9 Thunderbird/2.0.0.23
Build ID: 2009081210

Enabled Extensions: [43]

My Firefox extensions list Ноябрь 7, 2009

Posted by russenreaktor in firefox, software.
Tags: , , ,
add a comment

Generated: Sat Nov 07 2009 01:05:09 GMT+0100

User Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko/20091102 Firefox/3.5.5 GTB5 (.NET CLR 3.5.30729)

Build ID: 20091102152451

Enabled Extensions: [45]

 

[SOLVED]How To Sort Folders The Same Way As Files In Total Commander Октябрь 8, 2009

Posted by russenreaktor in software.
add a comment

«The option is right there, in the middle, Sorting Directories. The default is Always by name. Change it to Like files (also by time) and you’re done.

image

● ● ●» beerpla.net

[SOLVED]How to use the “sysout” snippet in Eclipse with selected text? Сентябрь 23, 2009

Posted by russenreaktor in eclipse.
add a comment

«The sysout template acts upon entire Java statements.

1. Highlight a statement in the editor.

2. Hit CTRL-SPACE (or whatever you have set up for content assist.)

3. Type sysout then hit enter. Note that when you’re typing sysout it will temporarily overwrite your statement (but it will come back wrapped by System.out.println when you hit enter.)» stackoverflow.com

[SOLVED]Eclipse and .svn Android AIDL Problem Август 17, 2009

Posted by russenreaktor in android, develop, eclipse, programming.
Tags: ,
add a comment

Today after adding my android project to svn repository I got

syntax error    entries /src/.svn  line 1  Android AIDL Problem

After searching internet for solutions I installed subversion plug-in (did not helped) but this…

It is worked for me:

  • Delete your project from eclipse (not from disk).
  • «File»->»New..»->»Project»->»Android Project»
  • in «New Adroid Project»-Dialog selected «create project from existing source» (find your project on HDD)->»Finish»

my .classpath-file

<?xml version="1.0" encoding="UTF-8"?><classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="gen"/>
<classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
<classpathentry kind="output" path="bin"/></classpath>

WirelessKeyView – Recover lost wireless network key Апрель 23, 2009

Posted by russenreaktor in software.
add a comment

«WirelessKeyView recovers all wireless network keys/passwords (WEP/WPA) stored in your computer by the ‘Wireless Zero Configuration’ service of Windows XP and by the ‘WLAN AutoConfig’ service of Windows Vista. It allows you to easily save all keys to text/html/xml file, or copy a single key to the clipboard.

» nirsoft.net

Mysql frontend – related programs Апрель 21, 2009

Posted by russenreaktor in software.
add a comment

Open Source Keystroke Launcher Апрель 14, 2009

Posted by russenreaktor in software.
add a comment

«Launchy is a free windows and linux utility designed to help you forget about your start menu, the icons on your desktop, and even your file manager.

Launchy indexes the programs in your start menu and can launch your documents, project files, folders, and bookmarks with just a few keystrokes!» launchy.net

Firefox: Tab Scope Март 16, 2009

Posted by russenreaktor in firefox.
Tags: ,
add a comment

«Shows a popup on tabs and enables you to preview and navigate tab contents through popup. Major features are:

* Real-time preview of tab contents
* Navigate (Back/Forward/Reload/Stop) through popup
* Scroll pages or frames in preview with mouse wheel
* Click links or buttons directly in preview» addons.mozilla.org

Firefox: FaviconizeTab Март 16, 2009

Posted by russenreaktor in firefox, plugin.
add a comment

«This extension adds a new «FaviconizeTab» option to the context menu of the tab.
When it is clicked, The width of the tab becomes small up to the size of favicon.
It returns to the former size when «FaviconizeTab» is clicked again.» addons.mozilla.org