Tuesday, 8 April 2014

create presentation when unstaged change is combined in internal git repo

I've got some config directories on my internal Mac accessory placed
underneath versioning with Git. These aren't directories we directly check
often, if ever. They mostly finish adult being altered around several
management line installations. However, we don't always comprehend when an
designation has finished a change to any one of these several config
directories that I'm perplexing to keep good versioned. Thus, many changes
are finished over time, before my noticing, that should be damaged adult
into removed commits. Is there something we can setup (hooks, perhaps?) to
get, idk, like a desktop/growl presentation when a change to any repo on
my accessory has occurred so we competence afterwards go theatre and
commit?If I'm opening this emanate from wholly a wrong angle or
formulating an emanate where there isn't one unequivocally since of
something I'm not wakeful of, please, feel giveaway to let some-more know.

Friday, 4 April 2014

Can't opening RabbitMQ web supervision interface after uninformed install

I've hallowed a latest RabbitMQ server
(rabbitmq-server-3.3.0-1.noarch.rpm) on a uninformed Centos 5.10 VM
according to a instructions on a executive site.I've finished this many
times before during growth and never had any issues. However, this time we
can't record into a supervision web interface controlling a default
guest/guest user.In a logs, we see a following:=ERROR REPORT====
4-Apr-2014::00:55:15 ===webmachine error:
path="api/whoami""Unauthorized"What could be causing this?

Tuesday, 1 April 2014

fastest proceed to mislay columns in matlab

I have a settlement of distance 139 X 143896. we have to mislay 6000
columns from it.Currently we am controlling a for loop to do it and it is
unequivocally slow.Is there any faster proceed to do this?for
i=1:length(ind) %ind are a indices of a columns to be private
col1=ind(i); mat(:,col1)=[];endAny assistance is severely welcome.