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 id="content"> | |
<?php | |
$day = pods('day', array( 'orderby' => 'dayoftheweek ASC' )); | |
while ($day->fetch()) | |
{ | |
?> | |
<a name="<?php echo $day->display('name'); ?>"></a> | |
<div style="font-size: 24px; margin-bottom: 20px; clear: left; text-decoration: underline;"> | |
<?php echo $day->display('name'); ?> | |
</div> |
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
INSERT INTO `na_comdef_meetings_main` (`id_bigint`,`worldid_mixed`, `shared_group_id_bigint`, `service_body_bigint`, `weekday_tinyint`, `start_time`, `duration_time`, `formats`, `lang_enum`, `longitude`, `latitude`, `published`, `email_contact`) | |
SELECT | |
Id As `id_bigint`, | |
NULL As `worldid_mixed`, | |
NULL As `shared_group_id_bigint`, | |
CASE `Area` | |
WHEN 'Down East' THEN 3 #Down East | |
WHEN 'Inner Coastal' THEN 4 #Inner Coastal | |
WHEN 'Southern Piedmont' THEN 5 #Southern Piedmont | |
WHEN 'Greensboro' THEN 6 #Greensboro |
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
INSERT INTO `na_comdef_meetings_data` (`meetingid_bigint`, `key`, `field_prompt`, `lang_enum`, `visibility`, `data_string`) | |
SELECT `Id`,'meeting_name','Meeting Name','en',0,`Name` FROM `imported`; | |
INSERT INTO `na_comdef_meetings_data` (`meetingid_bigint`, `key`, `field_prompt`, `lang_enum`, `visibility`, `data_string`) | |
SELECT `Id`,'location_text','Location Name','en',0,`Location` FROM `imported`; | |
INSERT INTO `na_comdef_meetings_data` (`meetingid_bigint`, `key`, `field_prompt`, `lang_enum`, `visibility`, `data_string`) | |
SELECT `Id`,'location_street','Street Address','en',0,`Address` FROM `imported`; | |
INSERT INTO `na_comdef_meetings_data` (`meetingid_bigint`, `key`, `field_prompt`, `lang_enum`, `visibility`, `data_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
package com.company; | |
import java.util.HashMap; | |
import java.util.Random; | |
import java.util.Set; | |
public class Main { | |
static HashMap<Integer, Integer> tally = new HashMap<Integer, Integer>(); |
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
<script type="text/javascript" src="https://app.yax.io/yax.min.js"></script> | |
<script type="text/javascript"> | |
// pass your api key | |
var talk = new Talk("9f86d081884c7d659a2feaa0c55ad015a3bf4f1b2b0b822cd15d6c15b0f00a08", function() { | |
talk.connect(); | |
}); | |
document.getElementById("roomName").value = talk.getRoom(); | |
</script> |
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
// ==UserScript== | |
// @name YouTrack Agile Modal | |
// @namespace http://versomas.com/ | |
// @version 0.1 | |
// @description Allows tickets to be opened in modals directly | |
// @author dannygnc | |
// @match */youtrack/rest/agile/* | |
// @grant none | |
// @require https://code.jquery.com/ui/1.11.4/jquery-ui.min.js |
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
<script type="text/javascript" src="https://app.yax.io/yax.min.js"></script> | |
<script type="text/javascript"> | |
// pass your api key | |
var talk = new Talk("9f86d081884c7d659a2feaa0c55ad015a3bf4f1b2b0b822cd15d6c15b0f00a08", function() { | |
talk.connect(); | |
}); | |
</script> | |
<input type="button" value="mute" onclick="talk.mute();" /> | |
<input type="button" value="unmute" onclick="talk.unmute();" /> |
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 id="state" /> | |
<script type="text/javascript" src="https://app.yax.io/yax.min.js"></script> | |
<script type="text/javascript"> | |
// pass your api key | |
var talk = new Talk("9f86d081884c7d659a2feaa0c55ad015a3bf4f1b2b0b822cd15d6c15b0f00a08", function() { | |
talk.connect(); | |
}, function(state) { | |
$("#state").html(state); | |
}); |
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
<script type="text/javascript" src="https://app.yax.io/yax.min.js"></script> | |
<script type="text/javascript"> | |
// pass your api key | |
var talk = new Talk("9f86d081884c7d659a2feaa0c55ad015a3bf4f1b2b0b822cd15d6c15b0f00a08", function() { | |
talk.connect(); | |
}); | |
</script> |
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
#apt-get install libtool libtool-bin libjpeg-dev libsqlite3-dev libpcre++-dev libspeex-dev libspeexdsp-dev libedit-dev | |
echo "deb http://files.freeswitch.org/repo/deb/freeswitch-1.6/ jessie main" > /etc/apt/sources.list.d/99FreeSWITCH.test.list | |
wget -O - http://files.freeswitch.org/repo/deb/freeswitch-1.6/key.gpg |apt-key add - | |
apt-get update | |
apt-get install libyuv | |
DEBIAN_FRONTEND=none APT_LISTCHANGES_FRONTEND=none apt-get install -y --force-yes freeswitch-video-deps-most | |
./bootstrap.sh |