Git Product home page Git Product logo

project.github.io's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

project.github.io's Issues

Static web page

<title>www.wildlife com</title> <style>

.john {
background: black;
position: fixed;
width: 100%;
align-content: center;
top: 0;
left: 0;
#john {
font-size:50px;
}
}
nav a {
float: left;
text-decoration: none;
color: azure;
padding: 5px;
text-align: center;
font: bold;
text-align: center;
font-size: 25px;
font-weight: bold;
}
.Hi a {
float: right;
padding: 5px;
text-align: center;
margin-right: 10px;
font-size: 25px;
font-weight: bold;
}
.content {
width: 100%;
height: 70%;
left: 0;

}
.content1 h1 {
padding-left: 10px;
font-weight: bolder;
}
.content2 {
float: left;
width: 250px;
padding: 5px;
width: 100%;
}
.content2 a {
float: left;
padding: 12px;
}
.content7 input {
padding: 10px;
margin: 10px;
padding-right: 900px;
text-decoration: solid;
}
.content8 input {
background: #000;
color: aliceblue;
text-decoration: solid;
padding: 10px;
text-align: center;
margin-top: 10px;
margin-left: 10px;
}
.content3 {
margin-left: 10px;
}
.content5 {
margin-left: 10px;
}
.content10 {
width: 100%;
height: 10%;
background: #000;
left: 0;
right: 0;
}
.content10 h3 {
text-align: center;
color: aliceblue;
padding-top: 50px;
padding-bottom: 50px;
}
</style>






Projects










About






Wildlife photography takes knowledge, patience, and lots of luck. We can’t help with the last two, but this is the right place to be if you’re looking to improve your photographic skills and technique. Below, you’ll find all the wildlife photography tips and tutorials we’ve published on Photography Life to date, including detailed articles on the technical and creative side of photographing animals in nature. From the small world of macro photography to crucial tips for photographing birds in flight, you’ll find it all in this collection of articles.




Contact






Lets get in touch and talk about your next project.

























www.Wildlife Photography.com




Oracle VirtualBox : Virtualization

Implemented a virtualization environment using VirtualBox, configuring dual operating systems – Windows 7 and Ubuntu – to enhance project development and testing capabilities

▪️ Thoroughly documented the installation process for both Windows 7 and Ubuntu on a PowerPoint presentation, ensuring clarity and accessibility to aid team members in replicating the setup

▪️ Conducted comprehensive testing of the virtualized environment by successfully running and validating the functionality of both Windows 7 and Ubuntu operating systems within VirtualBox

▪️After completing testing on VirtualBox for both Ubuntu and Windows 7, the operating system was now prepared for use

Project images:

Image

Image

Image

Image

shodan oi: Google/Filtering

Leveraged Shodan to filter queries and gather data/information about Google:

What the top operating system for MYSQL servers in Google's ASN is?
What is the 2nd most popular country for MYSQL servers in Google's ASN?
Under Google's ASN, which is more popular for nginx, Hypertext Transfer Protocol or Hypertext Transfer Protocol with SSL?
Under Google's ASN, what is the most popular city?
Under Google's ASN in Los Angeles, what is the top operating system according to Shodan?

Step-by-Step Execution:

Top OS for MYSQL Servers in Google’s ASN:

▪️Utilized Shodan’s search bar to query Google’s ASN
▪️Navigated into the “view reports” tab to discover the top operating system for MYSQL servers in Google’s ASN

2nd Most Popular Country for MYSQL Server in Google’s ASN:

▪️Identified the 2nd most popular with Google’s ASN

NGINX Popularity: HTTP vs. HTTPS:

▪️Leveraged Shodan’s search bar to query Google’s ASN and Ngnix
▪️Discovered that Hypertext Transfer Protocol (HTTP) is more popular than HTTPS for NGINX in Google’s ASN

Most popular city in Google’s ASN:

▪️ Navigated through Shodan’s interface to find Los Angeles under Google’s ASN
▪️Discovered that the top operating system in Los Angeles, according to Shodan is Debian

Key Takeaway from this project:

▪️ This project showcased Shodan's versatility and revealed intriguing patterns with Google’s ASN, providing valuable insights into the network’s infrastructure.

Project Images:

Image

Image

Image

Image

Image

Image

Project age estimate

#include <stdio.h>

int main() {
int father_height, mother_height;
char gender;
float predicted_height;

printf("Enter the height of the father (in inches): ");
scanf("%d", &father_height);

printf("Enter the height of the mother (in inches): ");
scanf("%d", &mother_height);

printf("Enter the gender of the child (M/F): ");
scanf(" %c", &gender);

predicted_height = (father_height + mother_height) / 2.0;

if (gender == 'M') {
    predicted_height += 2.5;
} else if (gender == 'F') {
    predicted_height -= 2.5;
} else {
    printf("Invalid gender input\n");
    return 1;
}

printf("Predicted height of the child: %.2f inches\n", predicted_height);

return 0;

}

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.