Skip to content

Instantly share code, notes, and snippets.

View macxfadz's full-sized avatar
💭
I may be slow to respond.

Buddhika Chaturanga macxfadz

💭
I may be slow to respond.
View GitHub Profile
@macxfadz
macxfadz / index.html
Last active August 8, 2017 10:03
PjNKya
<html >
<head>
<meta charset="UTF-8">
<title>PMUI Graph Chart</title>
<link rel="stylesheet" href="css/style.css">
</head>
<body>
@macxfadz
macxfadz / c3-axis-x-zoom-tick-generating-bug.markdown
Created August 8, 2017 11:07
C3 axis-x Zoom tick Generating bug

C3 axis-x Zoom tick Generating bug

In c3 js simple line chart when we zoom on x axis it won't generate more x-axis labels and ticks.

A Pen by Buddhika Chaturanga on CodePen.

License.

<Controls:MetroWindow
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:local="clr-namespace:DatGen_FrontEnd"
xmlns:i="http://schemas.microsoft.com/expression/2010/interactivity"
xmlns:Controls="clr-namespace:MahApps.Metro.Controls;assembly=MahApps.Metro"
xmlns:loadin="clr-namespace:LoadingIndicators.WPF;assembly=LoadingIndicators.WPF"
xmlns:iconPacks="http://metro.mahapps.com/winfx/xaml/iconpacks"
@macxfadz
macxfadz / orthodoxc++.md
Created October 20, 2019 07:20 — forked from bkaradzic/orthodoxc++.md
Orthodox C++

Orthodox C++

What is Orthodox C++?

Orthodox C++ (sometimes referred as C+) is minimal subset of C++ that improves C, but avoids all unnecessary things from so called Modern C++. It's exactly opposite of what Modern C++ suppose to be.

Why not Modern C++?