View allAll Photos Tagged github
Free photos. Set 16.
Use it freely in personal and commercial projects.
CC-License
Photos: Anthony Clochard / wuipdesign.github.io
Free photos. Set 8.
Use it freely in personal and commercial projects.
CC-License
Photos: Anthony Clochard / wuipdesign.github.io
Free photos. Set 38.
Use it freely in personal and commercial projects.
CC-License
Photos: Anthony Clochard / wuipdesign.github.io
Free photos. Set 37.
Use it freely in personal and commercial projects.
CC-License
Photos: Anthony Clochard / wuipdesign.github.io
github.com/FeetWetCoding/FeetWetCoding/blob/master/exerci...
// copyright (c) 2011 Robert Holder, Janice Dugger.
// See HELP.html included in this distribution.
#include
void WhileLoop5::runExercise()
{
int x=0, y=0; // = is pronounced GETS, == is pronounced EQUALS
int horizontalstep=70, verticalstep=70;
while ( x < 400 )
{
while ( y < 400 )
{
fwcRectangle(x, y, 25, 25, RED, 1, true);
y += verticalstep;
}
y=0;
x += horizontalstep;
}
}
kyle mcdonald code: github.com/kylemcdonald/FaceTracker
added -Wno-long-long as a compile flag because i wsa getting this error
In file included from /opt/local/include/opencv2/flann/dynamic_bitset.h:49,
from /opt/local/include/opencv2/flann/kdtree_index.h:41,
from /opt/local/include/opencv2/flann/all_indices.h:36,
from /opt/local/include/opencv2/flann/flann_base.hpp:44,
from /opt/local/include/opencv2/flann/flann.hpp:50,
from /opt/local/include/opencv/cv.h:69,
from include/FaceTracker/IO.h:42,
from src/lib/IO.cc:40:
/opt/local/include/opencv2/flann/dist.h: In member function ‘int cvflann::Hamming::operator()(Iterator1, Iterator2, size_t, int) const’:
/opt/local/include/opencv2/flann/dist.h:442: error: ISO C++ does not support ‘long long’
i hope google archives this and returns a nice flickr photo to someone else who runs into this compile error in the future!
Free photos. Set 29.
Use it freely in personal and commercial projects.
CC-License
Photos: Anthony Clochard / wuipdesign.github.io
Free photos. Set 1.
Use it freely in personal and commercial projects.
CC-License
Photos: Anthony Clochard / wuipdesign.github.io
It takes a digital village: An empirical and analytical look at what grows strong communities across GitHub.com
Ben Balter (GitHub)
Free photos. Set 4.
Use it freely in personal and commercial projects.
CC-License
Photos: Anthony Clochard / wuipdesign.github.io
Free photos. Set 30.
Use it freely in personal and commercial projects.
CC-License
Photos: Anthony Clochard / wuipdesign.github.io
Free photos. Set 26.
Use it freely in personal and commercial projects.
CC-License
Photos: Anthony Clochard / wuipdesign.github.io
Free photos. Set 24.
Use it freely in personal and commercial projects.
CC-License
Photos: Anthony Clochard / wuipdesign.github.io
Free photos. Set 38.
Use it freely in personal and commercial projects.
CC-License
Photos: Anthony Clochard / wuipdesign.github.io
Free photos. Set 28.
Use it freely in personal and commercial projects.
CC-License
Photos: Anthony Clochard / wuipdesign.github.io
Free photos. Set 21.
Use it freely in personal and commercial projects.
CC-License
Photos: Anthony Clochard / wuipdesign.github.io
Free photos. Set 29.
Use it freely in personal and commercial projects.
CC-License
Photos: Anthony Clochard / wuipdesign.github.io
Free photos. Set 7.
Use it freely in personal and commercial projects.
CC-License
Photos: Anthony Clochard / wuipdesign.github.io
GitHub is one of the best things to happen for software developers and designers, ever. This is the Blacktocat tee!
Free photos. Set 25.
Use it freely in personal and commercial projects.
CC-License
Photos: Anthony Clochard / wuipdesign.github.io
Free photos. Set 27.
Use it freely in personal and commercial projects.
CC-License
Photos: Anthony Clochard / wuipdesign.github.io
Free photos. Set 19.
Use it freely in personal and commercial projects.
CC-License
Photos: Anthony Clochard / wuipdesign.github.io
www.heavybit.com/library/video/land-and-expand-strategies...
In his Heavybit talk, Brian Doll shares bottom-up sales approaches & messaging considerations for moving into the enterprise. He recommends a ‘do things and tell people’ approach as a critical component of developer marketing and provides actionable tips for companies looking to grow.
Heavybit / Dailon Weiss