Skip to content

Instantly share code, notes, and snippets.

View urmilshroff's full-sized avatar
:octocat:
Coding away!

Urmil Shroff urmilshroff

:octocat:
Coding away!
View GitHub Profile
@AnandChowdhary
AnandChowdhary / 🎵 My last week in music
Last active November 17, 2024 01:34
🎵 Last week in music
Sabrina Carpenter █████████▎░░░░░░░ 33 plays
Gracie Abrams ████▊░░░░░░░░░░░░ 17 plays
Lizzy McAlpine █▏░░░░░░░░░░░░░░░ 4 plays
Maisie Peters █▏░░░░░░░░░░░░░░░ 4 plays
Noah Kahan ▎░░░░░░░░░░░░░░░░ 1 plays
Taylor Swift ▎░░░░░░░░░░░░░░░░ 1 plays
@AnandChowdhary
AnandChowdhary / 📊 Weekly development breakdown
Last active February 23, 2024 18:31
📊 Weekly development breakdown
TypeScript 13 hrs 7 mins ██████████▎░░░░░░░░░░ 48.9%
Svelte 7 hrs 29 mins █████▊░░░░░░░░░░░░░░░ 27.9%
YAML 1 hr 45 mins █▎░░░░░░░░░░░░░░░░░░░ 6.5%
JSON 1 hr 12 mins ▉░░░░░░░░░░░░░░░░░░░░ 4.5%
Markdown 1 hr 6 mins ▊░░░░░░░░░░░░░░░░░░░░ 4.1%
@slightfoot
slightfoot / swipe_button.dart
Created December 9, 2018 01:02
Flutter Swipe Button Demo
import 'package:flutter/material.dart';
import 'package:flutter/physics.dart';
void main() => runApp(SwipeDemoApp());
class SwipeDemoApp extends StatelessWidget {
@override
Widget build(BuildContext context) {
return MaterialApp(
@joshbuchea
joshbuchea / semantic-commit-messages.md
Last active November 17, 2024 07:52
Semantic Commit Messages

Semantic Commit Messages

See how a minor change to your commit message style can make you a better programmer.

Format: <type>(<scope>): <subject>

<scope> is optional

Example

Contributing

When contributing to this repository, please first discuss the change you wish to make via issue, email, or any other method with the owners of this repository before making a change.

Please note we have a code of conduct, please follow it in all your interactions with the project.

Pull Request Process

  1. Ensure any install or build dependencies are removed before the end of the layer when doing a
@PurpleBooth
PurpleBooth / README-Template.md
Last active November 17, 2024 02:42
A template to make good README.md

Project Title

One Paragraph of project description goes here

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites