View allAll Photos Tagged github
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
via Instagram ift.tt/2NbT8MS — Working on a Libre font of my own. Goofy extended monoline. Mostly a way to try out fontforge and learn a few new things. Source will be on github as this progresses.
Free photos. Set 26.
Use it freely in personal and commercial projects.
CC-License
Photos: Anthony Clochard / wuipdesign.github.io
GitHub - Swordfish90/cool-retro-term: A good looking terminal emulator which mimics the old cathode display... github.com/Swordfish90/cool-retro-term
github.com/FeetWetCoding/FeetWetCoding/blob/master/exerci...
// copyright (c) 2011 Robert Holder, Janice Dugger.
// See HELP.html included in this distribution.
#include
void IfThen2::runExercise()
{
int x=0, y=0;
int horizontalstep=50, verticalstep=50;
Color color = DARKCYAN;
for ( x = 0; x < 400; x += horizontalstep )
{
for (y = 0; y < 400; y += verticalstep )
{
fwcRectangle(x, y, 48, 48, color, 1, true);
}
if ( color == DARKCYAN ) color = DARKBLUE; // = is pronounced GETS, == is pronounced EQUALS :-)
else color = DARKCYAN;
}
}
Free photos. Set 30.
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 Switch1::runExercise()
{
int x = 0, y = 0, size = 30;
int horizontalstep = 50, verticalstep = 50;
bool iscircle = true;
Color color = BLUE;
//fwcRectangle(0, 0, 400, 400, BLACK, 1, true);
for ( x = 0; x < 400; x += horizontalstep )
{
for (y = 0; y < 400; y += verticalstep )
{
if ( random(1) == 1 )
{
iscircle = true;
}
else
{
iscircle = false;
}
switch ( random(3) ){
case 1:
color = BLUE;
break;
case 2:
color = RED;
}
if ( random(2) )
{
fwcCircle(x, y, size/2, color, 5 );
}
else
{
fwcRectangle(x, y, size, size, color, 5 );
}
}
}
}
Free photos. Set 34.
Use it freely in personal and commercial projects.
CC-License
Photos: Anthony Clochard / wuipdesign.github.io
Free photos. Set 31.
Use it freely in personal and commercial projects.
CC-License
Photos: Anthony Clochard / wuipdesign.github.io
Free photos. Set 35.
Use it freely in personal and commercial projects.
CC-License
Photos: Anthony Clochard / wuipdesign.github.io
Free photos. Set 34.
Use it freely in personal and commercial projects.
CC-License
Photos: Anthony Clochard / wuipdesign.github.io
Free photos. Set 34.
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 37.
Use it freely in personal and commercial projects.
CC-License
Photos: Anthony Clochard / wuipdesign.github.io