key 6 not working in unix chrome address bar - unix

In unix machine number '6' key is not working in unix machine chrome browser.But working fine in text editor.
It seems some shortcut is blocking the key.
Any way to handle it.

Related

LispWorks cannot open in OS X El Capitan

The app icon just keeps bouncing for a few minutes after I click it, and then stop and nothing is show. The app then becomes “Not Responding.”
According to the document, I should be asked to select GUI options, but that didn't happen during the installation process.
I think it has to do with GUI.
So I installed/updated X11, but it's still not working even after that.
I'm using the LispWorks 6.1.1 Personal Edition.
I contacted Lispworks' support team.
It turned out it's because my mac name has a non-ASICC char ' (it was XXX's Macbook Pro).
Changing the computer's name using sudo scutil --set HostName name-you want fixed the issue.

Garbled text at end of file. Is this related to DDPE?

Preface: About a month or so, we upgraded our work systems from a Windows 7 desktop to a Windows 8.1 Dell laptop. Laptop's file system is NTFS with DDPE file encryption and desktop's file system is NTFS, but no encryption. I tagged in Sublime Text 3 because that's where I have been poking around trying to come up with a solution. I am having issues honing into this specific problem, so I am asking a new question.
Problem: We're getting garbled text issues at the end of file with any extension. Randomly happens to some files on computer restarts. Randomly means it sometimes happens, sometimes doesn't. Happens on projects started on desktop and projects started on laptop. Doesn't matter if the project has been opened during the computer's uptime or not. Seems totally random.
Example: filezilla.xml
</LastServer>
</Settings>
</FileZillZY_ ?
Example: Richmond2015.sublime-workspace
"side_bar_width": 514.0,
"status_bar_visible": true,
"template_settings":
{?c??A
Attempts to fix:
changing between unix and windows line endings
"ensure_newline_at_eof_on_save": true
saving with different file encodings, some were defaulting to Western, changed to UTF-8

Windows 7 freezes when hitting Enter key in Rgui.exe

I'm having a persistent problem with Windows 7 freezing when using R. There is a specific context this happens in:
Using Windows 7 on a desktop machine with multiple displays, and having one or more Rgui.exe sessions running
Connecting to the active Windows desktop session via RDP (remote desktop), which results in resizing the display
Using R while connected via RDP (I'm not sure this step is actually involved.)
Getting back on the desktop machine and using the multiple displays again, which results in another display resizing
Then, I can type into an Rgui.exe window, and can type and edit a command, but when I hit Enter, the entire Windows session freezes, and all I can do is reboot.
This happens to me somewhere around 1 out of 2 or 3 times that I use the computer in the above sequence. Sometimes it works fine, other times it freezes. I've not noticed any pattern. I have not noticed that there is much output in the Rgui window when this happens -- I think it can happen with a pretty fresh session. I say this because there is one other report on stackexchange Windows 7 becomes unresponsive if mouse scroll wheel is used after a simulation in R of R apparently causing Windows 7 to freeze when there is a lot of output in the Rgui window.
Symptoms of the frozen machine are:
The text cursor in Rgui remains at the end of the line, i.e., there is no visible indication that Enter was typed
The mouse pointer on the screen responds to mouse movements (but not clicks) for a few seconds, but then stops responding to anything
The physical mouse and keyboard go dead (i.e., the mouse light on an optical mouse turns off, the caps lock light stops lighting)
The machine continues responds to ping
The machine continues to serve up any shared files and directories
If cygwin is installed and sshd is running, I can start up an remote shell on the machine and it works fine
The machine can be rebooted using a remote shutdown command from another machine
There is no record in any system logs of any problem relating to the freeze, or any event related to R
This has been happening to me for several years now, across multiple versions of R. I am currently using R 3.0.2 and it just happened now. It has happened to me at two different workplaces.
The only thing that I can do to be able to use the machine again is reboot it, either by pressing the power button, or doing a remote shutdown. Ctrl-Alt-Delete on the keyboard has no effect.
If anyone else has encountered this problem and found a solution, I would love to hear it.

Web Macro - Record and Playback

I am working on a project where our users logs in to our site and can go to any site from our site (in an iframe) and perform and bunch of actions on the child site. Our app will record the actions, and then play back to the user.
I have briefly looked into Selenium, WebDriver, Sikuli, Chickenfoot, iMacros, etc., but not sure if they will do this in a simple and elegant way.
My requirements
1) The record function should be available within any browser/ any OS.
2) No extension or plugin or any special install needed on client browsers to record.
3) Code generated from record is in an open format - XML/ JSON/ Java etc.
4) The code can be executed by back-end as part of play back.
Thank you,
Ramesh
I worked with iMacros only and it meets your demands.
iMacros can work in:
FireFox
Chrome
Internet Explorer
iMacros workes on:
Windows (32 or 64 bit)
Linux (Centos or Ubuntu and you need a GUI - Graphic User Interface)
MAC OSX (works fine on this OS too)
The code of iMacros is open format and supports use of other programming languages like PHP, Python, Java, JavaScript etc. Read about it here http://wiki.imacros.net/Automation
I prefer JavaScript.
You can see here the demonstration on how iMacros works. http://www.youtube.com/watch?v=36ZEgrKJxeU
iMacros has some limitations but they can be surpassed.

Disable cleartype

I have code that takes a screenshot and applies very basic OCR (pixel matches characters). Been testing on virtualbox machine and it was working fine. And when I ran it on Windows 7 the code no longer works due to Cleartype. Is it possible to disable Cleartype for certain windows?
Here is the win32 function you'd use to do it, but im not sure you can do it for a single window..

Resources