Coder Social home page Coder Social logo

alexanderpmann's Projects

counter icon counter

python - flask - counter - assignment - wip

dog_show icon dog_show

Python - Project - DogShow - Followed Instructor Kaysee's Tutorial via Youtube for Python/Flask?MySQL CRUD

fizzbuzz icon fizzbuzz

Write code that will go through each number from 1 to 100 and: For each number that is a multiple of 3, print "Fizz" For each number that is a multiple of 5, print "Buzz" For numbers which are a multiple of both 3 and 5, print "FizzBuzz" All other numbers should just print normally

flex_navbar icon flex_navbar

Creating a nav bar that will work with flex code via css. HTML code provided by assignment.

flexible-columns icon flexible-columns

over-complicated this code.. then took a step back to see it was really simple via the solution.

functional-components icon functional-components

React App intended for Coding Dojo Putting it together assignment Created my own design in regards to different types of apples Includes function to increase quantity of apples on tag by 1 OnClick Includes On/Off switch for individual component darkmode/lightmode functions

github_blocks icon github_blocks

add images from github and make them align using html, css, padding and margins

hello_world.py icon hello_world.py

fixed practice syntax in hello_world.py practice assignment. was missing a ')' to close line #7, and on line 14 - missing a '.' before format

jokes-api icon jokes-api

Created API using MongooseDB, Express and Postman

likes icon likes

WIP likes assignment - js - part 1 & part 2

loop-challenge icon loop-challenge

Print odds 1-20 Using a loop write code that will console.log all of the odd values from 1 up to 20. Decreasing Multiples of 3 Using a loop write code that will console.log all of the values that are evenly divisible by 3 from 100 down to 0. Print the sequence Using a loop write code that will console.log the values in this sequence 4, 2.5, 1, -0.5, -2, -3.5. Sigma Write code that will add all of the values from 1-100 onto some variable sum and at the end console.log the result 1 + 2 + 3 + ... + 98 + 99 + 100. We should get back 5050 at the end. Factorial Write code that will multiply all of the values from 1-12 onto some variable product and at the end console.log the result 1 * 2 * 3 * ... * 10 * 11 * 12. We should get back 479001600 at the end.

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.