Rainmeter: It can display customizable skins, like memory and battery power, RSS feeds and weather forecasts, right on the desktop. I used it to add a qoute to my desktop.
http://rainmeter.net/cms/
http://www.howtogeek.com/howto/35980/how-to-display-a-quote-on-your-desktop-using-rainmeter/
Friday, January 27, 2012
Resolving "Out of Memory" Errors - Matlab
Resolving "Out of Memory" Errors - Matlab
http://www.mathworks.com/help/techdoc/matlab_prog/brh72ex-49.html
Windows Vista and Windows 7 (32bit):
You can run it as administrator using the "sudo cmd.exe". See the following post:
http://www.msfn.org/board/topic/142153-sudo-equivalent-for-windows-vista7/
----
Backup copy of sudo post above:
1. sudo.cmd:
2.
http://www.mathworks.com/help/techdoc/matlab_prog/brh72ex-49.html
Windows Vista and Windows 7 (32bit):
BCDEdit /set increaseuserva 3072
(In case of problem, you can revert it using:
BCDEdit /deletevalue increaseuserva)
You can run it as administrator using the "sudo cmd.exe". See the following post:
http://www.msfn.org/board/topic/142153-sudo-equivalent-for-windows-vista7/
----
Backup copy of sudo post above:
1. sudo.cmd:
@echo Set objShell = CreateObject("Shell.Application") > %temp%\sudo.tmp.vbs@echo args = Right("%*", (Len("%*") - Len("%1"))) >> %temp%\sudo.tmp.vbs@echo objShell.ShellExecute "%1", args, "", "runas" >> %temp%\sudo.tmp.vbs@cscript %temp%\sudo.tmp.vbs
2.
sudo cmd.exe
Wednesday, January 25, 2012
Convertcase: lowercase to uppercase, etc
It is a handy tool to convert a phrase from all uppercase to lowercase online. It has many options to choose.
http://www.convertcase.net/
http://www.convertcase.net/
Saturday, January 21, 2012
getlinkinfo: Expand tiny url/bit.ly URLs
A nice service to enable expanding tiny url/bit.ly URLs to get and retrieve the original URL. It also provides a preview of the web page:
http://www.getlinkinfo.com/
http://www.getlinkinfo.com/
Monday, January 16, 2012
KeyFreeze is a FREE Windows application that blocks your keyboard and mouse without "locking" the screen.
http://keyfreeze.com/
http://www.makeuseof.com/tag/3-ways-lock-keyboard-mouse-computer-safe-unwanted-guests-windows/
http://keyfreeze.com/
http://www.makeuseof.com/tag/3-ways-lock-keyboard-mouse-computer-safe-unwanted-guests-windows/
Thursday, January 12, 2012
What is hiberfil.sys and how to delete in Windows 7 free up hard drive space
http://www.windows7hacker.com/index.php/2009/05/what-is-hiberfilsys-and-how-to-delete-in-windows-7-free-up-hard-drive-space/
http://www.windows7hacker.com/index.php/2009/05/what-is-hiberfilsys-and-how-to-delete-in-windows-7-free-up-hard-drive-space/
SuDo equivalent for Windows Vista/7
http://www.msfn.org/board/topic/142153-sudo-equivalent-for-windows-vista7/
http://www.msfn.org/board/topic/142153-sudo-equivalent-for-windows-vista7/
Tuesday, January 10, 2012
Solving the bibtex problem with underscores in DOI
Have you had problem with compiling Latex files when there was an underscore in the DOI number of one of citations. Usually, it ends up with an error similar to this:
! Missing $ inserted.
<inserted text>
$
l.286 {\path{doi:10.1001/001-1-11-111-1_11}}
The solution is to call the underscore package:
For more inrformation on this package, see its help:
http://ctan.mackichan.com/macros/latex/contrib/underscore/underscore.pdf
<inserted text>
$
l.286 {\path{doi:10.1001/001-1-11-111-1_11}}
The solution is to call the underscore package:
\usepackage[strings]{underscore}
For more inrformation on this package, see its help:
http://ctan.mackichan.com/macros/latex/contrib/underscore/underscore.pdf
Subscribe to:
Posts (Atom)