I hereby claim:
- I am rfelix on github.
- I am rfelix (https://keybase.io/rfelix) on keybase.
- I have a public key ASAvK8yjCoBBvMkJfZRWMSPFD_Tj-RDpWHUi0_XvBkPAxgo
To claim this, I am signing this object:
(defun drestivo/org-download-method (link) | |
"This is an helper function for org-download. | |
It creates an \"./image\" folder within the same directory of the org file. | |
Images are separated inside that image folder by additional folders one per | |
org file. | |
More info can be found here: https://github.com/abo-abo/org-download/issues/40. | |
See the commit message for an example: | |
https://github.com/abo-abo/org-download/commit/137c3d2aa083283a3fc853f9ecbbc03039bf397b" | |
(let ((filename | |
(file-name-nondirectory |
I hereby claim:
To claim this, I am signing this object:
Slides: SpeakerDeck
TL;DR
https://www.mountaingoatsoftware.com/agile/scrum/sprint-planning-meeting
Output:
A sprint backlog is a list of the product backlog items the team commits to delivering plus the list of tasks necessary to delivering those product backlog items. Each task on the sprint backlog is also usually estimated.
require 'delegate' | |
class Foo < SimpleDelegator | |
def bar | |
raise "Bar" | |
end | |
def method_missing(name, *args) | |
puts name | |
end |
Account & Talkdesk Phone settings:
Account-only:
// Usage: | |
// var test = new Test(dep1, dep2); | |
// test.publicMethod(); | |
function Test(dep1, dep2) { | |
var object = new TestClass(); | |
object.init(dep1, dep2); | |
return object; | |
} |
<?xml version="1.0"?> | |
<Response> | |
<Conference | |
startConferenceOnEnter="true" | |
endConferenceOnExit="true" | |
enterSound="beep:1" | |
record="true" | |
redirect="false" | |
action="https://.../plivo/outbound_recording_received/07239c26-241a-11e2-9507-71f8eac79764" | |
> |
import java.sql.*; | |
public class Connect | |
{ | |
public static void main (String[] args) | |
{ | |
Connection conn = null; | |
try | |
{ |