Skip to content

Instantly share code, notes, and snippets.

<div jplayer audobj="showobj"></div>
app.directive('jplayer',function() {
return {
restrict:'A',
templateUrl:"/partial/jplayer",
scope: {
audobj: '='
hse4hs 4h 4ehse44h s agsomo@Iugsdgsd.om
e4 she e4hs e4hs asgagOI@HOsdgsdg.com
hse4hs s e4hs e4 dogusdhoi@oihsdgsd.com
4ehse44h 4ehse44h s4ehs hse4hs ighsoihg@soihgsdg.com
hse4hs 4ehse44h e4hs she agsomo@Iugsdgsd.om
e4hs e4hs s hse4hs asgagOI@HOsdgsdg.com
e4hs e4hs e4hs e4 dogusdhoi@oihsdgsd.com
e4hs s4ehs e4 hse4hs ighsoihg@soihgsdg.com
se4 e4hs hse4hs 4ehse44h agsomo@Iugsdgsd.om
hs4e s she hse4hs asgagOI@HOsdgsdg.com
app.directive('filestyle', function() {
return {
restrict: 'A',
scope: {
"filestyle": "="
},
transclude : true,
link : function($scope,$element,$attrs){
$attrs.$observe('filestyle',function(value){
if(typeof $scope.filestyle == "string"){
01 - Dynamisme inte?gral (1966).mp3
4G - Cloud (2005)
60 Sound Artists Protest The War (2003)
911 Commission - Trans. Sec Norman Mineta Testimony
9_11 Truth_ Lee Hamilton Confirms Norman Mineta's Testimony_
911truthseattle.org meets Norm Mineta
Achim Wollscheid - Composition い (2005)
Aeolian - Ridgelines
Æthenor - Deep in Ocean Sunk the Lamp of Light (2006)
ajilvsga - blood nocturnes
// Version (see package.json)
// AngularJS simple file upload directive
// this directive uses an iframe as a target
// to enable the uploading of files without
// losing focus in the ng-app.
//
// <div ng-app="app">
// <div ng-controller="mainCtrl">
// <form ng-attr-action="/uploads"
// ng-upload="completed(content)">
#include <GL/glew.h>
#include <GL/glut.h>
#include <stdlib.h>
#include <stdio.h>
#include <iostream>
using std::cout;
int test = 1;
bool* keyStates = new bool[256];
g++ main.cpp -o part1 -I/usr/local/include/bullet
/tmp/ccJjRcPr.o: In function `btTypedConstraint::operator delete(void*)':
main.cpp:(.text._ZN17btTypedConstraintdlEPv[btTypedConstraint::operator delete(void*)]+0x14): undefined reference to `btAlignedFreeInternal(void*)'
/tmp/ccJjRcPr.o: In function `btAlignedAllocator<int, 16u>::deallocate(int*)':
main.cpp:(.text._ZN18btAlignedAllocatorIiLj16EE10deallocateEPi[btAlignedAllocator<int, 16u>::deallocate(int*)]+0x18): undefined reference to `btAlignedFreeInternal(void*)'
/tmp/ccJjRcPr.o: In function `btAlignedAllocator<btHashInt, 16u>::deallocate(btHashInt*)':
main.cpp:(.text._ZN18btAlignedAllocatorI9btHashIntLj16EE10deallocateEPS0_[btAlignedAllocator<btHashInt, 16u>::deallocate(btHashInt*)]+0x18): undefined reference to `btAlignedFreeInternal(void*)'
/tmp/ccJjRcPr.o: In function `btAlignedAllocator<btTriangleInfo, 16u>::deallocate(btTriangleInfo*)':
main.cpp:(.text._ZN18btAlignedAllocatorI14btTriangleInfoLj16EE10deallocateEPS0_[btAlignedAllocator<btTriangleInfo,
A & E*
ABC*
ABC Family*
AMC*
Animal Planet*
Azteca*
BBC America*
BET*
BIO*
Bloomberg*
#!/bin/bash
# Change alsa volume levels and display notifications using libnotify
#
# author: Tasos Latsas <tlatsas2000 _at_ gmail _dot_ com>
# A more polished version of the original script found in ubuntu forums:
# http://ubuntuforums.org/showpost.php?p=7241817&postcount=2
show_help () {
-- Compiler flags --
{-# LANGUAGE NoMonomorphismRestriction #-}
-- Imports --
-- stuff
import XMonad
import qualified XMonad.StackSet as W
import qualified Data.Map as M
import System.Exit