Skip to content

Instantly share code, notes, and snippets.

View fredericdasilva's full-sized avatar

fredericdasilva

  • Paris
View GitHub Profile
@fredericdasilva
fredericdasilva / index.pug
Created January 19, 2023 23:50
Mouth Animation - Monster
div.main
div.monster
div.monster__face
div.monster__eyes
div.monster__eye
div.monster__eye
div.monster__mouth
div.monster__top
div.monster__bottom
@fredericdasilva
fredericdasilva / Load.java
Created September 27, 2022 09:25 — forked from SriramKeerthi/Load.java
Simple CPU Load Generator in Java
package com.caffinc.grex.core;
/**
* SPDX-License-Identifier: MIT
*
* Generates Load on the CPU by keeping it busy for the given load percentage
* @author Sriram
*/
public class Load {
/**