Skip to content

Instantly share code, notes, and snippets.

View Sandip124's full-sized avatar
🚨
Building

Sandip Chaudhary Sandip124

🚨
Building
View GitHub Profile
@Sandip124
Sandip124 / kendo-snippets.md
Created December 7, 2021 18:30
Kendo Useful Snippets

Binding data to textbox or any input so that the data is updated.

$("#ProductId").data("kendoNumericTextBox").value(@Model.ProductId);
@Sandip124
Sandip124 / learning_linux.md
Created November 25, 2021 12:54
Learning Linux

Learning Linux

aptitude moo
ls -l
@Sandip124
Sandip124 / .NET6Migration.md
Created September 30, 2021 02:24 — forked from davidfowl/.NET6Migration.md
.NET 6 ASP.NET Core Migration
<svg viewBox="0 0 16 16" fill="none" style="box-sizing: content-box; color: var(--color-icon-primary);" class="octospinner mx-auto" width="64" height="64">
<circle cx="8" cy="8" r="7" stroke="currentColor" stroke-opacity="0.25" stroke-width="2" vector-effect="non-scaling-stroke"></circle>
<path d="M15 8a7.002 7.002 0 00-7-7" stroke="currentColor" stroke-width="2" stroke-linecap="round" vector-effect="non-scaling-stroke">
<animateTransform attributeName="transform" type="rotate" from="0 8 8" to="360 8 8" dur="1s" repeatCount="indefinite"></animateTransform>
</path>
</svg>
/**
* Checks if changes are made to a form
* credits to Craig Buckler "http://www.sitepoint.com/javascript-form-change-checker/"
* @param {type} form
* @returns {Array|formChanges.changed}
*/
function IsFormChanged(form) {
if (typeof(form) === "string"){
form = document.getElementById(form);
@Sandip124
Sandip124 / bootstrap tab navigation.md
Created September 24, 2020 06:03
Navigation Presist for bootstrap tab.

HTML

<ul class="nav nav-mytabs" id="myTab" role="tablist">
  <li class="nav-item">
    <a class="nav-link active" id="home-tab" data-toggle="tab" href="#home" role="tab" aria-controls="home" aria-selected="true">Home</a>
  </li>
  <li class="nav-item">
    <a class="nav-link" id="history-tab" data-toggle="tab" href="#history" role="tab" aria-controls="history" aria-selected="false">History</a>
  </li>
  <li class="nav-item">
@Sandip124
Sandip124 / tailwind-readable-text.js
Created August 27, 2020 03:43 — forked from mpalpha/tailwind-readable-text.js
Dynamically generate the first readable complementary color and the most readable color utilities from the current theme color palette.
// example tailwind.config.js
// ...
// theme: {
// readableText: {
// level: 'AAA',
// size: 'small'
// },
// }
// ...
//

Keybase proof

I hereby claim:

  • I am sandip124 on github.
  • I am sandip124 (https://keybase.io/sandip124) on keybase.
  • I have a public key ASAtdWCdC4EftayuhEayYyok7LZ465Iq15O9zoyLR5eI6go

To claim this, I am signing this object:

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Github Search User Semantic UI</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/semantic-ui/2.4.1/semantic.min.css" integrity="sha256-9mbkOfVho3ZPXfM7W8sV2SndrGDuh7wuyLjtsWeTI1Q=" crossorigin="anonymous" />
</head>
<body>
<div class="ui main container">