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/sh | |
# | |
# This is an init script for Debian Sid | |
# Copy it to /etc/init.d/lirc and type | |
# > update-rc.d lirc defaults 20 | |
# | |
test -f /usr/local/sbin/lircd || exit 0 |
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
# Please make this file available to others | |
# by sending it to <[email protected]> | |
# | |
# this config file was automatically generated | |
# using lirc-0.9.0-pre1(default) on Sat Nov 12 14:53:38 2016 | |
# | |
# contributed by | |
# | |
# brand: test | |
# model no. of remote control: |
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/sh | |
ids=`sqlite3 ./recipes_2.db <<! | |
.mode csv | |
select Id from Recipe; | |
!` | |
dumprecipe() { | |
sqlite3 ./recipes_2.db <<! | |
.separator ' ' |
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
grails { | |
plugin { | |
springsecurity { | |
rest { | |
active = true | |
token { | |
storage { | |
useMemcached = false | |
useGorm = true | |
gorm { |
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
require.config({ | |
paths: { | |
jquery: '../bower_components/jquery/dist/jquery', | |
backbone: '../bower_components/backbone/backbone', | |
underscore: '../bower_components/lodash/dist/lodash', | |
foundation: '../bower_components/foundation/js/foundation', | |
app: 'app', | |
indexView: 'views/index' | |
}, | |
shim: { |
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 class="off-canvas-wrap" data-offcanvas> | |
<div class="inner-wrap"> | |
<nav class="tab-bar"> | |
<section class="left-small"> | |
<a class="left-off-canvas-toggle menu-icon"><span></span></a> | |
</section> | |
<section class="middle tab-bar-section"> | |
<h1 class="title">Foundation</h1> |
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
require.config({ | |
paths: { | |
jquery: '../bower_components/jquery/dist/jquery', | |
foundation: '../bower_components/foundation/js/foundation' | |
}, | |
shim: { | |
bootstrap: { | |
deps: ['jquery'], | |
exports: 'jquery' | |
}, |
NewerOlder