Skip to content

Instantly share code, notes, and snippets.

View robertocarlosmedina's full-sized avatar
:octocat:
Developing

Roberto Carlos Medina robertocarlosmedina

:octocat:
Developing
View GitHub Profile
@rickyhaswifi
rickyhaswifi / netlify.toml
Last active August 10, 2023 00:48
React Router Netlify - Fix for not found page
#https://stackoverflow.com/questions/58065603/netlify-renders-404-on-page-refresh-using-react-and-react-router
[[redirects]]
from = "/*"
to = "/index.html"
status = 200
@qoomon
qoomon / conventional_commit_messages.md
Last active May 18, 2024 20:48
Conventional Commit Messages

Conventional Commit Messages

See how a minor change to your commit message style can make a difference.

Tip

Have a look at git-conventional-commits , a CLI util to ensure these conventions and generate verion and changelogs

Commit Message Formats

Default

@Arunprakash-A
Arunprakash-A / IIR_analog_Butter.m
Last active May 26, 2021 17:10
IIR Butterworth filter design in Matlab
% ************IIR Analog Butterworth Filter Design ******************%
%************* Author : Arun Prakash A ******************************%
clc;
clear all;
close all;
% Specifications
Wp=2*pi*100; % Passband cutoff in rad/s
Ws=2*pi*200; % stopband cutoff in rad/s
Fs=8000; % Sampling Frequency