Code Monkey home page Code Monkey logo
// main.rs

use std::collections::HashMap;

fn main() {

  let workflow: HashMap<&str, HashMap<&str, Vec<&str>>> = HashMap::from([
    (
      "My Main Tech Stack",
      HashMap::from([
        ("Languages", vec!["Rust", "Python", "Shell Script"]),
        ("Frontend", vec!["HTML", "CSS", "SASS", "Bootstrap", "Jekyll"]),
        ("Database", vec!["PostGreSQL", "MySQL"]),
        ("Tools", vec!["VSCode", "Vim", "JetBrains IDEs", "Git"]),
        ("OS", vec!["Linux", "Windows"]),
      ]),
    ),
  ]);

  let yt_link: &str = "https://www.youtube.com/c/williamcanin";

  println!("Hello, World!");
  println!("My name is William, and I am a programming and hacking enthusiast.");

  for (key, value) in &workflow {
    println!("{}:", key);
    for (inner_key, inner_value) in value {
        println!("  {}: {:?}", inner_key, inner_value);
    }
  }

  println!("YouTube::> {}", yt_link);

}

William C. Canin's Projects

abyss icon abyss

:snake: :package: Abyss is a toolkit for encrypting data and erasing data from certain directories.

askme icon askme

:question: Pergunte ao @williamcanin!

black icon black

The uncompromising Python code formatter

chicago95 icon chicago95

A rendition of everyone's favorite 1995 Microsoft operating system for Linux.

cookiecutter-python-package icon cookiecutter-python-package

:package: :snake: :cookie: With Cookiecutter Python Package, you can create your Python packages with a professional structure and with a lot of resources available.

date-lang-jekyll icon date-lang-jekyll

:syringe: "Date Lang Jekyll" is a Ruby plugins for the date of inclusion containing multiple languages.

dj-tasks icon dj-tasks

:snake: :page_facing_up: Dj Tasks is a script to automate some tasks in Django project.

donations icon donations

Here you can make donations of any amount to keep this project active. The price of coffee helps me.

dotctrl icon dotctrl

:snake: :package: :page_facing_up: Dotctrl is a package for managing your dotfiles (and more) on Linux.

firewall-linux icon firewall-linux

:fire: :shell: Script for installing a Firewall on Linux with the help of Firewall Builder

gamemode icon gamemode

Optimise Linux system performance on demand

golink icon golink

:link: Go!link is a minimal theme for Jekyll, especially for those who want to have a page only to redirect links to other addresses.

gosync-html icon gosync-html

:skull: Simple Boilerplate with HTML pure, using Twitter Bootstrap, Gulp, and Browser Sync.

gosync-pug icon gosync-pug

:skull: Simple Boilerplate with Pug, using Twitter Bootstrap, Gulp, and Browser Sync.

honeygain-manager icon honeygain-manager

:bee: Honeygain Manager - Package for Arch Linux that creates a service for Honeygain

idisconnect icon idisconnect

:electric_plug: iDisconnect is a program for Windows that performs shutdown, restart and hibernate the machine.

imake icon imake

:snake: :package: :computer: iMake is a command line tool to simplify commands in Python projects, discarding the usability of a Makefile file.

isort icon isort

A Python utility / library to sort imports.

jektify icon jektify

:notes: :gem: Jektify is a gem to incorporate track, playlist, albums and artists into from Spotify into templates Jekyll.

jekyllthemes icon jekyllthemes

A directory of the best-looking themes for Jekyll blogs

jlogin icon jlogin

Example system login in console using JSON.

modbl icon modbl

:shell: "Modbl" add/remove modules (Linux) to a blacklist.

mypy icon mypy

Optional static typing for Python

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.