|
Ok, to start at the beginning of my problem...I fish bait, heads, clam, whatever is present at the time of year...I fish 10' poles with 30 lb test, with a 60 lb plus shock leader. 60 lb mono leader is expensive, compared to 60 lb mono line. When I use...
Started by SgtRoc on
, 13 posts
by 8 people.
Answer Snippets (Read the full thread at stripersurf):
Heavy duty mono is great leader the same as a leader,....
Your correct to use 50lb mono over 50lb leader material, mono is easier to tie knots and I don't know how 50lb leader material would fly of the spool since its so thick.
|
|
Consider an array element X is one of leaders of the array if the all the elements following that array element is lesser than or equal to the array element X ...then what is the best algorithm to find all the leaders of the array?
Array may have more...
Started by suresh on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
What is more, it stays a leader regardless of what happens further to the left - in other words, every leader you add to your list is....
Every time that maximum increases or is equalled, that element is a leader by your definition.
|
|
What kind of characters can promote the person more likely to be a leader in the team ?
Also, what do you think the responsibilities a leader should have?
Started by Shuoling Liu on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
Any leader should have following qualities:
He should be technically sound He should be able by "team leader" ;-p
I've seen places where there is a distinct split between the technical lead (who for in programming team leader:
Technologically....
|
Ask your Facebook Friends
|
What are some good blogs for software team leaders or software project managers?
Started by Steve on
, 11 posts
by 7 people.
Answer Snippets (Read the full thread at stackoverflow):
And when ....
Roy Osherove's Team Leadership site is worth a read...
Rands' twitter feed also contains many really short situations that can be deciphered with shared context .
Try Rands in Repose.
Take a look at Rands in Repose 's management section .
|
|
More to come...
Answer Snippets (Read the full thread at cafepharma):
No wise king ever....
True enough, true enough.
MORE? What's left? Ya know,
King Solomon he never lived round here .
|
|
A Q for truly senior programmers: how do you relate to team leaders who are younger than you, during an interview and on the job?
I would also like to hear advice from team leaders who are younger than their reports.
Started by rleir on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
Sometimes it isn't hard to relate on these topics and a dynamic can form... .
This is outside of work and technical stuff.
There are a few different sides to this, as I see it:
Personal discussions - What movies/music/TV shows/food/hobbies we like or enjoy .
|
|
Hi!
I want to comment out lines in some code I have. I have different kinds of codes, and they use different comment leaders. E.g. in latex: '%', in Fortran 90: '!' and in python: '#'. I want to do a substitute command that looks something like this:
...
Started by Karl Yngve LervÄg on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Alternatively, just add the same mapping (with a different leader.
Check out Enhanced Commentify : I think this does what you want: it determines the comment leader/c.vim and other ftplugin files.
|
|
I've been asked to join in with a project and there is no actual leader (it's not a business setting), worse still there are about 8 members and because of this, there is no actual action plan. I'd volunteer myself as the leader or manager but I don't...
Started by Teifion on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
If a person has authority, he or she will most often make... .
Many projects can exist without a leader per say, but usually there is some kind of leader anyway, even though nobody has a hat that specifically says Leader of this project .
|
|
It's been a while since I've taken over the responsibility of leading my team and I'm probably doing a reasonable job at it. However, I get the feeling that I am not getting enough exposure to the real-world responsibilities and activities that Team Leaders...
Started by Cerebrus on
, 9 posts
by 9 people.
Answer Snippets (Read the full thread at stackoverflow):
What activities form an integral part of a Team Leader's average workday? (Programming, Task delegation, Reporting, Bug management, etc....
There are no hard and fast.
Whitehead is a very good book for any team leader or even a team member.
|
|
I'm trying to change <Leader> in MacVim to be something less carpal-tunnel inducing. I have added this line
let mapleader=","
to my .gvimrc, but "\" is still the only key that works. Am I missing something?
Started by Paul Wicks on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
I use macvim and it does seem to use the .vimrc I also have leader mapped to that character..
.gvimrc is intended only for GUI-specific options, everything else should be in .vimrc .
Map leader.
|