Skip to content

Instantly share code, notes, and snippets.

View pshahid's full-sized avatar

Paul Shahid pshahid

View GitHub Profile
@pshahid
pshahid / index.html
Created September 2, 2015 01:18
searchField behavior in semantic-ui
<!doctype html>
<html>
<head>
<link rel="stylesheet" href="/javascripts/semantic.min.css">
<script type="text/javascript" src="/javascripts/jquery-1.11.3.min.js"></script>
<script type="text/javascript" src="/javascripts/semantic.min.js"></script>
<script type="text/javascript" src="/javascripts/components/search.min.js"></script>
</head>
<body>
<div class="ui search">
funct() {
case $( uname -s ) in
Linux)
echo "You're on Linux";;
Darwin)
echo "You're on Mac";;
*)
echo "Not supported on this os.";;
esac
}
@pshahid
pshahid / 362projects
Last active December 23, 2015 19:39
List of possible FOSS projects for 362.
Java client-server framework
It looks like that it has a very steady commit history with commits every week. They also have a test suite already made.
https://github.com/netty/netty
---------------------------------------------------------------------------
Python broadcast messaging application for webapps
It's built on top of very mature libraries and has a test suite already