Watch top health hacks :)

roma★

if i look back, i am lost
tumblr dot com

★
AnasAbdin


sheepfilms
will byers stan first human second
I'd rather be in outer space 🛸
Cosmic Funnies
Cosimo Galluzzi

JBB: An Artblog!

titsay
Acquired Stardust
todays bird
🪼

⁂
"I'm Dorothy Gale from Kansas"

seen from India

seen from United States

seen from United Kingdom

seen from United States
seen from Türkiye

seen from China

seen from France
seen from Philippines
seen from Morocco
seen from France
seen from United States
seen from United States
seen from United States

seen from United States

seen from United States
seen from United States
seen from United States

seen from United States
seen from United States
seen from United States
@masummist
Watch top health hacks :)

Anya is live and ready to show you everything. Watch her strip, dance, and perform exclusive shows just for you. Interact in real-time and make your fantasies come true.
Free to watch • No registration required • HD streaming
Weight Loss Without Exercise
Diabetes Care - Vegetables for Diabetes
architecture fails to public architecture
Diabetes Destroyer Review that makes you more comfortable, healthy and keep away from the effects of the diabetes type 1 and 2.

Anya is live and ready to show you everything. Watch her strip, dance, and perform exclusive shows just for you. Interact in real-time and make your fantasies come true.
Free to watch • No registration required • HD streaming
GIT - An Awesomeness - Features and Basic Commands
GIT, a simple command line tool, is a Source Code Management (SCM) system which has the feature of version control system that is an unique characteristic of GIT to manage large project done from different places and by different people.
Features of Git:
Git is both the central and distributed version control system
Nicely controls the different versions of a project work
It is an open source project
Git is used both online and offline
It is fast process to response
Git is small in comparison to SVN
Branching with Git is cheap and Merging is easy
Basic Used Command of GIT:
git init
Initializes the directory for git
Creates a hidden folder
git status
Shows the present status of Git repository
git commit -m "file name"
Commits the staged file to the directory
git add
Add files to stage area to be committed
git remote add origin [email protected]:masummist/repo_name.git
Add origin directory to remote address
git push -u origin master
Push files to origin after modifications
git pull origin master
Pulls files from remote place to local
git diff HEAD
Shows the difference from last commit to the pointer at HEAD
git diff HEAD^
Shows the difference from parent commit to the pointer at HEAD
git diff HEAD^^
Shows the difference from last 2 commits to the pointer at HEAD
git diff HEAD^..HEAD
Shows the difference between parent commit to the pointer at HEAD
git diff HEAD~5
Shows the difference from last 5 commit to the pointer at HEAD
git diff master bird
Shows the difference between the branches of master area
git diff --staged
Shows the difference between the staged files
git reset <directory>
Resets the changes to the commit
git checkout -b <file_name/branch_name>
Create a branch and make it editable
git branch file_name
Creates branch at the directory
git merge branch_name
Merges the branch to the master
git branch -d branch_name
Must delete the branch from local directory
git clone "file directory"
Clones the file from the remote directory to the local
git commit -am "file_name"
Automatically commits the all changes of the file
git remote show origin
Shows the remote origin details/link
git rm
Removes the files and stages the all changes of removal
git tag
Shows the all tags or versions
git tag -a v.0.0.3 -m "version 0.0.3"
Adds the version created new
git push --tags
Pushes all the tags/versions
git remote -v
Shows the remote origins and the directories/links
git log
Shows the history of that repository
git log --until=1.minute.ago
Shows the history from 1 minute ago
git log --since=1.day.ago
Shows the history from 1 day ago
git log --since=1.month.ago
Shows the history from 1 month ago
git log --until=2.weeks.ago
Show the history from 2 weeks ago
git log --since=2012.10.10 --until=2012.10.12
This shows the history of a certain time
git config --global user.name "name"
Configure the user name globally
git config --global user.email "email_ID"
Configure the user email ID globally
git config user.name "name"
Configure the user name locally
git config user.email "email_ID"
Configure the user email ID locally
git rebase
Moves all the changes, all the commits to the temporary area for working temporarily
git reset --hard HEAD^
Undo last commit and all changes
git reset --soft HEAD^
Undo last commit
git commit --amend -m "New Msg"
Changes the last commit
git push -u origin master
pushing files, origin=remote repository name, master=local branch to push
Sources:
www.github.com, www.gitref.com. www.git-scm.com, www.wikipedia.org, www.stackoverflow.com
Appfog, Heroku or Pagodabox
Appfog, Pagodabox or Heroku are the most re known and used cloud server facility given platforms. This is the most critical situation is to choose the better platform to hosting sites and apps made in different programming language or application software.
I have given some information in this post collecting together hope it will be beneficial.
Appfog
Appfog is may be the mostly featured and mostly used and reliable apps hosting site all over the world. If I give the all features altogether here is these:
Appfog is the multiple service provider for PostgreSQL, PHP, Ruby, Node.js, Java Python, .Net, MySQL, Mongo,
Appfog is reliable, scalable, fast platform for developing different apps
Ployglot PaaS (Platform as a Service) which contains 2GB RAM free hosted in different area or states in the world
The most common, famous and flexible platform for PHP is phpfog which is made by Appfog
Appfog is completely open source oriented platform
Appfog has so much reliable and usable add-ons to use and apply
Appfog theme: By Developers For Developers
Heroku
Heroku is another most known cloud server apps platform which is professionally used by a large number of professional companies.
Heroku is a PaaS for building, deploying and running cloud apps
Heroku is a has tools for deployment and management
It has a runtime for scalability
It has add-ons system
Manages the entire lifecycle of your deployed applications
Heroku has more and more add-ons to use more and more applications
It is a service provider for Java, Scala, Node.js, Clojure, Python, PHP
Pagodabox
Pagodabox provides object oriented frameworks
It manages web scaling or deploys simply
Rebuild infrastructure with every scale or deploy without any downtime
It has multiple servers which provide continuous service at the time of hardware failure
It has automatic update changes
For Each web instance pagodabox has individual RAM allocation system
It has the history revision system features which provides client to control the previous versions without deleting anything
Pagodabox has the advantage to analysis componentwise
All time concerned about the update and scale the new apps
Manage all codes with GIT or SFTP
Information collected from pagodabox.com, heroku.com, appfog.com and wikipedia.org
Frameworks for Python Web Development, Choose Your One
We all are acknowledged with web server application and programming. Basically a web application contains the common features/requirements:
HTTP application server
Storage mechanism that is database related task
A template engine
Request Dispatcher
Authentication Module
AJAX Toolkit
Now a days python is one of the most favorable server side programming languages. Many people including the young generations are so much attracted to the python features and its applications. A large number of real projects are going on python all around the world. Web developing software are now drastically oriented to use python.
Scripting, Web Applications, Web Frameworks, Available and huge documentation resources, so much used object oriented applications with a large number of modules, classes, easy interpretation ability, dynamic data types etc are a little list of advantages of using python. Except these, some more features are available in the python like problem solving with easily understanding coding, web development compatibility, easily accessible web development frameworks, micro frameworks etc.
The most common reason to use python is the large number of options to do the web applications and development using its dynamic frameworks and micro frameworks that are available. Different web frameworks and micro frameworks of different categories and having different active features are used by the python lovers of the coding world. All are given below with their features I found roaming into the internet and some blogs.
Basic framework: Basic category python frameworks are:
AppWsgi, Bottle, Bobo, Cherry.py, circuits.web, PyWebLib, WSGIServlets, PythonPaste etc.
Full-Stack Framework: The most usable full-stack frameworks are:
Django, Web2py Grok, Pylons, TurboGears, Pyramid, Zope, web.py, tornado, werkzeug, whizzy.web, WHIFF etc.
Template Engine Framework: Some frameworks provide template usability. These frameworks act as template engine frameworks. These are:
Albatross, Aquarium, pyramid, spiked, weblayer, Flask etc
Most of the people who work with python web development frameworks prefer to using the full-stack framework Django, Tornado, Web2py. Some like cherry.py. Some prefer to doing their tasks using the micro frameworks like bottle, flask. Micro frameworks are easier to work with. There are many mind concepts collision selecting which is the better frameworks between the python lovers. Each framework contains special category to work and feature compatibility. According to the necessity of the python user and developer people use particular framework.
Django is most usable and mostly preferable full-stack framework of python. Full stack is called as they have all the basic components to use all functionality and features. Special features that Django has are:
Django needs small code and less time to finish and execute any specific task
Django is the only framework that make a web related task with minimum hazards and maximum web applications facility
Django is mainstream provider
Django always follows standard MVC architecture
A lots of documentations and tutorials with real project examples are available in the internet and this is the only things for the beginners to cop up and learn new web framework Django
A large number of projects are available in the open source market
Web2py is another most demanding lightweight web framework. Web2py is used by many professionals besides Django. Web2py features are:
Web2py is completely used by web server
Web2py is a good python interpreter
It is web based IDE
It has a good feature with jQuery ingtegration
Web2py provides a good AJAX support
A good support for the database abstraction of layers and database administration
Web2py has the most powerful and flexible coding
It is WSGI compliant
Cherry.py is mostly used for its maturity. Besides this the most available features are:
Cherry.py is a lightweight framework
It is a complete mature framework according to the professional web developers
It does not impose ORM, MVC, templating engine
When changes are detected Cherry.py redeploys it automatically
Tornado is a one of the popular low level frameworks. Tornado is comparatively fast, efficient and easy to work in the case of REST full API.
Werkzeug is another popular low level framework.
Werkzeug autoreload the apps and web tasks.
This contains the library for wrappers on request/response
Werkzeug has nice handlings for WSGI apps
Werkzeug has great development server
Werkzeug contributes modules for session management
Jinja2 works as template engine. It is mostly flexible for the Django templates.
Sqlalchamey is better for the database management work. It is best ORM/expressions builder around the python world. It can run so far, circles around the django's ORM.
Both Pyramid and Pylons project integrates several different components. Pyramid is more flexible than Django.
These are all I have found about the frameworks of python from stackoverflow.com, python.org, wikipedia.org and other blogs and sites. Thank you all.