This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# virtualenvwrapper | |
export VIRTUALENVWRAPPER_PYTHON=/usr/bin/python2.7 | |
export WORKON_HOME=~/virtualenvs | |
source /usr/bin/virtualenvwrapper.sh | |
export PIP_VIRTUALENV_BASE=$WORKON_HOME | |
export PIP_RESPECT_VIRTUALENV=true | |
export M2_HOME=/opt/maven/ | |
export M2=$M2_HOME/bin | |
source /etc/profile |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# $Id: pkgbuild-mode.el,v 1.23 2007/10/20 16:02:14 juergen Exp $ | |
# Contributor: Sergey Mastykov <smastykov[at]gmail[dot]com> | |
pkgname=pycharm | |
pkgver=2.0 | |
pkgrel=1 | |
pkgdesc="Powerful Python and Django IDE. 30-day free trial." | |
arch=('i686' 'x86_64') | |
url="http://www.jetbrains.com/pycharm/" | |
license=('custom') |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Licensed to Jasig under one or more contributor license | |
* agreements. See the NOTICE file distributed with this work | |
* for additional information regarding copyright ownership. | |
* Jasig licenses this file to you under the Apache License, | |
* Version 2.0 (the "License"); you may not use this file | |
* except in compliance with the License. You may obtain a | |
* copy of the License at: | |
* | |
* http://www.apache.org/licenses/LICENSE-2.0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"data": [ | |
{ | |
"id": "201628346516017_262813367064181", | |
"from": { | |
"name": "Rastislav Turek", | |
"id": "1301529800" | |
}, | |
"to": { | |
"data": [ |
NewerOlder