Pinned Loading
-
awesome-xcode-scripts
awesome-xcode-scripts PublicA curated list of useful xcode scripts 📝 .
-
awesome-gitignore-templates
awesome-gitignore-templates PublicA curated collection of useful gitignore templates for different programming languages while pushing your code to git. 😊 📝
-
100-Days-of-Flutter
100-Days-of-Flutter PublicThis respository contains all the source code which I did while learning Flutter. Flutter is a new UI Framework, written on Dart for mobile, web and other applications. Flutter Mobile UI Framework …
-
This Python script defines a functio...
This Python script defines a function to filter dictionary keys that are in snake_case format. Snake_case is a naming convention where words are separated by underscores and all letters are lowercase, commonly used in Python for variable names and keys in JSON data. The script provides a function called `is_snake_case` to check if a string follows the snake_case format. It then demonstrates how to use this function to filter out keys in a dictionary that are not in snake_case format. This script can be useful when working with JSON data and ensuring consistent naming conventions for dictionary keys. 1import re
23def is_snake_case(key):
4"""
5Check if a string is in snake_case format.
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.