Skip to content

Commit

Permalink
(old) Synergy: a software keyboard & mouse switch.
Browse files Browse the repository at this point in the history
  • Loading branch information
Alok Menghrajani committed Jan 21, 2014
1 parent 5e945f9 commit 3fcd7e2
Show file tree
Hide file tree
Showing 2 changed files with 69 additions and 0 deletions.
1 change: 1 addition & 0 deletions index.html
Expand Up @@ -93,6 +93,7 @@
<li><span>May 2004 &raquo; </span> <a href="adaptive_machines/">adaptive machines</a></li>
<li><span>Sept 10, 2007 &raquo; </span> <a href="covert_communications_subverting_windows_applications.pdf">covert communications: subverting Windows applications (pdf)</a></li>
<li><span>Feb 11, 2008 &raquo; </span> <a href="keepass/">Managing passwords with Keepass</a></li>
<li><span>Feb 13, 2008 &raquo; </span> <a href="synergy/">Synergy: a software keyboard &amp; mouse switch</a></li>
<li><span>May 18, 2008 &raquo; </span> <a href="pastebin/">Pastebin: easy way to share text</a></li>
<li><span>May 2010 &raquo; </span> <a href="tab_nabbing/">tab nabbing</a></li>
<li><span>Apr 8, 2011 &raquo; </span> <a href="raytracer/">a simple ray tracer in PHP</a>
Expand Down
68 changes: 68 additions & 0 deletions synergy/index.html
@@ -0,0 +1,68 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>Alok Menghrajani's stuff | Synergy: a software keyboard &amp; mouse switch</title>
<meta property="fb:admins" content="536181839"/>
<meta name="author" content="Alok Menghrajani"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="../bootstrap-responsive.min.css" rel="stylesheet">
<link href="../bootstrap-2.3.1.min.css" rel="stylesheet"/>
<link href="../alok.css" rel="stylesheet"/>
<script type="text/javascript" src="../jquery-1.7.1.min.js"></script>
<link href="../prettify/prettify.css" type="text/css" rel="stylesheet"/>
<script type="text/javascript" src="../prettify/prettify.js"></script>
</head>
<body onload="prettyPrint()">
<div class="container-narrow">
<div class="menu visible-desktop">
<div class="profile">
<p class="pull-right"><a href="../">&larr; Back to home</a></p>
</div>
</div>

<div class="jumbotron">
<h1>Synergy: a software keyboard &amp; mouse switch</h1>
<div class="lead">
<p>
A lot of people work with their laptop and desktop at the same time. If you are in the same situation,
<a href="http://synergy-foss.org/" class="external">Synergy</a> is a very useful tool. It lets you share a single mouse
and keyboard between multiple computers. To switch from one computer to the other, you simply move the mouse outside one
screen onto the next one.
</p>
<p>
Synergy is free, open source and supported on Windows, Mac OS X and Linux.
</p>
</div>
</div>

<footer class="footer">
<div style="float: left" class="fb-like" data-send="false" data-width="450" data-show-faces="false"></div>
<p class="pull-right visible-desktop">
<a href="https://github.com/alokmenghrajani/alokmenghrajani.github.com/issues/new">contact me</a>
<span class="vbar"></span>
<a href="#">back to top &uarr;</a>
</p>
</footer>
</div>

<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');

ga('create', 'UA-2373559-12', 'quaxio.com');
ga('send', 'pageview');
</script>

<div id="fb-root"></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/en_US/all.js#xfbml=1&appId=202717489767277";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>

</body>
</html>

0 comments on commit 3fcd7e2

Please sign in to comment.