Pinned Repositories
android-MediaBrowserService
FabDialogMorph
:tropical_fish: Fab and Dialog Morphing Animation on Android
material-ui
MUI (formerly Material-UI) is the React UI library you always wanted. Follow your own design system, or start with Material Design.
MaterialShowcase
OOF
A PHP framework that strives to make programming very complex applications a breeze. It is highly modeled after CodeIgniter. The main difference being with this framework you are always dealing with object regardless where you are in the code. There are also HUGE improvements to database interactions. I have worked overtime making all kinds of goodies including making relational abject extremely simple with multiple ways to achieve the same goal. This framework really focuses on flexibility in coding styles by lending itself to a myriad of programming styles, if you like building objects with the hasMany, hasOne, hasManyAndBelongsToMany systems this can handle it, if you prefer, like I do, to make it much simpler by ensuring that relations make sense and a Bar object that relates to a Foo object will have Bar->Foo_id then you can use the ever so simple magic method Foo::get_related('Bar') and poof, relational objects. The other main advantage to point out is a programming debut(at least from what I have seen), with ARDO, or Automagic Relational Database Objects. With a simple $this->relates[] = array('Foo' => 'Bar'); you will get magic! if that is declared in your class when you call new Foo(1) that will automagically give you the Foo object with an id = 1 from the database, while at the same time, in the same query. giving
quickstart-js
Firebase Quickstart Samples for Web
vico
A light and extensible chart library for Android.
danwguy's Repositories
danwguy/android-MediaBrowserService
danwguy/FabDialogMorph
:tropical_fish: Fab and Dialog Morphing Animation on Android
danwguy/material-ui
MUI (formerly Material-UI) is the React UI library you always wanted. Follow your own design system, or start with Material Design.
danwguy/MaterialShowcase
danwguy/OOF
A PHP framework that strives to make programming very complex applications a breeze. It is highly modeled after CodeIgniter. The main difference being with this framework you are always dealing with object regardless where you are in the code. There are also HUGE improvements to database interactions. I have worked overtime making all kinds of goodies including making relational abject extremely simple with multiple ways to achieve the same goal. This framework really focuses on flexibility in coding styles by lending itself to a myriad of programming styles, if you like building objects with the hasMany, hasOne, hasManyAndBelongsToMany systems this can handle it, if you prefer, like I do, to make it much simpler by ensuring that relations make sense and a Bar object that relates to a Foo object will have Bar->Foo_id then you can use the ever so simple magic method Foo::get_related('Bar') and poof, relational objects. The other main advantage to point out is a programming debut(at least from what I have seen), with ARDO, or Automagic Relational Database Objects. With a simple $this->relates[] = array('Foo' => 'Bar'); you will get magic! if that is declared in your class when you call new Foo(1) that will automagically give you the Foo object with an id = 1 from the database, while at the same time, in the same query. giving
danwguy/quickstart-js
Firebase Quickstart Samples for Web