Giter Site home page Giter Site logo
import SoftwareDeveloper from 'Lucas';

class Bio extends SoftwareDeveloper {
  name     = 'Lucas';
  title    = 'Student';
  location = 'Ontario';
}

class Skills extends SoftwareDeveloper {
  languages  = ['c++', 'Java', 'Python', 'Swift'];
}```

Lucas's Projects

1.8.9forgetemplate icon 1.8.9forgetemplate

A fixed and ready to use template for minecraft forge modding on 1.8.9 with shadow plugin integrated including two useful artifacts. Tested flawlessly on IntelliJ IDEA Ultimate 2022.2

blackjack icon blackjack

This is a basic implementation of the popular card game Blackjack in Python. The game involves a player trying to get as close to 21 as possible without exceeding it, while playing against a dealer who follows fixed rules. It uses a standard deck of 52 cards, features simple hand value calculations, and includes error handling.

chess.com-discordbot icon chess.com-discordbot

A Discord bot that uses the Chess.com API to retrieve data for a player and displays it in a Discord channel. The bot listens for a message that starts with `!chess` and retrieves data for the player specified in the command (e.g. `!chess username`). The bot is built using the `discord.js` library and the `axios` library to make API requests.

creditcard-validator icon creditcard-validator

A simple project that accepts credit card numbers as input and uses Luhn's algorithm to verify them.

minecraft-aimassist icon minecraft-aimassist

A Minecraft proof-of-concept that locates other players and moves to the area that is closest to the crosshair by using the system memory. (1.8.9)

password-generator icon password-generator

This is a Java password generator with a graphical user interface (GUI) that generates a random password consisting of upper and lowercase letters, numbers, and special characters. The user can change the length of the password using a slider, and the generated password is displayed in a text field.

temperature-conversions icon temperature-conversions

A Java program that allows users to convert temperatures between Celsius, Fahrenheit, and Kelvin. The program prompts the user to enter a temperature value and scale, and then converts the temperature to the other two scales using the appropriate formulas. The converted temperatures are then printed out to the console.

tic-tac-toe icon tic-tac-toe

This Tic Tac Toe is a simple game implementation that involves two players taking turns marking spaces on a 3x3 grid with their respective symbols (X or O). The game ends when one player succeeds in placing three of their marks in a horizontal, vertical, or diagonal row on the grid, or if the grid is completely filled with no winning moves.

type-speed icon type-speed

This is a Python typing speed test that measures accuracy and speed. Includes multiple sentences, user-friendly interface, and error handling. Ideal for improving typing skills.

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.