View allAll Photos Tagged GitHub
Free photos. Set 38.
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 8.
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
github.com/FeetWetCoding/FeetWetCoding/blob/master/exerci...
// copyright (c) 2011 Robert Holder, Janice Dugger.
// See HELP.html included in this distribution.
#include
void ForLoops2::runExercise()
{
int col = 0, row = 0; // = is pronounced GETS, == is pronounced EQUALS
for ( row = 0; row < 8; row++ )
{
for ( col = 0; col < 8; col++ )
{
fwcInt( row, col*50, row*50, BLUE, 30);
fwcText( ",", col*50+15, row*50, BLUE, 30);
fwcInt( col, col*50+20, row*50, BLUE, 30);
}
}
}
Free photos. Set 7.
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
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.
github.com/secretworldthaimassage/Why-Is-Thai-Massage-Ben...
So if you are So if you are planning to treat yourself to a marvellous massage, pay a visit to Secret World Thai massage at Sydney. Thai Massage in Sydney is extremely popular amidst the locals and tourists. Thai Massage Treatment Sydney will leave you with a pleasant hangover that will last long in your memory. Secret World Thai massage in Newtown promises to provide you with a holistic experience.planning to treat yourself to a marvellous massage, pay a visit to Secret World Thai massage at Sydney. Thai Massage in Sydney is extremely popular amidst the locals and tourists. Thai Massage Treatment Sydney will leave you with a pleasant hangover that will last long in your memory. Secret World Thai massage in Newtown promises to provide you with a holistic experience.
1. 編輯完程式碼並存檔
2. GitHub for Windows 會偵測到程式碼異動,請Commit提交變更並Sync同步變更
3. 程式碼Sync同步後,會同步到GitHub上的專案Repo倉庫(類似資料夾)
github.com/FeetWetCoding/FeetWetCoding/blob/master/exerci...
// copyright (c) 2011 Robert Holder, Janice Dugger.
// See HELP.html included in this distribution.
#include
void WhileLoop3::runExercise()
{
int x=0, y=0; // = is pronounced GETS, == is pronounced EQUALS
int verticalstep=10, horizontalstep=15;
while ( x < 400 )
{
x += horizontalstep;
fwcLine(200, 0, x, 400, BLUE, 1);
fwcLine(200, 400, x, 0, RED, 1);
}
while ( y < 400 )
{
y += verticalstep;
fwcLine(0, 200, 400, y, GREEN, 1);
fwcLine(400, 200, 0, y, YELLOW, 1);
}
}
github.com/FeetWetCoding/FeetWetCoding/blob/master/exerci...
// copyright (c) 2011 Robert Holder, Janice Dugger.
// See HELP.html included in this distribution.
#include
#include
// ==========================================
// = THIS IS THE SOLUTION CODE =
// = THIS IS *NOT* THE EXERCISE CODE =
// = (If you meant to look at the exercise =
// = it's in the directory above this one.) =
// ==========================================
void Primes1Soln::runExercise()
{
int n = 0, c = 0, x = 0, y = 0;
int horizontalstep = 30, verticalstep = 40;
bool prime = true;
Color color = DARKBLUE;
for ( n = 1; n < 101; n++ )
{
fwcInt(n, x, y, color);
for ( c = 2; c 400 - horizontalstep )
{
x = 0;
y += verticalstep;
}
}
fwcText("Every number in a red box is a prime number.", 20, 370, RED, 12);
seeout << "A prime number is divisible by 1, and itself, but\n";
seeout <>>none of the numbers in between!<<< (hint, hint! :-)\n";
}
Free photos. Set 32.
Use it freely in personal and commercial projects.
CC-License
Photos: Anthony Clochard / wuipdesign.github.io
Blog post about this Arduino Project: neophob.com/2012/08/expeditinvaders-the-spiced-up-ikea-sh...
Source is on GitHub: github.com/neophob/ExpeditInvaders
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