Skip to content

Instantly share code, notes, and snippets.

@valinurovam
Created August 28, 2012 17:09
Show Gist options
  • Save valinurovam/3500892 to your computer and use it in GitHub Desktop.
Save valinurovam/3500892 to your computer and use it in GitHub Desktop.
.
├── apps
│   └── smpp_server
│   ├── ebin
│   ├── include
│   ├── priv
│   └── src
├── deps
│   ├── common_lib
│   │   ├── app.mk
│   │   ├── doc
│   │   ├── ebin
│   │   ├── Makefile
│   │   ├── rebar
│   │   ├── rebar.config
│   │   ├── src
│   │   └── test
│   ├── emysql
│   │   ├── CHANGES.md
│   │   ├── doc
│   │   ├── ebin
│   │   ├── etc
│   │   ├── hello.erl
│   │   ├── include
│   │   ├── LICENSE
│   │   ├── Makefile
│   │   ├── priv
│   │   ├── README.md
│   │   ├── rebar
│   │   ├── samples
│   │   ├── src
│   │   ├── support
│   │   ├── t
│   │   └── test
│   ├── lager
│   │   ├── dialyzer.ignore-warnings
│   │   ├── ebin
│   │   ├── include
│   │   ├── LICENSE
│   │   ├── Makefile
│   │   ├── priv
│   │   ├── README.org
│   │   ├── rebar
│   │   ├── rebar.config
│   │   ├── src
│   │   ├── test
│   │   └── TODO
│   └── oserl
│   ├── doc
│   ├── ebin
│   ├── include
│   ├── Makefile
│   ├── README
│   ├── rebar
│   ├── rebar.config
│   ├── src
│   └── test
├── rebar.config
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment