View allAll Photos Tagged github
floating-marine-laboratory.github.io/Floating-Marine-Labo...
Location: goo.gl/maps/q67qBY7L1vAeL91H8
Authors:
Chan Cheong Kitkitcch@connect.hku.hk;
Chan Yuet Sum Canossau3510011@connect.hku.hk;
Kaufmann Maximilian Ferdinandmkauf@connect.hku.hk;
Lau Ho Chuen Maxwelllhcmax94@connect.hku.hk;
Lu Xiner Cenaluu3571357@connect.hku.hk; cenalu@qq.com;
Sin Chung Kei Nathannsck@connect.hku.hk;
Sun Zhengyuzyusun12@connect.hku.hk;
Wong Tsz Ching Cecicecitcw@gmail.com;
Wu Ho Ting Silverh1357797@connect.hku.hk;
Yeung Hin Oswinoswinyh@connect.hku.hk;
Yuen Ka Ho Kelvinu3571360@connect.hku.hk;
Zhang Houzheu3571366@connect.hku.hk;
Huang Shidanhsd1996@connect.hku.hk;
Mundle Kent Mackinnon Georgikmundle@connect.hku.hk;
Ng Kwok Jing Jamesu3528257@connect.hku.hk;
Lee Gavin Yu Hingavinlyh@connect.hku.hk
Tsang Hoi Lam Jessica Mary jessmt@connect.hku.hk
Free photos. Set 24.
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 34.
Use it freely in personal and commercial projects.
CC-License
Photos: Anthony Clochard / wuipdesign.github.io
An illustration for Archiving a Github Project on Bitbucket, a blog post at omarrr.com
[ #1378359589049 ]
github.com/FeetWetCoding/FeetWetCoding/blob/master/exerci...
// copyright (c) 2011 Robert Holder, Janice Dugger.
// See HELP.html included in this distribution.
#include
void WhileLoop4::runExercise()
{
int x=0, y=400; // = is pronounced GETS, == is pronounced EQUALS
int velocity= -45;
int rateofchange=1;
int horizontalstep = 12;
while ( x < 400 )
{
x += horizontalstep;
y += velocity;
velocity += rateofchange;
fwcCircle(x, y, 10, RED, 1);
fwcInt(velocity, x+10, y, BLUE, 10);
}
}
github.com/FeetWetCoding/FeetWetCoding/blob/master/exerci...
// copyright (c) 2011 Robert Holder, Janice Dugger.
// See HELP.html included in this distribution.
#include
void IfThen1::runExercise()
{
int x=0, y=0; // = is pronounced GETS, == is pronounced EQUALS
int horizontalstep=70, verticalstep=70;
Color color = BLUE;
while ( x < 400 )
{
while ( y < 400 )
{
if ( x y) color = BLUE;
fwcRectangle(x, y, 40, 40, color, 1, true);
y += verticalstep;
}
y=0;
x += horizontalstep;
}
}
TREND MICRO EMAIL NOTICE
The information contained in this email and any attachments is confidential
and may be subject to copyright or other intellectual property protection.
If you are not the intended recipient, you are not authorized to use or
disclose this information, and we request that you notify us by reply mail or
telephone and delete the original message from your mail system.
floating-marine-laboratory.github.io/Floating-Marine-Labo...
Location: goo.gl/maps/q67qBY7L1vAeL91H8
Authors:
Chan Cheong Kitkitcch@connect.hku.hk;
Chan Yuet Sum Canossau3510011@connect.hku.hk;
Kaufmann Maximilian Ferdinandmkauf@connect.hku.hk;
Lau Ho Chuen Maxwelllhcmax94@connect.hku.hk;
Lu Xiner Cenaluu3571357@connect.hku.hk; cenalu@qq.com;
Sin Chung Kei Nathannsck@connect.hku.hk;
Sun Zhengyuzyusun12@connect.hku.hk;
Wong Tsz Ching Cecicecitcw@gmail.com;
Wu Ho Ting Silverh1357797@connect.hku.hk;
Yeung Hin Oswinoswinyh@connect.hku.hk;
Yuen Ka Ho Kelvinu3571360@connect.hku.hk;
Zhang Houzheu3571366@connect.hku.hk;
Huang Shidanhsd1996@connect.hku.hk;
Mundle Kent Mackinnon Georgikmundle@connect.hku.hk;
Ng Kwok Jing Jamesu3528257@connect.hku.hk;
Lee Gavin Yu Hingavinlyh@connect.hku.hk
Tsang Hoi Lam Jessica Mary jessmt@connect.hku.hk
floating-marine-laboratory.github.io/Floating-Marine-Labo...
Location: goo.gl/maps/q67qBY7L1vAeL91H8
Authors:
Chan Cheong Kitkitcch@connect.hku.hk;
Chan Yuet Sum Canossau3510011@connect.hku.hk;
Kaufmann Maximilian Ferdinandmkauf@connect.hku.hk;
Lau Ho Chuen Maxwelllhcmax94@connect.hku.hk;
Lu Xiner Cenaluu3571357@connect.hku.hk; cenalu@qq.com;
Sin Chung Kei Nathannsck@connect.hku.hk;
Sun Zhengyuzyusun12@connect.hku.hk;
Wong Tsz Ching Cecicecitcw@gmail.com;
Wu Ho Ting Silverh1357797@connect.hku.hk;
Yeung Hin Oswinoswinyh@connect.hku.hk;
Yuen Ka Ho Kelvinu3571360@connect.hku.hk;
Zhang Houzheu3571366@connect.hku.hk;
Huang Shidanhsd1996@connect.hku.hk;
Mundle Kent Mackinnon Georgikmundle@connect.hku.hk;
Ng Kwok Jing Jamesu3528257@connect.hku.hk;
Lee Gavin Yu Hingavinlyh@connect.hku.hk
Tsang Hoi Lam Jessica Mary jessmt@connect.hku.hk
Free photos. Set 23.
Use it freely in personal and commercial projects.
CC-License
Photos: Anthony Clochard / wuipdesign.github.io
Free photos. Set 15.
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 DivideByZero::runExercise() // copy the exercise name & paste it into main.cpp
{
// THIS PROGRAM WILL HANG WHEN YOU TRY TO RUN IT WITH THE if LINE COMMENTED OUT.
// Go ahead and run it as-is to see the correct behavior and then comment the
// if ( != 0 )
// line out and run it again to see what happens when you try to divide by zero.
// ****** You may have to kill FeetWetCoding.exe manually. ******
int a = 256, b = 8;
fwcText("Reference Exercise:", 50, 150, BLUE, 20);
fwcText("no solution needed.", 50, 180, BLUE, 20);
for ( b = 8; b > - 8; b-- )
{
if ( b != 0 ) // comment out this if statement to see divide-by-zero error at runtime
seeout << a << " / " << b << " == " << a / b << "\n";
}
// This is why it's always good to test the denominator before any division calculation
// if there is ANY CHANCE that the denominator could resolve to zero. Good habit to
// learn early in your programming efforts!
}
Free photos. Set 33.
Use it freely in personal and commercial projects.
CC-License
Photos: Anthony Clochard / wuipdesign.github.io
Free photos. Set 3.
Use it freely in personal and commercial projects.
CC-License
Photos: Anthony Clochard / wuipdesign.github.io
Free photos. Set 23.
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 22.
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
Primer
Been busy this week so these are some things that have caught my eye.
New js graphics library to try from github based on jQuery ~ GitHub Has Cool Graphs Now. A better link can be found here ~ github.com/blog/187-participation-graphs-go-canvas The lib is called Primer and can be found here ~ github.com/mojombo/primer/ The readme file is here ~ github.com/mojombo/primer/tree/master/README
next >>>
Free photos. Set 21.
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
Created using github.com/spookypeanut/trackinggeek and 3.5 years of GPS tracks. You might want to zoom in on this one.
Thanks to DESIGNJUNKEE for the palette