This file contains 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
<div jplayer audobj="showobj"></div> | |
app.directive('jplayer',function() { | |
return { | |
restrict:'A', | |
templateUrl:"/partial/jplayer", | |
scope: { | |
audobj: '=' |
This file contains 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
hse4hs 4h 4ehse44h s [email protected] | |
e4 she e4hs e4hs [email protected] | |
hse4hs s e4hs e4 [email protected] | |
4ehse44h 4ehse44h s4ehs hse4hs [email protected] | |
hse4hs 4ehse44h e4hs she [email protected] | |
e4hs e4hs s hse4hs [email protected] | |
e4hs e4hs e4hs e4 [email protected] | |
e4hs s4ehs e4 hse4hs [email protected] | |
se4 e4hs hse4hs 4ehse44h [email protected] | |
hs4e s she hse4hs [email protected] |
This file contains 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
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"){ |
This file contains 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
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 |
This file contains 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
// 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)"> |
This file contains 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
#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]; |
This file contains 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
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, |
This file contains 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
A & E* | |
ABC* | |
ABC Family* | |
AMC* | |
Animal Planet* | |
Azteca* | |
BBC America* | |
BET* | |
BIO* | |
Bloomberg* |
This file contains 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
#!/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 () { |
This file contains 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
-- Compiler flags -- | |
{-# LANGUAGE NoMonomorphismRestriction #-} | |
-- Imports -- | |
-- stuff | |
import XMonad | |
import qualified XMonad.StackSet as W | |
import qualified Data.Map as M | |
import System.Exit |
OlderNewer