View allAll Photos Tagged github

At the Github Octocat Dodgeball Invitational.

wuipdesign.github.io

 

Free photos. Set 38.

Use it freely in personal and commercial projects.

 

CC-License

 

Photos: Anthony Clochard / wuipdesign.github.io

DLD Munich Conference 2025, January 16-18, 2025. © Diane von Schoen for DLD/Hubert Burda Media

DLD Munich Conference 2025, January 16-18, 2025. © Diane von Schoen for DLD/Hubert Burda Media

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);

}

}

}

DLD Munich Conference 2025, January 16-18, 2025. © Diane von Schoen for DLD/Hubert Burda Media

Free camera mod (no longer works after the 2021 update): github.com/Spl3en/NierAutomataFreeCamera

DLD Munich Conference 2025, January 16-18, 2025. © Diane von Schoen for DLD/Hubert Burda Media

Github stickers have arrived!

1. 編輯完程式碼並存檔

2. GitHub for Windows 會偵測到程式碼異動,請Commit提交變更並Sync同步變更

3. 程式碼Sync同步後,會同步到GitHub上的專案Repo倉庫(類似資料夾)

 

wuipdesign.github.io

 

Free photos. Set 27.

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 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";

}

Logo GitHub hacer referencia al Codigo

wuipdesign.github.io

 

Free photos. Set 36.

Use it freely in personal and commercial projects.

 

CC-License

 

Photos: Anthony Clochard / wuipdesign.github.io

wuipdesign.github.io

 

Free photos. Set 32.

Use it freely in personal and commercial projects.

 

CC-License

 

Photos: Anthony Clochard / wuipdesign.github.io

ShutterSnitch upload from my iPad

I may just offer to sell advertising.

wuipdesign.github.io

 

Free photos. Set 16.

Use it freely in personal and commercial projects.

 

CC-License

 

Photos: Anthony Clochard / wuipdesign.github.io

wuipdesign.github.io

 

Free photos. Set 8.

Use it freely in personal and commercial projects.

 

CC-License

 

Photos: Anthony Clochard / wuipdesign.github.io

wuipdesign.github.io

 

Free photos. Set 38.

Use it freely in personal and commercial projects.

 

CC-License

 

Photos: Anthony Clochard / wuipdesign.github.io

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;

}

}

wuipdesign.github.io

 

Free photos. Set 4.

Use it freely in personal and commercial projects.

 

CC-License

 

Photos: Anthony Clochard / wuipdesign.github.io

一个写文章的地方

GitHub holiday party

1 2 ••• 68 69 71 73 74 ••• 79 80