You'll have to search for these yourselves in the podcast app of your choice. I personally use the app "Stitcher". In no particular order...
- DFJ Entrepreneurial Thought Leaders
- StartUp Podcast
- a16z
- This Week in Startups
| <?php | |
| /** | |
| * IIT Alert notification app | |
| * Created by: Eric Tendian | |
| * This script is meant to be kicked off by cloudmailin.com upon a new email. | |
| * | |
| * Access token last generated: 25 August 2014 | |
| * | |
| * To generate a new token, first visit the URL: | |
| * https://graph.facebook.com/oauth/authorize?type=user_agent&client_id=[YOUR APP ID]&redirect_uri=[YOUR REDIRECT URL]&scope=user_groups,publish_actions |
| #!/bin/bash | |
| case $1 in | |
| 'Chicago Police Department'|'cpd') | |
| omxplayer http://relay.broadcastify.com:80/il_chicago_police2.mp3 | |
| ;; | |
| 'Chicago Police - Citywide 1'|'cw1') | |
| omxplayer http://relay.broadcastify.com:80/128024765.mp3 | |
| ;; | |
| 'Chicago Police - Citywide 6'|'cw6') |
| $("li.webMessengerMessageGroup > div.clearfix > div.clearfix._42ef").each(function () { | |
| var line = '"'+Math.round($(this).find("div.rfloat._ohf abbr").attr("data-utime"))+'","general","'+$(this).find("div:nth-child(2) > strong > a").text()+'",'; | |
| $(this).find("div:nth-child(2) > div > div._53 > div").each(function () { | |
| var text = $(this).find("div._38.direction_ltr > span > p").text().replace("\n","\\n"); | |
| if (text.length) console.log(line + '"'+text+ "\"\n"); | |
| }); | |
| }); |
| // Works as of April 23, 2016 on Twitter.com and TweetDeck.twitter.com, in Google Chrome | |
| /* | |
| To use as a bookmarklet, bookmark this URL: | |
| javascript:(function()%7Bvar%20eggs%20%3D%20document.querySelectorAll('.stream-item%20img%5Bsrc%5E%3D%22https%3A%2F%2Fabs.twimg.com%2Fsticky%2Fdefault_profile_images%2F%22%5D')%3Bfor%20(var%20i%20%3D%200%3B%20i%20%3C%20eggs.length%3B%20i%2B%2B)%20%7Bvar%20egg%20%3D%20eggs%5Bi%5D%3Bwhile%20(!egg.classList.contains(%22stream-item%22))%20%7Begg%20%3D%20egg.parentNode%3B%7Degg.remove()%3B%7D%7D)() | |
| */ | |
| var eggs = document.querySelectorAll('.stream-item img[src^="https://abs.twimg.com/sticky/default_profile_images/"]'); | |
| for (var i = 0; i < eggs.length; i++) { | |
| var egg = eggs[i]; | |
| while (!egg.classList.contains("stream-item")) { | |
| egg = egg.parentNode; |
I hereby claim:
To claim this, I am signing this object:
| # NOTE: This was tested on a Blackboard Learn Vagrant machine in May 2017. Unknown how well the directions apply to other Vagrant machines. | |
| # NOTE 2: Errors WILL occur as this is not well supported on Azure. You may need to do a fair bit of troubleshooting and pay close attention to these instructions. | |
| # Step 1: Download the Vagrant .box file | |
| wget BOX_FILE | |
| # Step 2: Extract the .box file to the current directory (check the file format with the `file` command before you use tar) | |
| tar xf BOX_FILE | |
| # Step 3: Convert the resulting VMDK to a fixed size VHD | |
| VBoxManage clonehd box-disk1.vmdk --format VHD --variant Fixed box-disk1.vhd | |
| # Step 4: Upload the VHD to a storage account of your choice |
| #!/bin/bash | |
| cat << EOF > email.eml | |
| From: "${MAIL_FROM_NAME}" <${MAIL_FROM_ADDRESS}> | |
| To: "${MAIL_TO_NAME}" <${MAIL_TO_ADDRESS}> | |
| Reply-To: "${MAIL_TO_NAME}" <${MAIL_TO_ADDRESS}> | |
| Subject: ${MAIL_SUBJECT} | |
| Content-Type: text/html; charset="utf-8" | |
| Content-Transfer-Encoding: quoted-printable |
| /** | |
| * This place is a message...and part of a | |
| * system of messages...pay attention to it! | |
| * | |
| * Sending this message was important to us. | |
| * We considered ourselves to be a powerful culture. | |
| * | |
| * This place is not a place of honor...no | |
| * highly esteemed deed is commemorated here | |
| * ...nothing valued is here. |