Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
mitemitreski committed Jul 7, 2012
1 parent dc4e2d1 commit 23d152a
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 0 deletions.
6 changes: 6 additions & 0 deletions libnotify/basic.c
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#include <libnotify/notify.h>
void main () {
notify_init ("Hello world!");
NotifyNotification * Hello = notify_notification_new ("Hello world", "This is an example notification.", "dialog-information");
notify_notification_show (Hello, NULL);
}
Binary file added mustache-js/.example.html.swp
Binary file not shown.
11 changes: 11 additions & 0 deletions mustache-js/example.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Mustache JS examples</title>
<script src="https://raw.github.com/janl/mustache.js/master/mustache.js"></script>
</head>
<body>

</body>
</html>

0 comments on commit 23d152a

Please sign in to comment.