Giter VIP home page Giter VIP logo

July 2019

Node.js Worker Threads

April - June 2019

I sold and bought a house. No coding fun for me :(

March 2019

Full Text Search with PostgreSQL pg_trgm extension

The pg_trgm extension provides functions and index operators that allow for fast text searches.

The example I created is a Materialized View definition that includes the necessary components to achieve a full-text search.

Check it out here: full text search

Python Time Module's sleep() and strftime()

sleep() allows you to pause a program's execution. This is pretty cool, and I'm curious to learn about real use cases.

strftime() provides an easy-to-control way of formatting time strings. Pass in formatting specifications as first argument, and the struct_time tuple generated through methods like localtime() as second.

Check it out here: sleep() & strftime() in Python Time module

Python's Magic Methods

Magic methods are special methods (identified by a double underscore prefix and suffix, e.g. __add__) whose default behavior can be overridden in order to define special behavior when used with an object on whose Class they are defined.

The example I coded in order to learn about and practice this concept is not the most authentic, but I did have some fun with it.

Check it out here: Adding a Little on Top for the Favorite Kid's Weekly Allowance

How to Create a Gaussian Distribution with Python

I'm enrolled in Udacity's AI Programming with Python Nanodegree, and as part of the OOP module, we were asked to create a class Gaussian that calculates and plots normal distribution. While a solution was provided for reference, my solution differed in that instead of "manually" performing calculations, I installed the statistics module and used its mean() and stdev() methods. Work smarter - not harder!

Check it out here: Gaussian Distribution with Python

K-Foster-Marks's Projects

boxes-jquery-playground icon boxes-jquery-playground

A grid of colorful boxes that can be used as a jQuery playground for learning selectors, events, etc.

english-selfie-learning-site icon english-selfie-learning-site

This application allows English-language-learners to access short videos with transcripts of native speakers achieving a variety of communicative tasks. Users can take a quiz for each task to assess their mastery of vocabulary associated with the modules.

fs-pet-shop icon fs-pet-shop

A small server app to demonstrate CRUD over an HTTP API

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.