Topics - ewemoa [ switch to compact view ]

Pages: prev1 ... 6 7 8 9 10 [11] 12 13 14 15 16 ... 27next
51
Was looking for a simple way to do this without much tweaking and came across:

  Virtual Router Plus

In brief testing of version 2.3.0 (via .zip on project site, not .7z available via "other" site), it seemed to work fine.

No installation appears to be necessary and there appears to be WPA/WPA2 support.  One thing that seemed a bit unfortunate was that the password field appears unobscured.

Anyone have experience with this or have some other recommendation?

52
Recently I noticed that a number of installed Firefox addons were using a language different from what they used to.  The language I had been expecting was some kind of English, but what was being used was some non-English language.  Investigating a bit, came across:

  how can I force addons to be displayed in English?

This sounded similar to the situation here and there didn't seem to be a solution mentioned that didn't involve a fair bit of reinstalling and reconfiguring.

Tried removing addons one by one and eventually discovered that disabling (or removing) a version of the Pencil addon seemed to fix things.

So perhaps selective addon-disabling/removal is a potentially helpful approach...



For the record, had manually installed the seemingly problematic addon via an .xpi, so perhaps I had that coming as (at the moment anyway) there doesn't appear to be a version compatible with the version of FF here:

Not available for Firefox 18.0

via https://addons.mozilla.org/en-us/firefox/addon/pencil/

53
N.A.N.Y. 2013 / N.A.N.Y 2013 Submission - DiffWith for FARR
« on: December 29, 2012, 10:39 PM »
Running comparison programs on FARR results.



Screenshot

diffwith.png



Installation / Uninstallation / Requirements

It's a FARR plugin so installation and uninstallation are as usual.  Tested under Windows 7 64-bit with FARR 2.203.01.  May work for other versions of Windows.

Some kind of comparison program needs to be installed.  I've tested with WinMerge, KDiff3, and SmartSynchronize and I've heard that BeyondCompare can be made to work too.

The plugin also needs to be told how to invoke the comparison program.  See the README.txt file for details.



Downloads

Plugin

md5:2fd0fb573872e8c9de712e4809d9be76
sha1:8f92e4b18dcaf654999f09c0c683df4926801a5e



README.txt
DiffWith

Purpose:

  Invocation of a comparison program on FARR results.

Configuration:

  There are a number of ways to configure DiffWith.  Below are some,
  just choose one :)  The descriptions may sound complex, but perhaps
  that's just a failing of the author...

  Method 1.

  Assuming a successful installation, an appropriate statusbar icon
  should be visible via FARR's main window.  To check whether a
  statusbar icon is appropriate, hover the pointing device pointer /
  cursor over the statusbar icon to observe popup text.  DiffWith's
  statusbar icon popup text should display "DiffWith".

  1. Click on DiffWith's statusbar icon and choose the "Configure"
     menu item.

  FARR should display a number of results.  One of the results should
  be "Configure Comparison Command Template".

  2. Launch the "Configure Comparison Command Template" FARR result.

  FARR should display a window with a form for configuring a template
  for the command to use when performing a comparison.

  3. Fill in an appropriate template and click on the update button.

  Some example values include:

    c:\apps\WinMerge\WinMergeU.exe /r
    c:\apps\X-KDiff3\X-KDiff3.exe
    c:\apps\SmartSynchronize\bin\smartsynchronize.exe

  Method 2.

  1. Select any FARR result and bring up its context menu.

  2. From the "DiffWith..." submenu, choose "Configure".

  FARR should display the same set of results as in the immediately
  previous method.

  3. Continue with the appropriate steps from the immediately previous
     method.

  Method 3.

  1. Bring up FARR's options and find the User Variables section:

     Program Options ->
       Lists ->
         User Variables

  2. Ensure there is a [DiffWith] section and a CommandTemplate
     variable with appropriate content.

  An example of something appropriate is:

    [DiffWith]
    CommandTemplate = c:\apps\WinMerge\WinMergeU.exe /r

  (The plugin will build the comparison command by appending to the
  CommandTemplate value, double quoted paths of the two items to
  compare.)

  Another example configuration is:

    [DiffWith]
    CommandTemplate = c:\apps\X-KDiff3\X-KDiff3.exe

  Yet another example configuration is:

    [DiffWith]
    CommandTemplate = c:\apps\SmartSynchronize\bin\smartsynchronize.exe

Example Usage:

  1. Find some file using FARR and bring up its context-sensitive
     menu.  An example file might be FARR's ConfigDir_Default.ini file.

  2. From the "DiffWith..." menu, choose "Set as Left".

  3. Find another file with FARR and bring up its context-sensitive
     menu.  Another example file might be FARR's ConfigDir_Sample.ini
     file.

  4. From the "DiffWith..." menu, choose "Compare with Left".

Usage:

  To compare two things, those two things need to be specified.  This
  plugin refers to one of those things as "Left" and the other thing
  as "Right".

  One workflow is:

  1. Use FARR to locate a file or folder and "Set as Left" via the
     target's context-sensitive menu (under DiffWith...).

  2. Use FARR to locate another file or folder and "Compare with Left"
     via the target's context-sensitive menu (under DiffWith...).

  Once "Left" and "Right" have been set, the comparison can be
  repeated via the statusbar menu's "Compare Current Pair" command.

Notes:

  1. FARR's status area (bottom of results view) may show relevant
     information while a "DiffWith..." menu item is selected.

     For example, when the "Set as Left" or "Compare with Left" menu
     item is selected (but not invoked), the status area should
     indicate the current value for "Left".

  2. Other comparison tools may work too.  If a tool can be invoked
     via the command line with the names of the two things to be
     compared listed one after the other (not followed by anything
     else) there's a good chance it should work with this plugin.

  3. Some other comparison tool candidates:

       Meld
       DiffMerge
       SmartSynchronize
       Beyond Compare
       Diffuse

Credits:

  Find And Run Robot

    mouser

  FScript

    ecaradec

  Icons

    https://www.fatcow.com/free-icons

  Discussion and Testing

    mouser


54
Developer's Corner / Learn C (and other things...) the Hard Way
« on: December 23, 2012, 07:56 PM »
Hearing praise from Josh about Learn Regex the Hard Way, went to take a look and found Learn C the Hard Way.

It doesn't appear to be completed yet, but the lessons I've gone through have been helpful in clarifying and improving my limited understanding of C  :)  (As I often seem to retain things better actually performing actions, the author's approach seems to work pretty well for yours truly.)

Has any one else tried it out?



The current list of topics the author appears to be working on (whether updating old versions or completing first versions) includes:

  • Python
  • Ruby
  • C
  • Regex
  • SQL
  • CLI Crash Course


55
Below are some notes on getting Android x86 working on VirtualBox (thanks to Gothi[c] for the original suggestion and tips in getting it all working!).  (It's unlikely that the steps couldn't be adapted to work with VMWare or similar.)

0. Ensure VirtualBox, the Android SDK, Eclipse, and the ADT are installed appropriately.

1. Download Android x86 Live CD:

     http://www.android-x86.org/download

  There are many there, but for these instructions:

     http://android-x86.googlecode.com/files/android-x86-4.0-RC2-eeepc.iso

     sha1:1953717ac1d606d57fc7d7293b367f8025c51b65

2. In VirtualBox create a new virtual machine:

   Type: Linux
   Version: Linux 2.6
   Memory: 512 MB
   Hard disk size: 3 GB

   Network Adapter 1: NAT (eth0 - for ordinary network access from android)
     PCnet-FAST III <- other cards may not work
   Network Adapter 2: Host Only (eth1 - for adb connection -- e.g. for eclipse)
     PCnet-FAST III <- other cards may not work

   IDE Optical Drive: Point to downloaded Android x86 live CD iso

3. Start virtual machine

4. Choose "Installation - Install Android-x86 to harddisk"

5. Choose Create/Modify partitions

6. Choose New -> Primary -> Size (default size)

7. Select Bootable

8. Select Quit

9. Select sda1 Linux VBOX HARDDISK

10. Select ext3

11. Confirm format action

12. Confirm installation of boot loader GRUB

13. Select Yes for /system directory read-write

14. Choose to run Android x86 and wait for it to start up (consider unmounting iso image too)

15. Disable mouse pointer integration for the virtual machine

16. Alt+F1 to get to virtual console (for reference: Alt+F7 to get back to Android UI)

17. netcfg to check network interfaces (eth0 for general net, eth1 for adb)

18. If eth1 is not up: netcfg eth1 up dhcp

19. Note the IP address (e.g. 192.168.56.101)

20. On host machine: via <android-sdk>/platform-tools:

      adb connect 192.168.56.101

21. Start Eclipse

22. Start some Android app via Run in Eclipse UI

23. In resulting dialog, choose running Android (should list one connected
     via 192.168.56.101)

24. If web browsing fails, it may be a DNS problem.  Try the following via a
     virtual console (Alt+F1): setprop net.dns1 <ip-address-of-dns-server>

25. To shutdown via Android UI: Two rapid entries of Host + H

     If the screen locks instead:

      1. Try to unlock and try again

      2. If the lock icon is not draggable, type the menu key (between right win and right control) and try again

    Possibly less safe ways of shutting down or rebooting (preface w/ sync?) via virtual console:

    # reboot -p

   # poweroff

References:

  http://blog.gokifu.com/2011/05/android-x86-faster-emulator/

Pages: prev1 ... 6 7 8 9 10 [11] 12 13 14 15 16 ... 27next
Go to full version