This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
print "Hello, World!" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
test |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sub Main() | |
MessageBox("Hello World") | |
End Sub | |
/& |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
:css | |
.short-intro { | |
margin-left: 90px; | |
} | |
.verified { | |
.name { | |
padding-right: 20px; | |
background: url(v.png) 50% 100% no-repeat; | |
} | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
NameError in Managers::PerformancesController#create | |
uninitialized class variable @@collaborated_model_id_names in Performance | |
app/models/collaborative.rb:53:in `set_collaborated_model_ids' | |
app/controllers/managers/performances_controller.rb:35:in `create' | |
app/models/collaborative.rb:53:in `set_collaborated_model_ids' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<head> | |
<title>gist</title> | |
</head> | |
<body> | |
<div class="clearfix"> | |
<div class="l"> | |
<img src="//placehold.it/200"/> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<style type='text/css'> | |
.clearfix .l { | |
float:left; | |
} | |
.clearfix .r { | |
float:right; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{% load comments %} | |
{% get_comment_count for article as comment_count %} | |
{% render_comment_list for article %} | |
<table> | |
<form action="{% comment_form_target %}" method="post"> | |
{% csrf_token %} | |
{{ form }} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
bug 27377 0.0 0.0 11428 1380 ? Ss 23:27 0:00 \_ /bin/bash /usr/bin/startunity3d | |
bug 27541 0.0 0.6 194172 12784 ? Ss 23:27 0:00 | \_ /usr/bin/unity-window-decorator | |
bug 27640 0.1 0.4 189204 8548 ? Sl 23:28 0:00 /usr/lib/unity-lens-applications/unity-applications-daemon | |
bug 27642 0.0 0.2 165652 4536 ? Sl 23:28 0:00 /usr/lib/unity-lens-files/unity-files-daemon | |
bug 27644 0.0 0.2 157804 4652 ? Sl 23:28 0:00 /usr/lib/unity-lens-music/unity-music-daemon | |
bug 27753 0.0 0.1 154324 3040 ? Sl 23:28 0:00 /usr/lib/unity-lens-music/unity-musicstore-daemon | |
bug 28038 0.0 0.0 6308 568 pts/0 S+ 23:32 0:00 \_ grep --color=auto unity | |
bug 28031 2.7 1.1 344200 23180 ? Sl 23:31 0:00 /usr/lib/unity/unity-panel-service |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Maintaner: Giorgio Gilestro <[email protected]> | |
pkgname=python-nautilus | |
pkgver=1.0 | |
pkgrel=1 | |
pkgdesc="Python binding for Nautilus components" | |
arch=('i686' 'x86_64') | |
url="http://projects.gnome.org/nautilus-python/" | |
license="GPL" | |
makedepends=('pkgconfig' 'gnome-python' ) | |
depends=('nautilus' 'pygtk') |