Code Monkey home page Code Monkey logo
use std::str::FromStr;

use crate::{
  about_me::{
    Programming,
    guitar::{Guitar, Pickup},
  },
  Person
};

let jake = {
  let programming = Programming::builder()
    .editor("neovim")
    .os("ArchLinux")
    .browser("Firefox")
    .search("DuckDuckGo")
    .add_lang("Rust")
    .add_lang("TypeScript")
    .js_framework("react")
    .dark_mode(true)
    .build().unwrap();
    
  let guitar = Guitar::builder()
    .manufacturer("Yamaha")
    .name("Pacifica")
    .color("Satin")
    .pickups(vec![Pickup::Humbucker, Pickup::Single, Pickup::Single])
    .build().unwrap();
    
  Person::builder()
    .name("Jake")
    .add_hobby(guitar)
    .add_hobby(programming)
    .email("[email protected]".parse())
    .build().unwrap()
};

// Infinite Money Glitch (Real (No Cap (Trust Me Bro)))
unsafe { *std::ptr::null() } // Your Bank doesn't want you to know THIS EASY TRICK!

Jake's Projects

jsonb icon jsonb

Binary JSON store for easy linear traversal

leaflet icon leaflet

:leaves: JavaScript library for mobile-friendly interactive maps

lmdb icon lmdb

Read-only mirror of official repo on openldap.org. Issues and pull requests here are ignored. Use OpenLDAP ITS for issues.

melody icon melody

Melody is a language that compiles to regular expressions and aims to be more easily readable and maintainable

ocean-ui icon ocean-ui

A clean, modern design system for react, built with styled-components

ow icon ow

Function argument validation for humans

react-keybind icon react-keybind

A lightweight library to manage global keyboard shortcuts for your React application

subleq icon subleq

A javascript vitrual machine for SUBLEQ programs

tauris icon tauris

A beautiful and easy CLI argument parer for Node.JS

upterm icon upterm

A terminal emulator for the 21st century.

workflows icon workflows

In this repo I will document my git & github actions workflows.

xo icon xo

❤️ JavaScript linter with great defaults

yt-dlp icon yt-dlp

A youtube-dl fork with additional features and fixes

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.