awful.systems
  • Communities
  • Create Post
  • heart
    Support Lemmy
  • search
    Search
  • Login
  • Sign Up
Mac to Programming@programming.dev • 1 year ago

Implementing Tic Tac Toe with 170mb of HTML - no JS or CSS

portswigger.net

external-link
message-square
26
fedilink
134
external-link

Implementing Tic Tac Toe with 170mb of HTML - no JS or CSS

portswigger.net

Mac to Programming@programming.dev • 1 year ago
message-square
26
fedilink
I love it when Chrome releases a new feature, I especially like it when it is experimental. In this post I'm going to show you how I created Tic Tac Toe (Noughts and crosses) with HTML, using one of t
  • @kinttach@lemm.ee
    link
    fedilink
    English
    19•1 year ago

    “I implemented the FizzBuzz algorithm in only 10 million lines of code!”

    • @cbarrick@lemmy.world
      link
      fedilink
      English
      13•1 year ago
      char* fizzbuzz(int n) {
          switch (n) {
              case 0: return "fizzbuzz";
              case 1: return "1";
              case 2: return "2";
              case 3: return "fizz";
              case 4: return "4";
              case 5: return "buzz";
              ...
          }
      }
      
      • @MagnoliaMayhem@programming.dev
        link
        fedilink
        7•1 year ago

        A terrifying number of people think like that.

Programming@programming.dev

!programming@programming.dev

remote_follow_modal_title

Create a post
You are not logged in. However you can subscribe from another Fediverse account, for example Lemmy or Mastodon. To do this, paste the following into the search field of your instance: !programming@programming.dev

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person’s post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you’re posting long videos try to add in some form of tldr for those who don’t want to watch videos

Wormhole

Follow the wormhole through a path of communities !webdev@programming.dev



  • 50 users / day
  • 844 users / week
  • 2.34K users / month
  • 6.22K users / 6 months
  • 20.1K subscribers
  • 1.73K Posts
  • 21.8K Comments
  • Modlog
  • mods:
  • snowe
  • Ategon
  • @MaungaHikoi@lemmy.nz
  • BE: 0.19.3
  • Modlog
  • Instances
  • Docs
  • Code
  • join-lemmy.org