Charlie Tanksley
Has anyone ever worked somewhere that was good at setting timelines for shipping software (implied in ‘good’ means hit the timelines)?
Steve Wan
I have Charlie. :)
defmodule Migrations.Testtable do | |
use Ecto.Migration | |
def change do | |
create table(:testing) do | |
add :company, :string | |
add :name, :string | |
add :vintage, :string | |
add :drunk_at, :utc_datetime |
I hereby claim:
To claim this, I am signing this object:
tell application "Skype" | |
activate | |
set calls to send command "SEARCH ACTIVECALLS" script name "Call Control" | |
set callID to last word of calls | |
set status to send command "GET CALL " & callID & " STATUS" script name "Call Control" | |
if last word of status is "RINGING" then | |
send command "ALTER CALL " & callID & " ANSWER" script name "Call Control" | |
end if | |
end tell |