Skip to content
View ndasim's full-sized avatar
  • THY, Turkish Technology
  • Ankara

Block or report ndasim

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. querystring-serializer querystring-serializer Public

    QuerystringSerializer is a TypeScript class that provides serialization and deserialization of objects to and from URL-encoded query strings. It supports handling nested objects and arrays within t…

    TypeScript 1

  2. FlutterHack/earth-sweeper FlutterHack/earth-sweeper Public

    A Flutter Hackathon '20 Project.

    Dart 13 2

  3. Allows rest framework to return spec... Allows rest framework to return specific fields given by client. Its also allows nested field returns like django admin. Very useful, use with caution.
    1
    class DynamicFieldMixin(serializers.ModelSerializer):
    2
        """
    3
        A ModelSerializer that takes an additional `fields` argument that
    4
        controls which fields should be displayed.
    5
  4. django_sql_runner.py django_sql_runner.py
    1
    # The query
    2
    query = """
    3
    4
    SELECT * FROM "testapp_modelname" WHERE key=319995 ORDER BY create_datetime;
    5
    SELECT * FROM "testapp_modelname" WHERE key=207331 ORDER BY create_datetime;
  5. fcgi python 3 syntax fixed fcgi python 3 syntax fixed
    1
    # encoding: utf-8
    2
    
                  
    3
    # FastCGI-to-WSGI bridge for files/pipes transport (not socket)
    4
    #
    5
    # Copyright (c) 2002, 2003, 2005, 2006 Allan Saddi <[email protected]>
  6. Handle ErrorTypePublic and ErrorType... Handle ErrorTypePublic and ErrorTypeBind errors on the middleware for validator/v10 of gin. Migrated from https://github.com/gin-gonic/gin/issues/430#issuecomment-446113460.
    1
    package middleware
    2
    
                  
    3
    import (
    4
    	"errors"
    5
    	"fmt"