Coder Social home page Coder Social logo

ibinex-prototype's Introduction

Website Front Cover

This is one of the User Interface options made into html by Team II.

ibinex-prototype's People

Contributors

gjhuerte avatar jjrsab avatar kevinpayas avatar kgsoriano17 avatar kingphilip22 avatar macristinabsantos avatar rickycabugawan avatar rlbayeta avatar stephenec avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

ibinex-prototype's Issues

Own Sorting Function

Fill in the blanks.

Make your own sorting function.

function my_sort($x,$y){

if BLANK; <-----ANSWER: ($x == $y) return 0

return BLANK; <------ANSWER: ($x < $y) ? -1 : 1;
}

$a = array('a','b','c');

usort($a,"my_sort");

Reverse words

Input a set of words, output the reverse of that input
Example:

Input: hello world
Output: world hello

[ Homepage ] Increase font weight of Media Title

image

Suggested Fix

make the title a span
remove the padding
put [ text-align: center ] in the parent container
and put this style on the span

#media-title {
font-size: 27px;
color: rgb(26,26,26);
font-weight: 800;
text-align: center;
}

Binary

Count the number of dash the number inputted has

1 - 2
2 - 5
3 - 5
4 - 4
5 - 5
6 - 6
7 - 3
8 - 7
9 - 6
0 - 6

input: 1234
process: 2 + 5 + 5 + 4
output: 16

┆Attachments: 800px_COLOURBOX18910540.jpg

[ Homepage ] Typo

"Ibinex media coverage" section typo. M should be capitalized. Font color is darker than expected.

Pandora's Box

Check if the first word is in the second word
e.g.:

use
question

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.