refandhika's Stars
ptahdunbar/wp-skeleton-plugin
A WordPress Skeleton Plugin
farinspace/wpalchemy
Thin framework for wordpress
junegunn/fzf
:cherry_blossom: A command-line fuzzy finder
ponzu-cms/ponzu
Headless CMS with automatic JSON API. Featuring auto-HTTPS from Let's Encrypt, HTTP/2 Server Push, and flexible server framework written in Go.
gin-gonic/gin
Gin is a HTTP web framework written in Go (Golang). It features a Martini-like API with much better performance -- up to 40 times faster. If you need smashing performance, get yourself some Gin.
dgrijalva/jwt-go
ARCHIVE - Golang implementation of JSON Web Tokens (JWT). This project is now maintained at:
golang-migrate/migrate
Database migrations. CLI and Golang library.
stayallive/wp-sentry
A (unofficial) WordPress plugin reporting PHP and JavaScript errors to Sentry.
deano2390/MaterialShowcaseView
A Material Design themed ShowcaseView for Android
amlcurran/ShowcaseView
[Archived] Highlight the best bits of your app to users quickly, simply, and cool...ly
nvie/gitflow
Git extensions to provide high-level repository operations for Vincent Driessen's branching model.
firebase/firebase-android-sdk
Firebase Android SDK
golang/oauth2
Go OAuth2
f2prateek/dart
Extras binding and intent builders for Android apps.
googlemaps/google-maps-services-go
Go client library for Google Maps API Web Services
zabawaba99/firego
Firebase Go Client
huandu/facebook
A Facebook Graph API SDK For Go.
go-xorm/xorm
Simple and Powerful ORM for Go, support mysql,postgres,tidb,sqlite3,mssql,oracle, Moved to https://gitea.com/xorm/xorm
gorilla/mux
Package gorilla/mux is a powerful HTTP router and URL matcher for building Go web servers with 🦍
mattboldt/typed.js
A JavaScript Typing Animation Library
OwlCarousel2/OwlCarousel2
DEPRECATED jQuery Responsive Carousel.
browserstate/history.js
History.js gracefully supports the HTML5 History/State APIs (pushState, replaceState, onPopState) in all browsers. Including continued support for data, titles, replaceState. Supports jQuery, MooTools and Prototype. For HTML5 browsers this means that you can modify the URL directly, without needing to use hashes anymore. For HTML4 browsers it will revert back to using the old onhashchange functionality.
papercss/papercss
The Less Formal CSS Framework
schemaorg/schemaorg
Schema.org - schemas and supporting software
scotch-io/go-realtime-chat
A simple realtime chat application written in Go
andreaschandra/news_aggregator
data bank for news or article that fit in SES C & D
takama/daemon
A daemon package for use with Go (golang) services
gorilla/sessions
Package gorilla/sessions provides cookie and filesystem sessions and infrastructure for custom session backends.
go-sql-driver/mysql
Go MySQL Driver is a MySQL driver for Go's (golang) database/sql package
jmoiron/sqlx
general purpose extensions to golang's database/sql